From e654d1c4d8638c99f7e72aca72a317ce3ab3d870 Mon Sep 17 00:00:00 2001 From: rohitpardasani Date: Tue, 11 Mar 2025 14:17:49 -0400 Subject: [PATCH 1/8] Added Python functions --- .github/workflows/docs-check.yml | 28 + venv/bin/Activate.ps1 | 247 + venv/bin/activate | 69 + venv/bin/activate.csh | 26 + venv/bin/activate.fish | 66 + venv/bin/flake8 | 8 + venv/bin/pip | 8 + venv/bin/pip3 | 8 + venv/bin/pip3.10 | 8 + venv/bin/pycodestyle | 8 + venv/bin/pydocstyle | 8 + venv/bin/pyflakes | 8 + venv/bin/python | 1 + venv/bin/python3 | 1 + venv/bin/python3.10 | 1 + .../flake8_docstrings.cpython-310.pyc | Bin 0 -> 5721 bytes .../__pycache__/mccabe.cpython-310.pyc | Bin 0 -> 11351 bytes .../__pycache__/pycodestyle.cpython-310.pyc | Bin 0 -> 69010 bytes .../site-packages/_distutils_hack/__init__.py | 128 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 5137 bytes .../__pycache__/override.cpython-310.pyc | Bin 0 -> 243 bytes .../site-packages/_distutils_hack/override.py | 1 + .../site-packages/distutils-precedence.pth | 1 + .../flake8-7.1.2.dist-info/INSTALLER | 1 + .../flake8-7.1.2.dist-info/LICENSE | 22 + .../flake8-7.1.2.dist-info/METADATA | 119 + .../flake8-7.1.2.dist-info/RECORD | 75 + .../flake8-7.1.2.dist-info/REQUESTED | 0 .../flake8-7.1.2.dist-info/WHEEL | 6 + .../flake8-7.1.2.dist-info/entry_points.txt | 13 + .../flake8-7.1.2.dist-info/top_level.txt | 1 + .../site-packages/flake8/__init__.py | 70 + .../site-packages/flake8/__main__.py | 7 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1968 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 391 bytes .../__pycache__/_compat.cpython-310.pyc | Bin 0 -> 392 bytes .../__pycache__/checker.cpython-310.pyc | Bin 0 -> 15488 bytes .../__pycache__/defaults.cpython-310.pyc | Bin 0 -> 830 bytes .../discover_files.cpython-310.pyc | Bin 0 -> 2371 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 3023 bytes .../__pycache__/processor.cpython-310.pyc | Bin 0 -> 13692 bytes .../__pycache__/statistics.cpython-310.pyc | Bin 0 -> 5628 bytes .../__pycache__/style_guide.cpython-310.pyc | Bin 0 -> 12621 bytes .../flake8/__pycache__/utils.cpython-310.pyc | Bin 0 -> 8488 bytes .../__pycache__/violation.cpython-310.pyc | Bin 0 -> 2152 bytes .../site-packages/flake8/_compat.py | 11 + .../site-packages/flake8/api/__init__.py | 6 + .../api/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 449 bytes .../api/__pycache__/legacy.cpython-310.pyc | Bin 0 -> 7214 bytes .../site-packages/flake8/api/legacy.py | 216 + .../site-packages/flake8/checker.py | 615 ++ .../site-packages/flake8/defaults.py | 45 + .../site-packages/flake8/discover_files.py | 89 + .../site-packages/flake8/exceptions.py | 78 + .../flake8/formatting/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 312 bytes .../_windows_color.cpython-310.pyc | Bin 0 -> 1504 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 7529 bytes .../__pycache__/default.cpython-310.pyc | Bin 0 -> 4077 bytes .../flake8/formatting/_windows_color.py | 61 + .../site-packages/flake8/formatting/base.py | 202 + .../flake8/formatting/default.py | 109 + .../site-packages/flake8/main/__init__.py | 2 + .../main/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 307 bytes .../__pycache__/application.cpython-310.pyc | Bin 0 -> 6597 bytes .../main/__pycache__/cli.cpython-310.pyc | Bin 0 -> 907 bytes .../main/__pycache__/debug.cpython-310.pyc | Bin 0 -> 1243 bytes .../main/__pycache__/options.cpython-310.pyc | Bin 0 -> 8342 bytes .../site-packages/flake8/main/application.py | 215 + .../site-packages/flake8/main/cli.py | 24 + .../site-packages/flake8/main/debug.py | 30 + .../site-packages/flake8/main/options.py | 396 + .../site-packages/flake8/options/__init__.py | 13 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 711 bytes .../__pycache__/aggregator.cpython-310.pyc | Bin 0 -> 1540 bytes .../__pycache__/config.cpython-310.pyc | Bin 0 -> 3482 bytes .../__pycache__/manager.cpython-310.pyc | Bin 0 -> 10280 bytes .../__pycache__/parse_args.cpython-310.pyc | Bin 0 -> 1790 bytes .../flake8/options/aggregator.py | 56 + .../site-packages/flake8/options/config.py | 140 + .../site-packages/flake8/options/manager.py | 320 + .../flake8/options/parse_args.py | 70 + .../site-packages/flake8/plugins/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 304 bytes .../__pycache__/finder.cpython-310.pyc | Bin 0 -> 10374 bytes .../__pycache__/pycodestyle.cpython-310.pyc | Bin 0 -> 4302 bytes .../__pycache__/pyflakes.cpython-310.pyc | Bin 0 -> 4265 bytes .../__pycache__/reporter.cpython-310.pyc | Bin 0 -> 1433 bytes .../site-packages/flake8/plugins/finder.py | 365 + .../flake8/plugins/pycodestyle.py | 112 + .../site-packages/flake8/plugins/pyflakes.py | 112 + .../site-packages/flake8/plugins/reporter.py | 42 + .../site-packages/flake8/processor.py | 447 + .../site-packages/flake8/statistics.py | 131 + .../site-packages/flake8/style_guide.py | 431 + .../python3.10/site-packages/flake8/utils.py | 280 + .../site-packages/flake8/violation.py | 69 + .../INSTALLER | 1 + .../flake8_docstrings-1.7.0.dist-info/LICENSE | 19 + .../METADATA | 56 + .../flake8_docstrings-1.7.0.dist-info/RECORD | 10 + .../REQUESTED | 0 .../flake8_docstrings-1.7.0.dist-info/WHEEL | 6 + .../entry_points.txt | 2 + .../top_level.txt | 1 + .../site-packages/flake8_docstrings.py | 192 + .../mccabe-0.7.0.dist-info/INSTALLER | 1 + .../mccabe-0.7.0.dist-info/LICENSE | 25 + .../mccabe-0.7.0.dist-info/METADATA | 199 + .../mccabe-0.7.0.dist-info/RECORD | 9 + .../mccabe-0.7.0.dist-info/WHEEL | 6 + .../mccabe-0.7.0.dist-info/entry_points.txt | 3 + .../mccabe-0.7.0.dist-info/top_level.txt | 1 + venv/lib/python3.10/site-packages/mccabe.py | 346 + .../pip-25.0.1.dist-info/AUTHORS.txt | 806 ++ .../pip-25.0.1.dist-info/INSTALLER | 1 + .../pip-25.0.1.dist-info/LICENSE.txt | 20 + .../pip-25.0.1.dist-info/METADATA | 90 + .../site-packages/pip-25.0.1.dist-info/RECORD | 854 ++ .../pip-25.0.1.dist-info/REQUESTED | 0 .../site-packages/pip-25.0.1.dist-info/WHEEL | 5 + .../pip-25.0.1.dist-info/entry_points.txt | 3 + .../pip-25.0.1.dist-info/top_level.txt | 1 + .../python3.10/site-packages/pip/__init__.py | 13 + .../python3.10/site-packages/pip/__main__.py | 24 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 636 bytes .../pip/__pycache__/__main__.cpython-310.pyc | Bin 0 -> 470 bytes .../__pip-runner__.cpython-310.pyc | Bin 0 -> 1634 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 698 bytes .../__pycache__/build_env.cpython-310.pyc | Bin 0 -> 9898 bytes .../__pycache__/cache.cpython-310.pyc | Bin 0 -> 9049 bytes .../__pycache__/configuration.cpython-310.pyc | Bin 0 -> 11651 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 28102 bytes .../__pycache__/main.cpython-310.pyc | Bin 0 -> 622 bytes .../__pycache__/pyproject.cpython-310.pyc | Bin 0 -> 3765 bytes .../self_outdated_check.cpython-310.pyc | Bin 0 -> 6868 bytes .../__pycache__/wheel_builder.cpython-310.pyc | Bin 0 -> 8647 bytes .../site-packages/pip/_internal/build_env.py | 322 + .../site-packages/pip/_internal/cache.py | 290 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 277 bytes .../autocompletion.cpython-310.pyc | Bin 0 -> 5454 bytes .../__pycache__/base_command.cpython-310.pyc | Bin 0 -> 6579 bytes .../__pycache__/cmdoptions.cpython-310.pyc | Bin 0 -> 23547 bytes .../command_context.cpython-310.pyc | Bin 0 -> 1317 bytes .../__pycache__/index_command.cpython-310.pyc | Bin 0 -> 4966 bytes .../cli/__pycache__/main.cpython-310.pyc | Bin 0 -> 1511 bytes .../__pycache__/main_parser.cpython-310.pyc | Bin 0 -> 3000 bytes .../cli/__pycache__/parser.cpython-310.pyc | Bin 0 -> 9982 bytes .../__pycache__/progress_bars.cpython-310.pyc | Bin 0 -> 2640 bytes .../__pycache__/req_command.cpython-310.pyc | Bin 0 -> 8715 bytes .../cli/__pycache__/spinners.cpython-310.pyc | Bin 0 -> 4967 bytes .../__pycache__/status_codes.cpython-310.pyc | Bin 0 -> 356 bytes .../pip/_internal/cli/autocompletion.py | 176 + .../pip/_internal/cli/base_command.py | 240 + .../pip/_internal/cli/cmdoptions.py | 1075 ++ .../pip/_internal/cli/command_context.py | 27 + .../pip/_internal/cli/index_command.py | 171 + .../site-packages/pip/_internal/cli/main.py | 80 + .../pip/_internal/cli/main_parser.py | 134 + .../site-packages/pip/_internal/cli/parser.py | 294 + .../pip/_internal/cli/progress_bars.py | 94 + .../pip/_internal/cli/req_command.py | 329 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3256 bytes .../__pycache__/cache.cpython-310.pyc | Bin 0 -> 6549 bytes .../__pycache__/check.cpython-310.pyc | Bin 0 -> 1976 bytes .../__pycache__/completion.cpython-310.pyc | Bin 0 -> 4323 bytes .../__pycache__/configuration.cpython-310.pyc | Bin 0 -> 8940 bytes .../__pycache__/debug.cpython-310.pyc | Bin 0 -> 6903 bytes .../__pycache__/download.cpython-310.pyc | Bin 0 -> 4203 bytes .../__pycache__/freeze.cpython-310.pyc | Bin 0 -> 3004 bytes .../commands/__pycache__/hash.cpython-310.pyc | Bin 0 -> 2153 bytes .../commands/__pycache__/help.cpython-310.pyc | Bin 0 -> 1314 bytes .../__pycache__/index.cpython-310.pyc | Bin 0 -> 4551 bytes .../__pycache__/inspect.cpython-310.pyc | Bin 0 -> 2975 bytes .../__pycache__/install.cpython-310.pyc | Bin 0 -> 17906 bytes .../commands/__pycache__/list.cpython-310.pyc | Bin 0 -> 10653 bytes .../__pycache__/search.cpython-310.pyc | Bin 0 -> 5317 bytes .../commands/__pycache__/show.cpython-310.pyc | Bin 0 -> 7167 bytes .../__pycache__/uninstall.cpython-310.pyc | Bin 0 -> 3337 bytes .../__pycache__/wheel.cpython-310.pyc | Bin 0 -> 4934 bytes .../pip/_internal/commands/cache.py | 228 + .../pip/_internal/commands/check.py | 67 + .../pip/_internal/commands/completion.py | 130 + .../pip/_internal/commands/configuration.py | 280 + .../pip/_internal/commands/debug.py | 201 + .../pip/_internal/commands/download.py | 146 + .../pip/_internal/commands/freeze.py | 109 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 784 ++ .../pip/_internal/commands/list.py | 375 + .../pip/_internal/commands/search.py | 172 + .../pip/_internal/commands/show.py | 224 + .../pip/_internal/commands/uninstall.py | 114 + .../pip/_internal/commands/wheel.py | 182 + .../pip/_internal/configuration.py | 383 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 804 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 2516 bytes .../__pycache__/installed.cpython-310.pyc | Bin 0 -> 1488 bytes .../__pycache__/sdist.cpython-310.pyc | Bin 0 -> 5321 bytes .../__pycache__/wheel.cpython-310.pyc | Bin 0 -> 1883 bytes .../pip/_internal/distributions/base.py | 53 + .../pip/_internal/distributions/installed.py | 29 + .../pip/_internal/distributions/sdist.py | 158 + .../pip/_internal/distributions/wheel.py | 42 + .../site-packages/pip/_internal/exceptions.py | 809 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 231 bytes .../__pycache__/collector.cpython-310.pyc | Bin 0 -> 15112 bytes .../package_finder.cpython-310.pyc | Bin 0 -> 29620 bytes .../index/__pycache__/sources.cpython-310.pyc | Bin 0 -> 8883 bytes .../pip/_internal/index/collector.py | 494 + .../pip/_internal/index/package_finder.py | 1029 ++ .../pip/_internal/index/sources.py | 284 + .../pip/_internal/locations/__init__.py | 456 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 10890 bytes .../__pycache__/_distutils.cpython-310.pyc | Bin 0 -> 4567 bytes .../__pycache__/_sysconfig.cpython-310.pyc | Bin 0 -> 6014 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 2401 bytes .../pip/_internal/locations/_distutils.py | 172 + .../pip/_internal/locations/_sysconfig.py | 214 + .../pip/_internal/locations/base.py | 81 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 128 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 4806 bytes .../__pycache__/_json.cpython-310.pyc | Bin 0 -> 2257 bytes .../metadata/__pycache__/base.cpython-310.pyc | Bin 0 -> 26891 bytes .../__pycache__/pkg_resources.cpython-310.pyc | Bin 0 -> 10993 bytes .../pip/_internal/metadata/_json.py | 86 + .../pip/_internal/metadata/base.py | 688 ++ .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 352 bytes .../__pycache__/_compat.cpython-310.pyc | Bin 0 -> 3501 bytes .../__pycache__/_dists.cpython-310.pyc | Bin 0 -> 8857 bytes .../__pycache__/_envs.cpython-310.pyc | Bin 0 -> 7728 bytes .../_internal/metadata/importlib/_compat.py | 85 + .../_internal/metadata/importlib/_dists.py | 228 + .../pip/_internal/metadata/importlib/_envs.py | 189 + .../pip/_internal/metadata/pkg_resources.py | 301 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 265 bytes .../__pycache__/candidate.cpython-310.pyc | Bin 0 -> 1237 bytes .../__pycache__/direct_url.cpython-310.pyc | Bin 0 -> 7407 bytes .../format_control.cpython-310.pyc | Bin 0 -> 2736 bytes .../models/__pycache__/index.cpython-310.pyc | Bin 0 -> 1234 bytes .../installation_report.cpython-310.pyc | Bin 0 -> 1755 bytes .../models/__pycache__/link.cpython-310.pyc | Bin 0 -> 18690 bytes .../models/__pycache__/scheme.cpython-310.pyc | Bin 0 -> 936 bytes .../__pycache__/search_scope.cpython-310.pyc | Bin 0 -> 3474 bytes .../selection_prefs.cpython-310.pyc | Bin 0 -> 1695 bytes .../__pycache__/target_python.cpython-310.pyc | Bin 0 -> 3816 bytes .../models/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 5099 bytes .../pip/_internal/models/candidate.py | 25 + .../pip/_internal/models/direct_url.py | 224 + .../pip/_internal/models/format_control.py | 78 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 56 + .../pip/_internal/models/link.py | 604 ++ .../pip/_internal/models/scheme.py | 25 + .../pip/_internal/models/search_scope.py | 127 + .../pip/_internal/models/selection_prefs.py | 53 + .../pip/_internal/models/target_python.py | 121 + .../pip/_internal/models/wheel.py | 118 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 253 bytes .../network/__pycache__/auth.cpython-310.pyc | Bin 0 -> 14512 bytes .../network/__pycache__/cache.cpython-310.pyc | Bin 0 -> 4803 bytes .../__pycache__/download.cpython-310.pyc | Bin 0 -> 5493 bytes .../__pycache__/lazy_wheel.cpython-310.pyc | Bin 0 -> 8421 bytes .../__pycache__/session.cpython-310.pyc | Bin 0 -> 12601 bytes .../network/__pycache__/utils.cpython-310.pyc | Bin 0 -> 1459 bytes .../__pycache__/xmlrpc.cpython-310.pyc | Bin 0 -> 2109 bytes .../pip/_internal/network/auth.py | 566 ++ .../pip/_internal/network/cache.py | 118 + .../pip/_internal/network/download.py | 187 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 523 + .../pip/_internal/network/utils.py | 98 + .../pip/_internal/network/xmlrpc.py | 62 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 201 bytes .../__pycache__/check.cpython-310.pyc | Bin 0 -> 4818 bytes .../__pycache__/freeze.cpython-310.pyc | Bin 0 -> 6344 bytes .../__pycache__/prepare.cpython-310.pyc | Bin 0 -> 15749 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 207 bytes .../__pycache__/build_tracker.cpython-310.pyc | Bin 0 -> 4979 bytes .../__pycache__/metadata.cpython-310.pyc | Bin 0 -> 1440 bytes .../metadata_editable.cpython-310.pyc | Bin 0 -> 1488 bytes .../metadata_legacy.cpython-310.pyc | Bin 0 -> 2369 bytes .../build/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 1230 bytes .../wheel_editable.cpython-310.pyc | Bin 0 -> 1454 bytes .../__pycache__/wheel_legacy.cpython-310.pyc | Bin 0 -> 2736 bytes .../operations/build/build_tracker.py | 138 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 42 + .../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 | 181 + .../pip/_internal/operations/freeze.py | 256 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 265 bytes .../editable_legacy.cpython-310.pyc | Bin 0 -> 1494 bytes .../install/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 21482 bytes .../operations/install/editable_legacy.py | 47 + .../pip/_internal/operations/install/wheel.py | 741 ++ .../pip/_internal/operations/prepare.py | 732 ++ .../site-packages/pip/_internal/pyproject.py | 185 + .../pip/_internal/req/__init__.py | 90 + .../req/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2337 bytes .../__pycache__/constructors.cpython-310.pyc | Bin 0 -> 13971 bytes .../req/__pycache__/req_file.cpython-310.pyc | Bin 0 -> 15456 bytes .../__pycache__/req_install.cpython-310.pyc | Bin 0 -> 24842 bytes .../req/__pycache__/req_set.cpython-310.pyc | Bin 0 -> 3916 bytes .../__pycache__/req_uninstall.cpython-310.pyc | Bin 0 -> 18761 bytes .../pip/_internal/req/constructors.py | 560 ++ .../pip/_internal/req/req_file.py | 623 ++ .../pip/_internal/req/req_install.py | 934 ++ .../pip/_internal/req/req_set.py | 82 + .../pip/_internal/req/req_uninstall.py | 633 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 201 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 1053 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 208 bytes .../__pycache__/resolver.cpython-310.pyc | Bin 0 -> 15024 bytes .../_internal/resolution/legacy/resolver.py | 597 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 212 bytes .../__pycache__/base.cpython-310.pyc | Bin 0 -> 6104 bytes .../__pycache__/candidates.cpython-310.pyc | Bin 0 -> 19474 bytes .../__pycache__/factory.cpython-310.pyc | Bin 0 -> 21681 bytes .../found_candidates.cpython-310.pyc | Bin 0 -> 5233 bytes .../__pycache__/provider.cpython-310.pyc | Bin 0 -> 8027 bytes .../__pycache__/reporter.cpython-310.pyc | Bin 0 -> 3786 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 10445 bytes .../__pycache__/resolver.cpython-310.pyc | Bin 0 -> 8757 bytes .../_internal/resolution/resolvelib/base.py | 139 + .../resolution/resolvelib/candidates.py | 574 ++ .../resolution/resolvelib/factory.py | 823 ++ .../resolution/resolvelib/found_candidates.py | 174 + .../resolution/resolvelib/provider.py | 258 + .../resolution/resolvelib/reporter.py | 81 + .../resolution/resolvelib/requirements.py | 245 + .../resolution/resolvelib/resolver.py | 317 + .../pip/_internal/self_outdated_check.py | 252 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 196 bytes .../__pycache__/_jaraco_text.cpython-310.pyc | Bin 0 -> 3851 bytes .../utils/__pycache__/_log.cpython-310.pyc | Bin 0 -> 1524 bytes .../utils/__pycache__/appdirs.cpython-310.pyc | Bin 0 -> 1622 bytes .../utils/__pycache__/compat.cpython-310.pyc | Bin 0 -> 1967 bytes .../compatibility_tags.cpython-310.pyc | Bin 0 -> 4456 bytes .../__pycache__/datetime.cpython-310.pyc | Bin 0 -> 519 bytes .../__pycache__/deprecation.cpython-310.pyc | Bin 0 -> 3321 bytes .../direct_url_helpers.cpython-310.pyc | Bin 0 -> 2081 bytes .../__pycache__/egg_link.cpython-310.pyc | Bin 0 -> 2417 bytes .../__pycache__/entrypoints.cpython-310.pyc | Bin 0 -> 2702 bytes .../__pycache__/filesystem.cpython-310.pyc | Bin 0 -> 4412 bytes .../__pycache__/filetypes.cpython-310.pyc | Bin 0 -> 946 bytes .../utils/__pycache__/glibc.cpython-310.pyc | Bin 0 -> 1756 bytes .../utils/__pycache__/hashes.cpython-310.pyc | Bin 0 -> 5625 bytes .../utils/__pycache__/logging.cpython-310.pyc | Bin 0 -> 9973 bytes .../utils/__pycache__/misc.cpython-310.pyc | Bin 0 -> 22872 bytes .../__pycache__/packaging.cpython-310.pyc | Bin 0 -> 2103 bytes .../utils/__pycache__/retry.cpython-310.pyc | Bin 0 -> 1624 bytes .../setuptools_build.cpython-310.pyc | Bin 0 -> 3820 bytes .../__pycache__/subprocess.cpython-310.pyc | Bin 0 -> 5732 bytes .../__pycache__/temp_dir.cpython-310.pyc | Bin 0 -> 8327 bytes .../__pycache__/unpacking.cpython-310.pyc | Bin 0 -> 8091 bytes .../utils/__pycache__/urls.cpython-310.pyc | Bin 0 -> 1375 bytes .../__pycache__/virtualenv.cpython-310.pyc | Bin 0 -> 3292 bytes .../utils/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 4395 bytes .../pip/_internal/utils/_jaraco_text.py | 109 + .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 79 + .../pip/_internal/utils/compatibility_tags.py | 188 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 124 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/egg_link.py | 80 + .../pip/_internal/utils/entrypoints.py | 84 + .../pip/_internal/utils/filesystem.py | 149 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 101 + .../pip/_internal/utils/hashes.py | 147 + .../pip/_internal/utils/logging.py | 354 + .../site-packages/pip/_internal/utils/misc.py | 773 ++ .../pip/_internal/utils/packaging.py | 58 + .../pip/_internal/utils/retry.py | 42 + .../pip/_internal/utils/setuptools_build.py | 146 + .../pip/_internal/utils/subprocess.py | 245 + .../pip/_internal/utils/temp_dir.py | 296 + .../pip/_internal/utils/unpacking.py | 337 + .../site-packages/pip/_internal/utils/urls.py | 55 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 134 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 519 bytes .../vcs/__pycache__/bazaar.cpython-310.pyc | Bin 0 -> 3516 bytes .../vcs/__pycache__/git.cpython-310.pyc | Bin 0 -> 12450 bytes .../vcs/__pycache__/mercurial.cpython-310.pyc | Bin 0 -> 5079 bytes .../__pycache__/subversion.cpython-310.pyc | Bin 0 -> 8479 bytes .../versioncontrol.cpython-310.pyc | Bin 0 -> 20986 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 + .../site-packages/pip/_internal/vcs/git.py | 527 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 688 ++ .../pip/_internal/wheel_builder.py | 354 + .../site-packages/pip/_vendor/__init__.py | 116 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3065 bytes .../typing_extensions.cpython-310.pyc | Bin 0 -> 100414 bytes .../pip/_vendor/cachecontrol/__init__.py | 29 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 767 bytes .../__pycache__/_cmd.cpython-310.pyc | Bin 0 -> 1836 bytes .../__pycache__/adapter.cpython-310.pyc | Bin 0 -> 4419 bytes .../__pycache__/cache.cpython-310.pyc | Bin 0 -> 3280 bytes .../__pycache__/controller.cpython-310.pyc | Bin 0 -> 10168 bytes .../__pycache__/filewrapper.cpython-310.pyc | Bin 0 -> 3220 bytes .../__pycache__/heuristics.cpython-310.pyc | Bin 0 -> 5401 bytes .../__pycache__/serialize.cpython-310.pyc | Bin 0 -> 3354 bytes .../__pycache__/wrapper.cpython-310.pyc | Bin 0 -> 1471 bytes .../pip/_vendor/cachecontrol/_cmd.py | 70 + .../pip/_vendor/cachecontrol/adapter.py | 161 + .../pip/_vendor/cachecontrol/cache.py | 75 + .../_vendor/cachecontrol/caches/__init__.py | 8 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 430 bytes .../__pycache__/file_cache.cpython-310.pyc | Bin 0 -> 5649 bytes .../__pycache__/redis_cache.cpython-310.pyc | Bin 0 -> 2045 bytes .../_vendor/cachecontrol/caches/file_cache.py | 182 + .../cachecontrol/caches/redis_cache.py | 48 + .../pip/_vendor/cachecontrol/controller.py | 500 + .../pip/_vendor/cachecontrol/filewrapper.py | 119 + .../pip/_vendor/cachecontrol/heuristics.py | 157 + .../pip/_vendor/cachecontrol/py.typed | 0 .../pip/_vendor/cachecontrol/serialize.py | 146 + .../pip/_vendor/cachecontrol/wrapper.py | 43 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 309 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 459 bytes .../certifi/__pycache__/core.cpython-310.pyc | Bin 0 -> 2152 bytes .../pip/_vendor/certifi/cacert.pem | 4929 ++++++++++ .../site-packages/pip/_vendor/certifi/core.py | 114 + .../pip/_vendor/certifi/py.typed | 0 .../pip/_vendor/distlib/__init__.py | 33 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1067 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 31440 bytes .../__pycache__/database.cpython-310.pyc | Bin 0 -> 43077 bytes .../distlib/__pycache__/index.cpython-310.pyc | Bin 0 -> 17304 bytes .../__pycache__/locators.cpython-310.pyc | Bin 0 -> 38255 bytes .../__pycache__/manifest.cpython-310.pyc | Bin 0 -> 10232 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 5302 bytes .../__pycache__/metadata.cpython-310.pyc | Bin 0 -> 26931 bytes .../__pycache__/resources.cpython-310.pyc | Bin 0 -> 11041 bytes .../__pycache__/scripts.cpython-310.pyc | Bin 0 -> 11670 bytes .../distlib/__pycache__/util.cpython-310.pyc | Bin 0 -> 52078 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 20286 bytes .../distlib/__pycache__/wheel.cpython-310.pyc | Bin 0 -> 28487 bytes .../pip/_vendor/distlib/compat.py | 1137 +++ .../pip/_vendor/distlib/database.py | 1329 +++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1295 +++ .../pip/_vendor/distlib/manifest.py | 384 + .../pip/_vendor/distlib/markers.py | 162 + .../pip/_vendor/distlib/metadata.py | 1031 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 447 + .../site-packages/pip/_vendor/distlib/t32.exe | Bin 0 -> 97792 bytes .../pip/_vendor/distlib/t64-arm.exe | Bin 0 -> 182784 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 0 -> 108032 bytes .../site-packages/pip/_vendor/distlib/util.py | 1984 ++++ .../pip/_vendor/distlib/version.py | 750 ++ .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 91648 bytes .../pip/_vendor/distlib/w64-arm.exe | Bin 0 -> 168448 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 101888 bytes .../pip/_vendor/distlib/wheel.py | 1100 +++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 920 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 274 bytes .../distro/__pycache__/distro.cpython-310.pyc | Bin 0 -> 42159 bytes .../pip/_vendor/distro/distro.py | 1403 +++ .../site-packages/pip/_vendor/distro/py.typed | 0 .../pip/_vendor/idna/__init__.py | 45 + .../idna/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 857 bytes .../idna/__pycache__/codec.cpython-310.pyc | Bin 0 -> 3278 bytes .../idna/__pycache__/compat.cpython-310.pyc | Bin 0 -> 760 bytes .../idna/__pycache__/core.cpython-310.pyc | Bin 0 -> 9712 bytes .../idna/__pycache__/idnadata.cpython-310.pyc | Bin 0 -> 194453 bytes .../__pycache__/intranges.cpython-310.pyc | Bin 0 -> 1989 bytes .../__pycache__/package_data.cpython-310.pyc | Bin 0 -> 217 bytes .../__pycache__/uts46data.cpython-310.pyc | Bin 0 -> 152381 bytes .../site-packages/pip/_vendor/idna/codec.py | 122 + .../site-packages/pip/_vendor/idna/compat.py | 15 + .../site-packages/pip/_vendor/idna/core.py | 437 + .../pip/_vendor/idna/idnadata.py | 4243 ++++++++ .../pip/_vendor/idna/intranges.py | 57 + .../pip/_vendor/idna/package_data.py | 1 + .../site-packages/pip/_vendor/idna/py.typed | 0 .../pip/_vendor/idna/uts46data.py | 8681 +++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 55 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1402 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 1813 bytes .../msgpack/__pycache__/ext.cpython-310.pyc | Bin 0 -> 6094 bytes .../__pycache__/fallback.cpython-310.pyc | Bin 0 -> 23776 bytes .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 170 + .../pip/_vendor/msgpack/fallback.py | 929 ++ .../pip/_vendor/packaging/__init__.py | 15 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 528 bytes .../__pycache__/_elffile.cpython-310.pyc | Bin 0 -> 3403 bytes .../__pycache__/_manylinux.cpython-310.pyc | Bin 0 -> 6593 bytes .../__pycache__/_musllinux.cpython-310.pyc | Bin 0 -> 3452 bytes .../__pycache__/_parser.cpython-310.pyc | Bin 0 -> 9268 bytes .../__pycache__/_structures.cpython-310.pyc | Bin 0 -> 2710 bytes .../__pycache__/_tokenizer.cpython-310.pyc | Bin 0 -> 5924 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 7891 bytes .../__pycache__/metadata.cpython-310.pyc | Bin 0 -> 18753 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 2922 bytes .../__pycache__/specifiers.cpython-310.pyc | Bin 0 -> 31420 bytes .../__pycache__/tags.cpython-310.pyc | Bin 0 -> 15228 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 4656 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 15057 bytes .../pip/_vendor/packaging/_elffile.py | 110 + .../pip/_vendor/packaging/_manylinux.py | 263 + .../pip/_vendor/packaging/_musllinux.py | 85 + .../pip/_vendor/packaging/_parser.py | 354 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/_tokenizer.py | 194 + .../_vendor/packaging/licenses/__init__.py | 145 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2627 bytes .../__pycache__/_spdx.cpython-310.pyc | Bin 0 -> 40987 bytes .../pip/_vendor/packaging/licenses/_spdx.py | 759 ++ .../pip/_vendor/packaging/markers.py | 331 + .../pip/_vendor/packaging/metadata.py | 863 ++ .../pip/_vendor/packaging/py.typed | 0 .../pip/_vendor/packaging/requirements.py | 91 + .../pip/_vendor/packaging/specifiers.py | 1020 ++ .../pip/_vendor/packaging/tags.py | 617 ++ .../pip/_vendor/packaging/utils.py | 163 + .../pip/_vendor/packaging/version.py | 582 ++ .../pip/_vendor/pkg_resources/__init__.py | 3676 +++++++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 113969 bytes .../pip/_vendor/platformdirs/__init__.py | 631 ++ .../pip/_vendor/platformdirs/__main__.py | 55 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 15862 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 1408 bytes .../__pycache__/android.cpython-310.pyc | Bin 0 -> 7416 bytes .../__pycache__/api.cpython-310.pyc | Bin 0 -> 10212 bytes .../__pycache__/macos.cpython-310.pyc | Bin 0 -> 6530 bytes .../__pycache__/unix.cpython-310.pyc | Bin 0 -> 10526 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 523 bytes .../__pycache__/windows.cpython-310.pyc | Bin 0 -> 9096 bytes .../pip/_vendor/platformdirs/android.py | 249 + .../pip/_vendor/platformdirs/api.py | 298 + .../pip/_vendor/platformdirs/macos.py | 144 + .../pip/_vendor/platformdirs/py.typed | 0 .../pip/_vendor/platformdirs/unix.py | 269 + .../pip/_vendor/platformdirs/version.py | 16 + .../pip/_vendor/platformdirs/windows.py | 272 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2940 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 593 bytes .../__pycache__/cmdline.cpython-310.pyc | Bin 0 -> 15559 bytes .../__pycache__/console.cpython-310.pyc | Bin 0 -> 1895 bytes .../__pycache__/filter.cpython-310.pyc | Bin 0 -> 2655 bytes .../__pycache__/formatter.cpython-310.pyc | Bin 0 -> 4106 bytes .../__pycache__/lexer.cpython-310.pyc | Bin 0 -> 26531 bytes .../__pycache__/modeline.cpython-310.pyc | Bin 0 -> 1198 bytes .../__pycache__/plugin.cpython-310.pyc | Bin 0 -> 1954 bytes .../__pycache__/regexopt.cpython-310.pyc | Bin 0 -> 2961 bytes .../__pycache__/scanner.cpython-310.pyc | Bin 0 -> 3563 bytes .../__pycache__/sphinxext.cpython-310.pyc | Bin 0 -> 7772 bytes .../__pycache__/style.cpython-310.pyc | Bin 0 -> 4619 bytes .../__pycache__/token.cpython-310.pyc | Bin 0 -> 4701 bytes .../__pycache__/unistring.cpython-310.pyc | Bin 0 -> 31235 bytes .../pygments/__pycache__/util.cpython-310.pyc | Bin 0 -> 10067 bytes .../pip/_vendor/pygments/cmdline.py | 668 ++ .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 70 + .../pip/_vendor/pygments/filters/__init__.py | 940 ++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 29631 bytes .../pip/_vendor/pygments/formatter.py | 129 + .../_vendor/pygments/formatters/__init__.py | 157 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 5024 bytes .../__pycache__/_mapping.cpython-310.pyc | Bin 0 -> 4005 bytes .../__pycache__/bbcode.cpython-310.pyc | Bin 0 -> 3100 bytes .../__pycache__/groff.cpython-310.pyc | Bin 0 -> 4427 bytes .../__pycache__/html.cpython-310.pyc | Bin 0 -> 29381 bytes .../__pycache__/img.cpython-310.pyc | Bin 0 -> 18409 bytes .../__pycache__/irc.cpython-310.pyc | Bin 0 -> 4103 bytes .../__pycache__/latex.cpython-310.pyc | Bin 0 -> 13897 bytes .../__pycache__/other.cpython-310.pyc | Bin 0 -> 4815 bytes .../__pycache__/pangomarkup.cpython-310.pyc | Bin 0 -> 2119 bytes .../__pycache__/rtf.cpython-310.pyc | Bin 0 -> 8865 bytes .../__pycache__/svg.cpython-310.pyc | Bin 0 -> 6324 bytes .../__pycache__/terminal.cpython-310.pyc | Bin 0 -> 4004 bytes .../__pycache__/terminal256.cpython-310.pyc | Bin 0 -> 9254 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 | 987 ++ .../pip/_vendor/pygments/formatters/img.py | 685 ++ .../pip/_vendor/pygments/formatters/irc.py | 154 + .../pip/_vendor/pygments/formatters/latex.py | 518 + .../pip/_vendor/pygments/formatters/other.py | 160 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 349 + .../pip/_vendor/pygments/formatters/svg.py | 185 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 963 ++ .../pip/_vendor/pygments/lexers/__init__.py | 362 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 10066 bytes .../__pycache__/_mapping.cpython-310.pyc | Bin 0 -> 64909 bytes .../lexers/__pycache__/python.cpython-310.pyc | Bin 0 -> 30218 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 589 ++ .../pip/_vendor/pygments/lexers/python.py | 1198 +++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 72 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 247 + .../pip/_vendor/pygments/style.py | 203 + .../pip/_vendor/pygments/styles/__init__.py | 61 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2067 bytes .../__pycache__/_mapping.cpython-310.pyc | Bin 0 -> 3317 bytes .../pip/_vendor/pygments/styles/_mapping.py | 54 + .../pip/_vendor/pygments/token.py | 214 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 324 + .../pip/_vendor/pyproject_hooks/__init__.py | 31 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 705 bytes .../__pycache__/_impl.cpython-310.pyc | Bin 0 -> 14099 bytes .../pip/_vendor/pyproject_hooks/_impl.py | 410 + .../pyproject_hooks/_in_process/__init__.py | 21 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 829 bytes .../__pycache__/_in_process.cpython-310.pyc | Bin 0 -> 10490 bytes .../_in_process/_in_process.py | 389 + .../pip/_vendor/pyproject_hooks/py.typed | 0 .../pip/_vendor/requests/__init__.py | 179 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 3877 bytes .../__pycache__/__version__.cpython-310.pyc | Bin 0 -> 555 bytes .../_internal_utils.cpython-310.pyc | Bin 0 -> 1631 bytes .../__pycache__/adapters.cpython-310.pyc | Bin 0 -> 22117 bytes .../requests/__pycache__/api.cpython-310.pyc | Bin 0 -> 6731 bytes .../requests/__pycache__/auth.cpython-310.pyc | Bin 0 -> 8127 bytes .../__pycache__/certs.cpython-310.pyc | Bin 0 -> 644 bytes .../__pycache__/compat.cpython-310.pyc | Bin 0 -> 1523 bytes .../__pycache__/cookies.cpython-310.pyc | Bin 0 -> 18732 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 6246 bytes .../requests/__pycache__/help.cpython-310.pyc | Bin 0 -> 2821 bytes .../__pycache__/hooks.cpython-310.pyc | Bin 0 -> 999 bytes .../__pycache__/models.cpython-310.pyc | Bin 0 -> 24295 bytes .../__pycache__/packages.cpython-310.pyc | Bin 0 -> 745 bytes .../__pycache__/sessions.cpython-310.pyc | Bin 0 -> 19741 bytes .../__pycache__/status_codes.cpython-310.pyc | Bin 0 -> 4749 bytes .../__pycache__/structures.cpython-310.pyc | Bin 0 -> 4443 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 24643 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 50 + .../pip/_vendor/requests/adapters.py | 719 ++ .../site-packages/pip/_vendor/requests/api.py | 157 + .../pip/_vendor/requests/auth.py | 314 + .../pip/_vendor/requests/certs.py | 17 + .../pip/_vendor/requests/compat.py | 78 + .../pip/_vendor/requests/cookies.py | 561 ++ .../pip/_vendor/requests/exceptions.py | 151 + .../pip/_vendor/requests/help.py | 127 + .../pip/_vendor/requests/hooks.py | 33 + .../pip/_vendor/requests/models.py | 1037 ++ .../pip/_vendor/requests/packages.py | 25 + .../pip/_vendor/requests/sessions.py | 831 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1096 +++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 611 bytes .../__pycache__/providers.cpython-310.pyc | Bin 0 -> 6661 bytes .../__pycache__/reporters.cpython-310.pyc | Bin 0 -> 2614 bytes .../__pycache__/resolvers.cpython-310.pyc | Bin 0 -> 17448 bytes .../__pycache__/structs.cpython-310.pyc | Bin 0 -> 7270 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 206 bytes .../collections_abc.cpython-310.pyc | Bin 0 -> 382 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/py.typed | 0 .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 547 ++ .../pip/_vendor/resolvelib/structs.py | 170 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 273 + .../rich/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 6118 bytes .../rich/__pycache__/__main__.cpython-310.pyc | Bin 0 -> 7188 bytes .../__pycache__/_cell_widths.cpython-310.pyc | Bin 0 -> 7870 bytes .../__pycache__/_emoji_codes.cpython-310.pyc | Bin 0 -> 360059 bytes .../_emoji_replace.cpython-310.pyc | Bin 0 -> 1199 bytes .../_export_format.cpython-310.pyc | Bin 0 -> 2330 bytes .../__pycache__/_extension.cpython-310.pyc | Bin 0 -> 500 bytes .../rich/__pycache__/_fileno.cpython-310.pyc | Bin 0 -> 793 bytes .../rich/__pycache__/_inspect.cpython-310.pyc | Bin 0 -> 8627 bytes .../__pycache__/_log_render.cpython-310.pyc | Bin 0 -> 2645 bytes .../rich/__pycache__/_loop.cpython-310.pyc | Bin 0 -> 1297 bytes .../__pycache__/_null_file.cpython-310.pyc | Bin 0 -> 3248 bytes .../__pycache__/_palettes.cpython-310.pyc | Bin 0 -> 5102 bytes .../rich/__pycache__/_pick.cpython-310.pyc | Bin 0 -> 645 bytes .../rich/__pycache__/_ratio.cpython-310.pyc | Bin 0 -> 5164 bytes .../__pycache__/_spinners.cpython-310.pyc | Bin 0 -> 12276 bytes .../rich/__pycache__/_stack.cpython-310.pyc | Bin 0 -> 843 bytes .../rich/__pycache__/_timer.cpython-310.pyc | Bin 0 -> 692 bytes .../_win32_console.cpython-310.pyc | Bin 0 -> 18972 bytes .../rich/__pycache__/_windows.cpython-310.pyc | Bin 0 -> 1794 bytes .../_windows_renderer.cpython-310.pyc | Bin 0 -> 2048 bytes .../rich/__pycache__/_wrap.cpython-310.pyc | Bin 0 -> 2478 bytes .../rich/__pycache__/abc.cpython-310.pyc | Bin 0 -> 1319 bytes .../rich/__pycache__/align.cpython-310.pyc | Bin 0 -> 8051 bytes .../rich/__pycache__/ansi.cpython-310.pyc | Bin 0 -> 6002 bytes .../rich/__pycache__/bar.cpython-310.pyc | Bin 0 -> 2988 bytes .../rich/__pycache__/box.cpython-310.pyc | Bin 0 -> 8408 bytes .../rich/__pycache__/cells.cpython-310.pyc | Bin 0 -> 4279 bytes .../rich/__pycache__/color.cpython-310.pyc | Bin 0 -> 17721 bytes .../__pycache__/color_triplet.cpython-310.pyc | Bin 0 -> 1442 bytes .../rich/__pycache__/columns.cpython-310.pyc | Bin 0 -> 6202 bytes .../rich/__pycache__/console.cpython-310.pyc | Bin 0 -> 83570 bytes .../__pycache__/constrain.cpython-310.pyc | Bin 0 -> 1759 bytes .../__pycache__/containers.cpython-310.pyc | Bin 0 -> 6496 bytes .../rich/__pycache__/control.cpython-310.pyc | Bin 0 -> 8164 bytes .../default_styles.cpython-310.pyc | Bin 0 -> 6302 bytes .../rich/__pycache__/diagnose.cpython-310.pyc | Bin 0 -> 1226 bytes .../rich/__pycache__/emoji.cpython-310.pyc | Bin 0 -> 3272 bytes .../rich/__pycache__/errors.cpython-310.pyc | Bin 0 -> 1532 bytes .../__pycache__/file_proxy.cpython-310.pyc | Bin 0 -> 2405 bytes .../rich/__pycache__/filesize.cpython-310.pyc | Bin 0 -> 2623 bytes .../__pycache__/highlighter.cpython-310.pyc | Bin 0 -> 8066 bytes .../rich/__pycache__/json.cpython-310.pyc | Bin 0 -> 4736 bytes .../rich/__pycache__/jupyter.cpython-310.pyc | Bin 0 -> 4004 bytes .../rich/__pycache__/layout.cpython-310.pyc | Bin 0 -> 14652 bytes .../rich/__pycache__/live.cpython-310.pyc | Bin 0 -> 11681 bytes .../__pycache__/live_render.cpython-310.pyc | Bin 0 -> 3407 bytes .../rich/__pycache__/logging.cpython-310.pyc | Bin 0 -> 10331 bytes .../rich/__pycache__/markup.cpython-310.pyc | Bin 0 -> 6161 bytes .../rich/__pycache__/measure.cpython-310.pyc | Bin 0 -> 5081 bytes .../rich/__pycache__/padding.cpython-310.pyc | Bin 0 -> 4430 bytes .../rich/__pycache__/pager.cpython-310.pyc | Bin 0 -> 1481 bytes .../rich/__pycache__/palette.cpython-310.pyc | Bin 0 -> 3713 bytes .../rich/__pycache__/panel.cpython-310.pyc | Bin 0 -> 7954 bytes .../rich/__pycache__/pretty.cpython-310.pyc | Bin 0 -> 27818 bytes .../rich/__pycache__/progress.cpython-310.pyc | Bin 0 -> 54556 bytes .../__pycache__/progress_bar.cpython-310.pyc | Bin 0 -> 6916 bytes .../rich/__pycache__/prompt.cpython-310.pyc | Bin 0 -> 12202 bytes .../rich/__pycache__/protocol.cpython-310.pyc | Bin 0 -> 1357 bytes .../rich/__pycache__/region.cpython-310.pyc | Bin 0 -> 532 bytes .../rich/__pycache__/repr.cpython-310.pyc | Bin 0 -> 4101 bytes .../rich/__pycache__/rule.cpython-310.pyc | Bin 0 -> 3948 bytes .../rich/__pycache__/scope.cpython-310.pyc | Bin 0 -> 2994 bytes .../rich/__pycache__/screen.cpython-310.pyc | Bin 0 -> 1884 bytes .../rich/__pycache__/segment.cpython-310.pyc | Bin 0 -> 21218 bytes .../rich/__pycache__/spinner.cpython-310.pyc | Bin 0 -> 4418 bytes .../rich/__pycache__/status.cpython-310.pyc | Bin 0 -> 4598 bytes .../rich/__pycache__/style.cpython-310.pyc | Bin 0 -> 21333 bytes .../rich/__pycache__/styled.cpython-310.pyc | Bin 0 -> 1768 bytes .../rich/__pycache__/syntax.cpython-310.pyc | Bin 0 -> 26173 bytes .../rich/__pycache__/table.cpython-310.pyc | Bin 0 -> 30199 bytes .../terminal_theme.cpython-310.pyc | Bin 0 -> 3021 bytes .../rich/__pycache__/text.cpython-310.pyc | Bin 0 -> 41796 bytes .../rich/__pycache__/theme.cpython-310.pyc | Bin 0 -> 4837 bytes .../rich/__pycache__/themes.cpython-310.pyc | Bin 0 -> 298 bytes .../__pycache__/traceback.cpython-310.pyc | Bin 0 -> 22668 bytes .../rich/__pycache__/tree.cpython-310.pyc | Bin 0 -> 7646 bytes .../pip/_vendor/rich/_cell_widths.py | 454 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_export_format.py | 76 + .../pip/_vendor/rich/_extension.py | 10 + .../site-packages/pip/_vendor/rich/_fileno.py | 24 + .../pip/_vendor/rich/_inspect.py | 268 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_null_file.py | 69 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 159 + .../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 | 661 ++ .../pip/_vendor/rich/_windows.py | 71 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 93 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 312 + .../site-packages/pip/_vendor/rich/ansi.py | 241 + .../site-packages/pip/_vendor/rich/bar.py | 93 + .../site-packages/pip/_vendor/rich/box.py | 480 + .../site-packages/pip/_vendor/rich/cells.py | 174 + .../site-packages/pip/_vendor/rich/color.py | 621 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2661 +++++ .../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 | 191 + .../pip/_vendor/rich/diagnose.py | 37 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 57 + .../pip/_vendor/rich/filesize.py | 88 + .../pip/_vendor/rich/highlighter.py | 232 + .../site-packages/pip/_vendor/rich/json.py | 139 + .../site-packages/pip/_vendor/rich/jupyter.py | 101 + .../site-packages/pip/_vendor/rich/layout.py | 442 + .../site-packages/pip/_vendor/rich/live.py | 375 + .../pip/_vendor/rich/live_render.py | 112 + .../site-packages/pip/_vendor/rich/logging.py | 297 + .../site-packages/pip/_vendor/rich/markup.py | 251 + .../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 | 318 + .../site-packages/pip/_vendor/rich/pretty.py | 1016 ++ .../pip/_vendor/rich/progress.py | 1715 ++++ .../pip/_vendor/rich/progress_bar.py | 223 + .../site-packages/pip/_vendor/rich/prompt.py | 400 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/py.typed | 0 .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 130 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 752 ++ .../site-packages/pip/_vendor/rich/spinner.py | 138 + .../site-packages/pip/_vendor/rich/status.py | 131 + .../site-packages/pip/_vendor/rich/style.py | 796 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 966 ++ .../site-packages/pip/_vendor/rich/table.py | 1007 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1361 +++ .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 797 ++ .../site-packages/pip/_vendor/rich/tree.py | 257 + .../pip/_vendor/tomli/__init__.py | 8 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 330 bytes .../tomli/__pycache__/_parser.cpython-310.pyc | Bin 0 -> 18604 bytes .../tomli/__pycache__/_re.cpython-310.pyc | Bin 0 -> 3000 bytes .../tomli/__pycache__/_types.cpython-310.pyc | Bin 0 -> 330 bytes .../pip/_vendor/tomli/_parser.py | 770 ++ .../site-packages/pip/_vendor/tomli/_re.py | 112 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../site-packages/pip/_vendor/tomli/py.typed | 1 + .../pip/_vendor/truststore/__init__.py | 36 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 974 bytes .../__pycache__/_api.cpython-310.pyc | Bin 0 -> 10407 bytes .../__pycache__/_macos.cpython-310.pyc | Bin 0 -> 10105 bytes .../__pycache__/_openssl.cpython-310.pyc | Bin 0 -> 1487 bytes .../_ssl_constants.cpython-310.pyc | Bin 0 -> 801 bytes .../__pycache__/_windows.cpython-310.pyc | Bin 0 -> 10581 bytes .../pip/_vendor/truststore/_api.py | 316 + .../pip/_vendor/truststore/_macos.py | 571 ++ .../pip/_vendor/truststore/_openssl.py | 66 + .../pip/_vendor/truststore/_ssl_constants.py | 31 + .../pip/_vendor/truststore/_windows.py | 567 ++ .../pip/_vendor/truststore/py.typed | 0 .../pip/_vendor/typing_extensions.py | 3641 +++++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2514 bytes .../__pycache__/_collections.cpython-310.pyc | Bin 0 -> 11359 bytes .../__pycache__/_version.cpython-310.pyc | Bin 0 -> 219 bytes .../__pycache__/connection.cpython-310.pyc | Bin 0 -> 13714 bytes .../connectionpool.cpython-310.pyc | Bin 0 -> 25948 bytes .../__pycache__/exceptions.cpython-310.pyc | Bin 0 -> 10999 bytes .../__pycache__/fields.cpython-310.pyc | Bin 0 -> 8190 bytes .../__pycache__/filepost.cpython-310.pyc | Bin 0 -> 2755 bytes .../__pycache__/poolmanager.cpython-310.pyc | Bin 0 -> 15165 bytes .../__pycache__/request.cpython-310.pyc | Bin 0 -> 6387 bytes .../__pycache__/response.cpython-310.pyc | Bin 0 -> 22521 bytes .../pip/_vendor/urllib3/_collections.py | 355 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 ++ .../pip/_vendor/urllib3/connectionpool.py | 1140 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 204 bytes .../_appengine_environ.cpython-310.pyc | Bin 0 -> 1384 bytes .../__pycache__/appengine.cpython-310.pyc | Bin 0 -> 8201 bytes .../__pycache__/ntlmpool.cpython-310.pyc | Bin 0 -> 3628 bytes .../__pycache__/pyopenssl.cpython-310.pyc | Bin 0 -> 15816 bytes .../securetransport.cpython-310.pyc | Bin 0 -> 21943 bytes .../contrib/__pycache__/socks.cpython-310.pyc | Bin 0 -> 5606 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 221 bytes .../__pycache__/bindings.cpython-310.pyc | Bin 0 -> 10717 bytes .../__pycache__/low_level.cpython-310.pyc | Bin 0 -> 9104 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 | 920 ++ .../pip/_vendor/urllib3/contrib/socks.py | 216 + .../pip/_vendor/urllib3/exceptions.py | 323 + .../pip/_vendor/urllib3/fields.py | 274 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 205 bytes .../packages/__pycache__/six.cpython-310.pyc | Bin 0 -> 27665 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 215 bytes .../__pycache__/makefile.cpython-310.pyc | Bin 0 -> 1315 bytes .../weakref_finalize.cpython-310.pyc | Bin 0 -> 4913 bytes .../urllib3/packages/backports/makefile.py | 51 + .../packages/backports/weakref_finalize.py | 155 + .../pip/_vendor/urllib3/packages/six.py | 1076 ++ .../pip/_vendor/urllib3/poolmanager.py | 540 + .../pip/_vendor/urllib3/request.py | 191 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1114 bytes .../__pycache__/connection.cpython-310.pyc | Bin 0 -> 3442 bytes .../util/__pycache__/proxy.cpython-310.pyc | Bin 0 -> 1349 bytes .../util/__pycache__/queue.cpython-310.pyc | Bin 0 -> 1069 bytes .../util/__pycache__/request.cpython-310.pyc | Bin 0 -> 3376 bytes .../util/__pycache__/response.cpython-310.pyc | Bin 0 -> 2362 bytes .../util/__pycache__/retry.cpython-310.pyc | Bin 0 -> 16189 bytes .../util/__pycache__/ssl_.cpython-310.pyc | Bin 0 -> 11558 bytes .../ssl_match_hostname.cpython-310.pyc | Bin 0 -> 3266 bytes .../__pycache__/ssltransport.cpython-310.pyc | Bin 0 -> 7404 bytes .../util/__pycache__/timeout.cpython-310.pyc | Bin 0 -> 9149 bytes .../util/__pycache__/url.cpython-310.pyc | Bin 0 -> 10724 bytes .../util/__pycache__/wait.cpython-310.pyc | Bin 0 -> 3098 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 137 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 622 ++ .../pip/_vendor/urllib3/util/ssl_.py | 504 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 271 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../site-packages/pip/_vendor/vendor.txt | 18 + .../lib/python3.10/site-packages/pip/py.typed | 4 + .../site-packages/pkg_resources/__init__.py | 3288 +++++++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 100047 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 198 bytes .../__pycache__/appdirs.cpython-310.pyc | Bin 0 -> 20259 bytes .../__pycache__/pyparsing.cpython-310.pyc | Bin 0 -> 198814 bytes .../pkg_resources/_vendor/appdirs.py | 608 ++ .../_vendor/packaging/__about__.py | 27 + .../_vendor/packaging/__init__.py | 26 + .../__pycache__/__about__.cpython-310.pyc | Bin 0 -> 714 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 560 bytes .../__pycache__/_compat.cpython-310.pyc | Bin 0 -> 1160 bytes .../__pycache__/_structures.cpython-310.pyc | Bin 0 -> 2704 bytes .../__pycache__/_typing.cpython-310.pyc | Bin 0 -> 1516 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 9201 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 4106 bytes .../__pycache__/specifiers.cpython-310.pyc | Bin 0 -> 20467 bytes .../__pycache__/tags.cpython-310.pyc | Bin 0 -> 17346 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 1651 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 13031 bytes .../_vendor/packaging/_compat.py | 38 + .../_vendor/packaging/_structures.py | 86 + .../_vendor/packaging/_typing.py | 48 + .../_vendor/packaging/markers.py | 328 + .../_vendor/packaging/requirements.py | 145 + .../_vendor/packaging/specifiers.py | 863 ++ .../pkg_resources/_vendor/packaging/tags.py | 751 ++ .../pkg_resources/_vendor/packaging/utils.py | 65 + .../_vendor/packaging/version.py | 535 + .../pkg_resources/_vendor/pyparsing.py | 5742 +++++++++++ .../pkg_resources/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2906 bytes .../__pycache__/setup.cpython-310.pyc | Bin 0 -> 326 bytes .../data/my-test-package-source/setup.py | 6 + .../pycodestyle-2.12.1.dist-info/INSTALLER | 1 + .../pycodestyle-2.12.1.dist-info/LICENSE | 25 + .../pycodestyle-2.12.1.dist-info/METADATA | 131 + .../pycodestyle-2.12.1.dist-info/RECORD | 10 + .../pycodestyle-2.12.1.dist-info/WHEEL | 6 + .../entry_points.txt | 2 + .../top_level.txt | 1 + .../python3.10/site-packages/pycodestyle.py | 2667 +++++ .../pydocstyle-6.3.0.dist-info/INSTALLER | 1 + .../pydocstyle-6.3.0.dist-info/METADATA | 112 + .../pydocstyle-6.3.0.dist-info/RECORD | 28 + .../pydocstyle-6.3.0.dist-info/WHEEL | 4 + .../entry_points.txt | 3 + .../site-packages/pydocstyle/__init__.py | 6 + .../site-packages/pydocstyle/__main__.py | 20 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 397 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 567 bytes .../__pycache__/_version.cpython-310.pyc | Bin 0 -> 441 bytes .../__pycache__/checker.cpython-310.pyc | Bin 0 -> 35143 bytes .../__pycache__/cli.cpython-310.pyc | Bin 0 -> 2862 bytes .../__pycache__/config.cpython-310.pyc | Bin 0 -> 25845 bytes .../__pycache__/parser.cpython-310.pyc | Bin 0 -> 24895 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 1616 bytes .../__pycache__/violations.cpython-310.pyc | Bin 0 -> 11174 bytes .../__pycache__/wordlists.cpython-310.pyc | Bin 0 -> 1572 bytes .../site-packages/pydocstyle/_version.py | 13 + .../site-packages/pydocstyle/checker.py | 1224 +++ .../site-packages/pydocstyle/cli.py | 108 + .../site-packages/pydocstyle/config.py | 949 ++ .../pydocstyle/data/imperatives.txt | 233 + .../pydocstyle/data/imperatives_blacklist.txt | 99 + .../site-packages/pydocstyle/parser.py | 856 ++ .../site-packages/pydocstyle/utils.py | 47 + .../site-packages/pydocstyle/violations.py | 483 + .../site-packages/pydocstyle/wordlists.py | 49 + .../pyflakes-3.2.0.dist-info/INSTALLER | 1 + .../pyflakes-3.2.0.dist-info/LICENSE | 21 + .../pyflakes-3.2.0.dist-info/METADATA | 109 + .../pyflakes-3.2.0.dist-info/RECORD | 50 + .../pyflakes-3.2.0.dist-info/WHEEL | 6 + .../pyflakes-3.2.0.dist-info/entry_points.txt | 2 + .../pyflakes-3.2.0.dist-info/top_level.txt | 1 + .../site-packages/pyflakes/__init__.py | 1 + .../site-packages/pyflakes/__main__.py | 5 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 206 bytes .../__pycache__/__main__.cpython-310.pyc | Bin 0 -> 292 bytes .../pyflakes/__pycache__/api.cpython-310.pyc | Bin 0 -> 5278 bytes .../__pycache__/checker.cpython-310.pyc | Bin 0 -> 59065 bytes .../__pycache__/messages.cpython-310.pyc | Bin 0 -> 13345 bytes .../__pycache__/reporter.cpython-310.pyc | Bin 0 -> 3109 bytes .../python3.10/site-packages/pyflakes/api.py | 185 + .../site-packages/pyflakes/checker.py | 2200 +++++ .../site-packages/pyflakes/messages.py | 349 + .../site-packages/pyflakes/reporter.py | 92 + .../pyflakes/scripts/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 193 bytes .../__pycache__/pyflakes.cpython-310.pyc | Bin 0 -> 410 bytes .../pyflakes/scripts/pyflakes.py | 7 + .../site-packages/pyflakes/test/__init__.py | 0 .../test/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 190 bytes .../test/__pycache__/harness.cpython-310.pyc | Bin 0 -> 1490 bytes .../test/__pycache__/test_api.cpython-310.pyc | Bin 0 -> 26521 bytes .../__pycache__/test_builtin.cpython-310.pyc | Bin 0 -> 1155 bytes .../test_code_segment.cpython-310.pyc | Bin 0 -> 3824 bytes .../__pycache__/test_dict.cpython-310.pyc | Bin 0 -> 6015 bytes .../__pycache__/test_doctests.cpython-310.pyc | Bin 0 -> 12855 bytes .../__pycache__/test_imports.cpython-310.pyc | Bin 0 -> 39536 bytes .../test_is_literal.cpython-310.pyc | Bin 0 -> 6809 bytes .../__pycache__/test_match.cpython-310.pyc | Bin 0 -> 3362 bytes .../__pycache__/test_other.cpython-310.pyc | Bin 0 -> 57353 bytes .../test_type_annotations.cpython-310.pyc | Bin 0 -> 23912 bytes .../test_undefined_names.cpython-310.pyc | Bin 0 -> 27174 bytes .../site-packages/pyflakes/test/harness.py | 34 + .../site-packages/pyflakes/test/test_api.py | 803 ++ .../pyflakes/test/test_builtin.py | 30 + .../pyflakes/test/test_code_segment.py | 129 + .../site-packages/pyflakes/test/test_dict.py | 193 + .../pyflakes/test/test_doctests.py | 444 + .../pyflakes/test/test_imports.py | 1207 +++ .../pyflakes/test/test_is_literal.py | 222 + .../site-packages/pyflakes/test/test_match.py | 94 + .../site-packages/pyflakes/test/test_other.py | 2046 ++++ .../pyflakes/test/test_type_annotations.py | 799 ++ .../pyflakes/test/test_undefined_names.py | 819 ++ .../setuptools-58.1.0.dist-info/INSTALLER | 1 + .../setuptools-58.1.0.dist-info/LICENSE | 19 + .../setuptools-58.1.0.dist-info/METADATA | 119 + .../setuptools-58.1.0.dist-info/RECORD | 296 + .../setuptools-58.1.0.dist-info/REQUESTED | 0 .../setuptools-58.1.0.dist-info/WHEEL | 5 + .../entry_points.txt | 56 + .../setuptools-58.1.0.dist-info/top_level.txt | 3 + .../site-packages/setuptools/__init__.py | 242 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 8602 bytes .../_deprecation_warning.cpython-310.pyc | Bin 0 -> 559 bytes .../__pycache__/_imp.cpython-310.pyc | Bin 0 -> 2085 bytes .../__pycache__/archive_util.cpython-310.pyc | Bin 0 -> 5855 bytes .../__pycache__/build_meta.cpython-310.pyc | Bin 0 -> 9127 bytes .../__pycache__/config.cpython-310.pyc | Bin 0 -> 20915 bytes .../__pycache__/dep_util.cpython-310.pyc | Bin 0 -> 866 bytes .../__pycache__/depends.cpython-310.pyc | Bin 0 -> 5279 bytes .../__pycache__/dist.cpython-310.pyc | Bin 0 -> 36262 bytes .../__pycache__/errors.cpython-310.pyc | Bin 0 -> 859 bytes .../__pycache__/extension.cpython-310.pyc | Bin 0 -> 1955 bytes .../__pycache__/glob.cpython-310.pyc | Bin 0 -> 3744 bytes .../__pycache__/installer.cpython-310.pyc | Bin 0 -> 2762 bytes .../__pycache__/launch.cpython-310.pyc | Bin 0 -> 916 bytes .../__pycache__/monkey.cpython-310.pyc | Bin 0 -> 4644 bytes .../__pycache__/msvc.cpython-310.pyc | Bin 0 -> 42648 bytes .../__pycache__/namespaces.cpython-310.pyc | Bin 0 -> 3627 bytes .../__pycache__/package_index.cpython-310.pyc | Bin 0 -> 32501 bytes .../__pycache__/py34compat.cpython-310.pyc | Bin 0 -> 491 bytes .../__pycache__/sandbox.cpython-310.pyc | Bin 0 -> 15767 bytes .../__pycache__/unicode_utils.cpython-310.pyc | Bin 0 -> 1121 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 333 bytes .../__pycache__/wheel.cpython-310.pyc | Bin 0 -> 7359 bytes .../windows_support.cpython-310.pyc | Bin 0 -> 1034 bytes .../setuptools/_deprecation_warning.py | 7 + .../setuptools/_distutils/__init__.py | 15 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 465 bytes .../__pycache__/_msvccompiler.cpython-310.pyc | Bin 0 -> 13844 bytes .../__pycache__/archive_util.cpython-310.pyc | Bin 0 -> 6572 bytes .../__pycache__/bcppcompiler.cpython-310.pyc | Bin 0 -> 6559 bytes .../__pycache__/ccompiler.cpython-310.pyc | Bin 0 -> 33286 bytes .../__pycache__/cmd.cpython-310.pyc | Bin 0 -> 13959 bytes .../__pycache__/config.cpython-310.pyc | Bin 0 -> 3600 bytes .../__pycache__/core.cpython-310.pyc | Bin 0 -> 6667 bytes .../cygwinccompiler.cpython-310.pyc | Bin 0 -> 8753 bytes .../__pycache__/debug.cpython-310.pyc | Bin 0 -> 261 bytes .../__pycache__/dep_util.cpython-310.pyc | Bin 0 -> 2782 bytes .../__pycache__/dir_util.cpython-310.pyc | Bin 0 -> 5893 bytes .../__pycache__/dist.cpython-310.pyc | Bin 0 -> 34058 bytes .../__pycache__/errors.cpython-310.pyc | Bin 0 -> 5003 bytes .../__pycache__/extension.cpython-310.pyc | Bin 0 -> 7017 bytes .../__pycache__/fancy_getopt.cpython-310.pyc | Bin 0 -> 10643 bytes .../__pycache__/file_util.cpython-310.pyc | Bin 0 -> 5987 bytes .../__pycache__/filelist.cpython-310.pyc | Bin 0 -> 10833 bytes .../__pycache__/log.cpython-310.pyc | Bin 0 -> 2318 bytes .../__pycache__/msvc9compiler.cpython-310.pyc | Bin 0 -> 17573 bytes .../__pycache__/msvccompiler.cpython-310.pyc | Bin 0 -> 14792 bytes .../__pycache__/py35compat.cpython-310.pyc | Bin 0 -> 637 bytes .../__pycache__/py38compat.cpython-310.pyc | Bin 0 -> 434 bytes .../__pycache__/spawn.cpython-310.pyc | Bin 0 -> 2904 bytes .../__pycache__/sysconfig.cpython-310.pyc | Bin 0 -> 12571 bytes .../__pycache__/text_file.cpython-310.pyc | Bin 0 -> 8480 bytes .../__pycache__/unixccompiler.cpython-310.pyc | Bin 0 -> 6838 bytes .../__pycache__/util.cpython-310.pyc | Bin 0 -> 14224 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 7368 bytes .../versionpredicate.cpython-310.pyc | Bin 0 -> 5198 bytes .../setuptools/_distutils/_msvccompiler.py | 561 ++ .../setuptools/_distutils/archive_util.py | 256 + .../setuptools/_distutils/bcppcompiler.py | 393 + .../setuptools/_distutils/ccompiler.py | 1123 +++ .../setuptools/_distutils/cmd.py | 403 + .../setuptools/_distutils/command/__init__.py | 31 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 540 bytes .../command/__pycache__/bdist.cpython-310.pyc | Bin 0 -> 3674 bytes .../__pycache__/bdist_dumb.cpython-310.pyc | Bin 0 -> 3655 bytes .../__pycache__/bdist_msi.cpython-310.pyc | Bin 0 -> 19731 bytes .../__pycache__/bdist_rpm.cpython-310.pyc | Bin 0 -> 12297 bytes .../__pycache__/bdist_wininst.cpython-310.pyc | Bin 0 -> 8640 bytes .../command/__pycache__/build.cpython-310.pyc | Bin 0 -> 3902 bytes .../__pycache__/build_clib.cpython-310.pyc | Bin 0 -> 4879 bytes .../__pycache__/build_ext.cpython-310.pyc | Bin 0 -> 16276 bytes .../__pycache__/build_py.cpython-310.pyc | Bin 0 -> 9898 bytes .../__pycache__/build_scripts.cpython-310.pyc | Bin 0 -> 4021 bytes .../command/__pycache__/check.cpython-310.pyc | Bin 0 -> 5018 bytes .../command/__pycache__/clean.cpython-310.pyc | Bin 0 -> 2157 bytes .../__pycache__/config.cpython-310.pyc | Bin 0 -> 10339 bytes .../__pycache__/install.cpython-310.pyc | Bin 0 -> 13873 bytes .../__pycache__/install_data.cpython-310.pyc | Bin 0 -> 2356 bytes .../install_egg_info.cpython-310.pyc | Bin 0 -> 3097 bytes .../install_headers.cpython-310.pyc | Bin 0 -> 1779 bytes .../__pycache__/install_lib.cpython-310.pyc | Bin 0 -> 5181 bytes .../install_scripts.cpython-310.pyc | Bin 0 -> 2208 bytes .../__pycache__/py37compat.cpython-310.pyc | Bin 0 -> 1053 bytes .../__pycache__/register.cpython-310.pyc | Bin 0 -> 8692 bytes .../command/__pycache__/sdist.cpython-310.pyc | Bin 0 -> 14508 bytes .../__pycache__/upload.cpython-310.pyc | Bin 0 -> 5384 bytes .../setuptools/_distutils/command/bdist.py | 143 + .../_distutils/command/bdist_dumb.py | 123 + .../_distutils/command/bdist_msi.py | 749 ++ .../_distutils/command/bdist_rpm.py | 579 ++ .../_distutils/command/bdist_wininst.py | 377 + .../setuptools/_distutils/command/build.py | 157 + .../_distutils/command/build_clib.py | 209 + .../_distutils/command/build_ext.py | 757 ++ .../setuptools/_distutils/command/build_py.py | 392 + .../_distutils/command/build_scripts.py | 152 + .../setuptools/_distutils/command/check.py | 148 + .../setuptools/_distutils/command/clean.py | 76 + .../setuptools/_distutils/command/config.py | 344 + .../setuptools/_distutils/command/install.py | 678 ++ .../_distutils/command/install_data.py | 79 + .../_distutils/command/install_egg_info.py | 77 + .../_distutils/command/install_headers.py | 47 + .../_distutils/command/install_lib.py | 217 + .../_distutils/command/install_scripts.py | 60 + .../_distutils/command/py37compat.py | 30 + .../setuptools/_distutils/command/register.py | 304 + .../setuptools/_distutils/command/sdist.py | 494 + .../setuptools/_distutils/command/upload.py | 214 + .../setuptools/_distutils/config.py | 130 + .../setuptools/_distutils/core.py | 234 + .../setuptools/_distutils/cygwinccompiler.py | 414 + .../setuptools/_distutils/debug.py | 5 + .../setuptools/_distutils/dep_util.py | 92 + .../setuptools/_distutils/dir_util.py | 210 + .../setuptools/_distutils/dist.py | 1257 +++ .../setuptools/_distutils/errors.py | 97 + .../setuptools/_distutils/extension.py | 240 + .../setuptools/_distutils/fancy_getopt.py | 457 + .../setuptools/_distutils/file_util.py | 238 + .../setuptools/_distutils/filelist.py | 355 + .../setuptools/_distutils/log.py | 77 + .../setuptools/_distutils/msvc9compiler.py | 788 ++ .../setuptools/_distutils/msvccompiler.py | 643 ++ .../setuptools/_distutils/py35compat.py | 19 + .../setuptools/_distutils/py38compat.py | 7 + .../setuptools/_distutils/spawn.py | 106 + .../setuptools/_distutils/sysconfig.py | 578 ++ .../setuptools/_distutils/text_file.py | 286 + .../setuptools/_distutils/unixccompiler.py | 332 + .../setuptools/_distutils/util.py | 535 + .../setuptools/_distutils/version.py | 347 + .../setuptools/_distutils/versionpredicate.py | 166 + .../site-packages/setuptools/_imp.py | 82 + .../setuptools/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 195 bytes .../__pycache__/ordered_set.cpython-310.pyc | Bin 0 -> 16331 bytes .../__pycache__/pyparsing.cpython-310.pyc | Bin 0 -> 198811 bytes .../_vendor/more_itertools/__init__.py | 4 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 276 bytes .../__pycache__/more.cpython-310.pyc | Bin 0 -> 110006 bytes .../__pycache__/recipes.cpython-310.pyc | Bin 0 -> 17976 bytes .../setuptools/_vendor/more_itertools/more.py | 3825 ++++++++ .../_vendor/more_itertools/recipes.py | 620 ++ .../setuptools/_vendor/ordered_set.py | 488 + .../setuptools/_vendor/packaging/__about__.py | 27 + .../setuptools/_vendor/packaging/__init__.py | 26 + .../__pycache__/__about__.cpython-310.pyc | Bin 0 -> 711 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 557 bytes .../__pycache__/_compat.cpython-310.pyc | Bin 0 -> 1157 bytes .../__pycache__/_structures.cpython-310.pyc | Bin 0 -> 2701 bytes .../__pycache__/_typing.cpython-310.pyc | Bin 0 -> 1513 bytes .../__pycache__/markers.cpython-310.pyc | Bin 0 -> 9195 bytes .../__pycache__/requirements.cpython-310.pyc | Bin 0 -> 4100 bytes .../__pycache__/specifiers.cpython-310.pyc | Bin 0 -> 20464 bytes .../__pycache__/tags.cpython-310.pyc | Bin 0 -> 17343 bytes .../__pycache__/utils.cpython-310.pyc | Bin 0 -> 1648 bytes .../__pycache__/version.cpython-310.pyc | Bin 0 -> 13028 bytes .../setuptools/_vendor/packaging/_compat.py | 38 + .../_vendor/packaging/_structures.py | 86 + .../setuptools/_vendor/packaging/_typing.py | 48 + .../setuptools/_vendor/packaging/markers.py | 328 + .../_vendor/packaging/requirements.py | 145 + .../_vendor/packaging/specifiers.py | 863 ++ .../setuptools/_vendor/packaging/tags.py | 751 ++ .../setuptools/_vendor/packaging/utils.py | 65 + .../setuptools/_vendor/packaging/version.py | 535 + .../setuptools/_vendor/pyparsing.py | 5742 +++++++++++ .../site-packages/setuptools/archive_util.py | 205 + .../site-packages/setuptools/build_meta.py | 281 + .../site-packages/setuptools/cli-32.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/cli-64.exe | Bin 0 -> 74752 bytes .../site-packages/setuptools/cli.exe | Bin 0 -> 65536 bytes .../setuptools/command/__init__.py | 8 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 384 bytes .../command/__pycache__/alias.cpython-310.pyc | Bin 0 -> 2386 bytes .../__pycache__/bdist_egg.cpython-310.pyc | Bin 0 -> 13112 bytes .../__pycache__/bdist_rpm.cpython-310.pyc | Bin 0 -> 1599 bytes .../__pycache__/build_clib.cpython-310.pyc | Bin 0 -> 2475 bytes .../__pycache__/build_ext.cpython-310.pyc | Bin 0 -> 9902 bytes .../__pycache__/build_py.cpython-310.pyc | Bin 0 -> 7879 bytes .../__pycache__/develop.cpython-310.pyc | Bin 0 -> 6162 bytes .../__pycache__/dist_info.cpython-310.pyc | Bin 0 -> 1404 bytes .../__pycache__/easy_install.cpython-310.pyc | Bin 0 -> 63736 bytes .../__pycache__/egg_info.cpython-310.pyc | Bin 0 -> 22030 bytes .../__pycache__/install.cpython-310.pyc | Bin 0 -> 4061 bytes .../install_egg_info.cpython-310.pyc | Bin 0 -> 2438 bytes .../__pycache__/install_lib.cpython-310.pyc | Bin 0 -> 4181 bytes .../install_scripts.cpython-310.pyc | Bin 0 -> 2439 bytes .../__pycache__/py36compat.cpython-310.pyc | Bin 0 -> 4546 bytes .../__pycache__/register.cpython-310.pyc | Bin 0 -> 850 bytes .../__pycache__/rotate.cpython-310.pyc | Bin 0 -> 2517 bytes .../__pycache__/saveopts.cpython-310.pyc | Bin 0 -> 936 bytes .../command/__pycache__/sdist.cpython-310.pyc | Bin 0 -> 6537 bytes .../__pycache__/setopt.cpython-310.pyc | Bin 0 -> 4698 bytes .../command/__pycache__/test.cpython-310.pyc | Bin 0 -> 8142 bytes .../__pycache__/upload.cpython-310.pyc | Bin 0 -> 823 bytes .../__pycache__/upload_docs.cpython-310.pyc | Bin 0 -> 6192 bytes .../site-packages/setuptools/command/alias.py | 78 + .../setuptools/command/bdist_egg.py | 456 + .../setuptools/command/bdist_rpm.py | 40 + .../setuptools/command/build_clib.py | 101 + .../setuptools/command/build_ext.py | 328 + .../setuptools/command/build_py.py | 232 + .../setuptools/command/develop.py | 193 + .../setuptools/command/dist_info.py | 36 + .../setuptools/command/easy_install.py | 2290 +++++ .../setuptools/command/egg_info.py | 734 ++ .../setuptools/command/install.py | 125 + .../setuptools/command/install_egg_info.py | 62 + .../setuptools/command/install_lib.py | 122 + .../setuptools/command/install_scripts.py | 69 + .../setuptools/command/launcher manifest.xml | 15 + .../setuptools/command/py36compat.py | 134 + .../setuptools/command/register.py | 18 + .../setuptools/command/rotate.py | 64 + .../setuptools/command/saveopts.py | 22 + .../site-packages/setuptools/command/sdist.py | 189 + .../setuptools/command/setopt.py | 149 + .../site-packages/setuptools/command/test.py | 252 + .../setuptools/command/upload.py | 17 + .../setuptools/command/upload_docs.py | 202 + .../site-packages/setuptools/config.py | 749 ++ .../site-packages/setuptools/dep_util.py | 25 + .../site-packages/setuptools/depends.py | 175 + .../site-packages/setuptools/dist.py | 1150 +++ .../site-packages/setuptools/errors.py | 16 + .../site-packages/setuptools/extension.py | 55 + .../setuptools/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2945 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.exe | Bin 0 -> 65536 bytes .../site-packages/setuptools/installer.py | 97 + .../site-packages/setuptools/launch.py | 36 + .../site-packages/setuptools/monkey.py | 177 + .../site-packages/setuptools/msvc.py | 1805 ++++ .../site-packages/setuptools/namespaces.py | 107 + .../site-packages/setuptools/package_index.py | 1119 +++ .../site-packages/setuptools/py34compat.py | 13 + .../site-packages/setuptools/sandbox.py | 530 + .../setuptools/script (dev).tmpl | 6 + .../site-packages/setuptools/script.tmpl | 3 + .../site-packages/setuptools/unicode_utils.py | 42 + .../site-packages/setuptools/version.py | 6 + .../site-packages/setuptools/wheel.py | 213 + .../setuptools/windows_support.py | 29 + .../snowballstemmer-2.2.0.dist-info/COPYING | 29 + .../snowballstemmer-2.2.0.dist-info/INSTALLER | 1 + .../snowballstemmer-2.2.0.dist-info/METADATA | 163 + .../snowballstemmer-2.2.0.dist-info/RECORD | 70 + .../snowballstemmer-2.2.0.dist-info/WHEEL | 6 + .../top_level.txt | 1 + .../site-packages/snowballstemmer/__init__.py | 83 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 2773 bytes .../__pycache__/among.cpython-310.pyc | Bin 0 -> 739 bytes .../arabic_stemmer.cpython-310.pyc | Bin 0 -> 23648 bytes .../armenian_stemmer.cpython-310.pyc | Bin 0 -> 8308 bytes .../__pycache__/basestemmer.cpython-310.pyc | Bin 0 -> 7761 bytes .../basque_stemmer.cpython-310.pyc | Bin 0 -> 16218 bytes .../catalan_stemmer.cpython-310.pyc | Bin 0 -> 19778 bytes .../danish_stemmer.cpython-310.pyc | Bin 0 -> 4798 bytes .../__pycache__/dutch_stemmer.cpython-310.pyc | Bin 0 -> 8636 bytes .../english_stemmer.cpython-310.pyc | Bin 0 -> 13082 bytes .../finnish_stemmer.cpython-310.pyc | Bin 0 -> 10173 bytes .../french_stemmer.cpython-310.pyc | Bin 0 -> 17209 bytes .../german_stemmer.cpython-310.pyc | Bin 0 -> 7482 bytes .../__pycache__/greek_stemmer.cpython-310.pyc | Bin 0 -> 45634 bytes .../__pycache__/hindi_stemmer.cpython-310.pyc | Bin 0 -> 5622 bytes .../hungarian_stemmer.cpython-310.pyc | Bin 0 -> 10158 bytes .../indonesian_stemmer.cpython-310.pyc | Bin 0 -> 6608 bytes .../__pycache__/irish_stemmer.cpython-310.pyc | Bin 0 -> 5579 bytes .../italian_stemmer.cpython-310.pyc | Bin 0 -> 13356 bytes .../lithuanian_stemmer.cpython-310.pyc | Bin 0 -> 11401 bytes .../nepali_stemmer.cpython-310.pyc | Bin 0 -> 6993 bytes .../norwegian_stemmer.cpython-310.pyc | Bin 0 -> 4219 bytes .../porter_stemmer.cpython-310.pyc | Bin 0 -> 9573 bytes .../portuguese_stemmer.cpython-310.pyc | Bin 0 -> 12510 bytes .../romanian_stemmer.cpython-310.pyc | Bin 0 -> 13372 bytes .../russian_stemmer.cpython-310.pyc | Bin 0 -> 9971 bytes .../serbian_stemmer.cpython-310.pyc | Bin 0 -> 147631 bytes .../spanish_stemmer.cpython-310.pyc | Bin 0 -> 13173 bytes .../swedish_stemmer.cpython-310.pyc | Bin 0 -> 4185 bytes .../__pycache__/tamil_stemmer.cpython-310.pyc | Bin 0 -> 31182 bytes .../turkish_stemmer.cpython-310.pyc | Bin 0 -> 32760 bytes .../yiddish_stemmer.cpython-310.pyc | Bin 0 -> 16673 bytes .../site-packages/snowballstemmer/among.py | 13 + .../snowballstemmer/arabic_stemmer.py | 1199 +++ .../snowballstemmer/armenian_stemmer.py | 316 + .../snowballstemmer/basestemmer.py | 323 + .../snowballstemmer/basque_stemmer.py | 683 ++ .../snowballstemmer/catalan_stemmer.py | 784 ++ .../snowballstemmer/danish_stemmer.py | 221 + .../snowballstemmer/dutch_stemmer.py | 468 + .../snowballstemmer/english_stemmer.py | 731 ++ .../snowballstemmer/finnish_stemmer.py | 548 ++ .../snowballstemmer/french_stemmer.py | 967 ++ .../snowballstemmer/german_stemmer.py | 415 + .../snowballstemmer/greek_stemmer.py | 2271 +++++ .../snowballstemmer/hindi_stemmer.py | 173 + .../snowballstemmer/hungarian_stemmer.py | 520 + .../snowballstemmer/indonesian_stemmer.py | 319 + .../snowballstemmer/irish_stemmer.py | 276 + .../snowballstemmer/italian_stemmer.py | 715 ++ .../snowballstemmer/lithuanian_stemmer.py | 469 + .../snowballstemmer/nepali_stemmer.py | 274 + .../snowballstemmer/norwegian_stemmer.py | 191 + .../snowballstemmer/porter_stemmer.py | 506 + .../snowballstemmer/portuguese_stemmer.py | 659 ++ .../snowballstemmer/romanian_stemmer.py | 633 ++ .../snowballstemmer/russian_stemmer.py | 492 + .../snowballstemmer/serbian_stemmer.py | 3497 +++++++ .../snowballstemmer/spanish_stemmer.py | 708 ++ .../snowballstemmer/swedish_stemmer.py | 189 + .../snowballstemmer/tamil_stemmer.py | 1788 ++++ .../snowballstemmer/turkish_stemmer.py | 1803 ++++ .../snowballstemmer/yiddish_stemmer.py | 855 ++ venv/pyvenv.cfg | 3 + 1411 files changed, 243142 insertions(+) create mode 100644 .github/workflows/docs-check.yml create mode 100644 venv/bin/Activate.ps1 create mode 100644 venv/bin/activate create mode 100644 venv/bin/activate.csh create mode 100644 venv/bin/activate.fish create mode 100755 venv/bin/flake8 create mode 100755 venv/bin/pip create mode 100755 venv/bin/pip3 create mode 100755 venv/bin/pip3.10 create mode 100755 venv/bin/pycodestyle create mode 100755 venv/bin/pydocstyle create mode 100755 venv/bin/pyflakes create mode 120000 venv/bin/python create mode 120000 venv/bin/python3 create mode 120000 venv/bin/python3.10 create mode 100644 venv/lib/python3.10/site-packages/__pycache__/flake8_docstrings.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/__pycache__/mccabe.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/__pycache__/pycodestyle.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/_distutils_hack/__init__.py create mode 100644 venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/_distutils_hack/override.py create mode 100644 venv/lib/python3.10/site-packages/distutils-precedence.pth create mode 100644 venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/LICENSE create mode 100644 venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/REQUESTED create mode 100644 venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/entry_points.txt create mode 100644 venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/top_level.txt create mode 100644 venv/lib/python3.10/site-packages/flake8/__init__.py create mode 100644 venv/lib/python3.10/site-packages/flake8/__main__.py create mode 100644 venv/lib/python3.10/site-packages/flake8/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/__pycache__/_compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/__pycache__/checker.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/__pycache__/defaults.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/__pycache__/discover_files.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/__pycache__/exceptions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/__pycache__/processor.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/__pycache__/statistics.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/__pycache__/style_guide.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/__pycache__/utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/__pycache__/violation.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/_compat.py create mode 100644 venv/lib/python3.10/site-packages/flake8/api/__init__.py create mode 100644 venv/lib/python3.10/site-packages/flake8/api/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/api/__pycache__/legacy.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/api/legacy.py create mode 100644 venv/lib/python3.10/site-packages/flake8/checker.py create mode 100644 venv/lib/python3.10/site-packages/flake8/defaults.py create mode 100644 venv/lib/python3.10/site-packages/flake8/discover_files.py create mode 100644 venv/lib/python3.10/site-packages/flake8/exceptions.py create mode 100644 venv/lib/python3.10/site-packages/flake8/formatting/__init__.py create mode 100644 venv/lib/python3.10/site-packages/flake8/formatting/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/formatting/__pycache__/_windows_color.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/formatting/__pycache__/base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/formatting/__pycache__/default.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/formatting/_windows_color.py create mode 100644 venv/lib/python3.10/site-packages/flake8/formatting/base.py create mode 100644 venv/lib/python3.10/site-packages/flake8/formatting/default.py create mode 100644 venv/lib/python3.10/site-packages/flake8/main/__init__.py create mode 100644 venv/lib/python3.10/site-packages/flake8/main/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/main/__pycache__/application.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/main/__pycache__/cli.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/main/__pycache__/debug.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/main/__pycache__/options.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/main/application.py create mode 100644 venv/lib/python3.10/site-packages/flake8/main/cli.py create mode 100644 venv/lib/python3.10/site-packages/flake8/main/debug.py create mode 100644 venv/lib/python3.10/site-packages/flake8/main/options.py create mode 100644 venv/lib/python3.10/site-packages/flake8/options/__init__.py create mode 100644 venv/lib/python3.10/site-packages/flake8/options/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/options/__pycache__/aggregator.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/options/__pycache__/config.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/options/__pycache__/manager.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/options/__pycache__/parse_args.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/options/aggregator.py create mode 100644 venv/lib/python3.10/site-packages/flake8/options/config.py create mode 100644 venv/lib/python3.10/site-packages/flake8/options/manager.py create mode 100644 venv/lib/python3.10/site-packages/flake8/options/parse_args.py create mode 100644 venv/lib/python3.10/site-packages/flake8/plugins/__init__.py create mode 100644 venv/lib/python3.10/site-packages/flake8/plugins/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/plugins/__pycache__/finder.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/plugins/__pycache__/pycodestyle.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/plugins/__pycache__/pyflakes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/plugins/__pycache__/reporter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/flake8/plugins/finder.py create mode 100644 venv/lib/python3.10/site-packages/flake8/plugins/pycodestyle.py create mode 100644 venv/lib/python3.10/site-packages/flake8/plugins/pyflakes.py create mode 100644 venv/lib/python3.10/site-packages/flake8/plugins/reporter.py create mode 100644 venv/lib/python3.10/site-packages/flake8/processor.py create mode 100644 venv/lib/python3.10/site-packages/flake8/statistics.py create mode 100644 venv/lib/python3.10/site-packages/flake8/style_guide.py create mode 100644 venv/lib/python3.10/site-packages/flake8/utils.py create mode 100644 venv/lib/python3.10/site-packages/flake8/violation.py create mode 100644 venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/LICENSE create mode 100644 venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/REQUESTED create mode 100644 venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/entry_points.txt create mode 100644 venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/top_level.txt create mode 100644 venv/lib/python3.10/site-packages/flake8_docstrings.py create mode 100644 venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/LICENSE create mode 100644 venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/entry_points.txt create mode 100644 venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/top_level.txt create mode 100644 venv/lib/python3.10/site-packages/mccabe.py create mode 100644 venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/AUTHORS.txt create mode 100644 venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/LICENSE.txt create mode 100644 venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/REQUESTED create mode 100644 venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/entry_points.txt create mode 100644 venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.10/site-packages/pip/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/__main__.py create mode 100644 venv/lib/python3.10/site-packages/pip/__pip-runner__.py create mode 100644 venv/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/__pycache__/__pip-runner__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/build_env.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/exceptions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/main.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/pyproject.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/build_env.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cache.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/index_command.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/main.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/cache.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/check.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/completion.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/debug.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/download.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/hash.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/help.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/index.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/install.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/list.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/search.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/show.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/check.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/download.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/help.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/index.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/inspect.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/install.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/list.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/search.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/show.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/configuration.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/base.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/exceptions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/sources.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/collector.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/index/sources.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/locations/base.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/main.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/_json.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/base.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/format_control.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/link.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/scheme.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/candidate.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/index.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/installation_report.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/link.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/auth.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/download.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/session.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/auth.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/cache.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/download.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/session.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/utils.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/check.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/check.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/pyproject.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/constructors.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_file.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_set.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/constructors.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/base.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/retry.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/urls.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/retry.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/git.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/py.typed create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/core.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/certifi/py.typed create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/markers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distro/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distro/__main__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distro/distro.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/distro/py.typed create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/core.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/codec.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/compat.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/core.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/intranges.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/package_data.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/py.typed create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/_elffile.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/_parser.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/_tokenizer.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/licenses/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/licenses/_spdx.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/metadata.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/py.typed create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/packaging/version.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/py.typed create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/console.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/filter.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/style.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/styles/_mapping.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/token.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pygments/util.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/py.typed create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/api.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/help.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/models.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/__version__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/adapters.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/api.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/auth.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/certs.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/compat.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/cookies.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/help.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/hooks.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/models.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/packages.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/structures.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/requests/utils.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/py.typed create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__main__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/align.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/box.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/console.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/control.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/json.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/region.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/status.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/style.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/table.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/text.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_extension.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_loop.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_pick.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_stack.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_timer.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_windows.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/abc.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/align.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/ansi.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/bar.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/box.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/cells.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/color.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/columns.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/console.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/constrain.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/containers.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/control.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/emoji.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/errors.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/filesize.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/json.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/layout.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/live.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/live_render.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/logging.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/markup.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/measure.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/padding.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/pager.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/palette.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/panel.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/pretty.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/progress.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/prompt.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/protocol.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/py.typed create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/region.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/repr.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/rule.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/scope.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/screen.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/segment.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/spinner.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/status.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/style.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/styled.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/syntax.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/table.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/text.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/theme.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/themes.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/traceback.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/rich/tree.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/_re.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/_types.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/tomli/py.typed create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/truststore/_api.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/truststore/py.typed create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/typing_extensions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/request.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 venv/lib/python3.10/site-packages/pip/_vendor/vendor.txt create mode 100644 venv/lib/python3.10/site-packages/pip/py.typed create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/appdirs.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_typing.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_compat.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_typing.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/extern/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py create mode 100644 venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/LICENSE create mode 100644 venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/entry_points.txt create mode 100644 venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.10/site-packages/pycodestyle.py create mode 100644 venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/entry_points.txt create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/__main__.py create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/__pycache__/_version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/__pycache__/checker.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/__pycache__/cli.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/__pycache__/config.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/__pycache__/parser.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/__pycache__/utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/__pycache__/violations.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/__pycache__/wordlists.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/_version.py create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/checker.py create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/cli.py create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/config.py create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/data/imperatives.txt create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/data/imperatives_blacklist.txt create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/parser.py create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/utils.py create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/violations.py create mode 100644 venv/lib/python3.10/site-packages/pydocstyle/wordlists.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/LICENSE create mode 100644 venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/entry_points.txt create mode 100644 venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/top_level.txt create mode 100644 venv/lib/python3.10/site-packages/pyflakes/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/__main__.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/__pycache__/__main__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/__pycache__/api.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/__pycache__/checker.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/__pycache__/messages.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/__pycache__/reporter.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/api.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/checker.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/messages.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/reporter.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/scripts/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/scripts/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/scripts/__pycache__/pyflakes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/scripts/pyflakes.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/__init__.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/harness.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_api.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_builtin.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_code_segment.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_dict.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_doctests.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_imports.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_is_literal.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_match.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_other.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_type_annotations.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_undefined_names.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/harness.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/test_api.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/test_builtin.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/test_code_segment.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/test_dict.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/test_doctests.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/test_imports.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/test_is_literal.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/test_match.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/test_other.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/test_type_annotations.py create mode 100644 venv/lib/python3.10/site-packages/pyflakes/test/test_undefined_names.py create mode 100644 venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/LICENSE create mode 100644 venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/REQUESTED create mode 100644 venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/entry_points.txt create mode 100644 venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/top_level.txt create mode 100644 venv/lib/python3.10/site-packages/setuptools/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/_imp.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/archive_util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/build_meta.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/config.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/dep_util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/depends.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/dist.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/errors.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/extension.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/glob.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/installer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/launch.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/monkey.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/msvc.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/namespaces.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/package_index.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/py34compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/sandbox.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/unicode_utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/wheel.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/__pycache__/windows_support.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_deprecation_warning.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/config.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/core.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/debug.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dist.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/errors.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/extension.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/log.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/py35compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/util.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/_msvccompiler.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/archive_util.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/bcppcompiler.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/ccompiler.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/cmd.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_msi.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/bdist_wininst.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_dumb.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_msi.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_rpm.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/bdist_wininst.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/build.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_clib.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_py.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/build_scripts.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/check.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/clean.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/config.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/install.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_data.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_egg_info.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_headers.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_lib.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/install_scripts.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/py37compat.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/register.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/command/upload.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/config.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/core.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/cygwinccompiler.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/debug.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/dep_util.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/dir_util.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/errors.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/extension.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/fancy_getopt.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/file_util.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/filelist.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/log.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/msvc9compiler.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/msvccompiler.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/py35compat.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/py38compat.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/spawn.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/sysconfig.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/text_file.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/util.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/version.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_distutils/versionpredicate.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_imp.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/more.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/more_itertools/recipes.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/ordered_set.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/_typing.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_compat.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/_typing.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/packaging/version.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/archive_util.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/build_meta.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/cli-32.exe create mode 100644 venv/lib/python3.10/site-packages/setuptools/cli-64.exe create mode 100644 venv/lib/python3.10/site-packages/setuptools/cli.exe create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/alias.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_clib.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_ext.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/build_py.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/develop.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/dist_info.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/easy_install.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/egg_info.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_lib.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/install_scripts.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/py36compat.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/register.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/rotate.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/saveopts.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/sdist.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/setopt.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/test.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/upload.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/__pycache__/upload_docs.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/alias.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/bdist_egg.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/bdist_rpm.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/build_clib.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/build_ext.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/build_py.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/develop.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/dist_info.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/easy_install.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/egg_info.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/install.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/install_egg_info.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/install_lib.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/install_scripts.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/launcher manifest.xml create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/py36compat.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/register.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/rotate.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/saveopts.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/sdist.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/setopt.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/test.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/upload.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/command/upload_docs.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/config.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/dep_util.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/depends.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/dist.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/errors.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/extension.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/extern/__init__.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/extern/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/setuptools/glob.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/gui-32.exe create mode 100644 venv/lib/python3.10/site-packages/setuptools/gui-64.exe create mode 100644 venv/lib/python3.10/site-packages/setuptools/gui.exe create mode 100644 venv/lib/python3.10/site-packages/setuptools/installer.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/launch.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/monkey.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/msvc.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/namespaces.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/package_index.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/py34compat.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/sandbox.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/script (dev).tmpl create mode 100644 venv/lib/python3.10/site-packages/setuptools/script.tmpl create mode 100644 venv/lib/python3.10/site-packages/setuptools/unicode_utils.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/version.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/wheel.py create mode 100644 venv/lib/python3.10/site-packages/setuptools/windows_support.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer-2.2.0.dist-info/COPYING create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer-2.2.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer-2.2.0.dist-info/METADATA create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer-2.2.0.dist-info/RECORD create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer-2.2.0.dist-info/WHEEL create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer-2.2.0.dist-info/top_level.txt create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__init__.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/__init__.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/among.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/arabic_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/armenian_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/basestemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/basque_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/catalan_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/danish_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/dutch_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/english_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/finnish_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/french_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/german_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/greek_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/hindi_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/hungarian_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/indonesian_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/irish_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/italian_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/lithuanian_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/nepali_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/norwegian_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/porter_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/portuguese_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/romanian_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/russian_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/serbian_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/spanish_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/swedish_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/tamil_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/turkish_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/__pycache__/yiddish_stemmer.cpython-310.pyc create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/among.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/arabic_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/armenian_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/basestemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/basque_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/catalan_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/danish_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/dutch_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/english_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/finnish_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/french_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/german_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/greek_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/hindi_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/hungarian_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/indonesian_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/irish_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/italian_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/lithuanian_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/nepali_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/norwegian_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/porter_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/portuguese_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/romanian_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/russian_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/serbian_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/spanish_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/swedish_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/tamil_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/turkish_stemmer.py create mode 100644 venv/lib/python3.10/site-packages/snowballstemmer/yiddish_stemmer.py create mode 100644 venv/pyvenv.cfg diff --git a/.github/workflows/docs-check.yml b/.github/workflows/docs-check.yml new file mode 100644 index 0000000..83882ef --- /dev/null +++ b/.github/workflows/docs-check.yml @@ -0,0 +1,28 @@ +name: Documentation Check Before Merge + +on: + pull_request: + branches: + - main + +jobs: + check-docstrings: + runs-on: ubuntu-latest + + steps: + - name: Checkout Repository + uses: actions/checkout@v3 + + - name: Set up Python + uses: actions/setup-python@v3 + with: + python-version: "3.9" + + - name: Install Dependencies + run: | + pip install flake8 flake8-docstrings + + - name: Run Documentation Checks + run: | + flake8 --select=D connect_routers.py + diff --git a/venv/bin/Activate.ps1 b/venv/bin/Activate.ps1 new file mode 100644 index 0000000..b49d77b --- /dev/null +++ b/venv/bin/Activate.ps1 @@ -0,0 +1,247 @@ +<# +.Synopsis +Activate a Python virtual environment for the current PowerShell session. + +.Description +Pushes the python executable for a virtual environment to the front of the +$Env:PATH environment variable and sets the prompt to signify that you are +in a Python virtual environment. Makes use of the command line switches as +well as the `pyvenv.cfg` file values present in the virtual environment. + +.Parameter VenvDir +Path to the directory that contains the virtual environment to activate. The +default value for this is the parent of the directory that the Activate.ps1 +script is located within. + +.Parameter Prompt +The prompt prefix to display when this virtual environment is activated. By +default, this prompt is the name of the virtual environment folder (VenvDir) +surrounded by parentheses and followed by a single space (ie. '(.venv) '). + +.Example +Activate.ps1 +Activates the Python virtual environment that contains the Activate.ps1 script. + +.Example +Activate.ps1 -Verbose +Activates the Python virtual environment that contains the Activate.ps1 script, +and shows extra information about the activation as it executes. + +.Example +Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv +Activates the Python virtual environment located in the specified location. + +.Example +Activate.ps1 -Prompt "MyPython" +Activates the Python virtual environment that contains the Activate.ps1 script, +and prefixes the current prompt with the specified string (surrounded in +parentheses) while the virtual environment is active. + +.Notes +On Windows, it may be required to enable this Activate.ps1 script by setting the +execution policy for the user. You can do this by issuing the following PowerShell +command: + +PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser + +For more information on Execution Policies: +https://go.microsoft.com/fwlink/?LinkID=135170 + +#> +Param( + [Parameter(Mandatory = $false)] + [String] + $VenvDir, + [Parameter(Mandatory = $false)] + [String] + $Prompt +) + +<# Function declarations --------------------------------------------------- #> + +<# +.Synopsis +Remove all shell session elements added by the Activate script, including the +addition of the virtual environment's Python executable from the beginning of +the PATH variable. + +.Parameter NonDestructive +If present, do not remove this function from the global namespace for the +session. + +#> +function global:deactivate ([switch]$NonDestructive) { + # Revert to original values + + # The prior prompt: + if (Test-Path -Path Function:_OLD_VIRTUAL_PROMPT) { + Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt + Remove-Item -Path Function:_OLD_VIRTUAL_PROMPT + } + + # The prior PYTHONHOME: + if (Test-Path -Path Env:_OLD_VIRTUAL_PYTHONHOME) { + Copy-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME -Destination Env:PYTHONHOME + Remove-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME + } + + # The prior PATH: + if (Test-Path -Path Env:_OLD_VIRTUAL_PATH) { + Copy-Item -Path Env:_OLD_VIRTUAL_PATH -Destination Env:PATH + Remove-Item -Path Env:_OLD_VIRTUAL_PATH + } + + # Just remove the VIRTUAL_ENV altogether: + if (Test-Path -Path Env:VIRTUAL_ENV) { + Remove-Item -Path env:VIRTUAL_ENV + } + + # Just remove VIRTUAL_ENV_PROMPT altogether. + if (Test-Path -Path Env:VIRTUAL_ENV_PROMPT) { + Remove-Item -Path env:VIRTUAL_ENV_PROMPT + } + + # Just remove the _PYTHON_VENV_PROMPT_PREFIX altogether: + if (Get-Variable -Name "_PYTHON_VENV_PROMPT_PREFIX" -ErrorAction SilentlyContinue) { + Remove-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Scope Global -Force + } + + # Leave deactivate function in the global namespace if requested: + if (-not $NonDestructive) { + Remove-Item -Path function:deactivate + } +} + +<# +.Description +Get-PyVenvConfig parses the values from the pyvenv.cfg file located in the +given folder, and returns them in a map. + +For each line in the pyvenv.cfg file, if that line can be parsed into exactly +two strings separated by `=` (with any amount of whitespace surrounding the =) +then it is considered a `key = value` line. The left hand string is the key, +the right hand is the value. + +If the value starts with a `'` or a `"` then the first and last character is +stripped from the value before being captured. + +.Parameter ConfigDir +Path to the directory that contains the `pyvenv.cfg` file. +#> +function Get-PyVenvConfig( + [String] + $ConfigDir +) { + Write-Verbose "Given ConfigDir=$ConfigDir, obtain values in pyvenv.cfg" + + # Ensure the file exists, and issue a warning if it doesn't (but still allow the function to continue). + $pyvenvConfigPath = Join-Path -Resolve -Path $ConfigDir -ChildPath 'pyvenv.cfg' -ErrorAction Continue + + # An empty map will be returned if no config file is found. + $pyvenvConfig = @{ } + + if ($pyvenvConfigPath) { + + Write-Verbose "File exists, parse `key = value` lines" + $pyvenvConfigContent = Get-Content -Path $pyvenvConfigPath + + $pyvenvConfigContent | ForEach-Object { + $keyval = $PSItem -split "\s*=\s*", 2 + if ($keyval[0] -and $keyval[1]) { + $val = $keyval[1] + + # Remove extraneous quotations around a string value. + if ("'""".Contains($val.Substring(0, 1))) { + $val = $val.Substring(1, $val.Length - 2) + } + + $pyvenvConfig[$keyval[0]] = $val + Write-Verbose "Adding Key: '$($keyval[0])'='$val'" + } + } + } + return $pyvenvConfig +} + + +<# Begin Activate script --------------------------------------------------- #> + +# Determine the containing directory of this script +$VenvExecPath = Split-Path -Parent $MyInvocation.MyCommand.Definition +$VenvExecDir = Get-Item -Path $VenvExecPath + +Write-Verbose "Activation script is located in path: '$VenvExecPath'" +Write-Verbose "VenvExecDir Fullname: '$($VenvExecDir.FullName)" +Write-Verbose "VenvExecDir Name: '$($VenvExecDir.Name)" + +# Set values required in priority: CmdLine, ConfigFile, Default +# First, get the location of the virtual environment, it might not be +# VenvExecDir if specified on the command line. +if ($VenvDir) { + Write-Verbose "VenvDir given as parameter, using '$VenvDir' to determine values" +} +else { + Write-Verbose "VenvDir not given as a parameter, using parent directory name as VenvDir." + $VenvDir = $VenvExecDir.Parent.FullName.TrimEnd("\\/") + Write-Verbose "VenvDir=$VenvDir" +} + +# Next, read the `pyvenv.cfg` file to determine any required value such +# as `prompt`. +$pyvenvCfg = Get-PyVenvConfig -ConfigDir $VenvDir + +# Next, set the prompt from the command line, or the config file, or +# just use the name of the virtual environment folder. +if ($Prompt) { + Write-Verbose "Prompt specified as argument, using '$Prompt'" +} +else { + Write-Verbose "Prompt not specified as argument to script, checking pyvenv.cfg value" + if ($pyvenvCfg -and $pyvenvCfg['prompt']) { + Write-Verbose " Setting based on value in pyvenv.cfg='$($pyvenvCfg['prompt'])'" + $Prompt = $pyvenvCfg['prompt']; + } + else { + Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virtual environment)" + Write-Verbose " Got leaf-name of $VenvDir='$(Split-Path -Path $venvDir -Leaf)'" + $Prompt = Split-Path -Path $venvDir -Leaf + } +} + +Write-Verbose "Prompt = '$Prompt'" +Write-Verbose "VenvDir='$VenvDir'" + +# Deactivate any currently active virtual environment, but leave the +# deactivate function in place. +deactivate -nondestructive + +# Now set the environment variable VIRTUAL_ENV, used by many tools to determine +# that there is an activated venv. +$env:VIRTUAL_ENV = $VenvDir + +if (-not $Env:VIRTUAL_ENV_DISABLE_PROMPT) { + + Write-Verbose "Setting prompt to '$Prompt'" + + # Set the prompt to include the env name + # Make sure _OLD_VIRTUAL_PROMPT is global + function global:_OLD_VIRTUAL_PROMPT { "" } + Copy-Item -Path function:prompt -Destination function:_OLD_VIRTUAL_PROMPT + New-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Description "Python virtual environment prompt prefix" -Scope Global -Option ReadOnly -Visibility Public -Value $Prompt + + function global:prompt { + Write-Host -NoNewline -ForegroundColor Green "($_PYTHON_VENV_PROMPT_PREFIX) " + _OLD_VIRTUAL_PROMPT + } + $env:VIRTUAL_ENV_PROMPT = $Prompt +} + +# Clear PYTHONHOME +if (Test-Path -Path Env:PYTHONHOME) { + Copy-Item -Path Env:PYTHONHOME -Destination Env:_OLD_VIRTUAL_PYTHONHOME + Remove-Item -Path Env:PYTHONHOME +} + +# Add the venv to the PATH +Copy-Item -Path Env:PATH -Destination Env:_OLD_VIRTUAL_PATH +$Env:PATH = "$VenvExecDir$([System.IO.Path]::PathSeparator)$Env:PATH" diff --git a/venv/bin/activate b/venv/bin/activate new file mode 100644 index 0000000..ff8dfff --- /dev/null +++ b/venv/bin/activate @@ -0,0 +1,69 @@ +# This file must be used with "source bin/activate" *from bash* +# you cannot run it directly + +deactivate () { + # reset old environment variables + if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then + PATH="${_OLD_VIRTUAL_PATH:-}" + export PATH + unset _OLD_VIRTUAL_PATH + fi + if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then + PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" + export PYTHONHOME + unset _OLD_VIRTUAL_PYTHONHOME + fi + + # This should detect bash and zsh, which have a hash command that must + # be called to get it to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then + hash -r 2> /dev/null + fi + + if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then + PS1="${_OLD_VIRTUAL_PS1:-}" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + unset VIRTUAL_ENV_PROMPT + if [ ! "${1:-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +VIRTUAL_ENV="/Users/rohitp/devnet-github-branching/venv" +export VIRTUAL_ENV + +_OLD_VIRTUAL_PATH="$PATH" +PATH="$VIRTUAL_ENV/bin:$PATH" +export PATH + +# unset PYTHONHOME if set +# this will fail if PYTHONHOME is set to the empty string (which is bad anyway) +# could use `if (set -u; : $PYTHONHOME) ;` in bash +if [ -n "${PYTHONHOME:-}" ] ; then + _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}" + unset PYTHONHOME +fi + +if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then + _OLD_VIRTUAL_PS1="${PS1:-}" + PS1="(venv) ${PS1:-}" + export PS1 + VIRTUAL_ENV_PROMPT="(venv) " + export VIRTUAL_ENV_PROMPT +fi + +# This should detect bash and zsh, which have a hash command that must +# be called to get it to forget past commands. Without forgetting +# past commands the $PATH changes we made may not be respected +if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then + hash -r 2> /dev/null +fi diff --git a/venv/bin/activate.csh b/venv/bin/activate.csh new file mode 100644 index 0000000..0371b8d --- /dev/null +++ b/venv/bin/activate.csh @@ -0,0 +1,26 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. +# Created by Davide Di Blasi . +# Ported to Python 3.3 venv by Andrew Svetlov + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV "/Users/rohitp/devnet-github-branching/venv" + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/bin:$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + set prompt = "(venv) $prompt" + setenv VIRTUAL_ENV_PROMPT "(venv) " +endif + +alias pydoc python -m pydoc + +rehash diff --git a/venv/bin/activate.fish b/venv/bin/activate.fish new file mode 100644 index 0000000..be11275 --- /dev/null +++ b/venv/bin/activate.fish @@ -0,0 +1,66 @@ +# 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" + functions -e fish_prompt + set -e _OLD_FISH_PROMPT_OVERRIDE + functions -c _old_fish_prompt fish_prompt + functions -e _old_fish_prompt + 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 "/Users/rohitp/devnet-github-branching/venv" + +set -gx _OLD_VIRTUAL_PATH $PATH +set -gx PATH "$VIRTUAL_ENV/bin" $PATH + +# Unset PYTHONHOME if set. +if set -q PYTHONHOME + set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME + set -e PYTHONHOME +end + +if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" + # fish uses a function instead of an env var to generate the prompt. + + # Save the current fish_prompt function as the function _old_fish_prompt. + functions -c fish_prompt _old_fish_prompt + + # With the original prompt function renamed, we can override with our own. + function fish_prompt + # Save the return status of the last command. + set -l old_status $status + + # Output the venv prompt; color taken from the blue of the Python logo. + printf "%s%s%s" (set_color 4B8BBE) "(venv) " (set_color normal) + + # Restore the return status of the previous command. + echo "exit $old_status" | . + # Output the original/"old" prompt. + _old_fish_prompt + end + + set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV" + set -gx VIRTUAL_ENV_PROMPT "(venv) " +end diff --git a/venv/bin/flake8 b/venv/bin/flake8 new file mode 100755 index 0000000..ea834fa --- /dev/null +++ b/venv/bin/flake8 @@ -0,0 +1,8 @@ +#!/Users/rohitp/devnet-github-branching/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from flake8.main.cli import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/pip b/venv/bin/pip new file mode 100755 index 0000000..81d2449 --- /dev/null +++ b/venv/bin/pip @@ -0,0 +1,8 @@ +#!/Users/rohitp/devnet-github-branching/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/pip3 b/venv/bin/pip3 new file mode 100755 index 0000000..81d2449 --- /dev/null +++ b/venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/Users/rohitp/devnet-github-branching/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/pip3.10 b/venv/bin/pip3.10 new file mode 100755 index 0000000..81d2449 --- /dev/null +++ b/venv/bin/pip3.10 @@ -0,0 +1,8 @@ +#!/Users/rohitp/devnet-github-branching/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/pycodestyle b/venv/bin/pycodestyle new file mode 100755 index 0000000..f6738c5 --- /dev/null +++ b/venv/bin/pycodestyle @@ -0,0 +1,8 @@ +#!/Users/rohitp/devnet-github-branching/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pycodestyle import _main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(_main()) diff --git a/venv/bin/pydocstyle b/venv/bin/pydocstyle new file mode 100755 index 0000000..a88d160 --- /dev/null +++ b/venv/bin/pydocstyle @@ -0,0 +1,8 @@ +#!/Users/rohitp/devnet-github-branching/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pydocstyle.cli import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/pyflakes b/venv/bin/pyflakes new file mode 100755 index 0000000..2ead682 --- /dev/null +++ b/venv/bin/pyflakes @@ -0,0 +1,8 @@ +#!/Users/rohitp/devnet-github-branching/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pyflakes.api import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/python b/venv/bin/python new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/venv/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/venv/bin/python3 b/venv/bin/python3 new file mode 120000 index 0000000..1ec499c --- /dev/null +++ b/venv/bin/python3 @@ -0,0 +1 @@ +/Library/Frameworks/Python.framework/Versions/3.10/bin/python3 \ No newline at end of file diff --git a/venv/bin/python3.10 b/venv/bin/python3.10 new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/venv/bin/python3.10 @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/venv/lib/python3.10/site-packages/__pycache__/flake8_docstrings.cpython-310.pyc b/venv/lib/python3.10/site-packages/__pycache__/flake8_docstrings.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c52eda499daadef1523897284245a805641139f4 GIT binary patch literal 5721 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/__pycache__/mccabe.cpython-310.pyc b/venv/lib/python3.10/site-packages/__pycache__/mccabe.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8c99dde2c6763e97bc40dec6e9d87605fb2894ee GIT binary patch literal 11351 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 V_(3t9UCJKw-0Zw}b`hs@{|EF^yuttg literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/__pycache__/pycodestyle.cpython-310.pyc b/venv/lib/python3.10/site-packages/__pycache__/pycodestyle.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae73617f56904bc68f097fb741cd1b8fdb024661 GIT binary patch literal 69010 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 U)G0ZO&Mf#aSDCk$9dq9LFM?kUQUCw| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc b/venv/lib/python3.10/site-packages/_distutils_hack/__pycache__/override.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf0c441e404c36ec6cb174e5c025a56e83b69bf3 GIT binary patch literal 243 zcmd1j<>g`kg2}ZP(sh9JV-N=!FabFZKwK;UBvKht7@8RuFfL?ZWJqBQX3%7c;*U?s zEG{W6$;>H^&qz$p_S0m##T6f)nOl%wR1zN_#hsELpI??*RFs*Lx{{#?WE`0Im8>6H zoLW?@UzDGbSyG^%l3JFRTB4htS&~tjq?=Tfn3tT9nU}6#mYP?lpOcxSUr +Copyright (C) 2012-2016 Ian Cordasco + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/METADATA b/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/METADATA new file mode 100644 index 0000000..29e2c88 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/METADATA @@ -0,0 +1,119 @@ +Metadata-Version: 2.1 +Name: flake8 +Version: 7.1.2 +Summary: the modular source code checker: pep8 pyflakes and co +Home-page: https://github.com/pycqa/flake8 +Author: Tarek Ziade +Author-email: tarek@ziade.org +Maintainer: Ian Stapleton Cordasco +Maintainer-email: graffatcolmingov@gmail.com +License: MIT +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Framework :: Flake8 +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Software Development :: Quality Assurance +Requires-Python: >=3.8.1 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: mccabe<0.8.0,>=0.7.0 +Requires-Dist: pycodestyle<2.13.0,>=2.12.0 +Requires-Dist: pyflakes<3.3.0,>=3.2.0 + +.. image:: https://github.com/PyCQA/flake8/workflows/main/badge.svg + :target: https://github.com/PyCQA/flake8/actions?query=workflow%3Amain + :alt: build status + +.. image:: https://results.pre-commit.ci/badge/github/PyCQA/flake8/main.svg + :target: https://results.pre-commit.ci/latest/github/PyCQA/flake8/main + :alt: pre-commit.ci status + +.. image:: https://img.shields.io/discord/825463413634891776.svg + :target: https://discord.gg/qYxpadCgkx + :alt: Discord + +======== + Flake8 +======== + +Flake8 is a wrapper around these tools: + +- PyFlakes +- pycodestyle +- Ned Batchelder's McCabe script + +Flake8 runs all the tools by launching the single ``flake8`` command. +It displays the warnings in a per-file, merged output. + +It also adds a few features: + +- files that contain this line are skipped:: + + # flake8: noqa + +- lines that contain a ``# noqa`` comment at the end will not issue warnings. +- you can ignore specific errors on a line with ``# noqa: ``, e.g., + ``# noqa: E234``. Multiple codes can be given, separated by comma. The ``noqa`` token is case insensitive, the colon before the list of codes is required otherwise the part after ``noqa`` is ignored +- Git and Mercurial hooks +- extendable through ``flake8.extension`` and ``flake8.formatting`` entry + points + + +Quickstart +========== + +See our `quickstart documentation +`_ for how to install +and get started with Flake8. + + +Frequently Asked Questions +========================== + +Flake8 maintains an `FAQ `_ in its +documentation. + + +Questions or Feedback +===================== + +If you have questions you'd like to ask the developers, or feedback you'd like +to provide, feel free to use the mailing list: code-quality@python.org + +We would love to hear from you. Additionally, if you have a feature you'd like +to suggest, the mailing list would be the best place for it. + + +Links +===== + +* `Flake8 Documentation `_ + +* `GitHub Project `_ + +* `All (Open and Closed) Issues + `_ + +* `Code-Quality Archives + `_ + +* `Code of Conduct + `_ + +* `Getting Started Contributing + `_ + + +Maintenance +=========== + +Flake8 was created by Tarek Ziadé and is currently maintained by `anthony sottile +`_ and `Ian Cordasco +`_ diff --git a/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/RECORD b/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/RECORD new file mode 100644 index 0000000..295cbea --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/RECORD @@ -0,0 +1,75 @@ +../../../bin/flake8,sha256=cqaoHhsPH8bCGwuyV2JJNw1PT6z-StTYGnjU-n_fEOw,252 +flake8-7.1.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +flake8-7.1.2.dist-info/LICENSE,sha256=5G355Zzr--CxRJLlzeNB6OxC0lKpm2pYP8RgiGOl2r4,1172 +flake8-7.1.2.dist-info/METADATA,sha256=f5lPxnniL5eRCR40LBl3ChpNvm2AbTXoS79R4zBPRy8,3807 +flake8-7.1.2.dist-info/RECORD,, +flake8-7.1.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +flake8-7.1.2.dist-info/WHEEL,sha256=qUzzGenXXuJTzyjFah76kDVqDvnk-YDzY00svnrl84w,109 +flake8-7.1.2.dist-info/entry_points.txt,sha256=DL_4PPVWWudFtPjS-7AX_wtyFGt0Y9VN0KvNjCejS7s,422 +flake8-7.1.2.dist-info/top_level.txt,sha256=6Tlo_i7chAhjqQkybdwPfClaqi0-dkJh_2o1PSn1aBM,7 +flake8/__init__.py,sha256=GGfFCbdP3BpvjaLKeA9nQBaxJI7XCVkZSxIC-Qnc8fo,1943 +flake8/__main__.py,sha256=lkxpQWWXjApgesUxZVYW3xTGTT9u0lj2DpFeQO1-dWs,178 +flake8/__pycache__/__init__.cpython-310.pyc,, +flake8/__pycache__/__main__.cpython-310.pyc,, +flake8/__pycache__/_compat.cpython-310.pyc,, +flake8/__pycache__/checker.cpython-310.pyc,, +flake8/__pycache__/defaults.cpython-310.pyc,, +flake8/__pycache__/discover_files.cpython-310.pyc,, +flake8/__pycache__/exceptions.cpython-310.pyc,, +flake8/__pycache__/processor.cpython-310.pyc,, +flake8/__pycache__/statistics.cpython-310.pyc,, +flake8/__pycache__/style_guide.cpython-310.pyc,, +flake8/__pycache__/utils.cpython-310.pyc,, +flake8/__pycache__/violation.cpython-310.pyc,, +flake8/_compat.py,sha256=297IhmHraMVkQlheX4TGTdGvJMJcGwdAQMflf8TJEZk,330 +flake8/api/__init__.py,sha256=xgaqH5ehF5EeZ6I35bP5uj9OzASv9a4AcFNHxB4oXuQ,241 +flake8/api/__pycache__/__init__.cpython-310.pyc,, +flake8/api/__pycache__/legacy.cpython-310.pyc,, +flake8/api/legacy.py,sha256=U2czkZScuVhnMJ9MzDBlng4qfg9LGsEI0vjosXvrXPY,6898 +flake8/checker.py,sha256=xuljedmFtL3Znx5dBJsAZeWjn-GiDdoxRWMCo_UlPYw,22658 +flake8/defaults.py,sha256=al0IFZ6rOdIva_XgueGGGqdMaf9fTtHwlY3dsAd_2Fo,1109 +flake8/discover_files.py,sha256=PXRyPB4lEoNsp8HjqksShsVUzW7P1i8JQdcJSfqN7bk,2581 +flake8/exceptions.py,sha256=klokjovJklHojNwn-NFTlMp_PEVLMAYXzc9umIQ-bI8,2393 +flake8/formatting/__init__.py,sha256=GeU-7Iwf3TnGHiGdt3ksVMbbs6a6xa2f3k9wkqY-6WA,97 +flake8/formatting/__pycache__/__init__.cpython-310.pyc,, +flake8/formatting/__pycache__/_windows_color.cpython-310.pyc,, +flake8/formatting/__pycache__/base.cpython-310.pyc,, +flake8/formatting/__pycache__/default.cpython-310.pyc,, +flake8/formatting/_windows_color.py,sha256=Z0z0fsKONjmb9Z15D8BCdBGm9nJ5amfvCBdsy1FVO1s,2022 +flake8/formatting/base.py,sha256=CdEVQBWYpEyV9NxarXFvcMpopmADT4LMv2dWlmPwSwU,7356 +flake8/formatting/default.py,sha256=ubZCBQswdz-cq661BMzHRCIU5yGpeGo_5kKqmhqPVXs,3057 +flake8/main/__init__.py,sha256=mr4YPJVODVERm_0nz7smskE1RuVopp1LS7N-BFVGwuk,98 +flake8/main/__pycache__/__init__.cpython-310.pyc,, +flake8/main/__pycache__/application.cpython-310.pyc,, +flake8/main/__pycache__/cli.cpython-310.pyc,, +flake8/main/__pycache__/debug.cpython-310.pyc,, +flake8/main/__pycache__/options.cpython-310.pyc,, +flake8/main/application.py,sha256=Fsb5gnAVaRi5447TptCehI93CfxzQrQ2WeOW7jwHh8M,7949 +flake8/main/cli.py,sha256=4fi8ByQhSlOkpgrJec72xtY8FYF0uc4r9eoUIQioc-8,599 +flake8/main/debug.py,sha256=Wcn1ENm_xrCopsv8_w744kt-5wcA5czo4kyW18MBjrw,911 +flake8/main/options.py,sha256=Dl-7_GubDoeGj1UNb5KDZk4qwTpDpN-etp-Z3U9mp00,11008 +flake8/options/__init__.py,sha256=cpxQPjG8gcBygJ4CB8bRgDhShPncwOT5Zq535479B00,496 +flake8/options/__pycache__/__init__.cpython-310.pyc,, +flake8/options/__pycache__/aggregator.cpython-310.pyc,, +flake8/options/__pycache__/config.cpython-310.pyc,, +flake8/options/__pycache__/manager.cpython-310.pyc,, +flake8/options/__pycache__/parse_args.cpython-310.pyc,, +flake8/options/aggregator.py,sha256=sdtTNzZuUMiucCups13EHZsDvfbUPUdJVwhyx4SS5F8,1963 +flake8/options/config.py,sha256=Oj-OO89ZbNQtFUHcHDZ24xeIT2gTfAXrcut2cneVhz4,4572 +flake8/options/manager.py,sha256=Yf3a3wloh6w6bsJCGrZcUkIBpu26lIGlVpROBZZbp3U,11525 +flake8/options/parse_args.py,sha256=tDjoCY-qa9Lllaibg9RU0QBn2aA9ratvkxogQUAxZ4U,2162 +flake8/plugins/__init__.py,sha256=9EaF2MX-tp9U9byByvmF05RsggH041H6yPH31Q4O-lc,92 +flake8/plugins/__pycache__/__init__.cpython-310.pyc,, +flake8/plugins/__pycache__/finder.cpython-310.pyc,, +flake8/plugins/__pycache__/pycodestyle.cpython-310.pyc,, +flake8/plugins/__pycache__/pyflakes.cpython-310.pyc,, +flake8/plugins/__pycache__/reporter.cpython-310.pyc,, +flake8/plugins/finder.py,sha256=XpPSvnFPtQi7ja6o5RUBIHK9I5sW0LNf0PtuXDX_xC8,11154 +flake8/plugins/pycodestyle.py,sha256=VxTLzObXFsV8bWk6MwWZ_BIzcN_ORGf_1UN9A82OLrQ,5680 +flake8/plugins/pyflakes.py,sha256=WBhrW2K22ZJEh5b4tGhS9-4vcYRoJVNgjOHAK6WSvs4,3814 +flake8/plugins/reporter.py,sha256=0jr3UKehzAakdX9sx-Z8t0hAcKPGtTTwNh4hdijKqgE,1241 +flake8/processor.py,sha256=DaJFicQ9CSJ70z2w5AzVbV8loJTJ2oeUeObWJm121wU,16427 +flake8/statistics.py,sha256=nSWZdc68vIdGUNp3NJZr5inlqTq56dHJi0NlJgIrSY8,4358 +flake8/style_guide.py,sha256=PAjEgXt_wlq5bnL3BGFke0xuQJiDiJMi5dRlidCbpoM,14432 +flake8/utils.py,sha256=6mZv-eNqbH9CbGSmnVziCks1TdWeNgNfpXwIVSH_mVs,8168 +flake8/violation.py,sha256=tSgIoc7idFmjzvSm8DfU4afNMetwjYn8FnGGvYYrHrc,2039 diff --git a/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/REQUESTED b/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/WHEEL b/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/WHEEL new file mode 100644 index 0000000..de294b9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: setuptools (74.1.2) +Root-Is-Purelib: true +Tag: py2-none-any +Tag: py3-none-any + diff --git a/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/entry_points.txt b/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/entry_points.txt new file mode 100644 index 0000000..9365984 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/entry_points.txt @@ -0,0 +1,13 @@ +[console_scripts] +flake8 = flake8.main.cli:main + +[flake8.extension] +E = flake8.plugins.pycodestyle:pycodestyle_logical +F = flake8.plugins.pyflakes:FlakesChecker +W = flake8.plugins.pycodestyle:pycodestyle_physical + +[flake8.report] +default = flake8.formatting.default:Default +pylint = flake8.formatting.default:Pylint +quiet-filename = flake8.formatting.default:FilenameOnly +quiet-nothing = flake8.formatting.default:Nothing diff --git a/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/top_level.txt b/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/top_level.txt new file mode 100644 index 0000000..3930480 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8-7.1.2.dist-info/top_level.txt @@ -0,0 +1 @@ +flake8 diff --git a/venv/lib/python3.10/site-packages/flake8/__init__.py b/venv/lib/python3.10/site-packages/flake8/__init__.py new file mode 100644 index 0000000..0345499 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/__init__.py @@ -0,0 +1,70 @@ +"""Top-level module for Flake8. + +This module + +- initializes logging for the command-line tool +- tracks the version of the package +- provides a way to configure logging for the command-line tool + +.. autofunction:: flake8.configure_logging + +""" +from __future__ import annotations + +import logging +import sys + +LOG = logging.getLogger(__name__) +LOG.addHandler(logging.NullHandler()) + +__version__ = "7.1.2" +__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit()) + +_VERBOSITY_TO_LOG_LEVEL = { + # output more than warnings but not debugging info + 1: logging.INFO, # INFO is a numerical level of 20 + # output debugging information + 2: logging.DEBUG, # DEBUG is a numerical level of 10 +} + +LOG_FORMAT = ( + "%(name)-25s %(processName)-11s %(relativeCreated)6d " + "%(levelname)-8s %(message)s" +) + + +def configure_logging( + verbosity: int, + filename: str | None = None, + logformat: str = LOG_FORMAT, +) -> None: + """Configure logging for flake8. + + :param verbosity: + How verbose to be in logging information. + :param filename: + Name of the file to append log information to. + If ``None`` this will log to ``sys.stderr``. + If the name is "stdout" or "stderr" this will log to the appropriate + stream. + """ + if verbosity <= 0: + return + + verbosity = min(verbosity, max(_VERBOSITY_TO_LOG_LEVEL)) + log_level = _VERBOSITY_TO_LOG_LEVEL[verbosity] + + if not filename or filename in ("stderr", "stdout"): + fileobj = getattr(sys, filename or "stderr") + handler_cls: type[logging.Handler] = logging.StreamHandler + else: + fileobj = filename + handler_cls = logging.FileHandler + + handler = handler_cls(fileobj) + handler.setFormatter(logging.Formatter(logformat)) + LOG.addHandler(handler) + LOG.setLevel(log_level) + LOG.debug( + "Added a %s logging handler to logger root at %s", filename, __name__ + ) diff --git a/venv/lib/python3.10/site-packages/flake8/__main__.py b/venv/lib/python3.10/site-packages/flake8/__main__.py new file mode 100644 index 0000000..8f7e7c9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/__main__.py @@ -0,0 +1,7 @@ +"""Module allowing for ``python -m flake8 ...``.""" +from __future__ import annotations + +from flake8.main.cli import main + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/venv/lib/python3.10/site-packages/flake8/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5dcf1ad9aca0b677c4319555cdbae5e6c0846300 GIT binary patch literal 1968 zcma)7OK;mo5Z>iOq9{M(1W6w#Sfd7_gQPe`+rS8dCXSsLaBU!V43t1YQQDP6ha%bK zN{I~$XyF`t@1+L`=%xRr=e_o1puZq!kjxCYlJCNE8?Tju471-r_WOeyFY zuFb2=WTn@H+mks~p3=wUjGj?+Bj^d2PDan0`QN zH%|XNjFWoEM?7=}F&l>5>Bhp@4*eJWUc~p6R4+eh3>R}LZN5*jo`cn9v7pa5d5f^C?M^4<$w+RUR9tWL7#G`8>DER;QhTUj5{!qrE^gK+5=QWZORk`2e5r3742RGnTsR2a$;S(Y%z$n_NY3F#o zbG+B-{@U%xAMjfJ?iZ=Eb{p{T@HE}akJi`mNbnHA8SzcQeaTtvO9qE|kramaP-y^0 zkilB2Dv;ZD3^ASv{IIgRLC8__jh#y2WX@h3aaDmdKy3|tfCr9MNpLw7kup%)L9{Ox zqJWY@Sl#CVzu# zaUIT2n-3Y|%<-MItAW#pDHC#mx5dr|PQ*g5>x zJKXnn_n&yXTSr^Fs@&ty{ZNBCTvnB5^FhrYZaB^Hn@0m*y9%Nt9TF@tgY*sad)=XFAe zZMMlLNI@(#Tz+r5eFn$*sInFfx}aHfPFtWBHMA17v?Xf8&!E7+6}LgNW)-1ezZUT< zB8NeVWhB>-tN^L4sIup=xZ`=s_Pp*8nilRNaFmFTkbDS4RRGf6JR1Td5e|}1QBvI- zhT#P`RnMFK5r8{W4wH~8GfhI6nM+q9tXz;AJA2#v%6z=_==l?I3w*gY=5Txe**6al v^J}~V3l0sDV`JSf{>dI-W#y0s2Xat{ zSqK3ivTzlcV?N^H7Hr`QWWzZ~Mo;OjX07Bgl~O+lRmMwg;yiCQuF@(_>v$>YieJPC zp*%-ly?6qL!Hrm5{q++>Hrgx*(*B2wAqSHJlLB+s%&lFQT4{ z3MtIMpZ1p(tv#uW<{RsHee)>X8!!icxJ%y|zPH?1Y;+}DgBf2d?$T1Ys$HZDLse0E z|9H*S8cVUj`!AfM(-Ulk<7q>S6)m~Ndwu-p7B!o0a#`=za0R`bo%$4lDVzqAAcEn~ EFR!9+X#fBK literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/__pycache__/_compat.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/__pycache__/_compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..62705ab9f417aae12422c34bb3b1245f7272bbc8 GIT binary patch literal 392 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 DFq74B literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/__pycache__/defaults.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/__pycache__/defaults.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..afb9f37439f8746ce6a73784cbd53fcad350228c GIT binary patch literal 830 zcmYjP%TC)s6!k0QMR+Y(wvp%pljgyrv_+KEN(QhL48;MW3F*j*C$@{RQ;!ohMy&cH zt<+8brfYAzV%=R=y)l*AS)4iN-nn;<77Pv+yi;dy>&gbp0n z^Yuqh!B3jI%j9$>0MEsI5|joB_|u!J_Z zHWS=Va2IfEYZr@XYX|7d8sOE78YBUC9!|l^!)!#6P|V6=RB(OE85nNS13)umQ0FY> zRh&)2hiVJODMfFnDqg-+T56LtPMe6Foufmw^PLNp!Eyq>arJ`HfK>zEcEVBBq!W*Z zWq4$J+%NY7!yDL+XH_TEn^aw=UmZ=(VD1jS{=4JfJEnRVl5IN`;1ZoL-nD(r`Oev0 zCv|j|idre*p)dReiNp*44bS_^6aN6JA_~mx#ZExn$+NSwyR-B0n>lB*v%Uq-&*NXa z=YabSCnp~pCig9iNC6D9nieCBCZtcBlpt>>cGEVa(=5U0ByPXlESt3w@Ltn1ybFA# zSuuP$@%uB)8DepJzshG1NOO)|U~_E#wbPtu7uh*>9=HW&KecL?c5Xfzrfn5xsSE^9 zBE?ytvVg_1oo#Uur`=!>sh+I=j%L@0o{7>lQ;|8b3UlwXC`qFAgacoB%u_BRl?hyU z$~T8RZR0{|sNzIwI}%-OOC@w=AUKQLaNXg#iGpX(U}bG7SkJO#O}m1tp-2xGr#f+Y zDOk-?UeL8RL7U*g(Sx50zcxnmCt!ZCa*|uGh$u7i)Kb=SvQKmCfQX06+P9H=XstEA zx5spBj~(UY_A8W}9+%ACQcm;I0Uf)b#RViYhvwXZ$-p}3d zz@*LFo2T*S+`<`hH5!e;)FX#@(1{bCMtv@Wj>!5!lm-x=VV|d}?)w2ecL$M(U_o^6 znmNk8MiEzB6o*ug2korik5aar#3`?zJU9*ViQ|*FW0r@K;{bM`zHF$DO{xc9bOKa9 z)iJf8NQ?|xt#8DTw_3qA54PhZ3HXb4GGw33dIGU=O9_|(>+4Ax@2sznO$qw?oj5k^6To4beHT>n0c)7 z+RLqnP`gkw)t!~kUkm`=2A{2#F%Up!O6Cap2z&%G0uOkF?a07J)-|aYS;YPzW`Jl1 z8_cwKfW-6<>>X#&#t(tXp5T*SxvPg{S(i+N z9_`$`e&ZHeSd-U-UL=DXx3+s63!o;~IZr1g!fLkmrg57|vTg`%Ktg)83zIJFw*^|% zTTwOa8m!i+xC(=K4+(-yTmqtJVi_K#f_(}Cc@~IAJn9g5DJ8}0 z{<(9Fo6uqkp~bHxSvyMPz50ps|B4fStd7lVhRw1H#PM9RK&x|&YaTaFl1Rf47DGIogsW(c^C=` z8*~{#2i-@PGg(J4h*=c7YBT_;z`P4AWKjarbc+sDB&pKn>WP7@_CnJdK m6ge`9I?k52($Cm1;rH<4EzbjStSVsCBh})iKK1Rn8~*@L$7qcJ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/__pycache__/exceptions.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/__pycache__/exceptions.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e5dfb6755dadb2d8aa374b15f07ecdfed0d73122 GIT binary patch literal 3023 zcma)8&2Jk;6yGmzHi_+o^b1;wrfCZ?GMOB50Py!VYLO%{zNUP1x*x6>Y>%Q4- zn{9GxrJnc?I8cd;{~OMG<;2;yN+8~w_1aF8G>o;+^XButH^29riEFhP4a*<3?d30An)*0|1%P~S1yhOT|1ag$pwG;Rs=x!JZ*uW%c6TUe-9P@m!s z>WN858LVcE3QLif9LA}Q7sMnP~&FAiEjrr`#>Qi6zk|2(lA9_*>$vQDG zFAQ1SVQZncExu^}O;$JbeAbJiIPqw-^r>yK=&0OAZwB*N5n5YEj|{H2O>W>$W#dPlvf0}OIWYhDlven0*`_V`Aac7rHeK4iWMs>gb&pLKAGWJ%0I zoYTy16fjiHcmTupa`58SB|=w2E;619>b<&z5NOC|K3lA(aG9GjfqWW!irm2y9#w4+ zNeWSJt;dn@2?1rHIz<5g^}z>N+0*wlSKBjC>WT4O``yGA;}vE<*U?`iyLKlElE4dt zOt3fwcG&%cc?0j@s`)|;0Y=6P-LZicnf3%wUIn-$CXJa}QiL5f15V+zzMfCJt|9@~ zoj}+H>^qC!z(!#kw!WZe7Y-ZJELZl42+Bfra`|g=`7~Dcw1@Pe;}4M>elyN$_q4w8 z`r=v)J6@uk92w1agp`vVOWM%F&1F}R2ma!(%B8D-OnGp%#cH5wse0>ln{q<7)y(BtT!5n=`oQ3ZyU*cFO|es!~A%A z%#KY1I7coR*~&)TW4?fdZiH>I`y>X=Jm{u7B1(!YiEyh@LES&diSOc6prZv9M-@>O zOo}`O9vF(OaZ+?nMlM{U)fP#7NMeb^=*}rlkTz^l`^PA7Mz@9MS2@gCtN~dNjg@bi=wL5->zrqXM7e7GtV` z^Q0<>Sq15g`xRRp0mfT6MG`&OQ?_pFr}gZEBjbHM63JiUP)VRC4lNiIYv}Joi|fCd zbYZ|{?8XO2MV&})7smltskH(`OSz5DJ7n57y*duk-{KreptKcrTDtvDcJVml6`~tX zvG({tRqY5SJpuMBxa*B_`w=Hrf!fy_Gm2{IdDuzuzQyMu7}!yeHNizajewpZiba7k kL(QGYF_mrVs&H-fXp{!!gy|3pB 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 Y%uZPc^t`EkTl;p_0oq96m&xz@Upt|or2qf` literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/__pycache__/statistics.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/__pycache__/statistics.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..efe15d07fa2541b188ffc68ca4a922eaf88c7a07 GIT binary patch literal 5628 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 R+*-vdu)Itk_O%MRn}RlB>emG?tRIbX0nlGt1?g z;#kFSSbY-)`CRzuYRz|4OTZ|HXcFP;1qsZwdK@)`H~ietodm zT9kYl`K8v9mME*X&pg+p>@=++<(G9_P}f%f7|ft-r~oG zx9HnjU)d?NPM~DTTSm!pQgRX{E8ZcL97;+~d0+L8dB;C4wx0CPc&EH4k$VcQp7NeX ztEYFY*3)=%yl3$C4Bi~Po%Wu^+p~Ck#w%Pm8qZB$yfzs1{eeG>+^81}onXU>Hht%M zwB7gL9``)o8Hc{-tZzG4`|bz+tIc1M&J8nOaEHS{cM8|=UVYmi`pS(0g_p{8|HH9A z?D))k{)Rj5M}3(FD{&ruzZ3c1;J4dxt=%33-nh?vz1{wB?DmtI za=YyX9X7c#n?hXUUg!xtG}I9+O_JT4=YJ6TDm<@(&0aJ*@A}+B^=WqGLTj%?|_4A|cXfqhT)V%QG`LGxH=SFVl1Gnpk=Qm^v&xhRHc9*-`9Br#Q zK14cxT0v4Vie}NOm{R&!x~l~=1%1ocy2C($yx;oG$lKH166&tzsGHPGR&&Hn%GT5( zzM9cR=Z>=M7?P)%c_MxL(y3S8@;ki{EI;}7{<+`Y^dSYxab<>1xEYN55CY#xCk}2& z`Jg#jOiO*G0ySAmYaDrBYuIXu(^_V-!sJjoOQG_CE8>Pc$7Zr3zQuMhqKNLU^dUj- zg^{}HOr5o0=*PByC-R40Y%4z+tKsf)G=@;K$yuk_Y~Gv^!@@WPJS9ArsUN?JOxKti zqhi%D)9p^dDMrNxl)=VW1#ije`0L zhEgYy#05+vw@+%;HgM08DWaf0(QP1|u z(B?(&32(uxBUeIh(OW{!hR&xQD8fD+^H#mX$W^=}(00e;rIe+w47)l&W3v}R24Ed}!%({RgKn=Q zBW6M}>z0!gs9NC+C{`IMk&&jn#AVIP;qI!dx+51X)m($l456xgbqWNDi{$JM88-bf zZ{xX4qP>qy4_n+OqncY59vJj{7D|dzQbGw#xs;Tn3fp*WRh5>7dquRYNqH$+*s7y+ z5s&TZnk8*OCQn=&_M)EK?@fGJy)Tq)Hmr=@g&P{hgScg_u^g8=ZU?GF*xS~8(puEq zov=-OI8_)q8HsI8usCg-ysjp6%rzDEY8~4vG3n@)baX{IY1!A_Ui;p=R}N^Oe4(6t zp<%^Eblp&2L$|#w4;$A5W!mj`P#Lm?ZCMsfhgtdDDklF+MbknF%09Df{^wu)v&pe} zK5eFB#YI}%xB$JiyLvsfz*Fa%wif%Cff7V!_>|wDn)ksDTjm2(RU>N)=q4#CqGS~% zrRzpyGi{jeUjjh9Tf`Z1z*zwK>$hlEApc)S~^GkQFsl$sR4lLm>U2`)70_o(^O?0RR9SEgA7)9G> z5AL2}ipO>bcGE)u26>JP^$>M7=SI5?N^DRo%zq@=j9+Jp**Dh5kuwaw=pz|v8fAfr zDhh7{;i&W2TWuy+nR|)JVJ5Ws4=wcy^S{Mpk5;Z@0f`Lw-Ub?k^cm_4wpllA)3zoj z_po8U{bPAeUBn>Zp!;9WL5Upw8Voc?_x}TCN@w;3yp(S9epcGsIostNCpjSI+^P=X zq%Yw1$A9BD<0SPhGR8NUkX@9p(96sT3laIMOHB6g&H{NMnZzB`Yu2gHSm(q6tdlfX z#Al0&YO$!f-rV$mVR#e)t)YHfn zlANe7sVSr8tkme7y;X+7LyxV>*if&bM;SR&y{1)OQe&#CNsXbdqDJ>AZ&lIfI=`ZG zvl>0x&9qP0m2uemo|H*0s{PE^0D$reA6KA&7v3^<%pLP?F)4>TCgt^{yc8`?i#sOL z(vJB-QT?f&q5fvH);y1&Lal z_+_Kl9m7v?&Okp01oCG9jnAkK9m(`Zd_hPF6=Qx%9Qaf0)Xmym>f0Dny}{&7CIpk}3KL;zPC{Kp@^{ROSd&v`-90Lwqyth zu;rN$hm#OwFo!N-{nWfbTt;G%fv`b1<1RCH4pWbgXD0N_50K`e1S7bZ#OPT%rQ@8l-w!(FVl)dvptFyXuP-vxdJV$i+T5lkc$x|AZh}eVqyYD|HqLN=0A2 zIxBq*xrh5oDfo@*fl&-PyP5vbYx_RSM5eQZf~^`zDCQyKA&fND?AnRiYVGjS*QBn4 z;<+F7>-NcNVLq6XqlEXh$(mqHAM7l8C~Nl_69f_ zZpH2?Ml`us`n~xbyk1S;80MfQQ@cmsO7>fO>`6Q)+n^2!kp7sT`M+Cufog&O3&dcw zP2z_KP)%*1h0#g`?{|l_Hp3uo@qgKF3$^fx>HAjkR_&tA{TdY)f+B1OPneec9^SSV zWrQUmRdM%v&JzyCDi zG;Gtuz_yKtohS(UVO;I2aa$B@ypnIpos5@r1F`_pBa)lVmy5|UzVJK+ZASbQK- zW=H`1QzH_qwPk55^_FpS@yFKP!d)=KR)LH$MI7v&B><-?n_igwd-Bn}QlNr?n1zwA z&QXb;(~328bXX_H5s9CignQ=Q-5W3xf$AYD<@S@FA(@5;4jbtwF28e4%#H?eqOvmv zx_F=)jj&fRLPTG?^$9!V)N8bL+0RzM%AOZtZD$LPc`$7mZP%($mjNgFDv zz*cP*Pz(36(@oU>8y-=i)<^XkomnzZ@zLaL#uzF4Jf7|4OG-39#b%CqQY2g;^EjxD z48iz7`GVz5VtKFN6>*qUx<^%NPhPs(Lm+`RIGcr_8WyFrbYOTvF`WNE7*+GJs8)m} zh2M%64E$d#5)AxGHpi4wd&T|B zKsY@I(&;*BM0*wy7@8v-BQjv#u-0NE>bv|V=h84$m-%^<7*{U!-NCx&zWy01Lk_rP zOkVztrk4x=S`Hcix+#vkBe*+Xmc z+Pi)yP@0=I+zufqai0G?FliF8PH`-i91H{=mxa}6YSF`sxjYbO$z!Yq;^E{QeY zvlS{p)gwIO>{}nzN_Deho_;iWWs(mX<0FX zCW#kEo7-Uz{#~2xcX1@D61(4_N=bjDDxb@wENzF-mCCz3Et9T{6ikcL($s!ngWt@5 z`5fHyJAlwYCOq1t=fwk09fd~})74?g{mPk2YrkgJ1F$X$13G@Q+dS)Bx$upbGEJH2 z_f)|555pRY{q4H%yz9l&(>*=VWo*EdBB+S0dC$s83XK70t4aaOxDce3=$~kday)0635Lv0@WVvGUWzDx(E2FcvvG8~YkElbv zk0h?~Fc9pBdj|1Rk{@W-Nff9MEk{TpsTdp>O5-2!ge;=-XW8}7YA0(e#d6)WmRJ5$ zu>}_}_nWzZeH72TfN<$v@EUS3N+A`70%^;92ju_Z965dgr{8 z-YK-Kc}?$W&p~bhJ!e_U$82ZBbuApXSUS&a}JH@N{LaSfQ9kXT*&g?TS9 zx7{twc=sq>7JcQVnRzmLBV_|-Owpmclm3`5;JKU{*1WR^#c#B&X=$_+6%t3U2vcCR zOMoCHgpBR`W#%5xsRJOnE`}A-@%tEY4FVx7Cw$2{X8x3(7R^w+go_;mIrwak+-Nh6 z;qB?k?b2*58=dX;H&M}~?5rSTBXVvdO2KrMGIThTp_zxHIg#8s2MdX_W`rQl^5~l~ zMr{3pSC|TuSH6qjDOHZ|hCMi&P%;w0OiWJpsRTiYw!^KBOSzi&Cf3c@710rJ+AH{% zV_|YHFZJ;9P`mvdE=q8kwPzW+UU_J~dnCO8mA|La;X2aaoHtK&ipv*t#f-aVWFnXd zrwq2fFokP2T80;2pl82TykDAHqhnpbVVn`zWP~klHO{x`*AsV6UcHR?ZUhjJbAzCJ zbNs6PAFsEu0sA?OQujx%zp9zQ$CP+?%OBBO(HwIDWpc$sBtvsL87TFHg&Vkj-Fy#A zaKx*m9(S>3*P%{V;0MEjc{Ewh_M$1@qh^~!nj|^thi~X>D@2-UAQt%2Aik6m3B+nF zsfOqQ=tov>Ro8vEnnRd6I(NffxaoUpfSNsfEqd$*CrbPUAFE_zqIu`Mxd;E@0vo~y z`=(17zRc-TXgD>A6_=@8BDu1_GKOG&j*!bQtOyR3Y+=bQ;p>;>3|Y>mv3nVPoW$WF zpQpaneoXgxKt`W71rq|!#2L;!&eX^X*bdHzRV}pFb&> z1@b}Y$4BxJ#@rjhpY3(-?gKGA$p83AKD5pM#|ZvxE#%u9h(#nG&98Y;14dH}^!Kr4 z2Obq4);mM%08dLp&VW2ag;lTT;bQZErfLsPi})R)vpHvw*DcAs!adY!vomPMh$`25{!CP%wRj*8Icwj*8 zqmD)e`P%&jou{TEdVu`g#zz&FW&D!K)ka-Zd|dZ>ArBJU!{9?#RoUogOypRBLLeuH ztwTK=rw_%kOF+A*>ck_brako;@o8|f{X z)=|8`McDh%Jr?N>2D!_!j^(62kNXku zS!>j^;S(@Vo1=cfL@?G}=43hZs1FP#5S+jVAS-JjcJw3mnmGV!n~nB)0XuB;E|WKy zOpr7d9}nh#!bUX4>W`RAnK1UDsP6RkkuW){C}blH61)F(Qj8G^0r6#6@ZH)G%f|m- z6_@H}tx{XHjsnit&;%=zd!Z-T`6Ls`$%>w2eJxjihV?Af_bs1i?w~%WKM4r|%^X0+UplT!yB-94m> zoA6M1j>A5L1g)j{)1B5z(r#u%MG|6M@`mNaCGRSZ{oWBvq<4jfe{qr5j`hL%F-}CJ z<*UrSz=UUI;t^@Am2vKDGY~t}x65CrNQN&XDH@1b;r4d=N3N|~l9GR|nzdS3Ew7eq PTHvB9Vdz{JBnr5jpTKAEM+|69a6NZ z8T!spwzyPxH!=`sfkjd5OM$k41nfieC+t7am%j9=5A#|S*nRFx;Ub&<&bdR1w4ETO zG{UaS<@zIq^2upBA5p^Wq)U%Hq0sSG=@jhy2u;!BZ z0JXE?hL{r{p*AhdWv#r_IdMB_G#kmbvl%2Ck%*mIB%NB*e-OM^`6Cgytf!-X7)FVo zG@>wGLc6%+Zw6we-D(DC zDpzZ(TWcNr?u=JiJDcXV{AN2y%{Y;%ErWXSxb>`*0lkaPHR?^;GJH1DY{Ut7RSh~@ z_OtLd@mwbUdk>XF>uQOrN6m>w$wA zF&6ouaKcD#`prfs5S78z>aGXNFGriLMiXl=&~EzD0VZS+$H2SOCRhL*w?Hi?*$C9$ z&ZCVWbkNg?9lw7LAPwip_ENZu54KsvHJqrX0L0FtMzR4gjU7tajVrkY8CkC z{|M=X=$H`wDk{GMde`zhgkEi5`>CdD4-KI$YhUTaCpiZ7m5~~ibE$<5Howy36qY@^ zGkZG@WIQV)?Aw|Z!B!X~Gj*J#y*{%p{jj=$3(Rf>;nr-ku|C_{26KkzD{r5hjR9u{ z2YukzgLqbP>TDZK99LS~>Bz-;5E9xhmFb+s8OAS7|$H(nkQWPM5an($eVae{VcAmesZRZgK)sRE@4G52Hwn7ilN#-nw)K?U)dG zMC(+(*QxqT%Vt_^#EmdcfS^DY2y%`YqHIZ0z;cATM*8=23xsqJD0%)s$G?5&*8n3X z*i&OgV_YBCCG}MC4E=}?J|vW!L?zH%9ZKK04OJhQ!nmm3Cf*i_Rcd=H(E}WV&uk-^wX~XK$Gt#`W0>MaH+FK}oIC@eG83z7b#r^UeQnR)*LID4 zUDwdg?`u1-t6~0ODJckEwQEAl^&!VawK^FQX10p-o3$iKp54)QC#0|rBp zj?cvqY0~%eQbsbhy!o3~%Qo|6Y9~bfIMo|&fvcVj+@h)xk>y#y86YbQjpOkIs7;SZ z7o!OQ7N~6EB+w7r)5{g4c7kb`kUgXBX;$<+VQrYCq)swpqsQlf$-be1i=qt7mqrM3d}-9RFZHL!p1H5Z zN1p=qa4QU9!mR)~zSP9{7upwk%@DT8KPiDNCcZFW{zpU+EhDj>8oR_8wH>o--p?g= zlHV}4G1 zYG4_HKY>~IyZSEaZ-QNrJKR5s{vEUry||iZ{kFfyZ`JDW+KI4Gp7h5D3@np%CW&U4 ztWHMO%*4()FCTV%C(hiA0V@`_f@-7IAcGsT9lS@YiML`V=LNL|QQE0gD)%amGYgp3 zT6GOhv>DjKx(Kxb2b$_RXj>aN&Uel#?f!D9sr2pLGJLvV<*F=^gpBm@MamIUwp1?2 zH!vbe!Ato3T3U#MASCmd7P-c{RFcOf9V&i81*_zPf<-yUTdiX_rZA$IN$jL9FVd1x z6sffog~1RaNLA(V0E8Z2LIv!l$wMefIEp*kQx-bvt+8f&h=>Br4HTgSl2GbgA|e4| z%%zp9<(xVtA9@-vrYqv-P4rrQ7^h z)H~DP5AO=dv)2whO-7q6XmB>G&9)%FmEHN6rmAIN zeDDK!{Bji58uhk(IcOjzfmXgyEOsn7!wyhQHqad(zFb;Jg2%}t>9nl_eA{juvV@vfzrf&l8i~O{t?xu z&zH*egSOHJ?2@&Old_u|c^G{@FdNe43;(N3PDl{u`u zGS7?%&+Q%RpQB=)2U(>kbeKv$KBPf*@R$o<|E}9EVJ-_xaTMmzunaPXtK2j=- zqh%XK@M}Szgloqwvsa%)zv_e8yuoJyGi=1q#)hnBYGZ$pZ72paFx^y-9>0Z3-!%4P zurD;2IEuasT`h~Z%+7 zl!QEr<~|>p?&@=2x&Q@Xs3 zN@~#ohloStB#M_wk*=VUK!x5n;Azm?Y$4$SPXmhNff2vjh5xdp;cdz{yXb}A@g~jN zv$)K4bp+B-Hal=)_iW5IUqN6^s;9HCG(b!QDs^ZcI?VrvR*F>eG~Gn6l=G<(#qy`r zGRg4RelwwW-d{(!nrz6cG-OK-H6ctilM&YsgCgl3#v)`WVC{ObUnCX5`ie&WH5UF3 z5688Ik&#y5EWWSGX+HlAZSghDjyk7Sp?68TO4aSZRYie~>us3sG~sIH-+P)&~D zj+R(^InF}ponwi;m+$KLk(Gk?5C0$jI>aM$-PV4F@kfOGQ`drovkg`FH38)W;>c+=+jRttPSxiW0(vVP0d#Whq&D+j zc>-A7jww+qGH%-yOk$NR396=0Dm-USQ!Sls0+rxNSNif&?PyA}DfGhy}0UK{~bq{l0MX4m3RMPdd67MGx976%~vwZ-ia)v`rEjk4vA z@@YJk7BXtWwX>b{!O%~MgPK|o5;gtzz<5kVEty4_he@{2Q_yP0H$gl^&uvowrftwxe?Kq`vttm-E#SOG7Rq)CAS zi80Q|EZpQn46t6G|I&$roA6%$igo`@N@~)OF~P9bqo_Hg!iW!P2A`kolz?b%k*8yH zet!j2lAAcS)2KO*f>SbZ>M&w_R3ezN{Jd#TJfUKd(;}%F$QF@0WQUtTPCF6#)sGs;wp~RACSYg#nLeY8pRTkZqv!xnM?TC%b+{kCJN9BUHF!} ziu#uScR(@mv2&r;4yzaL)j|%1E7_afDPIUk+GgO;6msE^=}Y?NN#V5TRvskbmJpfr zf)C~#MWRG*XEah9F-EdvWA9D}KyLM1HMN-0LaYcV^kNW0h4%9KJJ5Jprp2B2gQHj z;bfIHX6eUt?n_6TQQbq#8Y8=z+Gx}R`D~otq*E5TT_qmw{m3iqoAwqO2Rsdv4O0$7 zjU19Nwsd(iF_BF|UR<6;uE~PwwkZGoPp~vd3*<-+utr&^9OlB*?;1OHHaFL`<=esx zbtEmaHC+xj{f{9f$mcp4N{IDDBSwZ2ndzFt46%XmfiSvVEwvJdDJ0!7(o5-K{9%%96Ws=$>`y<+OieJ6dDop ze!EQYmMo1Bhu-yjqR`iY4CLx1Vrh8?MaQUA*bf3Hkz3>Dk?bdhxze%lJ;p(D?Qdu< zJ4c0eKjw6Y;-j1h*4uS?7vtr;a*CJ_cWA-iQt?X^?ijqNsM&^JL`QsS7H%>-H|O9; zg#UnrF=bn=LzH!!!XMrUDkvVC)U7{Rmi!#URXjt#KAX~F^raFuX+Rp={AKLuet= zpskQR0>6?k+53Fb8U6W=gMWO2`S}hdvek)TVX`IZQT1`c8$MV%o^@yYq&EC4B;#Ld z`=`i%8J<4^nNm@%t;Spwd&a)<1B?>p4-<9_d7Qm?HXhMUyOG13;NIuPsSjetnSjB1b_Nc|sIF$T z)o!fb85+wL@5>N)yg0Di!8i*buVE?t#V|}up^?WA&N7qcJx@ec^^v63#B$2Er z$dbry6iDEa{{bH{Rz7Dw(^5)FJfSIu4CFmp0B+GFMJLG2gD_!Tn$$y#Bq=C%ZS`S| z6F6y}K3u`Obzk9xhqpX`YwpvzmH8{`Q^BY6?vcftm**C}TZ^}^EiCnV<*x}GeLUh% z2J$-9KA~cPifdGSOvO1W&QJj}uBps}U2Vg&mK@P?)Rm4jW!vM}Mmf{?xIWu$S%y+KN8V!%Y`1$0w;a^ok ze#goAVZ-DuA%^@B7)AoZ3}zbuV9OxfIji%=(g?P>b+p4=R{P0ddu*HSys=M>VD}+myR7+!uqJm;t)R)Q zr=)dZe(PSADjKKKS0nC!8)pesahCdAh)noVLZ$R`$(bLgii?yc$*l7S8rL$4Et;m8 z((9RM#pr>Wp|L!WByrpx^`-3 zGAq1r5T`6mvzN39mq~C0sheU4NCfXY1I@aNW*q>-Nnk+kn9m_&AX`jsGwTk~)CTIn zyt1Oz)w&C`2J0TsW|;|)SG(Yry`r`W_59{N9c95Mf=iw%FwUp`2DJ|xnNW}d{h9wj zo753CKvdXK#(3cl;)JIV@WO%|DYh_zVVaNoTm+3MOY(8LnijU=uhraxP_81W{a(~r zENMT1Q{a`t?q^vdu%aS#&U#dU!9eOb{|d~49FY@qVTdY&NH0ug=0sdjI`&5v?AlB7 z#8l40JT*?N1-K0Muc^vemBH>(mmZw6&fFzo_GNNnFKjJyTgx~rnaWe5YRWs?TG&ei zG{O2&ec?=re1zOtLv1gdQ)6j}C;D7449o4Z-TjI7Q7{E|Z{jloTRJOEEe z*?0_Y_eWIvea=&#G6vpOnI8|+OmL{oSo-MJj_3KSu|J`Lj{WnV+uv-W%y%OW6)k+I zVklCqVIkp)DfcHLo5py<;bFVIQqV@%A0Bo#D)!6jlkX~hCUOnB><)mcM2Ov?jR0@> z4`?E}pW)T7VhM=XfFJbcm#zyR&LEsPMe+6V!of_E^XsL+S}Eik_4^4;kGTS{*We_A zd^W%RuAH3kC>~(@NM>uzub^BvXZHQ;^6+qeYV6LIG@CVt zRhmQ7#4dc$ClZ6;5i|u2DW7dq?*k_EnC?;~rY)GZ_Qc0P5Y8ZnUkkty*kOv=AWtI& zT}O(`IIkwza0p$nsHoWlsIXvF;9oqbls#SlQgmz~;9MPmJe0&W6uXKVYKh20oisW_ mG^qDkQ@D3Z&wP%*F?j_(HmR>nszY?@X5H{C&#D_2?SBCzdp^qm literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/_compat.py b/venv/lib/python3.10/site-packages/flake8/_compat.py new file mode 100644 index 0000000..e8a3ccd --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/_compat.py @@ -0,0 +1,11 @@ +from __future__ import annotations + +import sys +import tokenize + +if sys.version_info >= (3, 12): # pragma: >=3.12 cover + FSTRING_START = tokenize.FSTRING_START + FSTRING_MIDDLE = tokenize.FSTRING_MIDDLE + FSTRING_END = tokenize.FSTRING_END +else: # pragma: <3.12 cover + FSTRING_START = FSTRING_MIDDLE = FSTRING_END = -1 diff --git a/venv/lib/python3.10/site-packages/flake8/api/__init__.py b/venv/lib/python3.10/site-packages/flake8/api/__init__.py new file mode 100644 index 0000000..c5f9711 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/api/__init__.py @@ -0,0 +1,6 @@ +"""Module containing all public entry-points for Flake8. + +This is the only submodule in Flake8 with a guaranteed stable API. All other +submodules are considered internal only and are subject to change. +""" +from __future__ import annotations diff --git a/venv/lib/python3.10/site-packages/flake8/api/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/api/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f036b973cae0559566f536362fe7f432a2030b7 GIT binary patch literal 449 zcmYjNu}&N@5cM91f)*jA-~*<;V%Le%P(%otNEC@80SyI~cRjc3V8$zZ_M(fFze&TF z&{AKUDkUuya|=Qljb=R38^1R%9vqZP;?M7g?os;R?eKrhWH?c($cOT9>Por7%|dZI zyP6fs?VPK{{MY^0=*EE1Mq=y9QwKH#7{(^}7LYitt08*g49l3{ORzV1RF~yN?=whp zj}R%WA&<@N%U7OWVer#)4;H%7CQFRyAhT_R?ezOu4X45rWj~c~yBTbnv}Erv30{aX zkrm*U!;+f-g8zXn14n3kOC8qbzwP0RVzY0FB3t&6^0&p#=AAJvw#IBqW0oV235`ix zWA0Sil{S^9Ykiq9Wu0R0dC(45gj{tZe{8Bo#J9aTqgO~P9eksQHTRJ|)gM3T>=~=U mwl}uJte2BN+74bDBX+Ve^|0RTeSY!gxDd)bmoiuHcb@?*FpKyA literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/api/__pycache__/legacy.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/api/__pycache__/legacy.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f67b265a1d698295e1ed315a7c30a5c580bfa78 GIT binary patch literal 7214 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/api/legacy.py b/venv/lib/python3.10/site-packages/flake8/api/legacy.py new file mode 100644 index 0000000..446df29 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/api/legacy.py @@ -0,0 +1,216 @@ +"""Module containing shims around Flake8 2.x behaviour. + +Previously, users would import :func:`get_style_guide` from ``flake8.engine``. +In 3.0 we no longer have an "engine" module but we maintain the API from it. +""" +from __future__ import annotations + +import argparse +import logging +import os.path +from typing import Any + +from flake8.discover_files import expand_paths +from flake8.formatting import base as formatter +from flake8.main import application as app +from flake8.options.parse_args import parse_args + +LOG = logging.getLogger(__name__) + + +__all__ = ("get_style_guide",) + + +class Report: + """Public facing object that mimic's Flake8 2.0's API. + + .. note:: + + There are important changes in how this object behaves compared to + the object provided in Flake8 2.x. + + .. warning:: + + This should not be instantiated by users. + + .. versionchanged:: 3.0.0 + """ + + def __init__(self, application: app.Application) -> None: + """Initialize the Report for the user. + + .. warning:: This should not be instantiated by users. + """ + assert application.guide is not None + self._application = application + self._style_guide = application.guide + self._stats = self._style_guide.stats + + @property + def total_errors(self) -> int: + """Return the total number of errors.""" + return self._application.result_count + + def get_statistics(self, violation: str) -> list[str]: + """Get the list of occurrences of a violation. + + :returns: + List of occurrences of a violation formatted as: + {Count} {Error Code} {Message}, e.g., + ``8 E531 Some error message about the error`` + """ + return [ + f"{s.count} {s.error_code} {s.message}" + for s in self._stats.statistics_for(violation) + ] + + +class StyleGuide: + """Public facing object that mimic's Flake8 2.0's StyleGuide. + + .. note:: + + There are important changes in how this object behaves compared to + the StyleGuide object provided in Flake8 2.x. + + .. warning:: + + This object should not be instantiated directly by users. + + .. versionchanged:: 3.0.0 + """ + + def __init__(self, application: app.Application) -> None: + """Initialize our StyleGuide.""" + self._application = application + self._file_checker_manager = application.file_checker_manager + + @property + def options(self) -> argparse.Namespace: + """Return application's options. + + An instance of :class:`argparse.Namespace` containing parsed options. + """ + assert self._application.options is not None + return self._application.options + + @property + def paths(self) -> list[str]: + """Return the extra arguments passed as paths.""" + assert self._application.options is not None + return self._application.options.filenames + + def check_files(self, paths: list[str] | None = None) -> Report: + """Run collected checks on the files provided. + + This will check the files passed in and return a :class:`Report` + instance. + + :param paths: + List of filenames (or paths) to check. + :returns: + Object that mimic's Flake8 2.0's Reporter class. + """ + assert self._application.options is not None + self._application.options.filenames = paths + self._application.run_checks() + self._application.report_errors() + return Report(self._application) + + def excluded(self, filename: str, parent: str | None = None) -> bool: + """Determine if a file is excluded. + + :param filename: + Path to the file to check if it is excluded. + :param parent: + Name of the parent directory containing the file. + :returns: + True if the filename is excluded, False otherwise. + """ + + def excluded(path: str) -> bool: + paths = tuple( + expand_paths( + paths=[path], + stdin_display_name=self.options.stdin_display_name, + filename_patterns=self.options.filename, + exclude=self.options.exclude, + ) + ) + return not paths + + return excluded(filename) or ( + parent is not None and excluded(os.path.join(parent, filename)) + ) + + def init_report( + self, + reporter: type[formatter.BaseFormatter] | None = None, + ) -> None: + """Set up a formatter for this run of Flake8.""" + if reporter is None: + return + if not issubclass(reporter, formatter.BaseFormatter): + raise ValueError( + "Report should be subclass of " + "flake8.formatter.BaseFormatter." + ) + self._application.formatter = reporter(self.options) + self._application.guide = None + # NOTE(sigmavirus24): This isn't the intended use of + # Application#make_guide but it works pretty well. + # Stop cringing... I know it's gross. + self._application.make_guide() + self._application.file_checker_manager = None + self._application.make_file_checker_manager([]) + + def input_file( + self, + filename: str, + lines: Any | None = None, + expected: Any | None = None, + line_offset: Any | None = 0, + ) -> Report: + """Run collected checks on a single file. + + This will check the file passed in and return a :class:`Report` + instance. + + :param filename: + The path to the file to check. + :param lines: + Ignored since Flake8 3.0. + :param expected: + Ignored since Flake8 3.0. + :param line_offset: + Ignored since Flake8 3.0. + :returns: + Object that mimic's Flake8 2.0's Reporter class. + """ + return self.check_files([filename]) + + +def get_style_guide(**kwargs: Any) -> StyleGuide: + r"""Provision a StyleGuide for use. + + :param \*\*kwargs: + Keyword arguments that provide some options for the StyleGuide. + :returns: + An initialized StyleGuide + """ + application = app.Application() + application.plugins, application.options = parse_args([]) + # We basically want application.initialize to be called but with these + # options set instead before we make our formatter, notifier, internal + # style guide and file checker manager. + options = application.options + for key, value in kwargs.items(): + try: + getattr(options, key) + setattr(options, key, value) + except AttributeError: + LOG.error('Could not update option "%s"', key) + application.make_formatter() + application.make_guide() + application.make_file_checker_manager([]) + return StyleGuide(application) diff --git a/venv/lib/python3.10/site-packages/flake8/checker.py b/venv/lib/python3.10/site-packages/flake8/checker.py new file mode 100644 index 0000000..ff62679 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/checker.py @@ -0,0 +1,615 @@ +"""Checker Manager and Checker classes.""" +from __future__ import annotations + +import argparse +import contextlib +import errno +import logging +import multiprocessing.pool +import operator +import signal +import tokenize +from typing import Any +from typing import Generator +from typing import List +from typing import Optional +from typing import Sequence +from typing import Tuple + +from flake8 import defaults +from flake8 import exceptions +from flake8 import processor +from flake8 import utils +from flake8._compat import FSTRING_START +from flake8.discover_files import expand_paths +from flake8.options.parse_args import parse_args +from flake8.plugins.finder import Checkers +from flake8.plugins.finder import LoadedPlugin +from flake8.style_guide import StyleGuideManager + +Results = List[Tuple[str, int, int, str, Optional[str]]] + +LOG = logging.getLogger(__name__) + +SERIAL_RETRY_ERRNOS = { + # ENOSPC: Added by sigmavirus24 + # > On some operating systems (OSX), multiprocessing may cause an + # > ENOSPC error while trying to create a Semaphore. + # > In those cases, we should replace the customized Queue Report + # > class with pep8's StandardReport class to ensure users don't run + # > into this problem. + # > (See also: https://github.com/pycqa/flake8/issues/117) + errno.ENOSPC, + # NOTE(sigmavirus24): When adding to this list, include the reasoning + # on the lines before the error code and always append your error + # code. Further, please always add a trailing `,` to reduce the visual + # noise in diffs. +} + +_mp_plugins: Checkers +_mp_options: argparse.Namespace + + +@contextlib.contextmanager +def _mp_prefork( + plugins: Checkers, options: argparse.Namespace +) -> Generator[None, None, None]: + # we can save significant startup work w/ `fork` multiprocessing + global _mp_plugins, _mp_options + _mp_plugins, _mp_options = plugins, options + try: + yield + finally: + del _mp_plugins, _mp_options + + +def _mp_init(argv: Sequence[str]) -> None: + global _mp_plugins, _mp_options + + # Ensure correct signaling of ^C using multiprocessing.Pool. + signal.signal(signal.SIGINT, signal.SIG_IGN) + + try: + # for `fork` this'll already be set + _mp_plugins, _mp_options # noqa: B018 + except NameError: + plugins, options = parse_args(argv) + _mp_plugins, _mp_options = plugins.checkers, options + + +def _mp_run(filename: str) -> tuple[str, Results, dict[str, int]]: + return FileChecker( + filename=filename, plugins=_mp_plugins, options=_mp_options + ).run_checks() + + +class Manager: + """Manage the parallelism and checker instances for each plugin and file. + + This class will be responsible for the following: + + - Determining the parallelism of Flake8, e.g.: + + * Do we use :mod:`multiprocessing` or is it unavailable? + + * Do we automatically decide on the number of jobs to use or did the + user provide that? + + - Falling back to a serial way of processing files if we run into an + OSError related to :mod:`multiprocessing` + + - Organizing the results of each checker so we can group the output + together and make our output deterministic. + """ + + def __init__( + self, + style_guide: StyleGuideManager, + plugins: Checkers, + argv: Sequence[str], + ) -> None: + """Initialize our Manager instance.""" + self.style_guide = style_guide + self.options = style_guide.options + self.plugins = plugins + self.jobs = self._job_count() + self.statistics = { + "files": 0, + "logical lines": 0, + "physical lines": 0, + "tokens": 0, + } + self.exclude = (*self.options.exclude, *self.options.extend_exclude) + self.argv = argv + self.results: list[tuple[str, Results, dict[str, int]]] = [] + + def _process_statistics(self) -> None: + for _, _, statistics in self.results: + for statistic in defaults.STATISTIC_NAMES: + self.statistics[statistic] += statistics[statistic] + self.statistics["files"] += len(self.filenames) + + def _job_count(self) -> int: + # First we walk through all of our error cases: + # - multiprocessing library is not present + # - the user provided stdin and that's not something we can handle + # well + # - the user provided some awful input + + if utils.is_using_stdin(self.options.filenames): + LOG.warning( + "The --jobs option is not compatible with supplying " + "input using - . Ignoring --jobs arguments." + ) + return 0 + + jobs = self.options.jobs + + # If the value is "auto", we want to let the multiprocessing library + # decide the number based on the number of CPUs. However, if that + # function is not implemented for this particular value of Python we + # default to 1 + if jobs.is_auto: + try: + return multiprocessing.cpu_count() + except NotImplementedError: + return 0 + + # Otherwise, we know jobs should be an integer and we can just convert + # it to an integer + return jobs.n_jobs + + def _handle_results(self, filename: str, results: Results) -> int: + style_guide = self.style_guide + reported_results_count = 0 + for error_code, line_number, column, text, physical_line in results: + reported_results_count += style_guide.handle_error( + code=error_code, + filename=filename, + line_number=line_number, + column_number=column, + text=text, + physical_line=physical_line, + ) + return reported_results_count + + def report(self) -> tuple[int, int]: + """Report all of the errors found in the managed file checkers. + + This iterates over each of the checkers and reports the errors sorted + by line number. + + :returns: + A tuple of the total results found and the results reported. + """ + results_reported = results_found = 0 + self.results.sort(key=operator.itemgetter(0)) + for filename, results, _ in self.results: + results.sort(key=operator.itemgetter(1, 2)) + with self.style_guide.processing_file(filename): + results_reported += self._handle_results(filename, results) + results_found += len(results) + return (results_found, results_reported) + + def run_parallel(self) -> None: + """Run the checkers in parallel.""" + with _mp_prefork(self.plugins, self.options): + pool = _try_initialize_processpool(self.jobs, self.argv) + + if pool is None: + self.run_serial() + return + + pool_closed = False + try: + self.results = list(pool.imap_unordered(_mp_run, self.filenames)) + pool.close() + pool.join() + pool_closed = True + finally: + if not pool_closed: + pool.terminate() + pool.join() + + def run_serial(self) -> None: + """Run the checkers in serial.""" + self.results = [ + FileChecker( + filename=filename, + plugins=self.plugins, + options=self.options, + ).run_checks() + for filename in self.filenames + ] + + def run(self) -> None: + """Run all the checkers. + + This will intelligently decide whether to run the checks in parallel + or whether to run them in serial. + + If running the checks in parallel causes a problem (e.g., + :issue:`117`) this also implements fallback to serial processing. + """ + try: + if self.jobs > 1 and len(self.filenames) > 1: + self.run_parallel() + else: + self.run_serial() + except KeyboardInterrupt: + LOG.warning("Flake8 was interrupted by the user") + raise exceptions.EarlyQuit("Early quit while running checks") + + def start(self) -> None: + """Start checking files. + + :param paths: + Path names to check. This is passed directly to + :meth:`~Manager.make_checkers`. + """ + LOG.info("Making checkers") + self.filenames = tuple( + expand_paths( + paths=self.options.filenames, + stdin_display_name=self.options.stdin_display_name, + filename_patterns=self.options.filename, + exclude=self.exclude, + ) + ) + self.jobs = min(len(self.filenames), self.jobs) + + def stop(self) -> None: + """Stop checking files.""" + self._process_statistics() + + +class FileChecker: + """Manage running checks for a file and aggregate the results.""" + + def __init__( + self, + *, + filename: str, + plugins: Checkers, + options: argparse.Namespace, + ) -> None: + """Initialize our file checker.""" + self.options = options + self.filename = filename + self.plugins = plugins + self.results: Results = [] + self.statistics = { + "tokens": 0, + "logical lines": 0, + "physical lines": 0, + } + self.processor = self._make_processor() + self.display_name = filename + self.should_process = False + if self.processor is not None: + self.display_name = self.processor.filename + self.should_process = not self.processor.should_ignore_file() + self.statistics["physical lines"] = len(self.processor.lines) + + def __repr__(self) -> str: + """Provide helpful debugging representation.""" + return f"FileChecker for {self.filename}" + + def _make_processor(self) -> processor.FileProcessor | None: + try: + return processor.FileProcessor(self.filename, self.options) + except OSError as e: + # If we can not read the file due to an IOError (e.g., the file + # does not exist or we do not have the permissions to open it) + # then we need to format that exception for the user. + # NOTE(sigmavirus24): Historically, pep8 has always reported this + # as an E902. We probably *want* a better error code for this + # going forward. + self.report("E902", 0, 0, f"{type(e).__name__}: {e}") + return None + + def report( + self, + error_code: str | None, + line_number: int, + column: int, + text: str, + ) -> str: + """Report an error by storing it in the results list.""" + if error_code is None: + error_code, text = text.split(" ", 1) + + # If we're recovering from a problem in _make_processor, we will not + # have this attribute. + if hasattr(self, "processor") and self.processor is not None: + line = self.processor.noqa_line_for(line_number) + else: + line = None + + self.results.append((error_code, line_number, column, text, line)) + return error_code + + def run_check(self, plugin: LoadedPlugin, **arguments: Any) -> Any: + """Run the check in a single plugin.""" + assert self.processor is not None, self.filename + try: + params = self.processor.keyword_arguments_for( + plugin.parameters, arguments + ) + except AttributeError as ae: + raise exceptions.PluginRequestedUnknownParameters( + plugin_name=plugin.display_name, exception=ae + ) + try: + return plugin.obj(**arguments, **params) + except Exception as all_exc: + LOG.critical( + "Plugin %s raised an unexpected exception", + plugin.display_name, + exc_info=True, + ) + raise exceptions.PluginExecutionFailed( + filename=self.filename, + plugin_name=plugin.display_name, + exception=all_exc, + ) + + @staticmethod + def _extract_syntax_information(exception: Exception) -> tuple[int, int]: + if ( + len(exception.args) > 1 + and exception.args[1] + and len(exception.args[1]) > 2 + ): + token = exception.args[1] + row, column = token[1:3] + elif ( + isinstance(exception, tokenize.TokenError) + and len(exception.args) == 2 + and len(exception.args[1]) == 2 + ): + token = () + row, column = exception.args[1] + else: + token = () + row, column = (1, 0) + + if ( + column > 0 + and token + and isinstance(exception, SyntaxError) + and len(token) == 4 # Python 3.9 or earlier + ): + # NOTE(sigmavirus24): SyntaxErrors report 1-indexed column + # numbers. We need to decrement the column number by 1 at + # least. + column_offset = 1 + row_offset = 0 + # See also: https://github.com/pycqa/flake8/issues/169, + # https://github.com/PyCQA/flake8/issues/1372 + # On Python 3.9 and earlier, token will be a 4-item tuple with the + # last item being the string. Starting with 3.10, they added to + # the tuple so now instead of it ending with the code that failed + # to parse, it ends with the end of the section of code that + # failed to parse. Luckily the absolute position in the tuple is + # stable across versions so we can use that here + physical_line = token[3] + + # NOTE(sigmavirus24): Not all "tokens" have a string as the last + # argument. In this event, let's skip trying to find the correct + # column and row values. + if physical_line is not None: + # NOTE(sigmavirus24): SyntaxErrors also don't exactly have a + # "physical" line so much as what was accumulated by the point + # tokenizing failed. + # See also: https://github.com/pycqa/flake8/issues/169 + lines = physical_line.rstrip("\n").split("\n") + row_offset = len(lines) - 1 + logical_line = lines[0] + logical_line_length = len(logical_line) + if column > logical_line_length: + column = logical_line_length + row -= row_offset + column -= column_offset + return row, column + + def run_ast_checks(self) -> None: + """Run all checks expecting an abstract syntax tree.""" + assert self.processor is not None, self.filename + ast = self.processor.build_ast() + + for plugin in self.plugins.tree: + checker = self.run_check(plugin, tree=ast) + # If the plugin uses a class, call the run method of it, otherwise + # the call should return something iterable itself + try: + runner = checker.run() + except AttributeError: + runner = checker + for line_number, offset, text, _ in runner: + self.report( + error_code=None, + line_number=line_number, + column=offset, + text=text, + ) + + def run_logical_checks(self) -> None: + """Run all checks expecting a logical line.""" + assert self.processor is not None + comments, logical_line, mapping = self.processor.build_logical_line() + if not mapping: + return + self.processor.update_state(mapping) + + LOG.debug('Logical line: "%s"', logical_line.rstrip()) + + for plugin in self.plugins.logical_line: + self.processor.update_checker_state_for(plugin) + results = self.run_check(plugin, logical_line=logical_line) or () + for offset, text in results: + line_number, column_offset = find_offset(offset, mapping) + if line_number == column_offset == 0: + LOG.warning("position of error out of bounds: %s", plugin) + self.report( + error_code=None, + line_number=line_number, + column=column_offset, + text=text, + ) + + self.processor.next_logical_line() + + def run_physical_checks(self, physical_line: str) -> None: + """Run all checks for a given physical line. + + A single physical check may return multiple errors. + """ + assert self.processor is not None + for plugin in self.plugins.physical_line: + self.processor.update_checker_state_for(plugin) + result = self.run_check(plugin, physical_line=physical_line) + + if result is not None: + # This is a single result if first element is an int + column_offset = None + try: + column_offset = result[0] + except (IndexError, TypeError): + pass + + if isinstance(column_offset, int): + # If we only have a single result, convert to a collection + result = (result,) + + for result_single in result: + column_offset, text = result_single + self.report( + error_code=None, + line_number=self.processor.line_number, + column=column_offset, + text=text, + ) + + def process_tokens(self) -> None: + """Process tokens and trigger checks. + + Instead of using this directly, you should use + :meth:`flake8.checker.FileChecker.run_checks`. + """ + assert self.processor is not None + parens = 0 + statistics = self.statistics + file_processor = self.processor + prev_physical = "" + for token in file_processor.generate_tokens(): + statistics["tokens"] += 1 + self.check_physical_eol(token, prev_physical) + token_type, text = token[0:2] + if token_type == tokenize.OP: + parens = processor.count_parentheses(parens, text) + elif parens == 0: + if processor.token_is_newline(token): + self.handle_newline(token_type) + prev_physical = token[4] + + if file_processor.tokens: + # If any tokens are left over, process them + self.run_physical_checks(file_processor.lines[-1]) + self.run_logical_checks() + + def run_checks(self) -> tuple[str, Results, dict[str, int]]: + """Run checks against the file.""" + if self.processor is None or not self.should_process: + return self.display_name, self.results, self.statistics + + try: + self.run_ast_checks() + self.process_tokens() + except (SyntaxError, tokenize.TokenError) as e: + code = "E902" if isinstance(e, tokenize.TokenError) else "E999" + row, column = self._extract_syntax_information(e) + self.report(code, row, column, f"{type(e).__name__}: {e.args[0]}") + return self.display_name, self.results, self.statistics + + logical_lines = self.processor.statistics["logical lines"] + self.statistics["logical lines"] = logical_lines + return self.display_name, self.results, self.statistics + + def handle_newline(self, token_type: int) -> None: + """Handle the logic when encountering a newline token.""" + assert self.processor is not None + if token_type == tokenize.NEWLINE: + self.run_logical_checks() + self.processor.reset_blank_before() + elif len(self.processor.tokens) == 1: + # The physical line contains only this token. + self.processor.visited_new_blank_line() + self.processor.delete_first_token() + else: + self.run_logical_checks() + + def check_physical_eol( + self, token: tokenize.TokenInfo, prev_physical: str + ) -> None: + """Run physical checks if and only if it is at the end of the line.""" + assert self.processor is not None + if token.type == FSTRING_START: # pragma: >=3.12 cover + self.processor.fstring_start(token.start[0]) + # a newline token ends a single physical line. + elif processor.is_eol_token(token): + # if the file does not end with a newline, the NEWLINE + # token is inserted by the parser, but it does not contain + # the previous physical line in `token[4]` + if token.line == "": + self.run_physical_checks(prev_physical) + else: + self.run_physical_checks(token.line) + elif processor.is_multiline_string(token): + # Less obviously, a string that contains newlines is a + # multiline string, either triple-quoted or with internal + # newlines backslash-escaped. Check every physical line in the + # string *except* for the last one: its newline is outside of + # the multiline string, so we consider it a regular physical + # line, and will check it like any other physical line. + # + # Subtleties: + # - have to wind self.line_number back because initially it + # points to the last line of the string, and we want + # check_physical() to give accurate feedback + for line in self.processor.multiline_string(token): + self.run_physical_checks(line) + + +def _try_initialize_processpool( + job_count: int, + argv: Sequence[str], +) -> multiprocessing.pool.Pool | None: + """Return a new process pool instance if we are able to create one.""" + try: + return multiprocessing.Pool(job_count, _mp_init, initargs=(argv,)) + except OSError as err: + if err.errno not in SERIAL_RETRY_ERRNOS: + raise + except ImportError: + pass + + return None + + +def find_offset( + offset: int, mapping: processor._LogicalMapping +) -> tuple[int, int]: + """Find the offset tuple for a single offset.""" + if isinstance(offset, tuple): + return offset + + for token in mapping: + token_offset = token[0] + if offset <= token_offset: + position = token[1] + break + else: + position = (0, 0) + offset = token_offset = 0 + return (position[0], position[1] + offset - token_offset) diff --git a/venv/lib/python3.10/site-packages/flake8/defaults.py b/venv/lib/python3.10/site-packages/flake8/defaults.py new file mode 100644 index 0000000..57abda1 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/defaults.py @@ -0,0 +1,45 @@ +"""Constants that define defaults.""" +from __future__ import annotations + +import re + +EXCLUDE = ( + ".svn", + "CVS", + ".bzr", + ".hg", + ".git", + "__pycache__", + ".tox", + ".nox", + ".eggs", + "*.egg", +) +IGNORE = ("E121", "E123", "E126", "E226", "E24", "E704", "W503", "W504") +MAX_LINE_LENGTH = 79 +INDENT_SIZE = 4 + +# Other constants +WHITESPACE = frozenset(" \t") + +STATISTIC_NAMES = ("logical lines", "physical lines", "tokens") + +NOQA_INLINE_REGEXP = re.compile( + # We're looking for items that look like this: + # ``# noqa`` + # ``# noqa: E123`` + # ``# noqa: E123,W451,F921`` + # ``# noqa:E123,W451,F921`` + # ``# NoQA: E123,W451,F921`` + # ``# NOQA: E123,W451,F921`` + # ``# NOQA:E123,W451,F921`` + # We do not want to capture the ``: `` that follows ``noqa`` + # We do not care about the casing of ``noqa`` + # We want a comma-separated list of errors + r"# noqa(?::[\s]?(?P([A-Z]+[0-9]+(?:[,\s]+)?)+))?", + re.IGNORECASE, +) + +NOQA_FILE = re.compile(r"\s*# flake8[:=]\s*noqa", re.I) + +VALID_CODE_PREFIX = re.compile("^[A-Z]{1,3}[0-9]{0,3}$", re.ASCII) diff --git a/venv/lib/python3.10/site-packages/flake8/discover_files.py b/venv/lib/python3.10/site-packages/flake8/discover_files.py new file mode 100644 index 0000000..580d5fd --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/discover_files.py @@ -0,0 +1,89 @@ +"""Functions related to discovering paths.""" +from __future__ import annotations + +import logging +import os.path +from typing import Callable +from typing import Generator +from typing import Sequence + +from flake8 import utils + +LOG = logging.getLogger(__name__) + + +def _filenames_from( + arg: str, + *, + predicate: Callable[[str], bool], +) -> Generator[str, None, None]: + """Generate filenames from an argument. + + :param arg: + Parameter from the command-line. + :param predicate: + Predicate to use to filter out filenames. If the predicate + returns ``True`` we will exclude the filename, otherwise we + will yield it. By default, we include every filename + generated. + :returns: + Generator of paths + """ + if predicate(arg): + return + + if os.path.isdir(arg): + for root, sub_directories, files in os.walk(arg): + # NOTE(sigmavirus24): os.walk() will skip a directory if you + # remove it from the list of sub-directories. + for directory in tuple(sub_directories): + joined = os.path.join(root, directory) + if predicate(joined): + sub_directories.remove(directory) + + for filename in files: + joined = os.path.join(root, filename) + if not predicate(joined): + yield joined + else: + yield arg + + +def expand_paths( + *, + paths: Sequence[str], + stdin_display_name: str, + filename_patterns: Sequence[str], + exclude: Sequence[str], +) -> Generator[str, None, None]: + """Expand out ``paths`` from commandline to the lintable files.""" + if not paths: + paths = ["."] + + def is_excluded(arg: str) -> bool: + if arg == "-": + # if the stdin_display_name is the default, always include it + if stdin_display_name == "stdin": + return False + arg = stdin_display_name + + return utils.matches_filename( + arg, + patterns=exclude, + log_message='"%(path)s" has %(whether)sbeen excluded', + logger=LOG, + ) + + return ( + filename + for path in paths + for filename in _filenames_from(path, predicate=is_excluded) + if ( + # always lint `-` + filename == "-" + # always lint explicitly passed (even if not matching filter) + or path == filename + # otherwise, check the file against filtered patterns + or utils.fnmatch(filename, filename_patterns) + ) + ) diff --git a/venv/lib/python3.10/site-packages/flake8/exceptions.py b/venv/lib/python3.10/site-packages/flake8/exceptions.py new file mode 100644 index 0000000..18646e7 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/exceptions.py @@ -0,0 +1,78 @@ +"""Exception classes for all of Flake8.""" +from __future__ import annotations + + +class Flake8Exception(Exception): + """Plain Flake8 exception.""" + + +class EarlyQuit(Flake8Exception): + """Except raised when encountering a KeyboardInterrupt.""" + + +class ExecutionError(Flake8Exception): + """Exception raised during execution of Flake8.""" + + +class FailedToLoadPlugin(Flake8Exception): + """Exception raised when a plugin fails to load.""" + + FORMAT = 'Flake8 failed to load plugin "%(name)s" due to %(exc)s.' + + def __init__(self, plugin_name: str, exception: Exception) -> None: + """Initialize our FailedToLoadPlugin exception.""" + self.plugin_name = plugin_name + self.original_exception = exception + super().__init__(plugin_name, exception) + + def __str__(self) -> str: + """Format our exception message.""" + return self.FORMAT % { + "name": self.plugin_name, + "exc": self.original_exception, + } + + +class PluginRequestedUnknownParameters(Flake8Exception): + """The plugin requested unknown parameters.""" + + FORMAT = '"%(name)s" requested unknown parameters causing %(exc)s' + + def __init__(self, plugin_name: str, exception: Exception) -> None: + """Pop certain keyword arguments for initialization.""" + self.plugin_name = plugin_name + self.original_exception = exception + super().__init__(plugin_name, exception) + + def __str__(self) -> str: + """Format our exception message.""" + return self.FORMAT % { + "name": self.plugin_name, + "exc": self.original_exception, + } + + +class PluginExecutionFailed(Flake8Exception): + """The plugin failed during execution.""" + + FORMAT = '{fname}: "{plugin}" failed during execution due to {exc!r}' + + def __init__( + self, + filename: str, + plugin_name: str, + exception: Exception, + ) -> None: + """Utilize keyword arguments for message generation.""" + self.filename = filename + self.plugin_name = plugin_name + self.original_exception = exception + super().__init__(filename, plugin_name, exception) + + def __str__(self) -> str: + """Format our exception message.""" + return self.FORMAT.format( + fname=self.filename, + plugin=self.plugin_name, + exc=self.original_exception, + ) diff --git a/venv/lib/python3.10/site-packages/flake8/formatting/__init__.py b/venv/lib/python3.10/site-packages/flake8/formatting/__init__.py new file mode 100644 index 0000000..732d0b6 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/formatting/__init__.py @@ -0,0 +1,2 @@ +"""Submodule containing the default formatters for Flake8.""" +from __future__ import annotations diff --git a/venv/lib/python3.10/site-packages/flake8/formatting/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/formatting/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e02b66e60b8cf0074706c7ab291d115e95110739 GIT binary patch literal 312 zcmYk1u};G<5QgnE2vk&wfd|N%AvK5r285UxSt^z;CnvrnRuen2&ykA6+pzF9%vqUu z1ty%9fq%IBZ@Bxvv#ZsTMZLd$HZu0FdHAm+4v&m+e;JKpTc)^5I^HMSgfq3+usnUe z-Gs8YDs-4t){xXjn8?>Q*v)44Rpk|b@7f6f=v zDS)ySz_bLY0|kcwZU*^a?j*KD`9bmG<3ZtUt7#AlM}t%}n%YnnrIV&=BZe5!jH1(} y81~d!bF;p_5?&J)gRFM4K`-h9jre1ncL3rG1h5|V)7ky;wFe%PeHu&3F8D8kFf&a7$zy|!?Nsj?Y0g(Y{o8wvBm1vq1cL|SU%h~Kq?n@vY@_bvP8#jWKkgH z1P-LjT=8vrYpB49I<_9hSY6ogys_zkK+9@Z;e_@kYZ&(0(ueIR4v2=r1+6 z*(?}*j}VqW0*KHMMK~fco{=HJ3Tv@8)R^{)M)ZV;FQa;7M%HUO)X#OMFA+vZC~+ua z#^Q4fBdDnj&6gE)Bu5xkyUt@q~pc^SU(w=~O?J@25~2WY5!iQ@}g zT1V5QD+Cvc%cDK-$)UG%@bX0$hIG5v+lOA?J?iy$0T|D=yxslo^q;G%t4j)#hCt(+ zrm$M+j-poaoFl3Kik9dnoD~hQ$V$e^1;)$%J$T zpG>pVjo4|zvdxuTHb){z!U-tLJ!Q$M8&5}Wy2vIxx!?Kfo-3yr+e|@~!7-EWI1WzO zx9*sWS&(I_#$Rg@qy#zz4V8@%=dsU(2q!E&xeMz{0}RCmruh65f2HfrqnL+5EFX8? zN-v$KEE{CevjCW6ZQLf8>hwc9dE+dbkg@~9{DavO1~ z^2+AmojUOmgxl+4BRZ>QtCz;=Eef@30Urk>YRae&#&Ba5>%gh22P^6-xTEiR(r1wP?_og)}tAZ<}rJ$Bq7!1 VQRGmI*zhA?*l-#flPgQJ$o~L2e&YZD literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/formatting/__pycache__/base.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/formatting/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..039032cd8c0c06117a7c58427a297a66cb37598f GIT binary patch literal 7529 zcmd5>O>o=B6$U^MBq2(+WyiAX#6dDi6FM?w$4Q!KJgyr%Zry2=PMo?kOdSg3f)XSU zU>1NCF;pk5(_=2ZdNO0pw1*se>#aHW+%v8@<(!*4iTk|=5FlyUlTJIGQiH`}vDlyQ zz4yJhPr>}Wso?jgy?<^-TQVFx&DSV@Zt^E51U`p`WtF8 zXZwB-*^wLg;ToQ`>+hgkXz#eb2zJ7DH}C?97V`#m3M020;;DAi4Lts+OXE!baxDIc zR!3>6z(W%%_J39wqVg#r(Bz%yz+gqx#XQ;!)E2}c)GBy;SR6sED$a>x;tAAh;=EWA zCr~rR%i@%H616#TK|C!i)arQqjCdBcdGU&PPCSp=f_PQDC>p38!gy!IOQ;cNDwSobIm%gL- zB$BMr8rU*)gw>Nl-|7U>rqvDnp1ToC2G8obo|6iVrtAj&J_LBybA9LFxv0Ny_nl(0 z>pd$RI9<2rVw%n_FFg(&xy-eJjVYtR3Zpo z?qVstPhK7YYi-&g7L3j1s5ZH8QprSmf6 z)#}{h3y^Ft3|M-oTAM+zy=-N|wR<3x zHcTU0U$)RGj62LWP+bvNpbyJ;9Fao`S&$N-+W^)xeu_vRNLd0gG4m>rwEJUoS-Da=wpYO^rs(IBR5+rcE=_Z!J;H#IU^`dpAsUJC1@zT~;Bu*4)@8V1!9^ zY>G*3+$@qxrm0DpX)`H>7{dr7fi8*RhM3JA=}cG;fd*`6d=k&=m0@P@*%SvFH4?6mxea{axIA5UP__Ga-vN; zvUZ#oz@JQV8R-mU&~?b+GIczx(PQK}WeyJC<5;I(5aS(xa960FI4F#5T zNI7t0)}B&m@+m1dvD&6+X(?K?=^4n9T0ZbadixZL;nFm0d5`}PtJ{z#=px(%<7Pk+ zZ2x7fh^q5xQlMy-?~9du`T&q%*6F&h<`~Ur`MATBmXj8iagmmXmr)rhTZ%j#sax8; z5|=u)?5q3go{H!4NJaRkeTMKbGU$yc-60=P5&8{aoj35M#542k{bRv&SY}Rw-y%UC-GH-nut#9Bb=(u3_&X%BwmbA>wNX+lgwg zHL9s8X#r@F;)*1+_h%C!<|+DIFf_BkX6 z!kT>*4Dd7f1=yhNTReDXaL`-CQmIWo4q)rqaXH#EyXAecNT z^PwO>*2hU9=;gx^o2;^bUtRxg>Lr@D$Kif65B%3BxTjG{jCAkGTv+TmDf8AEdP+(! zK{AO>kr{j~8wk2G_Azr@Y%vCo*5J%xLuNO$XMdmrScarvueC0CQ99%41 zZBA452eZP>)Cj^IA2%ft>y*8dYLH;r-akNPq~25Zm8;6F7h&-#EM9}{mm*mE9d%D1 z>070}@~9lq(Odge8I`Uocc2kJQqZd0!y8e$s|$Uk-39lew{chbyu7cf%7?lrgDH%m zl`9Q7G#s!wlq}ZRe8?M+M+nIqP^9uZFw!k!4@|VB+(bC^p(YfJtI~lRpzuayd1XXMK1t7g_oMe=i0?r@2l2Y zqtcpVt;FeGIALp{*hm}rCpu<}|Mk=)F)NiyseXks;&>iiLCQpn? zBb~J6Gi}fC4S19M33^l-8LTta%zq!OGsP;K!;>H1w!PR{y?Fjy^TM9>agNj8aH)7T z^#ay)2}@1N{N);`m24_8-Ed6hNeSvHDa313QZZddy;WxjNHoXO7u&llmY+ z%pg2iM)~V-58XrZ?nd2E>o^rGsCBLWC@B@+O$nfc?@0)3#y>}e0--Hc)?g+$7{`j7 z6B@!HgixX+bQmtTql8(WQ2wBugvsAY-8|mhRoH-y&nYujvA+V<-ylayr;EYnZs@`q zI4@w4IZ*b|&=t-aLBq)Q(zWp^ z+kyeI_kFR^Tx-<$cp;lun><1Vg#<|{avXV-9*@zZ(TRIKMm_;0Iksa;#aY1VuuF^`=*elByBS%i0K)-CDlzko^Ds4vwk&jMTW1i(r{UJs1fB*y? z23^;t$8jPxpMs`g!9Yt>X%y3gJW`LFS!k{tvpPn~`d3`6WBRhPSIh7z! zPxsIzpBX5+pXxi)`ZA5COA0>uXfW0HGPVAMipkm7+-GJpQWK`p*p4OFim#4P9+c7> z?RH|e+x@dr zCS|X8>9JrVt}!K1bVQMGNNcYuVDl&NS2C;kGtEQztKs>SSy@<=)VFa+-o%a8+l%oJ z39MI=)+E*O|12bt67yqXM7sm1f+W6b9mx**nLSWDoips| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/formatting/__pycache__/default.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/formatting/__pycache__/default.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4fc8da6fff9985f8efa053f844e5baa6d3958bc4 GIT binary patch literal 4077 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 Uf7SmiG|#$AZ!aw`Raega5B3h~xc~qF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/formatting/_windows_color.py b/venv/lib/python3.10/site-packages/flake8/formatting/_windows_color.py new file mode 100644 index 0000000..a06fdb9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/formatting/_windows_color.py @@ -0,0 +1,61 @@ +"""ctypes hackery to enable color processing on windows. + +See: https://github.com/pre-commit/pre-commit/blob/cb40e96/pre_commit/color.py +""" +from __future__ import annotations + +import sys + +if sys.platform == "win32": # pragma: no cover (windows) + + def _enable() -> None: + from ctypes import POINTER + from ctypes import windll + from ctypes import WinError + from ctypes import WINFUNCTYPE + from ctypes.wintypes import BOOL + from ctypes.wintypes import DWORD + from ctypes.wintypes import HANDLE + + STD_ERROR_HANDLE = -12 + ENABLE_VIRTUAL_TERMINAL_PROCESSING = 4 + + def bool_errcheck(result, func, args): + if not result: + raise WinError() + return args + + GetStdHandle = WINFUNCTYPE(HANDLE, DWORD)( + ("GetStdHandle", windll.kernel32), + ((1, "nStdHandle"),), + ) + + GetConsoleMode = WINFUNCTYPE(BOOL, HANDLE, POINTER(DWORD))( + ("GetConsoleMode", windll.kernel32), + ((1, "hConsoleHandle"), (2, "lpMode")), + ) + GetConsoleMode.errcheck = bool_errcheck + + SetConsoleMode = WINFUNCTYPE(BOOL, HANDLE, DWORD)( + ("SetConsoleMode", windll.kernel32), + ((1, "hConsoleHandle"), (1, "dwMode")), + ) + SetConsoleMode.errcheck = bool_errcheck + + # As of Windows 10, the Windows console supports (some) ANSI escape + # sequences, but it needs to be enabled using `SetConsoleMode` first. + # + # More info on the escape sequences supported: + # https://msdn.microsoft.com/en-us/library/windows/desktop/mt638032(v=vs.85).aspx + stderr = GetStdHandle(STD_ERROR_HANDLE) + flags = GetConsoleMode(stderr) + SetConsoleMode(stderr, flags | ENABLE_VIRTUAL_TERMINAL_PROCESSING) + + try: + _enable() + except OSError: + terminal_supports_color = False + else: + terminal_supports_color = True +else: # pragma: win32 no cover + terminal_supports_color = True diff --git a/venv/lib/python3.10/site-packages/flake8/formatting/base.py b/venv/lib/python3.10/site-packages/flake8/formatting/base.py new file mode 100644 index 0000000..d986d65 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/formatting/base.py @@ -0,0 +1,202 @@ +"""The base class and interface for all formatting plugins.""" +from __future__ import annotations + +import argparse +import os +import sys +from typing import IO + +from flake8.formatting import _windows_color +from flake8.statistics import Statistics +from flake8.violation import Violation + + +class BaseFormatter: + """Class defining the formatter interface. + + .. attribute:: options + + The options parsed from both configuration files and the command-line. + + .. attribute:: filename + + If specified by the user, the path to store the results of the run. + + .. attribute:: output_fd + + Initialized when the :meth:`start` is called. This will be a file + object opened for writing. + + .. attribute:: newline + + The string to add to the end of a line. This is only used when the + output filename has been specified. + """ + + def __init__(self, options: argparse.Namespace) -> None: + """Initialize with the options parsed from config and cli. + + This also calls a hook, :meth:`after_init`, so subclasses do not need + to call super to call this method. + + :param options: + User specified configuration parsed from both configuration files + and the command-line interface. + """ + self.options = options + self.filename = options.output_file + self.output_fd: IO[str] | None = None + self.newline = "\n" + self.color = options.color == "always" or ( + options.color == "auto" + and sys.stdout.isatty() + and _windows_color.terminal_supports_color + ) + self.after_init() + + def after_init(self) -> None: + """Initialize the formatter further.""" + + def beginning(self, filename: str) -> None: + """Notify the formatter that we're starting to process a file. + + :param filename: + The name of the file that Flake8 is beginning to report results + from. + """ + + def finished(self, filename: str) -> None: + """Notify the formatter that we've finished processing a file. + + :param filename: + The name of the file that Flake8 has finished reporting results + from. + """ + + def start(self) -> None: + """Prepare the formatter to receive input. + + This defaults to initializing :attr:`output_fd` if :attr:`filename` + """ + if self.filename: + dirname = os.path.dirname(os.path.abspath(self.filename)) + os.makedirs(dirname, exist_ok=True) + self.output_fd = open(self.filename, "a") + + def handle(self, error: Violation) -> None: + """Handle an error reported by Flake8. + + This defaults to calling :meth:`format`, :meth:`show_source`, and + then :meth:`write`. To extend how errors are handled, override this + method. + + :param error: + This will be an instance of + :class:`~flake8.violation.Violation`. + """ + line = self.format(error) + source = self.show_source(error) + self.write(line, source) + + def format(self, error: Violation) -> str | None: + """Format an error reported by Flake8. + + This method **must** be implemented by subclasses. + + :param error: + This will be an instance of + :class:`~flake8.violation.Violation`. + :returns: + The formatted error string. + """ + raise NotImplementedError( + "Subclass of BaseFormatter did not implement" " format." + ) + + def show_statistics(self, statistics: Statistics) -> None: + """Format and print the statistics.""" + for error_code in statistics.error_codes(): + stats_for_error_code = statistics.statistics_for(error_code) + statistic = next(stats_for_error_code) + count = statistic.count + count += sum(stat.count for stat in stats_for_error_code) + self._write(f"{count:<5} {error_code} {statistic.message}") + + def show_benchmarks(self, benchmarks: list[tuple[str, float]]) -> None: + """Format and print the benchmarks.""" + # NOTE(sigmavirus24): The format strings are a little confusing, even + # to me, so here's a quick explanation: + # We specify the named value first followed by a ':' to indicate we're + # formatting the value. + # Next we use '<' to indicate we want the value left aligned. + # Then '10' is the width of the area. + # For floats, finally, we only want only want at most 3 digits after + # the decimal point to be displayed. This is the precision and it + # can not be specified for integers which is why we need two separate + # format strings. + float_format = "{value:<10.3} {statistic}".format + int_format = "{value:<10} {statistic}".format + for statistic, value in benchmarks: + if isinstance(value, int): + benchmark = int_format(statistic=statistic, value=value) + else: + benchmark = float_format(statistic=statistic, value=value) + self._write(benchmark) + + def show_source(self, error: Violation) -> str | None: + """Show the physical line generating the error. + + This also adds an indicator for the particular part of the line that + is reported as generating the problem. + + :param error: + This will be an instance of + :class:`~flake8.violation.Violation`. + :returns: + The formatted error string if the user wants to show the source. + If the user does not want to show the source, this will return + ``None``. + """ + if not self.options.show_source or error.physical_line is None: + return "" + + # Because column numbers are 1-indexed, we need to remove one to get + # the proper number of space characters. + indent = "".join( + c if c.isspace() else " " + for c in error.physical_line[: error.column_number - 1] + ) + # Physical lines have a newline at the end, no need to add an extra + # one + return f"{error.physical_line}{indent}^" + + def _write(self, output: str) -> None: + """Handle logic of whether to use an output file or print().""" + if self.output_fd is not None: + self.output_fd.write(output + self.newline) + if self.output_fd is None or self.options.tee: + sys.stdout.buffer.write(output.encode() + self.newline.encode()) + + def write(self, line: str | None, source: str | None) -> None: + """Write the line either to the output file or stdout. + + This handles deciding whether to write to a file or print to standard + out for subclasses. Override this if you want behaviour that differs + from the default. + + :param line: + The formatted string to print or write. + :param source: + The source code that has been formatted and associated with the + line of output. + """ + if line: + self._write(line) + if source: + self._write(source) + + def stop(self) -> None: + """Clean up after reporting is finished.""" + if self.output_fd is not None: + self.output_fd.close() + self.output_fd = None diff --git a/venv/lib/python3.10/site-packages/flake8/formatting/default.py b/venv/lib/python3.10/site-packages/flake8/formatting/default.py new file mode 100644 index 0000000..b5d08ff --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/formatting/default.py @@ -0,0 +1,109 @@ +"""Default formatting class for Flake8.""" +from __future__ import annotations + +from flake8.formatting import base +from flake8.violation import Violation + +COLORS = { + "bold": "\033[1m", + "black": "\033[30m", + "red": "\033[31m", + "green": "\033[32m", + "yellow": "\033[33m", + "blue": "\033[34m", + "magenta": "\033[35m", + "cyan": "\033[36m", + "white": "\033[37m", + "reset": "\033[m", +} +COLORS_OFF = {k: "" for k in COLORS} + + +class SimpleFormatter(base.BaseFormatter): + """Simple abstraction for Default and Pylint formatter commonality. + + Sub-classes of this need to define an ``error_format`` attribute in order + to succeed. The ``format`` method relies on that attribute and expects the + ``error_format`` string to use the old-style formatting strings with named + parameters: + + * code + * text + * path + * row + * col + + """ + + error_format: str + + def format(self, error: Violation) -> str | None: + """Format and write error out. + + If an output filename is specified, write formatted errors to that + file. Otherwise, print the formatted error to standard out. + """ + return self.error_format % { + "code": error.code, + "text": error.text, + "path": error.filename, + "row": error.line_number, + "col": error.column_number, + **(COLORS if self.color else COLORS_OFF), + } + + +class Default(SimpleFormatter): + """Default formatter for Flake8. + + This also handles backwards compatibility for people specifying a custom + format string. + """ + + error_format = ( + "%(bold)s%(path)s%(reset)s" + "%(cyan)s:%(reset)s%(row)d%(cyan)s:%(reset)s%(col)d%(cyan)s:%(reset)s " + "%(bold)s%(red)s%(code)s%(reset)s %(text)s" + ) + + def after_init(self) -> None: + """Check for a custom format string.""" + if self.options.format.lower() != "default": + self.error_format = self.options.format + + +class Pylint(SimpleFormatter): + """Pylint formatter for Flake8.""" + + error_format = "%(path)s:%(row)d: [%(code)s] %(text)s" + + +class FilenameOnly(SimpleFormatter): + """Only print filenames, e.g., flake8 -q.""" + + error_format = "%(path)s" + + def after_init(self) -> None: + """Initialize our set of filenames.""" + self.filenames_already_printed: set[str] = set() + + def show_source(self, error: Violation) -> str | None: + """Do not include the source code.""" + + def format(self, error: Violation) -> str | None: + """Ensure we only print each error once.""" + if error.filename not in self.filenames_already_printed: + self.filenames_already_printed.add(error.filename) + return super().format(error) + else: + return None + + +class Nothing(base.BaseFormatter): + """Print absolutely nothing.""" + + def format(self, error: Violation) -> str | None: + """Do nothing.""" + + def show_source(self, error: Violation) -> str | None: + """Do not print the source.""" diff --git a/venv/lib/python3.10/site-packages/flake8/main/__init__.py b/venv/lib/python3.10/site-packages/flake8/main/__init__.py new file mode 100644 index 0000000..85bcff4 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/main/__init__.py @@ -0,0 +1,2 @@ +"""Module containing the logic for the Flake8 entry-points.""" +from __future__ import annotations diff --git a/venv/lib/python3.10/site-packages/flake8/main/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/main/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1d95da4f11fc652b4e27515a42a3e38899b05552 GIT binary patch literal 307 zcmYk1u};J=5Jc@<5a`fJ6nsG16p2AJS0F@12MwaRX63|AVqLP1>`kN~@i#R54Ru;7 zet`-n)lD(8Q_Wku+ih9U=f`(lg#1~`siIIG8RPys9Eu&7;wox+7abzb)aI3?@%#SS zs-e|MX_2HsgLOiUPFh==GO4Uv+fyr#dY@<{H)XvwNIw5vmQp@nN<>SNj79&FZsv0U zWlMm03s4O-I1S(yk}u}YLag=&;>~O4g|m&JUMM}HrmQy93`JHriDeT|#Heu;ttmu5 wQDgBgzr7LOkj{Ep9%Ze)s8%%51$F@t9w30cpXQ7EZhh>5hfN;`i`f3*k^lez literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/main/__pycache__/application.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/main/__pycache__/application.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6d6c890c07f6c4a3ebc50b0ce09658b588557a6e GIT binary patch literal 6597 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/main/__pycache__/debug.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/main/__pycache__/debug.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ccd93d09150857db0085a03d217d5401ba2cbe5 GIT binary patch literal 1243 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 S%v-a#fO)G?UA(gR!oLCD+m6Tp literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/main/application.py b/venv/lib/python3.10/site-packages/flake8/main/application.py new file mode 100644 index 0000000..b6bfae3 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/main/application.py @@ -0,0 +1,215 @@ +"""Module containing the application logic for Flake8.""" +from __future__ import annotations + +import argparse +import json +import logging +import time +from typing import Sequence + +import flake8 +from flake8 import checker +from flake8 import defaults +from flake8 import exceptions +from flake8 import style_guide +from flake8.formatting.base import BaseFormatter +from flake8.main import debug +from flake8.options.parse_args import parse_args +from flake8.plugins import finder +from flake8.plugins import reporter + + +LOG = logging.getLogger(__name__) + + +class Application: + """Abstract our application into a class.""" + + def __init__(self) -> None: + """Initialize our application.""" + #: The timestamp when the Application instance was instantiated. + self.start_time = time.time() + #: The timestamp when the Application finished reported errors. + self.end_time: float | None = None + + self.plugins: finder.Plugins | None = None + #: The user-selected formatter from :attr:`formatting_plugins` + self.formatter: BaseFormatter | None = None + #: The :class:`flake8.style_guide.StyleGuideManager` built from the + #: user's options + self.guide: style_guide.StyleGuideManager | None = None + #: The :class:`flake8.checker.Manager` that will handle running all of + #: the checks selected by the user. + self.file_checker_manager: checker.Manager | None = None + + #: The user-supplied options parsed into an instance of + #: :class:`argparse.Namespace` + self.options: argparse.Namespace | None = None + #: The number of errors, warnings, and other messages after running + #: flake8 and taking into account ignored errors and lines. + self.result_count = 0 + #: The total number of errors before accounting for ignored errors and + #: lines. + self.total_result_count = 0 + #: Whether or not something catastrophic happened and we should exit + #: with a non-zero status code + self.catastrophic_failure = False + + def exit_code(self) -> int: + """Return the program exit code.""" + if self.catastrophic_failure: + return 1 + assert self.options is not None + if self.options.exit_zero: + return 0 + else: + return int(self.result_count > 0) + + def make_formatter(self) -> None: + """Initialize a formatter based on the parsed options.""" + assert self.plugins is not None + assert self.options is not None + self.formatter = reporter.make(self.plugins.reporters, self.options) + + def make_guide(self) -> None: + """Initialize our StyleGuide.""" + assert self.formatter is not None + assert self.options is not None + self.guide = style_guide.StyleGuideManager( + self.options, self.formatter + ) + + def make_file_checker_manager(self, argv: Sequence[str]) -> None: + """Initialize our FileChecker Manager.""" + assert self.guide is not None + assert self.plugins is not None + self.file_checker_manager = checker.Manager( + style_guide=self.guide, + plugins=self.plugins.checkers, + argv=argv, + ) + + def run_checks(self) -> None: + """Run the actual checks with the FileChecker Manager. + + This method encapsulates the logic to make a + :class:`~flake8.checker.Manger` instance run the checks it is + managing. + """ + assert self.file_checker_manager is not None + + self.file_checker_manager.start() + try: + self.file_checker_manager.run() + except exceptions.PluginExecutionFailed as plugin_failed: + print(str(plugin_failed)) + print("Run flake8 with greater verbosity to see more details") + self.catastrophic_failure = True + LOG.info("Finished running") + self.file_checker_manager.stop() + self.end_time = time.time() + + def report_benchmarks(self) -> None: + """Aggregate, calculate, and report benchmarks for this run.""" + assert self.options is not None + if not self.options.benchmark: + return + + assert self.file_checker_manager is not None + assert self.end_time is not None + time_elapsed = self.end_time - self.start_time + statistics = [("seconds elapsed", time_elapsed)] + add_statistic = statistics.append + for statistic in defaults.STATISTIC_NAMES + ("files",): + value = self.file_checker_manager.statistics[statistic] + total_description = f"total {statistic} processed" + add_statistic((total_description, value)) + per_second_description = f"{statistic} processed per second" + add_statistic((per_second_description, int(value / time_elapsed))) + + assert self.formatter is not None + self.formatter.show_benchmarks(statistics) + + def report_errors(self) -> None: + """Report all the errors found by flake8 3.0. + + This also updates the :attr:`result_count` attribute with the total + number of errors, warnings, and other messages found. + """ + LOG.info("Reporting errors") + assert self.file_checker_manager is not None + results = self.file_checker_manager.report() + self.total_result_count, self.result_count = results + LOG.info( + "Found a total of %d violations and reported %d", + self.total_result_count, + self.result_count, + ) + + def report_statistics(self) -> None: + """Aggregate and report statistics from this run.""" + assert self.options is not None + if not self.options.statistics: + return + + assert self.formatter is not None + assert self.guide is not None + self.formatter.show_statistics(self.guide.stats) + + def initialize(self, argv: Sequence[str]) -> None: + """Initialize the application to be run. + + This finds the plugins, registers their options, and parses the + command-line arguments. + """ + self.plugins, self.options = parse_args(argv) + + if self.options.bug_report: + info = debug.information(flake8.__version__, self.plugins) + print(json.dumps(info, indent=2, sort_keys=True)) + raise SystemExit(0) + + self.make_formatter() + self.make_guide() + self.make_file_checker_manager(argv) + + def report(self) -> None: + """Report errors, statistics, and benchmarks.""" + assert self.formatter is not None + self.formatter.start() + self.report_errors() + self.report_statistics() + self.report_benchmarks() + self.formatter.stop() + + def _run(self, argv: Sequence[str]) -> None: + self.initialize(argv) + self.run_checks() + self.report() + + def run(self, argv: Sequence[str]) -> None: + """Run our application. + + This method will also handle KeyboardInterrupt exceptions for the + entirety of the flake8 application. If it sees a KeyboardInterrupt it + will forcibly clean up the :class:`~flake8.checker.Manager`. + """ + try: + self._run(argv) + except KeyboardInterrupt as exc: + print("... stopped") + LOG.critical("Caught keyboard interrupt from user") + LOG.exception(exc) + self.catastrophic_failure = True + except exceptions.ExecutionError as exc: + print("There was a critical error during execution of Flake8:") + print(exc) + LOG.exception(exc) + self.catastrophic_failure = True + except exceptions.EarlyQuit: + self.catastrophic_failure = True + print("... stopped while processing files") + else: + assert self.options is not None + if self.options.count: + print(self.result_count) diff --git a/venv/lib/python3.10/site-packages/flake8/main/cli.py b/venv/lib/python3.10/site-packages/flake8/main/cli.py new file mode 100644 index 0000000..01a67ac --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/main/cli.py @@ -0,0 +1,24 @@ +"""Command-line implementation of flake8.""" +from __future__ import annotations + +import sys +from typing import Sequence + +from flake8.main import application + + +def main(argv: Sequence[str] | None = None) -> int: + """Execute the main bit of the application. + + This handles the creation of an instance of :class:`Application`, runs it, + and then exits the application. + + :param argv: + The arguments to be passed to the application for parsing. + """ + if argv is None: + argv = sys.argv[1:] + + app = application.Application() + app.run(argv) + return app.exit_code() diff --git a/venv/lib/python3.10/site-packages/flake8/main/debug.py b/venv/lib/python3.10/site-packages/flake8/main/debug.py new file mode 100644 index 0000000..c3a8b0b --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/main/debug.py @@ -0,0 +1,30 @@ +"""Module containing the logic for our debugging logic.""" +from __future__ import annotations + +import platform +from typing import Any + +from flake8.plugins.finder import Plugins + + +def information(version: str, plugins: Plugins) -> dict[str, Any]: + """Generate the information to be printed for the bug report.""" + versions = sorted( + { + (loaded.plugin.package, loaded.plugin.version) + for loaded in plugins.all_plugins() + if loaded.plugin.package not in {"flake8", "local"} + } + ) + return { + "version": version, + "plugins": [ + {"plugin": plugin, "version": version} + for plugin, version in versions + ], + "platform": { + "python_implementation": platform.python_implementation(), + "python_version": platform.python_version(), + "system": platform.system(), + }, + } diff --git a/venv/lib/python3.10/site-packages/flake8/main/options.py b/venv/lib/python3.10/site-packages/flake8/main/options.py new file mode 100644 index 0000000..9d57321 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/main/options.py @@ -0,0 +1,396 @@ +"""Contains the logic for all of the default options for Flake8.""" +from __future__ import annotations + +import argparse + +from flake8 import defaults +from flake8.options.manager import OptionManager + + +def stage1_arg_parser() -> argparse.ArgumentParser: + """Register the preliminary options on our OptionManager. + + The preliminary options include: + + - ``-v``/``--verbose`` + - ``--output-file`` + - ``--append-config`` + - ``--config`` + - ``--isolated`` + - ``--enable-extensions`` + """ + parser = argparse.ArgumentParser(add_help=False) + + parser.add_argument( + "-v", + "--verbose", + default=0, + action="count", + help="Print more information about what is happening in flake8. " + "This option is repeatable and will increase verbosity each " + "time it is repeated.", + ) + + parser.add_argument( + "--output-file", default=None, help="Redirect report to a file." + ) + + # Config file options + + parser.add_argument( + "--append-config", + action="append", + default=[], + help="Provide extra config files to parse in addition to the files " + "found by Flake8 by default. These files are the last ones read " + "and so they take the highest precedence when multiple files " + "provide the same option.", + ) + + parser.add_argument( + "--config", + default=None, + help="Path to the config file that will be the authoritative config " + "source. This will cause Flake8 to ignore all other " + "configuration files.", + ) + + parser.add_argument( + "--isolated", + default=False, + action="store_true", + help="Ignore all configuration files.", + ) + + # Plugin enablement options + + parser.add_argument( + "--enable-extensions", + help="Enable plugins and extensions that are otherwise disabled " + "by default", + ) + + parser.add_argument( + "--require-plugins", + help="Require specific plugins to be installed before running", + ) + + return parser + + +class JobsArgument: + """Type callback for the --jobs argument.""" + + def __init__(self, arg: str) -> None: + """Parse and validate the --jobs argument. + + :param arg: The argument passed by argparse for validation + """ + self.is_auto = False + self.n_jobs = -1 + if arg == "auto": + self.is_auto = True + elif arg.isdigit(): + self.n_jobs = int(arg) + else: + raise argparse.ArgumentTypeError( + f"{arg!r} must be 'auto' or an integer.", + ) + + def __repr__(self) -> str: + """Representation for debugging.""" + return f"{type(self).__name__}({str(self)!r})" + + def __str__(self) -> str: + """Format our JobsArgument class.""" + return "auto" if self.is_auto else str(self.n_jobs) + + +def register_default_options(option_manager: OptionManager) -> None: + """Register the default options on our OptionManager. + + The default options include: + + - ``-q``/``--quiet`` + - ``--color`` + - ``--count`` + - ``--exclude`` + - ``--extend-exclude`` + - ``--filename`` + - ``--format`` + - ``--hang-closing`` + - ``--ignore`` + - ``--extend-ignore`` + - ``--per-file-ignores`` + - ``--max-line-length`` + - ``--max-doc-length`` + - ``--indent-size`` + - ``--select`` + - ``--extend-select`` + - ``--disable-noqa`` + - ``--show-source`` + - ``--statistics`` + - ``--exit-zero`` + - ``-j``/``--jobs`` + - ``--tee`` + - ``--benchmark`` + - ``--bug-report`` + """ + add_option = option_manager.add_option + + add_option( + "-q", + "--quiet", + default=0, + action="count", + parse_from_config=True, + help="Report only file names, or nothing. This option is repeatable.", + ) + + add_option( + "--color", + choices=("auto", "always", "never"), + default="auto", + help="Whether to use color in output. Defaults to `%(default)s`.", + ) + + add_option( + "--count", + action="store_true", + parse_from_config=True, + help="Print total number of errors to standard output after " + "all other output.", + ) + + add_option( + "--exclude", + metavar="patterns", + default=",".join(defaults.EXCLUDE), + comma_separated_list=True, + parse_from_config=True, + normalize_paths=True, + help="Comma-separated list of files or directories to exclude. " + "(Default: %(default)s)", + ) + + add_option( + "--extend-exclude", + metavar="patterns", + default="", + parse_from_config=True, + comma_separated_list=True, + normalize_paths=True, + help="Comma-separated list of files or directories to add to the list " + "of excluded ones.", + ) + + add_option( + "--filename", + metavar="patterns", + default="*.py", + parse_from_config=True, + comma_separated_list=True, + help="Only check for filenames matching the patterns in this comma-" + "separated list. (Default: %(default)s)", + ) + + add_option( + "--stdin-display-name", + default="stdin", + help="The name used when reporting errors from code passed via stdin. " + "This is useful for editors piping the file contents to flake8. " + "(Default: %(default)s)", + ) + + # TODO(sigmavirus24): Figure out --first/--repeat + + # NOTE(sigmavirus24): We can't use choices for this option since users can + # freely provide a format string and that will break if we restrict their + # choices. + add_option( + "--format", + metavar="format", + default="default", + parse_from_config=True, + help=( + f"Format errors according to the chosen formatter " + f"({', '.join(sorted(option_manager.formatter_names))}) " + f"or a format string containing %%-style " + f"mapping keys (code, col, path, row, text). " + f"For example, " + f"``--format=pylint`` or ``--format='%%(path)s %%(code)s'``. " + f"(Default: %(default)s)" + ), + ) + + add_option( + "--hang-closing", + action="store_true", + parse_from_config=True, + help="Hang closing bracket instead of matching indentation of opening " + "bracket's line.", + ) + + add_option( + "--ignore", + metavar="errors", + parse_from_config=True, + comma_separated_list=True, + help=( + f"Comma-separated list of error codes to ignore (or skip). " + f"For example, ``--ignore=E4,E51,W234``. " + f"(Default: {','.join(defaults.IGNORE)})" + ), + ) + + add_option( + "--extend-ignore", + metavar="errors", + parse_from_config=True, + comma_separated_list=True, + help="Comma-separated list of error codes to add to the list of " + "ignored ones. For example, ``--extend-ignore=E4,E51,W234``.", + ) + + add_option( + "--per-file-ignores", + default="", + parse_from_config=True, + help="A pairing of filenames and violation codes that defines which " + "violations to ignore in a particular file. The filenames can be " + "specified in a manner similar to the ``--exclude`` option and the " + "violations work similarly to the ``--ignore`` and ``--select`` " + "options.", + ) + + add_option( + "--max-line-length", + type=int, + metavar="n", + default=defaults.MAX_LINE_LENGTH, + parse_from_config=True, + help="Maximum allowed line length for the entirety of this run. " + "(Default: %(default)s)", + ) + + add_option( + "--max-doc-length", + type=int, + metavar="n", + default=None, + parse_from_config=True, + help="Maximum allowed doc line length for the entirety of this run. " + "(Default: %(default)s)", + ) + add_option( + "--indent-size", + type=int, + metavar="n", + default=defaults.INDENT_SIZE, + parse_from_config=True, + help="Number of spaces used for indentation (Default: %(default)s)", + ) + + add_option( + "--select", + metavar="errors", + parse_from_config=True, + comma_separated_list=True, + help=( + "Limit the reported error codes to codes prefix-matched by this " + "list. " + "You usually do not need to specify this option as the default " + "includes all installed plugin codes. " + "For example, ``--select=E4,E51,W234``." + ), + ) + + add_option( + "--extend-select", + metavar="errors", + parse_from_config=True, + comma_separated_list=True, + help=( + "Add additional error codes to the default ``--select``. " + "You usually do not need to specify this option as the default " + "includes all installed plugin codes. " + "For example, ``--extend-select=E4,E51,W234``." + ), + ) + + add_option( + "--disable-noqa", + default=False, + parse_from_config=True, + action="store_true", + help='Disable the effect of "# noqa". This will report errors on ' + 'lines with "# noqa" at the end.', + ) + + # TODO(sigmavirus24): Decide what to do about --show-pep8 + + add_option( + "--show-source", + action="store_true", + parse_from_config=True, + help="Show the source generate each error or warning.", + ) + add_option( + "--no-show-source", + action="store_false", + dest="show_source", + parse_from_config=False, + help="Negate --show-source", + ) + + add_option( + "--statistics", + action="store_true", + parse_from_config=True, + help="Count errors.", + ) + + # Flake8 options + + add_option( + "--exit-zero", + action="store_true", + help='Exit with status code "0" even if there are errors.', + ) + + add_option( + "-j", + "--jobs", + default="auto", + parse_from_config=True, + type=JobsArgument, + help="Number of subprocesses to use to run checks in parallel. " + 'This is ignored on Windows. The default, "auto", will ' + "auto-detect the number of processors available to use. " + "(Default: %(default)s)", + ) + + add_option( + "--tee", + default=False, + parse_from_config=True, + action="store_true", + help="Write to stdout and output-file.", + ) + + # Benchmarking + + add_option( + "--benchmark", + default=False, + action="store_true", + help="Print benchmark information about this run of Flake8", + ) + + # Debugging + + add_option( + "--bug-report", + action="store_true", + help="Print information necessary when preparing a bug report", + ) diff --git a/venv/lib/python3.10/site-packages/flake8/options/__init__.py b/venv/lib/python3.10/site-packages/flake8/options/__init__.py new file mode 100644 index 0000000..3578223 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/options/__init__.py @@ -0,0 +1,13 @@ +"""Package containing the option manager and config management logic. + +- :mod:`flake8.options.config` contains the logic for finding, parsing, and + merging configuration files. + +- :mod:`flake8.options.manager` contains the logic for managing customized + Flake8 command-line and configuration options. + +- :mod:`flake8.options.aggregator` uses objects from both of the above modules + to aggregate configuration into one object used by plugins and Flake8. + +""" +from __future__ import annotations diff --git a/venv/lib/python3.10/site-packages/flake8/options/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/options/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f2c80be82d892fe5278c7f34998e5022164583c GIT binary patch literal 711 zcmZ`%KX2496nCyyfdZ8n`T^d05{W@9s6wa{V}(?)bn!W{8R*IIyHUKSaW>UYZswIW9u@{ z3%Kf0U2U6A-s_L$j1A=s*ea(*xER7rFTxp z!r0i3RZ)5A>XxG8JMDJ7vlSoqu|@ZxeE*II8+9?vGZgqd0Q?vj7lH;V3Q-RG!^=;z Q>(4ZEEUal;vp28*1JG>gNB{r; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/options/__pycache__/aggregator.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/options/__pycache__/aggregator.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..65683e2772624ebe67afdb98d3706e57dc2459a8 GIT binary patch literal 1540 zcmZ`(&5z?W6u0xyq-omym=T|Qh*qpbCE5(Tmpvc^8YBc7W)KUPz$(hbPMX~`$=Xhr z8KoD7zkzcraY6huoH+Q(iGN|lfoG@H&PtG~_Ve@e`}n<|U602eg74S$ANlVNLVu~n z&Ci6zCkSCqKp-eW1QVmgOCvI{lFibLOg&qXrDr>`VYbS_(uo{xW0&r77!9>ND81z< z8ev53jZep098JgpxkK*$Y(=+-`2SlyzRDASEJbIqh|6U6wQz;7++& zQkH{w!<%;RB~4QnyAyDf&0b}Z*2^Uvos~sJcL!V6=ML$Mx(VtmD8$_RTj4sza+Fk6 zEwlwcg|+*HzG!KcQjiCIWRS*Zy1K8DD#e*P1{u)r{sVqLcv*;rR-I07Nlyb719F@xtRlZx^sR~Bq(2H;5lZ5n)40g1n$iE* z;8f92+J&G?E}ccf6Cqf1(0ht^T!)T=kwqvM(kpmTaghLXnCgu*PtHD=V<~@@TB{C-JU;(Jp)ijF7griH0hAtTd6UMNt2S z*gN3vnuOm08F|R+MIoAy&{ajnECQEo&VEVvxEw%m{vHgTJ273;#kWlhd!~;k*us`! zU=JJcv;LVlzRB)^;T{ilpL$Rfw|it1ni?MFD`~8T2@KQQ(ureIr*SO3IL=zQH#Cl! z0ejNjUmxlBplKwb0r2YNP_!I~iw0(qrI sKSVxMsi|@_{5OVobxI#CYtokVV+<>=_gDUzA|VhyVZp literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/options/__pycache__/config.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/options/__pycache__/config.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c60ea81b6b5b0a380a67debb90ed7b569fd6c258 GIT binary patch literal 3482 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/options/__pycache__/manager.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/options/__pycache__/manager.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2eb35dccad317d182a9a2375b7f61a366392416f GIT binary patch literal 10280 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/options/__pycache__/parse_args.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/options/__pycache__/parse_args.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1948fb0a40e4ae0d865076615738ee15c7d67b3c GIT binary patch literal 1790 zcmYjSOONC<5RUVH_5+4tc{gZ5YH50US8(8f5E5`?Sg|04mywn3xYOxLCmF}-VOHtW zaAf~Ox5R~i!`W9({Dsl3pq!+4Hj$mGa@qB{>a&vvfvdpt=l1WI*^2UyR9<~FP`*+W zRBk|s6s$xjQd6{6v5KUur5e`YtEc+fz(!{?u?aRKwbnMa8=ILrYZtqXY=P`yuaRw# zee5@~lLqS^?twgrdQty(9rq*cu`(Xse)fpva~f5Qjutr^6(K8=EFOg{E>A}DJX<93 z$tcakNLq`uij%B7{a5Z|jD#0vS>#>f95Wh+JZGSp z?W)pc9cE!n8{;C$BFcmgfj76oVVx%>XXnCXlvgaf9rLP4>66y=^id1uL}Hb&>FHUx zrezV%>G>Q;K8pVho*Y@ho8z?x;a{%ML+K~uqXZKcZH(1`@y;D0)3~jG( zU6}jsUin5jzrXePd$qTEKQbcoM%((eADNZHHkZq%PVK`Sw{}+_+-OMoS-D*53Ljnn zffV_|sCxrZegXTHQroq=P=Od0lNo#(OeT57i;7PcNlM2Wv%o40`Wt7Vu#+-RLr$Zy zDuy%*XDKBxLbFoxLG&4rAz_qstQqUV+EAcZp5cCLBb{Cf3o1x6UgAEma2;|^8OdZh zMbOlibZj~sf5;5LfQKaq>O3S+eA0L@JZL>HvivHO_7Zz7cp||Iv%wY#bCHG@^m9CH zc?irWX&wWw;|AX>FKM$)>`B^_)(Zz=QPAw5vOZv7l2rJpjoNLfgUJSRdCj5cW83l;id=X;{Iua!edw02klCbdVE?fr=_u9OX?m`ec=p{B~vS`GP zAl_dJyAPk+X!;Y>r<}5Unebv7(M?AABu@CUnoVXb%;rm|jJjRbUE)BI_$OkI$eiJ)}EAJXX$pzBoP{d txAZ# argparse.Namespace: + """Aggregate and merge CLI and config file options.""" + # Get defaults from the option parser + default_values = manager.parse_args([]) + + # Get the parsed config + parsed_config = config.parse_config(manager, cfg, cfg_dir) + + # store the plugin-set extended default ignore / select + default_values.extended_default_ignore = manager.extended_default_ignore + default_values.extended_default_select = manager.extended_default_select + + # Merge values parsed from config onto the default values returned + for config_name, value in parsed_config.items(): + dest_name = config_name + # If the config name is somehow different from the destination name, + # fetch the destination name from our Option + if not hasattr(default_values, config_name): + dest_val = manager.config_options_dict[config_name].dest + assert isinstance(dest_val, str) + dest_name = dest_val + + LOG.debug( + 'Overriding default value of (%s) for "%s" with (%s)', + getattr(default_values, dest_name, None), + dest_name, + value, + ) + # Override the default values with the config values + setattr(default_values, dest_name, value) + + # Finally parse the command-line options + return manager.parse_args(argv, default_values) diff --git a/venv/lib/python3.10/site-packages/flake8/options/config.py b/venv/lib/python3.10/site-packages/flake8/options/config.py new file mode 100644 index 0000000..b51949c --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/options/config.py @@ -0,0 +1,140 @@ +"""Config handling logic for Flake8.""" +from __future__ import annotations + +import configparser +import logging +import os.path +from typing import Any + +from flake8 import exceptions +from flake8.defaults import VALID_CODE_PREFIX +from flake8.options.manager import OptionManager + +LOG = logging.getLogger(__name__) + + +def _stat_key(s: str) -> tuple[int, int]: + # same as what's used by samefile / samestat + st = os.stat(s) + return st.st_ino, st.st_dev + + +def _find_config_file(path: str) -> str | None: + # on windows if the homedir isn't detected this returns back `~` + home = os.path.expanduser("~") + try: + home_stat = _stat_key(home) if home != "~" else None + except OSError: # FileNotFoundError / PermissionError / etc. + home_stat = None + + dir_stat = _stat_key(path) + while True: + for candidate in ("setup.cfg", "tox.ini", ".flake8"): + cfg = configparser.RawConfigParser() + cfg_path = os.path.join(path, candidate) + try: + cfg.read(cfg_path, encoding="UTF-8") + except (UnicodeDecodeError, configparser.ParsingError) as e: + LOG.warning("ignoring unparseable config %s: %s", cfg_path, e) + else: + # only consider it a config if it contains flake8 sections + if "flake8" in cfg or "flake8:local-plugins" in cfg: + return cfg_path + + new_path = os.path.dirname(path) + new_dir_stat = _stat_key(new_path) + if new_dir_stat == dir_stat or new_dir_stat == home_stat: + break + else: + path = new_path + dir_stat = new_dir_stat + + # did not find any configuration file + return None + + +def load_config( + config: str | None, + extra: list[str], + *, + isolated: bool = False, +) -> tuple[configparser.RawConfigParser, str]: + """Load the configuration given the user options. + + - in ``isolated`` mode, return an empty configuration + - if a config file is given in ``config`` use that, otherwise attempt to + discover a configuration using ``tox.ini`` / ``setup.cfg`` / ``.flake8`` + - finally, load any ``extra`` configuration files + """ + pwd = os.path.abspath(".") + + if isolated: + return configparser.RawConfigParser(), pwd + + if config is None: + config = _find_config_file(pwd) + + cfg = configparser.RawConfigParser() + if config is not None: + if not cfg.read(config, encoding="UTF-8"): + raise exceptions.ExecutionError( + f"The specified config file does not exist: {config}" + ) + cfg_dir = os.path.dirname(config) + else: + cfg_dir = pwd + + # TODO: remove this and replace it with configuration modifying plugins + # read the additional configs afterwards + for filename in extra: + if not cfg.read(filename, encoding="UTF-8"): + raise exceptions.ExecutionError( + f"The specified config file does not exist: {filename}" + ) + + return cfg, cfg_dir + + +def parse_config( + option_manager: OptionManager, + cfg: configparser.RawConfigParser, + cfg_dir: str, +) -> dict[str, Any]: + """Parse and normalize the typed configuration options.""" + if "flake8" not in cfg: + return {} + + config_dict = {} + + for option_name in cfg["flake8"]: + option = option_manager.config_options_dict.get(option_name) + if option is None: + LOG.debug('Option "%s" is not registered. Ignoring.', option_name) + continue + + # Use the appropriate method to parse the config value + value: Any + if option.type is int or option.action == "count": + value = cfg.getint("flake8", option_name) + elif option.action in {"store_true", "store_false"}: + value = cfg.getboolean("flake8", option_name) + else: + value = cfg.get("flake8", option_name) + + LOG.debug('Option "%s" returned value: %r', option_name, value) + + final_value = option.normalize(value, cfg_dir) + + if option_name in {"ignore", "extend-ignore"}: + for error_code in final_value: + if not VALID_CODE_PREFIX.match(error_code): + raise ValueError( + f"Error code {error_code!r} " + f"supplied to {option_name!r} option " + f"does not match {VALID_CODE_PREFIX.pattern!r}" + ) + + assert option.config_name is not None + config_dict[option.config_name] = final_value + + return config_dict diff --git a/venv/lib/python3.10/site-packages/flake8/options/manager.py b/venv/lib/python3.10/site-packages/flake8/options/manager.py new file mode 100644 index 0000000..4fd26b2 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/options/manager.py @@ -0,0 +1,320 @@ +"""Option handling and Option management logic.""" +from __future__ import annotations + +import argparse +import enum +import functools +import logging +from typing import Any +from typing import Callable +from typing import Sequence + +from flake8 import utils +from flake8.plugins.finder import Plugins + +LOG = logging.getLogger(__name__) + +# represent a singleton of "not passed arguments". +# an enum is chosen to trick mypy +_ARG = enum.Enum("_ARG", "NO") + + +def _flake8_normalize( + value: str, + *args: str, + comma_separated_list: bool = False, + normalize_paths: bool = False, +) -> str | list[str]: + ret: str | list[str] = value + if comma_separated_list and isinstance(ret, str): + ret = utils.parse_comma_separated_list(value) + + if normalize_paths: + if isinstance(ret, str): + ret = utils.normalize_path(ret, *args) + else: + ret = utils.normalize_paths(ret, *args) + + return ret + + +class Option: + """Our wrapper around an argparse argument parsers to add features.""" + + def __init__( + self, + short_option_name: str | _ARG = _ARG.NO, + long_option_name: str | _ARG = _ARG.NO, + # Options below are taken from argparse.ArgumentParser.add_argument + action: str | type[argparse.Action] | _ARG = _ARG.NO, + default: Any | _ARG = _ARG.NO, + type: Callable[..., Any] | _ARG = _ARG.NO, + dest: str | _ARG = _ARG.NO, + nargs: int | str | _ARG = _ARG.NO, + const: Any | _ARG = _ARG.NO, + choices: Sequence[Any] | _ARG = _ARG.NO, + help: str | _ARG = _ARG.NO, + metavar: str | _ARG = _ARG.NO, + required: bool | _ARG = _ARG.NO, + # Options below here are specific to Flake8 + parse_from_config: bool = False, + comma_separated_list: bool = False, + normalize_paths: bool = False, + ) -> None: + """Initialize an Option instance. + + The following are all passed directly through to argparse. + + :param short_option_name: + The short name of the option (e.g., ``-x``). This will be the + first argument passed to ``ArgumentParser.add_argument`` + :param long_option_name: + The long name of the option (e.g., ``--xtra-long-option``). This + will be the second argument passed to + ``ArgumentParser.add_argument`` + :param default: + Default value of the option. + :param dest: + Attribute name to store parsed option value as. + :param nargs: + Number of arguments to parse for this option. + :param const: + Constant value to store on a common destination. Usually used in + conjunction with ``action="store_const"``. + :param choices: + Possible values for the option. + :param help: + Help text displayed in the usage information. + :param metavar: + Name to use instead of the long option name for help text. + :param required: + Whether this option is required or not. + + The following options may be passed directly through to :mod:`argparse` + but may need some massaging. + + :param type: + A callable to normalize the type (as is the case in + :mod:`argparse`). + :param action: + Any action allowed by :mod:`argparse`. + + The following parameters are for Flake8's option handling alone. + + :param parse_from_config: + Whether or not this option should be parsed out of config files. + :param comma_separated_list: + Whether the option is a comma separated list when parsing from a + config file. + :param normalize_paths: + Whether the option is expecting a path or list of paths and should + attempt to normalize the paths to absolute paths. + """ + if ( + long_option_name is _ARG.NO + and short_option_name is not _ARG.NO + and short_option_name.startswith("--") + ): + short_option_name, long_option_name = _ARG.NO, short_option_name + + # flake8 special type normalization + if comma_separated_list or normalize_paths: + type = functools.partial( + _flake8_normalize, + comma_separated_list=comma_separated_list, + normalize_paths=normalize_paths, + ) + + self.short_option_name = short_option_name + self.long_option_name = long_option_name + self.option_args = [ + x + for x in (short_option_name, long_option_name) + if x is not _ARG.NO + ] + self.action = action + self.default = default + self.type = type + self.dest = dest + self.nargs = nargs + self.const = const + self.choices = choices + self.help = help + self.metavar = metavar + self.required = required + self.option_kwargs: dict[str, Any | _ARG] = { + "action": self.action, + "default": self.default, + "type": self.type, + "dest": self.dest, + "nargs": self.nargs, + "const": self.const, + "choices": self.choices, + "help": self.help, + "metavar": self.metavar, + "required": self.required, + } + + # Set our custom attributes + self.parse_from_config = parse_from_config + self.comma_separated_list = comma_separated_list + self.normalize_paths = normalize_paths + + self.config_name: str | None = None + if parse_from_config: + if long_option_name is _ARG.NO: + raise ValueError( + "When specifying parse_from_config=True, " + "a long_option_name must also be specified." + ) + self.config_name = long_option_name[2:].replace("-", "_") + + self._opt = None + + @property + def filtered_option_kwargs(self) -> dict[str, Any]: + """Return any actually-specified arguments.""" + return { + k: v for k, v in self.option_kwargs.items() if v is not _ARG.NO + } + + def __repr__(self) -> str: # noqa: D105 + parts = [] + for arg in self.option_args: + parts.append(arg) + for k, v in self.filtered_option_kwargs.items(): + parts.append(f"{k}={v!r}") + return f"Option({', '.join(parts)})" + + def normalize(self, value: Any, *normalize_args: str) -> Any: + """Normalize the value based on the option configuration.""" + if self.comma_separated_list and isinstance(value, str): + value = utils.parse_comma_separated_list(value) + + if self.normalize_paths: + if isinstance(value, list): + value = utils.normalize_paths(value, *normalize_args) + else: + value = utils.normalize_path(value, *normalize_args) + + return value + + def to_argparse(self) -> tuple[list[str], dict[str, Any]]: + """Convert a Flake8 Option to argparse ``add_argument`` arguments.""" + return self.option_args, self.filtered_option_kwargs + + +class OptionManager: + """Manage Options and OptionParser while adding post-processing.""" + + def __init__( + self, + *, + version: str, + plugin_versions: str, + parents: list[argparse.ArgumentParser], + formatter_names: list[str], + ) -> None: + """Initialize an instance of an OptionManager.""" + self.formatter_names = formatter_names + self.parser = argparse.ArgumentParser( + prog="flake8", + usage="%(prog)s [options] file file ...", + parents=parents, + epilog=f"Installed plugins: {plugin_versions}", + ) + self.parser.add_argument( + "--version", + action="version", + version=( + f"{version} ({plugin_versions}) " + f"{utils.get_python_version()}" + ), + ) + self.parser.add_argument("filenames", nargs="*", metavar="filename") + + self.config_options_dict: dict[str, Option] = {} + self.options: list[Option] = [] + self.extended_default_ignore: list[str] = [] + self.extended_default_select: list[str] = [] + + self._current_group: argparse._ArgumentGroup | None = None + + # TODO: maybe make this a free function to reduce api surface area + def register_plugins(self, plugins: Plugins) -> None: + """Register the plugin options (if needed).""" + groups: dict[str, argparse._ArgumentGroup] = {} + + def _set_group(name: str) -> None: + try: + self._current_group = groups[name] + except KeyError: + group = self.parser.add_argument_group(name) + self._current_group = groups[name] = group + + for loaded in plugins.all_plugins(): + add_options = getattr(loaded.obj, "add_options", None) + if add_options: + _set_group(loaded.plugin.package) + add_options(self) + + if loaded.plugin.entry_point.group == "flake8.extension": + self.extend_default_select([loaded.entry_name]) + + # isn't strictly necessary, but seems cleaner + self._current_group = None + + def add_option(self, *args: Any, **kwargs: Any) -> None: + """Create and register a new option. + + See parameters for :class:`~flake8.options.manager.Option` for + acceptable arguments to this method. + + .. note:: + + ``short_option_name`` and ``long_option_name`` may be specified + positionally as they are with argparse normally. + """ + option = Option(*args, **kwargs) + option_args, option_kwargs = option.to_argparse() + if self._current_group is not None: + self._current_group.add_argument(*option_args, **option_kwargs) + else: + self.parser.add_argument(*option_args, **option_kwargs) + self.options.append(option) + if option.parse_from_config: + name = option.config_name + assert name is not None + self.config_options_dict[name] = option + self.config_options_dict[name.replace("_", "-")] = option + LOG.debug('Registered option "%s".', option) + + def extend_default_ignore(self, error_codes: Sequence[str]) -> None: + """Extend the default ignore list with the error codes provided. + + :param error_codes: + List of strings that are the error/warning codes with which to + extend the default ignore list. + """ + LOG.debug("Extending default ignore list with %r", error_codes) + self.extended_default_ignore.extend(error_codes) + + def extend_default_select(self, error_codes: Sequence[str]) -> None: + """Extend the default select list with the error codes provided. + + :param error_codes: + List of strings that are the error/warning codes with which + to extend the default select list. + """ + LOG.debug("Extending default select list with %r", error_codes) + self.extended_default_select.extend(error_codes) + + def parse_args( + self, + args: Sequence[str] | None = None, + values: argparse.Namespace | None = None, + ) -> argparse.Namespace: + """Proxy to calling the OptionParser's parse_args method.""" + if values: + self.parser.set_defaults(**vars(values)) + return self.parser.parse_args(args) diff --git a/venv/lib/python3.10/site-packages/flake8/options/parse_args.py b/venv/lib/python3.10/site-packages/flake8/options/parse_args.py new file mode 100644 index 0000000..e3f8795 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/options/parse_args.py @@ -0,0 +1,70 @@ +"""Procedure for parsing args, config, loading plugins.""" +from __future__ import annotations + +import argparse +from typing import Sequence + +import flake8 +from flake8.main import options +from flake8.options import aggregator +from flake8.options import config +from flake8.options import manager +from flake8.plugins import finder + + +def parse_args( + argv: Sequence[str], +) -> tuple[finder.Plugins, argparse.Namespace]: + """Procedure for parsing args, config, loading plugins.""" + prelim_parser = options.stage1_arg_parser() + + args0, rest = prelim_parser.parse_known_args(argv) + # XXX (ericvw): Special case "forwarding" the output file option so + # that it can be reparsed again for the BaseFormatter.filename. + if args0.output_file: + rest.extend(("--output-file", args0.output_file)) + + flake8.configure_logging(args0.verbose, args0.output_file) + + cfg, cfg_dir = config.load_config( + config=args0.config, + extra=args0.append_config, + isolated=args0.isolated, + ) + + plugin_opts = finder.parse_plugin_options( + cfg, + cfg_dir, + enable_extensions=args0.enable_extensions, + require_plugins=args0.require_plugins, + ) + raw_plugins = finder.find_plugins(cfg, plugin_opts) + plugins = finder.load_plugins(raw_plugins, plugin_opts) + + option_manager = manager.OptionManager( + version=flake8.__version__, + plugin_versions=plugins.versions_str(), + parents=[prelim_parser], + formatter_names=list(plugins.reporters), + ) + options.register_default_options(option_manager) + option_manager.register_plugins(plugins) + + opts = aggregator.aggregate_options(option_manager, cfg, cfg_dir, rest) + + for loaded in plugins.all_plugins(): + parse_options = getattr(loaded.obj, "parse_options", None) + if parse_options is None: + continue + + # XXX: ideally we wouldn't have two forms of parse_options + try: + parse_options( + option_manager, + opts, + opts.filenames, + ) + except TypeError: + parse_options(opts) + + return plugins, opts diff --git a/venv/lib/python3.10/site-packages/flake8/plugins/__init__.py b/venv/lib/python3.10/site-packages/flake8/plugins/__init__.py new file mode 100644 index 0000000..b540313 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/plugins/__init__.py @@ -0,0 +1,2 @@ +"""Submodule of built-in plugins and plugin managers.""" +from __future__ import annotations diff --git a/venv/lib/python3.10/site-packages/flake8/plugins/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/plugins/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..604275f865c349c36e4212b62df70389e96828d0 GIT binary patch literal 304 zcmYjMyH3L}6t&YJP*EiYJ|Js{#5@)Tg!lrMilsujvSTN)>Rd;DL@E-0!@}P%XJz6S zm~cu5&Tt;fJ?GlhYDp5_-#*)yq+fIRk1T~pLa4t?Mv^U&RAz?u**2p@E;eMHzus)3 z=&g)K6}Blv)FzY~i^0TJqc1qhqc3`nyj9Lu-*d;BPUjra1|GCU|Fm9ArvTE{0Minn zi6J@#;N}e<#GNEL(2roxK3!qXb~+49su5KvTOGP6O5r%xoyL}p3P)zNV8cFi7H_NT rE9P}j<-qG*+TmGa_)gui<5C8oQ3rr(*iUEoe=j}IRO|CZIk}*}QS?{? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/plugins/__pycache__/finder.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/plugins/__pycache__/finder.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6bce83c31851275c2a402795ae76fdf4237eda1a GIT binary patch literal 10374 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/plugins/__pycache__/pycodestyle.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/plugins/__pycache__/pycodestyle.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..13f71669a259aa1cbb4107ccd4bd8ee0becf637b GIT binary patch literal 4302 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/plugins/__pycache__/reporter.cpython-310.pyc b/venv/lib/python3.10/site-packages/flake8/plugins/__pycache__/reporter.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1d38f427707d58a13262f7ab48b8fd8883555046 GIT binary patch literal 1433 zcmb7E!H(lZ5bd@dJCjLf(ZVj`g8ITCV&Z@h0<922Ach0OvJyfFBjmK*<-{Ai?QORw zN|fCA3obJf7ygDTzH*vh7$iis?Lh&=fwtVPZkJ!ZdR^sWG8qvZKOKHq{^}6&n^_zW z8y6oDLaS$J2oexMg_Y6V3M^`DJF^43eL8`IPbVAXZs4}>2AP)+gCQm0T%W+`h6bnN zOpL|k2PYT{`ztbiuzT;Kma$F?S+S&0EJj1C8h7N9=@l>qFKVbX2(-#VX;x&eHwf{Q}sTx(FcF}^Ig0P(E-tU2jWKvj3IiZs^WVYG90?DBo% z6=e%|_mHb)$yEjZQ=UUr@)#Odfv%NQMwi$!B>I8kks;on7_lNW_VhV9SU6Kb*OodJ z*1?iqySCQ@^-wqmYv=CC-g=E3>~DyC*&*86zDbF>w0-S}!QQ$-nfFAv#^+li>4xm> z>%pGhP?XQ(KT<-z;A?2LLIJz9S)z*kAM(`|DAs4@k46l~jHL;C((OH2BpKqo&t|h1 zbqadH(u!3j#A%X(I7jtO+AZc{(R$31Gy{pkEEX*qGY8nk_x~q6Nw?W2w0rjr)drNTmTOsT81Z;*((1$djn`XKw{g1!n?VcQ3_pkMr%Dy7u`j>;tnoHnNlc-!i|F~(Q3K?l zJe-=-?z_-P5={C<*JVEw^$NP&Mf0z*daAi9R;e!M0FTdt{XX*4V|1CiT@o(ZZ6?aJpE@y<>CWk-@xo9PaTqqEFidJZHV8vy z)Nh9Ot=)K8vBV$BGI-pP^ZPo%EkDA4NsARc>RPx# literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/flake8/plugins/finder.py b/venv/lib/python3.10/site-packages/flake8/plugins/finder.py new file mode 100644 index 0000000..380ec3a --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/plugins/finder.py @@ -0,0 +1,365 @@ +"""Functions related to finding and loading plugins.""" +from __future__ import annotations + +import configparser +import importlib.metadata +import inspect +import itertools +import logging +import sys +from typing import Any +from typing import Generator +from typing import Iterable +from typing import NamedTuple + +from flake8 import utils +from flake8.defaults import VALID_CODE_PREFIX +from flake8.exceptions import ExecutionError +from flake8.exceptions import FailedToLoadPlugin + +LOG = logging.getLogger(__name__) + +FLAKE8_GROUPS = frozenset(("flake8.extension", "flake8.report")) + +BANNED_PLUGINS = { + "flake8-colors": "5.0", + "flake8-per-file-ignores": "3.7", +} + + +class Plugin(NamedTuple): + """A plugin before loading.""" + + package: str + version: str + entry_point: importlib.metadata.EntryPoint + + +class LoadedPlugin(NamedTuple): + """Represents a plugin after being imported.""" + + plugin: Plugin + obj: Any + parameters: dict[str, bool] + + @property + def entry_name(self) -> str: + """Return the name given in the packaging metadata.""" + return self.plugin.entry_point.name + + @property + def display_name(self) -> str: + """Return the name for use in user-facing / error messages.""" + return f"{self.plugin.package}[{self.entry_name}]" + + +class Checkers(NamedTuple): + """Classified plugins needed for checking.""" + + tree: list[LoadedPlugin] + logical_line: list[LoadedPlugin] + physical_line: list[LoadedPlugin] + + +class Plugins(NamedTuple): + """Classified plugins.""" + + checkers: Checkers + reporters: dict[str, LoadedPlugin] + disabled: list[LoadedPlugin] + + def all_plugins(self) -> Generator[LoadedPlugin, None, None]: + """Return an iterator over all :class:`LoadedPlugin`s.""" + yield from self.checkers.tree + yield from self.checkers.logical_line + yield from self.checkers.physical_line + yield from self.reporters.values() + + def versions_str(self) -> str: + """Return a user-displayed list of plugin versions.""" + return ", ".join( + sorted( + { + f"{loaded.plugin.package}: {loaded.plugin.version}" + for loaded in self.all_plugins() + if loaded.plugin.package not in {"flake8", "local"} + } + ) + ) + + +class PluginOptions(NamedTuple): + """Options related to plugin loading.""" + + local_plugin_paths: tuple[str, ...] + enable_extensions: frozenset[str] + require_plugins: frozenset[str] + + @classmethod + def blank(cls) -> PluginOptions: + """Make a blank PluginOptions, mostly used for tests.""" + return cls( + local_plugin_paths=(), + enable_extensions=frozenset(), + require_plugins=frozenset(), + ) + + +def _parse_option( + cfg: configparser.RawConfigParser, + cfg_opt_name: str, + opt: str | None, +) -> list[str]: + # specified on commandline: use that + if opt is not None: + return utils.parse_comma_separated_list(opt) + else: + # ideally this would reuse our config parsing framework but we need to + # parse this from preliminary options before plugins are enabled + for opt_name in (cfg_opt_name, cfg_opt_name.replace("_", "-")): + val = cfg.get("flake8", opt_name, fallback=None) + if val is not None: + return utils.parse_comma_separated_list(val) + else: + return [] + + +def parse_plugin_options( + cfg: configparser.RawConfigParser, + cfg_dir: str, + *, + enable_extensions: str | None, + require_plugins: str | None, +) -> PluginOptions: + """Parse plugin loading related options.""" + paths_s = cfg.get("flake8:local-plugins", "paths", fallback="").strip() + paths = utils.parse_comma_separated_list(paths_s) + paths = utils.normalize_paths(paths, cfg_dir) + + return PluginOptions( + local_plugin_paths=tuple(paths), + enable_extensions=frozenset( + _parse_option(cfg, "enable_extensions", enable_extensions), + ), + require_plugins=frozenset( + _parse_option(cfg, "require_plugins", require_plugins), + ), + ) + + +def _flake8_plugins( + eps: Iterable[importlib.metadata.EntryPoint], + name: str, + version: str, +) -> Generator[Plugin, None, None]: + pyflakes_meta = importlib.metadata.distribution("pyflakes").metadata + pycodestyle_meta = importlib.metadata.distribution("pycodestyle").metadata + + for ep in eps: + if ep.group not in FLAKE8_GROUPS: + continue + + if ep.name == "F": + yield Plugin(pyflakes_meta["name"], pyflakes_meta["version"], ep) + elif ep.name in "EW": + # pycodestyle provides both `E` and `W` -- but our default select + # handles those + # ideally pycodestyle's plugin entrypoints would exactly represent + # the codes they produce... + yield Plugin( + pycodestyle_meta["name"], pycodestyle_meta["version"], ep + ) + else: + yield Plugin(name, version, ep) + + +def _find_importlib_plugins() -> Generator[Plugin, None, None]: + # some misconfigured pythons (RHEL) have things on `sys.path` twice + seen = set() + for dist in importlib.metadata.distributions(): + # assigned to prevent continual reparsing + eps = dist.entry_points + + # perf: skip parsing `.metadata` (slow) if no entry points match + if not any(ep.group in FLAKE8_GROUPS for ep in eps): + continue + + # assigned to prevent continual reparsing + meta = dist.metadata + + if meta["name"] in seen: + continue + else: + seen.add(meta["name"]) + + if meta["name"] in BANNED_PLUGINS: + LOG.warning( + "%s plugin is obsolete in flake8>=%s", + meta["name"], + BANNED_PLUGINS[meta["name"]], + ) + continue + elif meta["name"] == "flake8": + # special case flake8 which provides plugins for pyflakes / + # pycodestyle + yield from _flake8_plugins(eps, meta["name"], meta["version"]) + continue + + for ep in eps: + if ep.group in FLAKE8_GROUPS: + yield Plugin(meta["name"], meta["version"], ep) + + +def _find_local_plugins( + cfg: configparser.RawConfigParser, +) -> Generator[Plugin, None, None]: + for plugin_type in ("extension", "report"): + group = f"flake8.{plugin_type}" + for plugin_s in utils.parse_comma_separated_list( + cfg.get("flake8:local-plugins", plugin_type, fallback="").strip(), + regexp=utils.LOCAL_PLUGIN_LIST_RE, + ): + name, _, entry_str = plugin_s.partition("=") + name, entry_str = name.strip(), entry_str.strip() + ep = importlib.metadata.EntryPoint(name, entry_str, group) + yield Plugin("local", "local", ep) + + +def _check_required_plugins( + plugins: list[Plugin], + expected: frozenset[str], +) -> None: + plugin_names = { + utils.normalize_pypi_name(plugin.package) for plugin in plugins + } + expected_names = {utils.normalize_pypi_name(name) for name in expected} + missing_plugins = expected_names - plugin_names + + if missing_plugins: + raise ExecutionError( + f"required plugins were not installed!\n" + f"- installed: {', '.join(sorted(plugin_names))}\n" + f"- expected: {', '.join(sorted(expected_names))}\n" + f"- missing: {', '.join(sorted(missing_plugins))}" + ) + + +def find_plugins( + cfg: configparser.RawConfigParser, + opts: PluginOptions, +) -> list[Plugin]: + """Discovers all plugins (but does not load them).""" + ret = [*_find_importlib_plugins(), *_find_local_plugins(cfg)] + + # for determinism, sort the list + ret.sort() + + _check_required_plugins(ret, opts.require_plugins) + + return ret + + +def _parameters_for(func: Any) -> dict[str, bool]: + """Return the parameters for the plugin. + + This will inspect the plugin and return either the function parameters + if the plugin is a function or the parameters for ``__init__`` after + ``self`` if the plugin is a class. + + :returns: + A dictionary mapping the parameter name to whether or not it is + required (a.k.a., is positional only/does not have a default). + """ + is_class = not inspect.isfunction(func) + if is_class: + func = func.__init__ + + parameters = { + parameter.name: parameter.default is inspect.Parameter.empty + for parameter in inspect.signature(func).parameters.values() + if parameter.kind is inspect.Parameter.POSITIONAL_OR_KEYWORD + } + + if is_class: + parameters.pop("self", None) + + return parameters + + +def _load_plugin(plugin: Plugin) -> LoadedPlugin: + try: + obj = plugin.entry_point.load() + except Exception as e: + raise FailedToLoadPlugin(plugin.package, e) + + if not callable(obj): + err = TypeError("expected loaded plugin to be callable") + raise FailedToLoadPlugin(plugin.package, err) + + return LoadedPlugin(plugin, obj, _parameters_for(obj)) + + +def _import_plugins( + plugins: list[Plugin], + opts: PluginOptions, +) -> list[LoadedPlugin]: + sys.path.extend(opts.local_plugin_paths) + return [_load_plugin(p) for p in plugins] + + +def _classify_plugins( + plugins: list[LoadedPlugin], + opts: PluginOptions, +) -> Plugins: + tree = [] + logical_line = [] + physical_line = [] + reporters = {} + disabled = [] + + for loaded in plugins: + if ( + getattr(loaded.obj, "off_by_default", False) + and loaded.plugin.entry_point.name not in opts.enable_extensions + ): + disabled.append(loaded) + elif loaded.plugin.entry_point.group == "flake8.report": + reporters[loaded.entry_name] = loaded + elif "tree" in loaded.parameters: + tree.append(loaded) + elif "logical_line" in loaded.parameters: + logical_line.append(loaded) + elif "physical_line" in loaded.parameters: + physical_line.append(loaded) + else: + raise NotImplementedError(f"what plugin type? {loaded}") + + for loaded in itertools.chain(tree, logical_line, physical_line): + if not VALID_CODE_PREFIX.match(loaded.entry_name): + raise ExecutionError( + f"plugin code for `{loaded.display_name}` does not match " + f"{VALID_CODE_PREFIX.pattern}" + ) + + return Plugins( + checkers=Checkers( + tree=tree, + logical_line=logical_line, + physical_line=physical_line, + ), + reporters=reporters, + disabled=disabled, + ) + + +def load_plugins( + plugins: list[Plugin], + opts: PluginOptions, +) -> Plugins: + """Load and classify all flake8 plugins. + + - first: extends ``sys.path`` with ``paths`` (to import local plugins) + - next: converts the ``Plugin``s to ``LoadedPlugins`` + - finally: classifies plugins into their specific types + """ + return _classify_plugins(_import_plugins(plugins, opts), opts) diff --git a/venv/lib/python3.10/site-packages/flake8/plugins/pycodestyle.py b/venv/lib/python3.10/site-packages/flake8/plugins/pycodestyle.py new file mode 100644 index 0000000..9e1d2bb --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/plugins/pycodestyle.py @@ -0,0 +1,112 @@ +"""Generated using ./bin/gen-pycodestyle-plugin.""" +# fmt: off +from __future__ import annotations + +from typing import Any +from typing import Generator + +from pycodestyle import ambiguous_identifier as _ambiguous_identifier +from pycodestyle import bare_except as _bare_except +from pycodestyle import blank_lines as _blank_lines +from pycodestyle import break_after_binary_operator as _break_after_binary_operator # noqa: E501 +from pycodestyle import break_before_binary_operator as _break_before_binary_operator # noqa: E501 +from pycodestyle import comparison_negative as _comparison_negative +from pycodestyle import comparison_to_singleton as _comparison_to_singleton +from pycodestyle import comparison_type as _comparison_type +from pycodestyle import compound_statements as _compound_statements +from pycodestyle import continued_indentation as _continued_indentation +from pycodestyle import explicit_line_join as _explicit_line_join +from pycodestyle import extraneous_whitespace as _extraneous_whitespace +from pycodestyle import imports_on_separate_lines as _imports_on_separate_lines +from pycodestyle import indentation as _indentation +from pycodestyle import maximum_doc_length as _maximum_doc_length +from pycodestyle import maximum_line_length as _maximum_line_length +from pycodestyle import missing_whitespace as _missing_whitespace +from pycodestyle import missing_whitespace_after_keyword as _missing_whitespace_after_keyword # noqa: E501 +from pycodestyle import module_imports_on_top_of_file as _module_imports_on_top_of_file # noqa: E501 +from pycodestyle import python_3000_invalid_escape_sequence as _python_3000_invalid_escape_sequence # noqa: E501 +from pycodestyle import tabs_obsolete as _tabs_obsolete +from pycodestyle import tabs_or_spaces as _tabs_or_spaces +from pycodestyle import trailing_blank_lines as _trailing_blank_lines +from pycodestyle import trailing_whitespace as _trailing_whitespace +from pycodestyle import whitespace_around_comma as _whitespace_around_comma +from pycodestyle import whitespace_around_keywords as _whitespace_around_keywords # noqa: E501 +from pycodestyle import whitespace_around_named_parameter_equals as _whitespace_around_named_parameter_equals # noqa: E501 +from pycodestyle import whitespace_around_operator as _whitespace_around_operator # noqa: E501 +from pycodestyle import whitespace_before_comment as _whitespace_before_comment +from pycodestyle import whitespace_before_parameters as _whitespace_before_parameters # noqa: E501 + + +def pycodestyle_logical( + blank_before: Any, + blank_lines: Any, + checker_state: Any, + hang_closing: Any, + indent_char: Any, + indent_level: Any, + indent_size: Any, + line_number: Any, + lines: Any, + logical_line: Any, + max_doc_length: Any, + noqa: Any, + previous_indent_level: Any, + previous_logical: Any, + previous_unindented_logical_line: Any, + tokens: Any, + verbose: Any, +) -> Generator[tuple[int, str], None, None]: + """Run pycodestyle logical checks.""" + yield from _ambiguous_identifier(logical_line, tokens) + yield from _bare_except(logical_line, noqa) + yield from _blank_lines(logical_line, blank_lines, indent_level, line_number, blank_before, previous_logical, previous_unindented_logical_line, previous_indent_level, lines) # noqa: E501 + yield from _break_after_binary_operator(logical_line, tokens) + yield from _break_before_binary_operator(logical_line, tokens) + yield from _comparison_negative(logical_line) + yield from _comparison_to_singleton(logical_line, noqa) + yield from _comparison_type(logical_line, noqa) + yield from _compound_statements(logical_line) + yield from _continued_indentation(logical_line, tokens, indent_level, hang_closing, indent_char, indent_size, noqa, verbose) # noqa: E501 + yield from _explicit_line_join(logical_line, tokens) + yield from _extraneous_whitespace(logical_line) + yield from _imports_on_separate_lines(logical_line) + yield from _indentation(logical_line, previous_logical, indent_char, indent_level, previous_indent_level, indent_size) # noqa: E501 + yield from _maximum_doc_length(logical_line, max_doc_length, noqa, tokens) + yield from _missing_whitespace(logical_line, tokens) + yield from _missing_whitespace_after_keyword(logical_line, tokens) + yield from _module_imports_on_top_of_file(logical_line, indent_level, checker_state, noqa) # noqa: E501 + yield from _python_3000_invalid_escape_sequence(logical_line, tokens, noqa) + yield from _whitespace_around_comma(logical_line) + yield from _whitespace_around_keywords(logical_line) + yield from _whitespace_around_named_parameter_equals(logical_line, tokens) + yield from _whitespace_around_operator(logical_line) + yield from _whitespace_before_comment(logical_line, tokens) + yield from _whitespace_before_parameters(logical_line, tokens) + + +def pycodestyle_physical( + indent_char: Any, + line_number: Any, + lines: Any, + max_line_length: Any, + multiline: Any, + noqa: Any, + physical_line: Any, + total_lines: Any, +) -> Generator[tuple[int, str], None, None]: + """Run pycodestyle physical checks.""" + ret = _maximum_line_length(physical_line, max_line_length, multiline, line_number, noqa) # noqa: E501 + if ret is not None: + yield ret + ret = _tabs_obsolete(physical_line) + if ret is not None: + yield ret + ret = _tabs_or_spaces(physical_line, indent_char) + if ret is not None: + yield ret + ret = _trailing_blank_lines(physical_line, lines, line_number, total_lines) + if ret is not None: + yield ret + ret = _trailing_whitespace(physical_line) + if ret is not None: + yield ret diff --git a/venv/lib/python3.10/site-packages/flake8/plugins/pyflakes.py b/venv/lib/python3.10/site-packages/flake8/plugins/pyflakes.py new file mode 100644 index 0000000..6c57619 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/plugins/pyflakes.py @@ -0,0 +1,112 @@ +"""Plugin built-in to Flake8 to treat pyflakes as a plugin.""" +from __future__ import annotations + +import argparse +import ast +import logging +from typing import Any +from typing import Generator + +import pyflakes.checker + +from flake8.options.manager import OptionManager + +LOG = logging.getLogger(__name__) + +FLAKE8_PYFLAKES_CODES = { + "UnusedImport": "F401", + "ImportShadowedByLoopVar": "F402", + "ImportStarUsed": "F403", + "LateFutureImport": "F404", + "ImportStarUsage": "F405", + "ImportStarNotPermitted": "F406", + "FutureFeatureNotDefined": "F407", + "PercentFormatInvalidFormat": "F501", + "PercentFormatExpectedMapping": "F502", + "PercentFormatExpectedSequence": "F503", + "PercentFormatExtraNamedArguments": "F504", + "PercentFormatMissingArgument": "F505", + "PercentFormatMixedPositionalAndNamed": "F506", + "PercentFormatPositionalCountMismatch": "F507", + "PercentFormatStarRequiresSequence": "F508", + "PercentFormatUnsupportedFormatCharacter": "F509", + "StringDotFormatInvalidFormat": "F521", + "StringDotFormatExtraNamedArguments": "F522", + "StringDotFormatExtraPositionalArguments": "F523", + "StringDotFormatMissingArgument": "F524", + "StringDotFormatMixingAutomatic": "F525", + "FStringMissingPlaceholders": "F541", + "MultiValueRepeatedKeyLiteral": "F601", + "MultiValueRepeatedKeyVariable": "F602", + "TooManyExpressionsInStarredAssignment": "F621", + "TwoStarredExpressions": "F622", + "AssertTuple": "F631", + "IsLiteral": "F632", + "InvalidPrintSyntax": "F633", + "IfTuple": "F634", + "BreakOutsideLoop": "F701", + "ContinueOutsideLoop": "F702", + "YieldOutsideFunction": "F704", + "ReturnOutsideFunction": "F706", + "DefaultExceptNotLast": "F707", + "DoctestSyntaxError": "F721", + "ForwardAnnotationSyntaxError": "F722", + "RedefinedWhileUnused": "F811", + "UndefinedName": "F821", + "UndefinedExport": "F822", + "UndefinedLocal": "F823", + "DuplicateArgument": "F831", + "UnusedVariable": "F841", + "UnusedAnnotation": "F842", + "RaiseNotImplemented": "F901", +} + + +class FlakesChecker(pyflakes.checker.Checker): + """Subclass the Pyflakes checker to conform with the flake8 API.""" + + with_doctest = False + + def __init__(self, tree: ast.AST, filename: str) -> None: + """Initialize the PyFlakes plugin with an AST tree and filename.""" + super().__init__( + tree, filename=filename, withDoctest=self.with_doctest + ) + + @classmethod + def add_options(cls, parser: OptionManager) -> None: + """Register options for PyFlakes on the Flake8 OptionManager.""" + parser.add_option( + "--builtins", + parse_from_config=True, + comma_separated_list=True, + help="define more built-ins, comma separated", + ) + parser.add_option( + "--doctests", + default=False, + action="store_true", + parse_from_config=True, + help="also check syntax of the doctests", + ) + + @classmethod + def parse_options(cls, options: argparse.Namespace) -> None: + """Parse option values from Flake8's OptionManager.""" + if options.builtins: + cls.builtIns = cls.builtIns.union(options.builtins) + cls.with_doctest = options.doctests + + def run(self) -> Generator[tuple[int, int, str, type[Any]], None, None]: + """Run the plugin.""" + for message in self.messages: + col = getattr(message, "col", 0) + yield ( + message.lineno, + col, + "{} {}".format( + FLAKE8_PYFLAKES_CODES.get(type(message).__name__, "F999"), + message.message % message.message_args, + ), + message.__class__, + ) diff --git a/venv/lib/python3.10/site-packages/flake8/plugins/reporter.py b/venv/lib/python3.10/site-packages/flake8/plugins/reporter.py new file mode 100644 index 0000000..a5749c0 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/plugins/reporter.py @@ -0,0 +1,42 @@ +"""Functions for constructing the requested report plugin.""" +from __future__ import annotations + +import argparse +import logging + +from flake8.formatting.base import BaseFormatter +from flake8.plugins.finder import LoadedPlugin + +LOG = logging.getLogger(__name__) + + +def make( + reporters: dict[str, LoadedPlugin], + options: argparse.Namespace, +) -> BaseFormatter: + """Make the formatter from the requested user options. + + - if :option:`flake8 --quiet` is specified, return the ``quiet-filename`` + formatter. + - if :option:`flake8 --quiet` is specified at least twice, return the + ``quiet-nothing`` formatter. + - otherwise attempt to return the formatter by name. + - failing that, assume it is a format string and return the ``default`` + formatter. + """ + format_name = options.format + if options.quiet == 1: + format_name = "quiet-filename" + elif options.quiet >= 2: + format_name = "quiet-nothing" + + try: + format_plugin = reporters[format_name] + except KeyError: + LOG.warning( + "%r is an unknown formatter. Falling back to default.", + format_name, + ) + format_plugin = reporters["default"] + + return format_plugin.obj(options) diff --git a/venv/lib/python3.10/site-packages/flake8/processor.py b/venv/lib/python3.10/site-packages/flake8/processor.py new file mode 100644 index 0000000..e44547b --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/processor.py @@ -0,0 +1,447 @@ +"""Module containing our file processor that tokenizes a file for checks.""" +from __future__ import annotations + +import argparse +import ast +import functools +import logging +import tokenize +from typing import Any +from typing import Generator +from typing import List +from typing import Tuple + +from flake8 import defaults +from flake8 import utils +from flake8._compat import FSTRING_END +from flake8._compat import FSTRING_MIDDLE +from flake8.plugins.finder import LoadedPlugin + +LOG = logging.getLogger(__name__) +NEWLINE = frozenset([tokenize.NL, tokenize.NEWLINE]) + +SKIP_TOKENS = frozenset( + [tokenize.NL, tokenize.NEWLINE, tokenize.INDENT, tokenize.DEDENT] +) + +_LogicalMapping = List[Tuple[int, Tuple[int, int]]] +_Logical = Tuple[List[str], List[str], _LogicalMapping] + + +class FileProcessor: + """Processes a file and holds state. + + This processes a file by generating tokens, logical and physical lines, + and AST trees. This also provides a way of passing state about the file + to checks expecting that state. Any public attribute on this object can + be requested by a plugin. The known public attributes are: + + - :attr:`blank_before` + - :attr:`blank_lines` + - :attr:`checker_state` + - :attr:`indent_char` + - :attr:`indent_level` + - :attr:`line_number` + - :attr:`logical_line` + - :attr:`max_line_length` + - :attr:`max_doc_length` + - :attr:`multiline` + - :attr:`noqa` + - :attr:`previous_indent_level` + - :attr:`previous_logical` + - :attr:`previous_unindented_logical_line` + - :attr:`tokens` + - :attr:`file_tokens` + - :attr:`total_lines` + - :attr:`verbose` + """ + + #: always ``False``, included for compatibility + noqa = False + + def __init__( + self, + filename: str, + options: argparse.Namespace, + lines: list[str] | None = None, + ) -> None: + """Initialize our file processor. + + :param filename: Name of the file to process + """ + self.options = options + self.filename = filename + self.lines = lines if lines is not None else self.read_lines() + self.strip_utf_bom() + + # Defaults for public attributes + #: Number of preceding blank lines + self.blank_before = 0 + #: Number of blank lines + self.blank_lines = 0 + #: Checker states for each plugin? + self._checker_states: dict[str, dict[Any, Any]] = {} + #: Current checker state + self.checker_state: dict[Any, Any] = {} + #: User provided option for hang closing + self.hang_closing = options.hang_closing + #: Character used for indentation + self.indent_char: str | None = None + #: Current level of indentation + self.indent_level = 0 + #: Number of spaces used for indentation + self.indent_size = options.indent_size + #: Line number in the file + self.line_number = 0 + #: Current logical line + self.logical_line = "" + #: Maximum line length as configured by the user + self.max_line_length = options.max_line_length + #: Maximum docstring / comment line length as configured by the user + self.max_doc_length = options.max_doc_length + #: Whether the current physical line is multiline + self.multiline = False + #: Previous level of indentation + self.previous_indent_level = 0 + #: Previous logical line + self.previous_logical = "" + #: Previous unindented (i.e. top-level) logical line + self.previous_unindented_logical_line = "" + #: Current set of tokens + self.tokens: list[tokenize.TokenInfo] = [] + #: Total number of lines in the file + self.total_lines = len(self.lines) + #: Verbosity level of Flake8 + self.verbose = options.verbose + #: Statistics dictionary + self.statistics = {"logical lines": 0} + self._fstring_start = -1 + + @functools.cached_property + def file_tokens(self) -> list[tokenize.TokenInfo]: + """Return the complete set of tokens for a file.""" + line_iter = iter(self.lines) + return list(tokenize.generate_tokens(lambda: next(line_iter))) + + def fstring_start(self, lineno: int) -> None: # pragma: >=3.12 cover + """Signal the beginning of an fstring.""" + self._fstring_start = lineno + + def multiline_string( + self, token: tokenize.TokenInfo + ) -> Generator[str, None, None]: + """Iterate through the lines of a multiline string.""" + if token.type == FSTRING_END: # pragma: >=3.12 cover + start = self._fstring_start + else: + start = token.start[0] + + self.multiline = True + self.line_number = start + # intentionally don't include the last line, that line will be + # terminated later by a future end-of-line + for _ in range(start, token.end[0]): + yield self.lines[self.line_number - 1] + self.line_number += 1 + self.multiline = False + + def reset_blank_before(self) -> None: + """Reset the blank_before attribute to zero.""" + self.blank_before = 0 + + def delete_first_token(self) -> None: + """Delete the first token in the list of tokens.""" + del self.tokens[0] + + def visited_new_blank_line(self) -> None: + """Note that we visited a new blank line.""" + self.blank_lines += 1 + + def update_state(self, mapping: _LogicalMapping) -> None: + """Update the indent level based on the logical line mapping.""" + (start_row, start_col) = mapping[0][1] + start_line = self.lines[start_row - 1] + self.indent_level = expand_indent(start_line[:start_col]) + if self.blank_before < self.blank_lines: + self.blank_before = self.blank_lines + + def update_checker_state_for(self, plugin: LoadedPlugin) -> None: + """Update the checker_state attribute for the plugin.""" + if "checker_state" in plugin.parameters: + self.checker_state = self._checker_states.setdefault( + plugin.entry_name, {} + ) + + def next_logical_line(self) -> None: + """Record the previous logical line. + + This also resets the tokens list and the blank_lines count. + """ + if self.logical_line: + self.previous_indent_level = self.indent_level + self.previous_logical = self.logical_line + if not self.indent_level: + self.previous_unindented_logical_line = self.logical_line + self.blank_lines = 0 + self.tokens = [] + + def build_logical_line_tokens(self) -> _Logical: # noqa: C901 + """Build the mapping, comments, and logical line lists.""" + logical = [] + comments = [] + mapping: _LogicalMapping = [] + length = 0 + previous_row = previous_column = None + for token_type, text, start, end, line in self.tokens: + if token_type in SKIP_TOKENS: + continue + if not mapping: + mapping = [(0, start)] + if token_type == tokenize.COMMENT: + comments.append(text) + continue + if token_type == tokenize.STRING: + text = mutate_string(text) + elif token_type == FSTRING_MIDDLE: # pragma: >=3.12 cover + # A curly brace in an FSTRING_MIDDLE token must be an escaped + # curly brace. Both 'text' and 'end' will account for the + # escaped version of the token (i.e. a single brace) rather + # than the raw double brace version, so we must counteract this + brace_offset = text.count("{") + text.count("}") + text = "x" * (len(text) + brace_offset) + end = (end[0], end[1] + brace_offset) + if previous_row: + (start_row, start_column) = start + if previous_row != start_row: + row_index = previous_row - 1 + column_index = previous_column - 1 + previous_text = self.lines[row_index][column_index] + if previous_text == "," or ( + previous_text not in "{[(" and text not in "}])" + ): + text = f" {text}" + elif previous_column != start_column: + text = line[previous_column:start_column] + text + logical.append(text) + length += len(text) + mapping.append((length, end)) + (previous_row, previous_column) = end + return comments, logical, mapping + + def build_ast(self) -> ast.AST: + """Build an abstract syntax tree from the list of lines.""" + return ast.parse("".join(self.lines)) + + def build_logical_line(self) -> tuple[str, str, _LogicalMapping]: + """Build a logical line from the current tokens list.""" + comments, logical, mapping_list = self.build_logical_line_tokens() + joined_comments = "".join(comments) + self.logical_line = "".join(logical) + self.statistics["logical lines"] += 1 + return joined_comments, self.logical_line, mapping_list + + def keyword_arguments_for( + self, + parameters: dict[str, bool], + arguments: dict[str, Any], + ) -> dict[str, Any]: + """Generate the keyword arguments for a list of parameters.""" + ret = {} + for param, required in parameters.items(): + if param in arguments: + continue + try: + ret[param] = getattr(self, param) + except AttributeError: + if required: + raise + else: + LOG.warning( + 'Plugin requested optional parameter "%s" ' + "but this is not an available parameter.", + param, + ) + return ret + + def generate_tokens(self) -> Generator[tokenize.TokenInfo, None, None]: + """Tokenize the file and yield the tokens.""" + for token in tokenize.generate_tokens(self.next_line): + if token[2][0] > self.total_lines: + break + self.tokens.append(token) + yield token + + def _noqa_line_range(self, min_line: int, max_line: int) -> dict[int, str]: + line_range = range(min_line, max_line + 1) + joined = "".join(self.lines[min_line - 1 : max_line]) + return dict.fromkeys(line_range, joined) + + @functools.cached_property + def _noqa_line_mapping(self) -> dict[int, str]: + """Map from line number to the line we'll search for `noqa` in.""" + try: + file_tokens = self.file_tokens + except (tokenize.TokenError, SyntaxError): + # if we failed to parse the file tokens, we'll always fail in + # the future, so set this so the code does not try again + return {} + else: + ret = {} + + min_line = len(self.lines) + 2 + max_line = -1 + for tp, _, (s_line, _), (e_line, _), _ in file_tokens: + if tp == tokenize.ENDMARKER or tp == tokenize.DEDENT: + continue + + min_line = min(min_line, s_line) + max_line = max(max_line, e_line) + + if tp in (tokenize.NL, tokenize.NEWLINE): + ret.update(self._noqa_line_range(min_line, max_line)) + + min_line = len(self.lines) + 2 + max_line = -1 + + return ret + + def noqa_line_for(self, line_number: int) -> str | None: + """Retrieve the line which will be used to determine noqa.""" + # NOTE(sigmavirus24): Some plugins choose to report errors for empty + # files on Line 1. In those cases, we shouldn't bother trying to + # retrieve a physical line (since none exist). + return self._noqa_line_mapping.get(line_number) + + def next_line(self) -> str: + """Get the next line from the list.""" + if self.line_number >= self.total_lines: + return "" + line = self.lines[self.line_number] + self.line_number += 1 + if self.indent_char is None and line[:1] in defaults.WHITESPACE: + self.indent_char = line[0] + return line + + def read_lines(self) -> list[str]: + """Read the lines for this file checker.""" + if self.filename == "-": + self.filename = self.options.stdin_display_name or "stdin" + lines = self.read_lines_from_stdin() + else: + lines = self.read_lines_from_filename() + return lines + + def read_lines_from_filename(self) -> list[str]: + """Read the lines for a file.""" + try: + with tokenize.open(self.filename) as fd: + return fd.readlines() + except (SyntaxError, UnicodeError): + # If we can't detect the codec with tokenize.detect_encoding, or + # the detected encoding is incorrect, just fallback to latin-1. + with open(self.filename, encoding="latin-1") as fd: + return fd.readlines() + + def read_lines_from_stdin(self) -> list[str]: + """Read the lines from standard in.""" + return utils.stdin_get_lines() + + def should_ignore_file(self) -> bool: + """Check if ``flake8: noqa`` is in the file to be ignored. + + :returns: + True if a line matches :attr:`defaults.NOQA_FILE`, + otherwise False + """ + if not self.options.disable_noqa and any( + defaults.NOQA_FILE.match(line) for line in self.lines + ): + return True + elif any(defaults.NOQA_FILE.search(line) for line in self.lines): + LOG.warning( + "Detected `flake8: noqa` on line with code. To ignore an " + "error on a line use `noqa` instead." + ) + return False + else: + return False + + def strip_utf_bom(self) -> None: + """Strip the UTF bom from the lines of the file.""" + if not self.lines: + # If we have nothing to analyze quit early + return + + # If the first byte of the file is a UTF-8 BOM, strip it + if self.lines[0][:1] == "\uFEFF": + self.lines[0] = self.lines[0][1:] + elif self.lines[0][:3] == "\xEF\xBB\xBF": + self.lines[0] = self.lines[0][3:] + + +def is_eol_token(token: tokenize.TokenInfo) -> bool: + """Check if the token is an end-of-line token.""" + return token[0] in NEWLINE or token[4][token[3][1] :].lstrip() == "\\\n" + + +def is_multiline_string(token: tokenize.TokenInfo) -> bool: + """Check if this is a multiline string.""" + return token.type == FSTRING_END or ( + token.type == tokenize.STRING and "\n" in token.string + ) + + +def token_is_newline(token: tokenize.TokenInfo) -> bool: + """Check if the token type is a newline token type.""" + return token[0] in NEWLINE + + +def count_parentheses(current_parentheses_count: int, token_text: str) -> int: + """Count the number of parentheses.""" + if token_text in "([{": # nosec + return current_parentheses_count + 1 + elif token_text in "}])": # nosec + return current_parentheses_count - 1 + return current_parentheses_count + + +def expand_indent(line: str) -> int: + r"""Return the amount of indentation. + + Tabs are expanded to the next multiple of 8. + + >>> expand_indent(' ') + 4 + >>> expand_indent('\t') + 8 + >>> expand_indent(' \t') + 8 + >>> expand_indent(' \t') + 16 + """ + return len(line.expandtabs(8)) + + +# NOTE(sigmavirus24): This was taken wholesale from +# https://github.com/PyCQA/pycodestyle. The in-line comments were edited to be +# more descriptive. +def mutate_string(text: str) -> str: + """Replace contents with 'xxx' to prevent syntax matching. + + >>> mutate_string('"abc"') + '"xxx"' + >>> mutate_string("'''abc'''") + "'''xxx'''" + >>> mutate_string("r'abc'") + "r'xxx'" + """ + # NOTE(sigmavirus24): If there are string modifiers (e.g., b, u, r) + # use the last "character" to determine if we're using single or double + # quotes and then find the first instance of it + start = text.index(text[-1]) + 1 + end = len(text) - 1 + # Check for triple-quoted strings + if text[-3:] in ('"""', "'''"): + start += 2 + end -= 2 + return text[:start] + "x" * (end - start) + text[end:] diff --git a/venv/lib/python3.10/site-packages/flake8/statistics.py b/venv/lib/python3.10/site-packages/flake8/statistics.py new file mode 100644 index 0000000..a33e6a6 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/statistics.py @@ -0,0 +1,131 @@ +"""Statistic collection logic for Flake8.""" +from __future__ import annotations + +from typing import Generator +from typing import NamedTuple + +from flake8.violation import Violation + + +class Statistics: + """Manager of aggregated statistics for a run of Flake8.""" + + def __init__(self) -> None: + """Initialize the underlying dictionary for our statistics.""" + self._store: dict[Key, Statistic] = {} + + def error_codes(self) -> list[str]: + """Return all unique error codes stored. + + :returns: + Sorted list of error codes. + """ + return sorted({key.code for key in self._store}) + + def record(self, error: Violation) -> None: + """Add the fact that the error was seen in the file. + + :param error: + The Violation instance containing the information about the + violation. + """ + key = Key.create_from(error) + if key not in self._store: + self._store[key] = Statistic.create_from(error) + self._store[key].increment() + + def statistics_for( + self, prefix: str, filename: str | None = None + ) -> Generator[Statistic, None, None]: + """Generate statistics for the prefix and filename. + + If you have a :class:`Statistics` object that has recorded errors, + you can generate the statistics for a prefix (e.g., ``E``, ``E1``, + ``W50``, ``W503``) with the optional filter of a filename as well. + + .. code-block:: python + + >>> stats = Statistics() + >>> stats.statistics_for('E12', + filename='src/flake8/statistics.py') + + >>> stats.statistics_for('W') + + + :param prefix: + The error class or specific error code to find statistics for. + :param filename: + (Optional) The filename to further filter results by. + :returns: + Generator of instances of :class:`Statistic` + """ + matching_errors = sorted( + key for key in self._store if key.matches(prefix, filename) + ) + for error_code in matching_errors: + yield self._store[error_code] + + +class Key(NamedTuple): + """Simple key structure for the Statistics dictionary. + + To make things clearer, easier to read, and more understandable, we use a + namedtuple here for all Keys in the underlying dictionary for the + Statistics object. + """ + + filename: str + code: str + + @classmethod + def create_from(cls, error: Violation) -> Key: + """Create a Key from :class:`flake8.violation.Violation`.""" + return cls(filename=error.filename, code=error.code) + + def matches(self, prefix: str, filename: str | None) -> bool: + """Determine if this key matches some constraints. + + :param prefix: + The error code prefix that this key's error code should start with. + :param filename: + The filename that we potentially want to match on. This can be + None to only match on error prefix. + :returns: + True if the Key's code starts with the prefix and either filename + is None, or the Key's filename matches the value passed in. + """ + return self.code.startswith(prefix) and ( + filename is None or self.filename == filename + ) + + +class Statistic: + """Simple wrapper around the logic of each statistic. + + Instead of maintaining a simple but potentially hard to reason about + tuple, we create a class which has attributes and a couple + convenience methods on it. + """ + + def __init__( + self, error_code: str, filename: str, message: str, count: int + ) -> None: + """Initialize our Statistic.""" + self.error_code = error_code + self.filename = filename + self.message = message + self.count = count + + @classmethod + def create_from(cls, error: Violation) -> Statistic: + """Create a Statistic from a :class:`flake8.violation.Violation`.""" + return cls( + error_code=error.code, + filename=error.filename, + message=error.text, + count=0, + ) + + def increment(self) -> None: + """Increment the number of times we've seen this error in this file.""" + self.count += 1 diff --git a/venv/lib/python3.10/site-packages/flake8/style_guide.py b/venv/lib/python3.10/site-packages/flake8/style_guide.py new file mode 100644 index 0000000..a409484 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/style_guide.py @@ -0,0 +1,431 @@ +"""Implementation of the StyleGuide used by Flake8.""" +from __future__ import annotations + +import argparse +import contextlib +import copy +import enum +import functools +import logging +from typing import Generator +from typing import Sequence + +from flake8 import defaults +from flake8 import statistics +from flake8 import utils +from flake8.formatting import base as base_formatter +from flake8.violation import Violation + +__all__ = ("StyleGuide",) + +LOG = logging.getLogger(__name__) + + +class Selected(enum.Enum): + """Enum representing an explicitly or implicitly selected code.""" + + Explicitly = "explicitly selected" + Implicitly = "implicitly selected" + + +class Ignored(enum.Enum): + """Enum representing an explicitly or implicitly ignored code.""" + + Explicitly = "explicitly ignored" + Implicitly = "implicitly ignored" + + +class Decision(enum.Enum): + """Enum representing whether a code should be ignored or selected.""" + + Ignored = "ignored error" + Selected = "selected error" + + +def _explicitly_chosen( + *, + option: list[str] | None, + extend: list[str] | None, +) -> tuple[str, ...]: + ret = [*(option or []), *(extend or [])] + return tuple(sorted(ret, reverse=True)) + + +def _select_ignore( + *, + option: list[str] | None, + default: tuple[str, ...], + extended_default: list[str], + extend: list[str] | None, +) -> tuple[str, ...]: + # option was explicitly set, ignore the default and extended default + if option is not None: + ret = [*option, *(extend or [])] + else: + ret = [*default, *extended_default, *(extend or [])] + return tuple(sorted(ret, reverse=True)) + + +class DecisionEngine: + """A class for managing the decision process around violations. + + This contains the logic for whether a violation should be reported or + ignored. + """ + + def __init__(self, options: argparse.Namespace) -> None: + """Initialize the engine.""" + self.cache: dict[str, Decision] = {} + + self.selected_explicitly = _explicitly_chosen( + option=options.select, + extend=options.extend_select, + ) + self.ignored_explicitly = _explicitly_chosen( + option=options.ignore, + extend=options.extend_ignore, + ) + + self.selected = _select_ignore( + option=options.select, + default=(), + extended_default=options.extended_default_select, + extend=options.extend_select, + ) + self.ignored = _select_ignore( + option=options.ignore, + default=defaults.IGNORE, + extended_default=options.extended_default_ignore, + extend=options.extend_ignore, + ) + + def was_selected(self, code: str) -> Selected | Ignored: + """Determine if the code has been selected by the user. + + :param code: The code for the check that has been run. + :returns: + Selected.Implicitly if the selected list is empty, + Selected.Explicitly if the selected list is not empty and a match + was found, + Ignored.Implicitly if the selected list is not empty but no match + was found. + """ + if code.startswith(self.selected_explicitly): + return Selected.Explicitly + elif code.startswith(self.selected): + return Selected.Implicitly + else: + return Ignored.Implicitly + + def was_ignored(self, code: str) -> Selected | Ignored: + """Determine if the code has been ignored by the user. + + :param code: + The code for the check that has been run. + :returns: + Selected.Implicitly if the ignored list is empty, + Ignored.Explicitly if the ignored list is not empty and a match was + found, + Selected.Implicitly if the ignored list is not empty but no match + was found. + """ + if code.startswith(self.ignored_explicitly): + return Ignored.Explicitly + elif code.startswith(self.ignored): + return Ignored.Implicitly + else: + return Selected.Implicitly + + def make_decision(self, code: str) -> Decision: + """Decide if code should be ignored or selected.""" + selected = self.was_selected(code) + ignored = self.was_ignored(code) + LOG.debug( + "The user configured %r to be %r, %r", + code, + selected, + ignored, + ) + + if isinstance(selected, Selected) and isinstance(ignored, Selected): + return Decision.Selected + elif isinstance(selected, Ignored) and isinstance(ignored, Ignored): + return Decision.Ignored + elif ( + selected is Selected.Explicitly + and ignored is not Ignored.Explicitly + ): + return Decision.Selected + elif ( + selected is not Selected.Explicitly + and ignored is Ignored.Explicitly + ): + return Decision.Ignored + elif selected is Ignored.Implicitly and ignored is Selected.Implicitly: + return Decision.Ignored + elif ( + selected is Selected.Explicitly and ignored is Ignored.Explicitly + ) or ( + selected is Selected.Implicitly and ignored is Ignored.Implicitly + ): + # we only get here if it was in both lists: longest prefix wins + select = next(s for s in self.selected if code.startswith(s)) + ignore = next(s for s in self.ignored if code.startswith(s)) + if len(select) > len(ignore): + return Decision.Selected + else: + return Decision.Ignored + else: + raise AssertionError(f"unreachable {code} {selected} {ignored}") + + def decision_for(self, code: str) -> Decision: + """Return the decision for a specific code. + + This method caches the decisions for codes to avoid retracing the same + logic over and over again. We only care about the select and ignore + rules as specified by the user in their configuration files and + command-line flags. + + This method does not look at whether the specific line is being + ignored in the file itself. + + :param code: The code for the check that has been run. + """ + decision = self.cache.get(code) + if decision is None: + decision = self.make_decision(code) + self.cache[code] = decision + LOG.debug('"%s" will be "%s"', code, decision) + return decision + + +class StyleGuideManager: + """Manage multiple style guides for a single run.""" + + def __init__( + self, + options: argparse.Namespace, + formatter: base_formatter.BaseFormatter, + decider: DecisionEngine | None = None, + ) -> None: + """Initialize our StyleGuide. + + .. todo:: Add parameter documentation. + """ + self.options = options + self.formatter = formatter + self.stats = statistics.Statistics() + self.decider = decider or DecisionEngine(options) + self.style_guides: list[StyleGuide] = [] + self.default_style_guide = StyleGuide( + options, formatter, self.stats, decider=decider + ) + self.style_guides = [ + self.default_style_guide, + *self.populate_style_guides_with(options), + ] + + self.style_guide_for = functools.lru_cache(maxsize=None)( + self._style_guide_for + ) + + def populate_style_guides_with( + self, options: argparse.Namespace + ) -> Generator[StyleGuide, None, None]: + """Generate style guides from the per-file-ignores option. + + :param options: + The original options parsed from the CLI and config file. + :returns: + A copy of the default style guide with overridden values. + """ + per_file = utils.parse_files_to_codes_mapping(options.per_file_ignores) + for filename, violations in per_file: + yield self.default_style_guide.copy( + filename=filename, extend_ignore_with=violations + ) + + def _style_guide_for(self, filename: str) -> StyleGuide: + """Find the StyleGuide for the filename in particular.""" + return max( + (g for g in self.style_guides if g.applies_to(filename)), + key=lambda g: len(g.filename or ""), + ) + + @contextlib.contextmanager + def processing_file( + self, filename: str + ) -> Generator[StyleGuide, None, None]: + """Record the fact that we're processing the file's results.""" + guide = self.style_guide_for(filename) + with guide.processing_file(filename): + yield guide + + def handle_error( + self, + code: str, + filename: str, + line_number: int, + column_number: int, + text: str, + physical_line: str | None = None, + ) -> int: + """Handle an error reported by a check. + + :param code: + The error code found, e.g., E123. + :param filename: + The file in which the error was found. + :param line_number: + The line number (where counting starts at 1) at which the error + occurs. + :param column_number: + The column number (where counting starts at 1) at which the error + occurs. + :param text: + The text of the error message. + :param physical_line: + The actual physical line causing the error. + :returns: + 1 if the error was reported. 0 if it was ignored. This is to allow + for counting of the number of errors found that were not ignored. + """ + guide = self.style_guide_for(filename) + return guide.handle_error( + code, filename, line_number, column_number, text, physical_line + ) + + +class StyleGuide: + """Manage a Flake8 user's style guide.""" + + def __init__( + self, + options: argparse.Namespace, + formatter: base_formatter.BaseFormatter, + stats: statistics.Statistics, + filename: str | None = None, + decider: DecisionEngine | None = None, + ): + """Initialize our StyleGuide. + + .. todo:: Add parameter documentation. + """ + self.options = options + self.formatter = formatter + self.stats = stats + self.decider = decider or DecisionEngine(options) + self.filename = filename + if self.filename: + self.filename = utils.normalize_path(self.filename) + + def __repr__(self) -> str: + """Make it easier to debug which StyleGuide we're using.""" + return f"" + + def copy( + self, + filename: str | None = None, + extend_ignore_with: Sequence[str] | None = None, + ) -> StyleGuide: + """Create a copy of this style guide with different values.""" + filename = filename or self.filename + options = copy.deepcopy(self.options) + options.extend_ignore = options.extend_ignore or [] + options.extend_ignore.extend(extend_ignore_with or []) + return StyleGuide( + options, self.formatter, self.stats, filename=filename + ) + + @contextlib.contextmanager + def processing_file( + self, filename: str + ) -> Generator[StyleGuide, None, None]: + """Record the fact that we're processing the file's results.""" + self.formatter.beginning(filename) + yield self + self.formatter.finished(filename) + + def applies_to(self, filename: str) -> bool: + """Check if this StyleGuide applies to the file. + + :param filename: + The name of the file with violations that we're potentially + applying this StyleGuide to. + :returns: + True if this applies, False otherwise + """ + if self.filename is None: + return True + return utils.matches_filename( + filename, + patterns=[self.filename], + log_message=f'{self!r} does %(whether)smatch "%(path)s"', + logger=LOG, + ) + + def should_report_error(self, code: str) -> Decision: + """Determine if the error code should be reported or ignored. + + This method only cares about the select and ignore rules as specified + by the user in their configuration files and command-line flags. + + This method does not look at whether the specific line is being + ignored in the file itself. + + :param code: + The code for the check that has been run. + """ + return self.decider.decision_for(code) + + def handle_error( + self, + code: str, + filename: str, + line_number: int, + column_number: int, + text: str, + physical_line: str | None = None, + ) -> int: + """Handle an error reported by a check. + + :param code: + The error code found, e.g., E123. + :param filename: + The file in which the error was found. + :param line_number: + The line number (where counting starts at 1) at which the error + occurs. + :param column_number: + The column number (where counting starts at 1) at which the error + occurs. + :param text: + The text of the error message. + :param physical_line: + The actual physical line causing the error. + :returns: + 1 if the error was reported. 0 if it was ignored. This is to allow + for counting of the number of errors found that were not ignored. + """ + disable_noqa = self.options.disable_noqa + # NOTE(sigmavirus24): Apparently we're provided with 0-indexed column + # numbers so we have to offset that here. + if not column_number: + column_number = 0 + error = Violation( + code, + filename, + line_number, + column_number + 1, + text, + physical_line, + ) + error_is_selected = ( + self.should_report_error(error.code) is Decision.Selected + ) + is_not_inline_ignored = error.is_inline_ignored(disable_noqa) is False + if error_is_selected and is_not_inline_ignored: + self.formatter.handle(error) + self.stats.record(error) + return 1 + return 0 diff --git a/venv/lib/python3.10/site-packages/flake8/utils.py b/venv/lib/python3.10/site-packages/flake8/utils.py new file mode 100644 index 0000000..afc3896 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/utils.py @@ -0,0 +1,280 @@ +"""Utility methods for flake8.""" +from __future__ import annotations + +import fnmatch as _fnmatch +import functools +import io +import logging +import os +import platform +import re +import sys +import textwrap +import tokenize +from typing import NamedTuple +from typing import Pattern +from typing import Sequence + +from flake8 import exceptions + +COMMA_SEPARATED_LIST_RE = re.compile(r"[,\s]") +LOCAL_PLUGIN_LIST_RE = re.compile(r"[,\t\n\r\f\v]") +NORMALIZE_PACKAGE_NAME_RE = re.compile(r"[-_.]+") + + +def parse_comma_separated_list( + value: str, regexp: Pattern[str] = COMMA_SEPARATED_LIST_RE +) -> list[str]: + """Parse a comma-separated list. + + :param value: + String to be parsed and normalized. + :param regexp: + Compiled regular expression used to split the value when it is a + string. + :returns: + List of values with whitespace stripped. + """ + assert isinstance(value, str), value + + separated = regexp.split(value) + item_gen = (item.strip() for item in separated) + return [item for item in item_gen if item] + + +class _Token(NamedTuple): + tp: str + src: str + + +_CODE, _FILE, _COLON, _COMMA, _WS = "code", "file", "colon", "comma", "ws" +_EOF = "eof" +_FILE_LIST_TOKEN_TYPES = [ + (re.compile(r"[A-Z]+[0-9]*(?=$|\s|,)"), _CODE), + (re.compile(r"[^\s:,]+"), _FILE), + (re.compile(r"\s*:\s*"), _COLON), + (re.compile(r"\s*,\s*"), _COMMA), + (re.compile(r"\s+"), _WS), +] + + +def _tokenize_files_to_codes_mapping(value: str) -> list[_Token]: + tokens = [] + i = 0 + while i < len(value): + for token_re, token_name in _FILE_LIST_TOKEN_TYPES: + match = token_re.match(value, i) + if match: + tokens.append(_Token(token_name, match.group().strip())) + i = match.end() + break + else: + raise AssertionError("unreachable", value, i) + tokens.append(_Token(_EOF, "")) + + return tokens + + +def parse_files_to_codes_mapping( # noqa: C901 + value_: Sequence[str] | str, +) -> list[tuple[str, list[str]]]: + """Parse a files-to-codes mapping. + + A files-to-codes mapping a sequence of values specified as + `filenames list:codes list ...`. Each of the lists may be separated by + either comma or whitespace tokens. + + :param value: String to be parsed and normalized. + """ + if not isinstance(value_, str): + value = "\n".join(value_) + else: + value = value_ + + ret: list[tuple[str, list[str]]] = [] + if not value.strip(): + return ret + + class State: + seen_sep = True + seen_colon = False + filenames: list[str] = [] + codes: list[str] = [] + + def _reset() -> None: + if State.codes: + for filename in State.filenames: + ret.append((filename, State.codes)) + State.seen_sep = True + State.seen_colon = False + State.filenames = [] + State.codes = [] + + def _unexpected_token() -> exceptions.ExecutionError: + return exceptions.ExecutionError( + f"Expected `per-file-ignores` to be a mapping from file exclude " + f"patterns to ignore codes.\n\n" + f"Configured `per-file-ignores` setting:\n\n" + f"{textwrap.indent(value.strip(), ' ')}" + ) + + for token in _tokenize_files_to_codes_mapping(value): + # legal in any state: separator sets the sep bit + if token.tp in {_COMMA, _WS}: + State.seen_sep = True + # looking for filenames + elif not State.seen_colon: + if token.tp == _COLON: + State.seen_colon = True + State.seen_sep = True + elif State.seen_sep and token.tp == _FILE: + State.filenames.append(token.src) + State.seen_sep = False + else: + raise _unexpected_token() + # looking for codes + else: + if token.tp == _EOF: + _reset() + elif State.seen_sep and token.tp == _CODE: + State.codes.append(token.src) + State.seen_sep = False + elif State.seen_sep and token.tp == _FILE: + _reset() + State.filenames.append(token.src) + State.seen_sep = False + else: + raise _unexpected_token() + + return ret + + +def normalize_paths( + paths: Sequence[str], parent: str = os.curdir +) -> list[str]: + """Normalize a list of paths relative to a parent directory. + + :returns: + The normalized paths. + """ + assert isinstance(paths, list), paths + return [normalize_path(p, parent) for p in paths] + + +def normalize_path(path: str, parent: str = os.curdir) -> str: + """Normalize a single-path. + + :returns: + The normalized path. + """ + # NOTE(sigmavirus24): Using os.path.sep and os.path.altsep allow for + # Windows compatibility with both Windows-style paths (c:\foo\bar) and + # Unix style paths (/foo/bar). + separator = os.path.sep + # NOTE(sigmavirus24): os.path.altsep may be None + alternate_separator = os.path.altsep or "" + if ( + path == "." + or separator in path + or (alternate_separator and alternate_separator in path) + ): + path = os.path.abspath(os.path.join(parent, path)) + return path.rstrip(separator + alternate_separator) + + +@functools.lru_cache(maxsize=1) +def stdin_get_value() -> str: + """Get and cache it so plugins can use it.""" + stdin_value = sys.stdin.buffer.read() + fd = io.BytesIO(stdin_value) + try: + coding, _ = tokenize.detect_encoding(fd.readline) + fd.seek(0) + return io.TextIOWrapper(fd, coding).read() + except (LookupError, SyntaxError, UnicodeError): + return stdin_value.decode("utf-8") + + +def stdin_get_lines() -> list[str]: + """Return lines of stdin split according to file splitting.""" + return list(io.StringIO(stdin_get_value())) + + +def is_using_stdin(paths: list[str]) -> bool: + """Determine if we're going to read from stdin. + + :param paths: + The paths that we're going to check. + :returns: + True if stdin (-) is in the path, otherwise False + """ + return "-" in paths + + +def fnmatch(filename: str, patterns: Sequence[str]) -> bool: + """Wrap :func:`fnmatch.fnmatch` to add some functionality. + + :param filename: + Name of the file we're trying to match. + :param patterns: + Patterns we're using to try to match the filename. + :param default: + The default value if patterns is empty + :returns: + True if a pattern matches the filename, False if it doesn't. + ``True`` if patterns is empty. + """ + if not patterns: + return True + return any(_fnmatch.fnmatch(filename, pattern) for pattern in patterns) + + +def matches_filename( + path: str, + patterns: Sequence[str], + log_message: str, + logger: logging.Logger, +) -> bool: + """Use fnmatch to discern if a path exists in patterns. + + :param path: + The path to the file under question + :param patterns: + The patterns to match the path against. + :param log_message: + The message used for logging purposes. + :returns: + True if path matches patterns, False otherwise + """ + if not patterns: + return False + basename = os.path.basename(path) + if basename not in {".", ".."} and fnmatch(basename, patterns): + logger.debug(log_message, {"path": basename, "whether": ""}) + return True + + absolute_path = os.path.abspath(path) + match = fnmatch(absolute_path, patterns) + logger.debug( + log_message, + {"path": absolute_path, "whether": "" if match else "not "}, + ) + return match + + +def get_python_version() -> str: + """Find and format the python implementation and version. + + :returns: + Implementation name, version, and platform as a string. + """ + return "{} {} on {}".format( + platform.python_implementation(), + platform.python_version(), + platform.system(), + ) + + +def normalize_pypi_name(s: str) -> str: + """Normalize a distribution name according to PEP 503.""" + return NORMALIZE_PACKAGE_NAME_RE.sub("-", s).lower() diff --git a/venv/lib/python3.10/site-packages/flake8/violation.py b/venv/lib/python3.10/site-packages/flake8/violation.py new file mode 100644 index 0000000..96161d4 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8/violation.py @@ -0,0 +1,69 @@ +"""Contains the Violation error class used internally.""" +from __future__ import annotations + +import functools +import linecache +import logging +from typing import Match +from typing import NamedTuple + +from flake8 import defaults +from flake8 import utils + + +LOG = logging.getLogger(__name__) + + +@functools.lru_cache(maxsize=512) +def _find_noqa(physical_line: str) -> Match[str] | None: + return defaults.NOQA_INLINE_REGEXP.search(physical_line) + + +class Violation(NamedTuple): + """Class representing a violation reported by Flake8.""" + + code: str + filename: str + line_number: int + column_number: int + text: str + physical_line: str | None + + def is_inline_ignored(self, disable_noqa: bool) -> bool: + """Determine if a comment has been added to ignore this line. + + :param disable_noqa: + Whether or not users have provided ``--disable-noqa``. + :returns: + True if error is ignored in-line, False otherwise. + """ + physical_line = self.physical_line + # TODO(sigmavirus24): Determine how to handle stdin with linecache + if disable_noqa: + return False + + if physical_line is None: + physical_line = linecache.getline(self.filename, self.line_number) + noqa_match = _find_noqa(physical_line) + if noqa_match is None: + LOG.debug("%r is not inline ignored", self) + return False + + codes_str = noqa_match.groupdict()["codes"] + if codes_str is None: + LOG.debug("%r is ignored by a blanket ``# noqa``", self) + return True + + codes = set(utils.parse_comma_separated_list(codes_str)) + if self.code in codes or self.code.startswith(tuple(codes)): + LOG.debug( + "%r is ignored specifically inline with ``# noqa: %s``", + self, + codes_str, + ) + return True + + LOG.debug( + "%r is not ignored inline with ``# noqa: %s``", self, codes_str + ) + return False diff --git a/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/INSTALLER b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/LICENSE b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/LICENSE new file mode 100644 index 0000000..aa83619 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2013 Simon Andre, Ian Cordasco + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/METADATA b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/METADATA new file mode 100644 index 0000000..ee8de24 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/METADATA @@ -0,0 +1,56 @@ +Metadata-Version: 2.1 +Name: flake8-docstrings +Version: 1.7.0 +Summary: Extension for flake8 which uses pydocstyle to check docstrings +Home-page: https://github.com/pycqa/flake8-docstrings +Author: Simon ANDRÉ +Author-email: sandre@anybox.fr +Maintainer: Ian Cordasco +Maintainer-email: graffatcolmingov@gmail.com +License: MIT +Keywords: PEP 257,pydocstyle,pep257,docstrings,flake8 +Classifier: Environment :: Console +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: Implementation :: CPython +Provides: flake8_docstrings +Requires-Python: >=3.7 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: flake8 (>=3) +Requires-Dist: pydocstyle (>=2.1) + +flake8-docstrings +================= + +A simple module that adds an extension for the fantastic pydocstyle_ tool to +flake8_. + +Simply install this extension:: + + pip install flake8-docstrings + +and run flake8. + +You can set the pydocstyle convention_ at the command line using:: + + $ flake8 --docstring-convention numpy ... + +Or, adding ``docstring-convention=numpy`` to your flake8 configuration file. +The available set of conventions depends on the version of pydocstyle installed. +The default is ``pep257``, pydocstyle v2.0.0 added ``numpy`` (for the numpydoc +standard), while pydocstyle v4.0.0 added ``google``. + +In order to choose a custom list of error codes, use the special value +``docstring-convention=all``, then choose the codes you want checked using +flake8_'s built-in ``--ignore``/``--select`` functionality. + +Report any issues on our `bug tracker`_. + +.. _pydocstyle: https://github.com/pycqa/pydocstyle +.. _flake8: https://github.com/pycqa/flake8 +.. _convention: http://www.pydocstyle.org/en/latest/error_codes.html#default-conventions +.. _bug tracker: https://github.com/pycqa/flake8-docstrings/issues diff --git a/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/RECORD b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/RECORD new file mode 100644 index 0000000..a65d82f --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/RECORD @@ -0,0 +1,10 @@ +__pycache__/flake8_docstrings.cpython-310.pyc,, +flake8_docstrings-1.7.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +flake8_docstrings-1.7.0.dist-info/LICENSE,sha256=ssNTFoXBAsnRWJ6HCcNDSi6LVe48UIomgczFXMNtJ74,1069 +flake8_docstrings-1.7.0.dist-info/METADATA,sha256=BdC72VYvwlip5cT7JIgVWtfomwL5bNKV_vBgapxCHk4,2018 +flake8_docstrings-1.7.0.dist-info/RECORD,, +flake8_docstrings-1.7.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +flake8_docstrings-1.7.0.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110 +flake8_docstrings-1.7.0.dist-info/entry_points.txt,sha256=WF8dzOXqJNF3APZKfjxEaLJKd9Q02-imwIknRDO3UFg,55 +flake8_docstrings-1.7.0.dist-info/top_level.txt,sha256=Lewe8PP5k3LnyX3eVHmly_iOAJmtm8hjq_KXHNAHJsM,18 +flake8_docstrings.py,sha256=TWISW6O8AT7rJ8ig7kYuFolD2wXE7fjhN2LpkBPIPtk,6295 diff --git a/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/REQUESTED b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/WHEEL b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/WHEEL new file mode 100644 index 0000000..0b18a28 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.37.1) +Root-Is-Purelib: true +Tag: py2-none-any +Tag: py3-none-any + diff --git a/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/entry_points.txt b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/entry_points.txt new file mode 100644 index 0000000..f626550 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/entry_points.txt @@ -0,0 +1,2 @@ +[flake8.extension] +D = flake8_docstrings:pep257Checker diff --git a/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/top_level.txt b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/top_level.txt new file mode 100644 index 0000000..3f2bd06 --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8_docstrings-1.7.0.dist-info/top_level.txt @@ -0,0 +1 @@ +flake8_docstrings diff --git a/venv/lib/python3.10/site-packages/flake8_docstrings.py b/venv/lib/python3.10/site-packages/flake8_docstrings.py new file mode 100644 index 0000000..3d74d9e --- /dev/null +++ b/venv/lib/python3.10/site-packages/flake8_docstrings.py @@ -0,0 +1,192 @@ +"""Implementation of pydocstyle integration with Flake8. + +pydocstyle docstrings convention needs error code and class parser for be +included as module into flake8 +""" +import re + +supports_ignore_inline_noqa = False +supports_property_decorators = False +supports_ignore_self_only_init = False +try: + import pydocstyle as pep257 + + module_name = "pydocstyle" + + pydocstyle_version = tuple( + int(num) for num in pep257.__version__.split(".") + ) + supports_ignore_inline_noqa = pydocstyle_version >= (6, 0, 0) + supports_property_decorators = pydocstyle_version >= (6, 2, 0) + supports_ignore_self_only_init = pydocstyle_version >= (6, 3, 0) +except ImportError: + import pep257 + + module_name = "pep257" + +__version__ = "1.7.0" +__all__ = ("pep257Checker",) + + +class _ContainsAll: + def __contains__(self, code): # type: (str) -> bool + return True + + +class EnvironError(pep257.Error): + def __init__(self, err): + super().__init__( + code="D998", + short_desc="EnvironmentError: " + str(err), + context=None, + ) + + @property + def line(self): + """Return 0 as line number for EnvironmentError.""" + return 0 + + +class AllError(pep257.Error): + def __init__(self, err): + super().__init__( + code="D999", + short_desc=str(err).partition("\n")[0], + context=None, + ) + + @property + def line(self): + """pep257.AllError does not contain line number. Return 0 instead.""" + return 0 + + +class pep257Checker: + """Flake8 needs a class to check python file.""" + + name = "flake8-docstrings" + version = f"{__version__}, {module_name}: {pep257.__version__}" + + def __init__(self, tree, filename, lines): + """Initialize the checker.""" + self.tree = tree + self.filename = filename + self.checker = pep257.ConventionChecker() + self.source = "".join(lines) + + @classmethod + def add_options(cls, parser): + """Add plugin configuration option to flake8.""" + parser.add_option( + "--docstring-convention", + action="store", + parse_from_config=True, + default="pep257", + choices=sorted(pep257.conventions) + ["all"], + help=( + "pydocstyle docstring convention, default 'pep257'. " + "Use the special value 'all' to enable all codes (note: " + "some codes are conflicting so you'll need to then exclude " + "those)." + ), + ) + parser.add_option( + "--ignore-decorators", + action="store", + parse_from_config=True, + default=None, + help=( + "pydocstyle ignore-decorators regular expression, " + "default None. " + "Ignore any functions or methods that are decorated by " + "a function with a name fitting this regular expression. " + "The default is not ignore any decorated functions. " + ), + ) + + if supports_property_decorators: + from pydocstyle.config import ConfigurationParser + + default_property_decorators = ( + ConfigurationParser.DEFAULT_PROPERTY_DECORATORS + ) + parser.add_option( + "--property-decorators", + action="store", + parse_from_config=True, + default=default_property_decorators, + help=( + "consider any method decorated with one of these " + "decorators as a property, and consequently allow " + "a docstring which is not in imperative mood; default " + f"is --property-decorators='{default_property_decorators}'" + ), + ) + + if supports_ignore_self_only_init: + parser.add_option( + "--ignore-self-only-init", + action="store_true", + parse_from_config=True, + help="ignore __init__ methods which only have a self param.", + ) + + @classmethod + def parse_options(cls, options): + """Parse the configuration options given to flake8.""" + cls.convention = options.docstring_convention + cls.ignore_decorators = ( + re.compile(options.ignore_decorators) + if options.ignore_decorators + else None + ) + if supports_property_decorators: + cls.property_decorators = options.property_decorators + if supports_ignore_self_only_init: + cls.ignore_self_only_init = options.ignore_self_only_init + + def _call_check_source(self): + check_source_kwargs = {} + if supports_ignore_inline_noqa: + check_source_kwargs["ignore_inline_noqa"] = True + if supports_property_decorators: + check_source_kwargs["property_decorators"] = ( + set(self.property_decorators.split(",")) + if self.property_decorators + else None + ) + if supports_ignore_self_only_init: + check_source_kwargs[ + "ignore_self_only_init" + ] = self.ignore_self_only_init + + return self.checker.check_source( + self.source, + self.filename, + ignore_decorators=self.ignore_decorators, + **check_source_kwargs, + ) + + def _check_source(self): + try: + for err in self._call_check_source(): + yield err + except pep257.AllError as err: + yield AllError(err) + except OSError as err: + yield EnvironError(err) + + def run(self): + """Use directly check() api from pydocstyle.""" + if self.convention == "all": + checked_codes = _ContainsAll() + else: + checked_codes = pep257.conventions[self.convention] | { + "D998", + "D999", + } + for error in self._check_source(): + if isinstance(error, pep257.Error) and error.code in checked_codes: + # NOTE(sigmavirus24): Fixes GitLab#3 + message = f"{error.code} {error.short_desc}" + yield (error.line, 0, message, type(self)) diff --git a/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/INSTALLER b/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/LICENSE b/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/LICENSE new file mode 100644 index 0000000..8fd356e --- /dev/null +++ b/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/LICENSE @@ -0,0 +1,25 @@ +Copyright © Ned Batchelder +Copyright © 2011-2013 Tarek Ziade +Copyright © 2013 Florent Xicluna + +Licensed under the terms of the Expat License + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/METADATA b/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/METADATA new file mode 100644 index 0000000..e25facd --- /dev/null +++ b/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/METADATA @@ -0,0 +1,199 @@ +Metadata-Version: 2.1 +Name: mccabe +Version: 0.7.0 +Summary: McCabe checker, plugin for flake8 +Home-page: https://github.com/pycqa/mccabe +Author: Tarek Ziade +Author-email: tarek@ziade.org +Maintainer: Ian Stapleton Cordasco +Maintainer-email: graffatcolmingov@gmail.com +License: Expat license +Keywords: flake8 mccabe +Platform: UNKNOWN +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +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 :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Software Development :: Quality Assurance +Requires-Python: >=3.6 +License-File: LICENSE + +McCabe complexity checker +========================= + +Ned's script to check McCabe complexity. + +This module provides a plugin for ``flake8``, the Python code checker. + + +Installation +------------ + +You can install, upgrade, or uninstall ``mccabe`` with these commands:: + + $ pip install mccabe + $ pip install --upgrade mccabe + $ pip uninstall mccabe + + +Standalone script +----------------- + +The complexity checker can be used directly:: + + $ python -m mccabe --min 5 mccabe.py + ("185:1: 'PathGraphingAstVisitor.visitIf'", 5) + ("71:1: 'PathGraph.to_dot'", 5) + ("245:1: 'McCabeChecker.run'", 5) + ("283:1: 'main'", 7) + ("203:1: 'PathGraphingAstVisitor.visitTryExcept'", 5) + ("257:1: 'get_code_complexity'", 5) + + +Plugin for Flake8 +----------------- + +When both ``flake8 2+`` and ``mccabe`` are installed, the plugin is +available in ``flake8``:: + + $ flake8 --version + 2.0 (pep8: 1.4.2, pyflakes: 0.6.1, mccabe: 0.2) + +By default the plugin is disabled. Use the ``--max-complexity`` switch to +enable it. It will emit a warning if the McCabe complexity of a function is +higher than the provided value:: + + $ flake8 --max-complexity 10 coolproject + ... + coolproject/mod.py:1204:1: C901 'CoolFactory.prepare' is too complex (14) + +This feature is quite useful for detecting over-complex code. According to McCabe, +anything that goes beyond 10 is too complex. + +Flake8 has many features that mccabe does not provide. Flake8 allows users to +ignore violations reported by plugins with ``# noqa``. Read more about this in +`their documentation +`__. +To silence violations reported by ``mccabe``, place your ``# noqa: C901`` on +the function definition line, where the error is reported for (possibly a +decorator). + + +Links +----- + +* Feedback and ideas: http://mail.python.org/mailman/listinfo/code-quality + +* Cyclomatic complexity: http://en.wikipedia.org/wiki/Cyclomatic_complexity + +* Ned Batchelder's script: + http://nedbatchelder.com/blog/200803/python_code_complexity_microtool.html + +* McCabe complexity: http://en.wikipedia.org/wiki/Cyclomatic_complexity + + +Changes +------- + +0.7.0 - 2021-01-23 +`````````````````` + +* Drop support for all versions of Python lower than 3.6 + +* Add support for Python 3.8, 3.9, and 3.10 + +* Fix option declaration for Flake8 + +0.6.1 - 2017-01-26 +`````````````````` + +* Fix signature for ``PathGraphingAstVisitor.default`` to match the signature + for ``ASTVisitor`` + +0.6.0 - 2017-01-23 +`````````````````` + +* Add support for Python 3.6 + +* Fix handling for missing statement types + +0.5.3 - 2016-12-14 +`````````````````` + +* Report actual column number of violation instead of the start of the line + +0.5.2 - 2016-07-31 +`````````````````` + +* When opening files ourselves, make sure we always name the file variable + +0.5.1 - 2016-07-28 +`````````````````` + +* Set default maximum complexity to -1 on the class itself + +0.5.0 - 2016-05-30 +`````````````````` + +* PyCon 2016 PDX release + +* Add support for Flake8 3.0 + +0.4.0 - 2016-01-27 +`````````````````` + +* Stop testing on Python 3.2 + +* Add support for async/await keywords on Python 3.5 from PEP 0492 + +0.3.1 - 2015-06-14 +`````````````````` + +* Include ``test_mccabe.py`` in releases. + +* Always coerce the ``max_complexity`` value from Flake8's entry-point to an + integer. + +0.3 - 2014-12-17 +```````````````` + +* Computation was wrong: the mccabe complexity starts at 1, not 2. + +* The ``max-complexity`` value is now inclusive. E.g.: if the + value is 10 and the reported complexity is 10, then it passes. + +* Add tests. + + +0.2.1 - 2013-04-03 +`````````````````` + +* Do not require ``setuptools`` in setup.py. It works around an issue + with ``pip`` and Python 3. + + +0.2 - 2013-02-22 +```````````````` + +* Rename project to ``mccabe``. + +* Provide ``flake8.extension`` setuptools entry point. + +* Read ``max-complexity`` from the configuration file. + +* Rename argument ``min_complexity`` to ``threshold``. + + +0.1 - 2013-02-11 +```````````````` +* First release + + diff --git a/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/RECORD b/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/RECORD new file mode 100644 index 0000000..69c4dbd --- /dev/null +++ b/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/RECORD @@ -0,0 +1,9 @@ +__pycache__/mccabe.cpython-310.pyc,, +mccabe-0.7.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +mccabe-0.7.0.dist-info/LICENSE,sha256=EPvAA8uvims89xlbgNrJbIba85ADmyq_bntuc1r9fXQ,1221 +mccabe-0.7.0.dist-info/METADATA,sha256=oMxU_cw4ev2Q23YTL3NRg4pebHSqlrbF_DSSs-cpfBE,5035 +mccabe-0.7.0.dist-info/RECORD,, +mccabe-0.7.0.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110 +mccabe-0.7.0.dist-info/entry_points.txt,sha256=N2NH182GXTUyTm8r8XMgadb9C-CRa5dUr1k8OC91uGE,47 +mccabe-0.7.0.dist-info/top_level.txt,sha256=21cXuqZE-lpcfAqqANvX9EjI1ED1p8zcViv064u3RKA,7 +mccabe.py,sha256=g_kB8oPilNLemdOirPaZymQyyjqAH0kowrncUQaaw00,10654 diff --git a/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/WHEEL b/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/WHEEL new file mode 100644 index 0000000..0b18a28 --- /dev/null +++ b/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.37.1) +Root-Is-Purelib: true +Tag: py2-none-any +Tag: py3-none-any + diff --git a/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/entry_points.txt b/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/entry_points.txt new file mode 100644 index 0000000..cc6645b --- /dev/null +++ b/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/entry_points.txt @@ -0,0 +1,3 @@ +[flake8.extension] +C90 = mccabe:McCabeChecker + diff --git a/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/top_level.txt b/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/top_level.txt new file mode 100644 index 0000000..8831b36 --- /dev/null +++ b/venv/lib/python3.10/site-packages/mccabe-0.7.0.dist-info/top_level.txt @@ -0,0 +1 @@ +mccabe diff --git a/venv/lib/python3.10/site-packages/mccabe.py b/venv/lib/python3.10/site-packages/mccabe.py new file mode 100644 index 0000000..5746504 --- /dev/null +++ b/venv/lib/python3.10/site-packages/mccabe.py @@ -0,0 +1,346 @@ +""" Meager code path measurement tool. + Ned Batchelder + http://nedbatchelder.com/blog/200803/python_code_complexity_microtool.html + MIT License. +""" +from __future__ import with_statement + +import optparse +import sys +import tokenize + +from collections import defaultdict +try: + import ast + from ast import iter_child_nodes +except ImportError: # Python 2.5 + from flake8.util import ast, iter_child_nodes + +__version__ = '0.7.0' + + +class ASTVisitor(object): + """Performs a depth-first walk of the AST.""" + + def __init__(self): + self.node = None + self._cache = {} + + def default(self, node, *args): + for child in iter_child_nodes(node): + self.dispatch(child, *args) + + def dispatch(self, node, *args): + self.node = node + klass = node.__class__ + meth = self._cache.get(klass) + if meth is None: + className = klass.__name__ + meth = getattr(self.visitor, 'visit' + className, self.default) + self._cache[klass] = meth + return meth(node, *args) + + def preorder(self, tree, visitor, *args): + """Do preorder walk of tree using visitor""" + self.visitor = visitor + visitor.visit = self.dispatch + self.dispatch(tree, *args) # XXX *args make sense? + + +class PathNode(object): + def __init__(self, name, look="circle"): + self.name = name + self.look = look + + def to_dot(self): + print('node [shape=%s,label="%s"] %d;' % ( + self.look, self.name, self.dot_id())) + + def dot_id(self): + return id(self) + + +class PathGraph(object): + def __init__(self, name, entity, lineno, column=0): + self.name = name + self.entity = entity + self.lineno = lineno + self.column = column + self.nodes = defaultdict(list) + + def connect(self, n1, n2): + self.nodes[n1].append(n2) + # Ensure that the destination node is always counted. + self.nodes[n2] = [] + + def to_dot(self): + print('subgraph {') + for node in self.nodes: + node.to_dot() + for node, nexts in self.nodes.items(): + for next in nexts: + print('%s -- %s;' % (node.dot_id(), next.dot_id())) + print('}') + + def complexity(self): + """ Return the McCabe complexity for the graph. + V-E+2 + """ + num_edges = sum([len(n) for n in self.nodes.values()]) + num_nodes = len(self.nodes) + return num_edges - num_nodes + 2 + + +class PathGraphingAstVisitor(ASTVisitor): + """ A visitor for a parsed Abstract Syntax Tree which finds executable + statements. + """ + + def __init__(self): + super(PathGraphingAstVisitor, self).__init__() + self.classname = "" + self.graphs = {} + self.reset() + + def reset(self): + self.graph = None + self.tail = None + + def dispatch_list(self, node_list): + for node in node_list: + self.dispatch(node) + + def visitFunctionDef(self, node): + + if self.classname: + entity = '%s%s' % (self.classname, node.name) + else: + entity = node.name + + name = '%d:%d: %r' % (node.lineno, node.col_offset, entity) + + if self.graph is not None: + # closure + pathnode = self.appendPathNode(name) + self.tail = pathnode + self.dispatch_list(node.body) + bottom = PathNode("", look='point') + self.graph.connect(self.tail, bottom) + self.graph.connect(pathnode, bottom) + self.tail = bottom + else: + self.graph = PathGraph(name, entity, node.lineno, node.col_offset) + pathnode = PathNode(name) + self.tail = pathnode + self.dispatch_list(node.body) + self.graphs["%s%s" % (self.classname, node.name)] = self.graph + self.reset() + + visitAsyncFunctionDef = visitFunctionDef + + def visitClassDef(self, node): + old_classname = self.classname + self.classname += node.name + "." + self.dispatch_list(node.body) + self.classname = old_classname + + def appendPathNode(self, name): + if not self.tail: + return + pathnode = PathNode(name) + self.graph.connect(self.tail, pathnode) + self.tail = pathnode + return pathnode + + def visitSimpleStatement(self, node): + if node.lineno is None: + lineno = 0 + else: + lineno = node.lineno + name = "Stmt %d" % lineno + self.appendPathNode(name) + + def default(self, node, *args): + if isinstance(node, ast.stmt): + self.visitSimpleStatement(node) + else: + super(PathGraphingAstVisitor, self).default(node, *args) + + def visitLoop(self, node): + name = "Loop %d" % node.lineno + self._subgraph(node, name) + + visitAsyncFor = visitFor = visitWhile = visitLoop + + def visitIf(self, node): + name = "If %d" % node.lineno + self._subgraph(node, name) + + def _subgraph(self, node, name, extra_blocks=()): + """create the subgraphs representing any `if` and `for` statements""" + if self.graph is None: + # global loop + self.graph = PathGraph(name, name, node.lineno, node.col_offset) + pathnode = PathNode(name) + self._subgraph_parse(node, pathnode, extra_blocks) + self.graphs["%s%s" % (self.classname, name)] = self.graph + self.reset() + else: + pathnode = self.appendPathNode(name) + self._subgraph_parse(node, pathnode, extra_blocks) + + def _subgraph_parse(self, node, pathnode, extra_blocks): + """parse the body and any `else` block of `if` and `for` statements""" + loose_ends = [] + self.tail = pathnode + self.dispatch_list(node.body) + loose_ends.append(self.tail) + for extra in extra_blocks: + self.tail = pathnode + self.dispatch_list(extra.body) + loose_ends.append(self.tail) + if node.orelse: + self.tail = pathnode + self.dispatch_list(node.orelse) + loose_ends.append(self.tail) + else: + loose_ends.append(pathnode) + if pathnode: + bottom = PathNode("", look='point') + for le in loose_ends: + self.graph.connect(le, bottom) + self.tail = bottom + + def visitTryExcept(self, node): + name = "TryExcept %d" % node.lineno + self._subgraph(node, name, extra_blocks=node.handlers) + + visitTry = visitTryExcept + + def visitWith(self, node): + name = "With %d" % node.lineno + self.appendPathNode(name) + self.dispatch_list(node.body) + + visitAsyncWith = visitWith + + +class McCabeChecker(object): + """McCabe cyclomatic complexity checker.""" + name = 'mccabe' + version = __version__ + _code = 'C901' + _error_tmpl = "C901 %r is too complex (%d)" + max_complexity = -1 + + def __init__(self, tree, filename): + self.tree = tree + + @classmethod + def add_options(cls, parser): + flag = '--max-complexity' + kwargs = { + 'default': -1, + 'action': 'store', + 'type': int, + 'help': 'McCabe complexity threshold', + 'parse_from_config': 'True', + } + config_opts = getattr(parser, 'config_options', None) + if isinstance(config_opts, list): + # Flake8 2.x + kwargs.pop('parse_from_config') + parser.add_option(flag, **kwargs) + parser.config_options.append('max-complexity') + else: + parser.add_option(flag, **kwargs) + + @classmethod + def parse_options(cls, options): + cls.max_complexity = int(options.max_complexity) + + def run(self): + if self.max_complexity < 0: + return + visitor = PathGraphingAstVisitor() + visitor.preorder(self.tree, visitor) + for graph in visitor.graphs.values(): + if graph.complexity() > self.max_complexity: + text = self._error_tmpl % (graph.entity, graph.complexity()) + yield graph.lineno, graph.column, text, type(self) + + +def get_code_complexity(code, threshold=7, filename='stdin'): + try: + tree = compile(code, filename, "exec", ast.PyCF_ONLY_AST) + except SyntaxError: + e = sys.exc_info()[1] + sys.stderr.write("Unable to parse %s: %s\n" % (filename, e)) + return 0 + + complx = [] + McCabeChecker.max_complexity = threshold + for lineno, offset, text, check in McCabeChecker(tree, filename).run(): + complx.append('%s:%d:1: %s' % (filename, lineno, text)) + + if len(complx) == 0: + return 0 + print('\n'.join(complx)) + return len(complx) + + +def get_module_complexity(module_path, threshold=7): + """Returns the complexity of a module""" + code = _read(module_path) + return get_code_complexity(code, threshold, filename=module_path) + + +def _read(filename): + if (2, 5) < sys.version_info < (3, 0): + with open(filename, 'rU') as f: + return f.read() + elif (3, 0) <= sys.version_info < (4, 0): + """Read the source code.""" + try: + with open(filename, 'rb') as f: + (encoding, _) = tokenize.detect_encoding(f.readline) + except (LookupError, SyntaxError, UnicodeError): + # Fall back if file encoding is improperly declared + with open(filename, encoding='latin-1') as f: + return f.read() + with open(filename, 'r', encoding=encoding) as f: + return f.read() + + +def main(argv=None): + if argv is None: + argv = sys.argv[1:] + opar = optparse.OptionParser() + opar.add_option("-d", "--dot", dest="dot", + help="output a graphviz dot file", action="store_true") + opar.add_option("-m", "--min", dest="threshold", + help="minimum complexity for output", type="int", + default=1) + + options, args = opar.parse_args(argv) + + code = _read(args[0]) + tree = compile(code, args[0], "exec", ast.PyCF_ONLY_AST) + visitor = PathGraphingAstVisitor() + visitor.preorder(tree, visitor) + + if options.dot: + print('graph {') + for graph in visitor.graphs.values(): + if (not options.threshold or + graph.complexity() >= options.threshold): + graph.to_dot() + print('}') + else: + for graph in visitor.graphs.values(): + if graph.complexity() >= options.threshold: + print(graph.name, graph.complexity()) + + +if __name__ == '__main__': + main(sys.argv[1:]) diff --git a/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/AUTHORS.txt b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/AUTHORS.txt new file mode 100644 index 0000000..f42daec --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/AUTHORS.txt @@ -0,0 +1,806 @@ +@Switch01 +A_Rog +Aakanksha Agrawal +Abhinav Sagar +ABHYUDAY PRATAP SINGH +abs51295 +AceGentile +Adam Chainz +Adam Tse +Adam Wentz +admin +Adolfo Ochagavía +Adrien Morison +Agus +ahayrapetyan +Ahilya +AinsworthK +Akash Srivastava +Alan Yee +Albert Tugushev +Albert-Guan +albertg +Alberto Sottile +Aleks Bunin +Ales Erjavec +Alethea Flowers +Alex Gaynor +Alex Grönholm +Alex Hedges +Alex Loosley +Alex Morega +Alex Stachowiak +Alexander Shtyrov +Alexandre Conrad +Alexey Popravka +Aleš Erjavec +Alli +Ami Fischman +Ananya Maiti +Anatoly Techtonik +Anders Kaseorg +Andre Aguiar +Andreas Lutro +Andrei Geacar +Andrew Gaul +Andrew Shymanel +Andrey Bienkowski +Andrey Bulgakov +Andrés Delfino +Andy Freeland +Andy Kluger +Ani Hayrapetyan +Aniruddha Basak +Anish Tambe +Anrs Hu +Anthony Sottile +Antoine Musso +Anton Ovchinnikov +Anton Patrushev +Anton Zelenov +Antonio Alvarado Hernandez +Antony Lee +Antti Kaihola +Anubhav Patel +Anudit Nagar +Anuj Godase +AQNOUCH Mohammed +AraHaan +arena +arenasys +Arindam Choudhury +Armin Ronacher +Arnon Yaari +Artem +Arun Babu Neelicattu +Ashley Manton +Ashwin Ramaswami +atse +Atsushi Odagiri +Avinash Karhana +Avner Cohen +Awit (Ah-Wit) Ghirmai +Baptiste Mispelon +Barney Gale +barneygale +Bartek Ogryczak +Bastian Venthur +Ben Bodenmiller +Ben Darnell +Ben Hoyt +Ben Mares +Ben Rosser +Bence Nagy +Benjamin Peterson +Benjamin VanEvery +Benoit Pierre +Berker Peksag +Bernard +Bernard Tyers +Bernardo B. Marques +Bernhard M. Wiedemann +Bertil Hatt +Bhavam Vidyarthi +Blazej Michalik +Bogdan Opanchuk +BorisZZZ +Brad Erickson +Bradley Ayers +Branch Vincent +Brandon L. Reiss +Brandt Bucher +Brannon Dorsey +Brett Randall +Brett Rosen +Brian Cristante +Brian Rosner +briantracy +BrownTruck +Bruno Oliveira +Bruno Renié +Bruno S +Bstrdsmkr +Buck Golemon +burrows +Bussonnier Matthias +bwoodsend +c22 +Caleb Brown +Caleb Martinez +Calvin Smith +Carl Meyer +Carlos Liam +Carol Willing +Carter Thayer +Cass +Chandrasekhar Atina +Charlie Marsh +charwick +Chih-Hsuan Yen +Chris Brinker +Chris Hunt +Chris Jerdonek +Chris Kuehl +Chris Markiewicz +Chris McDonough +Chris Pawley +Chris Pryer +Chris Wolfe +Christian Clauss +Christian Heimes +Christian Oudard +Christoph Reiter +Christopher Hunt +Christopher Snyder +chrysle +cjc7373 +Clark Boylan +Claudio Jolowicz +Clay McClure +Cody +Cody Soyland +Colin Watson +Collin Anderson +Connor Osborn +Cooper Lees +Cooper Ry Lees +Cory Benfield +Cory Wright +Craig Kerstiens +Cristian Sorinel +Cristina +Cristina Muñoz +ctg123 +Curtis Doty +cytolentino +Daan De Meyer +Dale +Damian +Damian Quiroga +Damian Shaw +Dan Black +Dan Savilonis +Dan Sully +Dane Hillard +daniel +Daniel Collins +Daniel Hahler +Daniel Holth +Daniel Jost +Daniel Katz +Daniel Shaulov +Daniele Esposti +Daniele Nicolodi +Daniele Procida +Daniil Konovalenko +Danny Hermes +Danny McClanahan +Darren Kavanagh +Dav Clark +Dave Abrahams +Dave Jones +David Aguilar +David Black +David Bordeynik +David Caro +David D Lowe +David Evans +David Hewitt +David Linke +David Poggi +David Poznik +David Pursehouse +David Runge +David Tucker +David Wales +Davidovich +ddelange +Deepak Sharma +Deepyaman Datta +Denise Yu +dependabot[bot] +derwolfe +Desetude +Devesh Kumar Singh +devsagul +Diego Caraballo +Diego Ramirez +DiegoCaraballo +Dimitri Merejkowsky +Dimitri Papadopoulos +Dimitri Papadopoulos Orfanos +Dirk Stolle +Dmitry Gladkov +Dmitry Volodin +Domen Kožar +Dominic Davis-Foster +Donald Stufft +Dongweiming +doron zarhi +Dos Moonen +Douglas Thor +DrFeathers +Dustin Ingram +Dustin Rodrigues +Dwayne Bailey +Ed Morley +Edgar Ramírez +Edgar Ramírez Mondragón +Ee Durbin +Efflam Lemaillet +efflamlemaillet +Eitan Adler +ekristina +elainechan +Eli Schwartz +Elisha Hollander +Ellen Marie Dash +Emil Burzo +Emil Styrke +Emmanuel Arias +Endoh Takanao +enoch +Erdinc Mutlu +Eric Cousineau +Eric Gillingham +Eric Hanchrow +Eric Hopper +Erik M. Bray +Erik Rose +Erwin Janssen +Eugene Vereshchagin +everdimension +Federico +Felipe Peter +Felix Yan +fiber-space +Filip Kokosiński +Filipe Laíns +Finn Womack +finnagin +Flavio Amurrio +Florian Briand +Florian Rathgeber +Francesco +Francesco Montesano +Fredrik Orderud +Frost Ming +Gabriel Curio +Gabriel de Perthuis +Garry Polley +gavin +gdanielson +Geoffrey Sneddon +George Song +Georgi Valkov +Georgy Pchelkin +ghost +Giftlin Rajaiah +gizmoguy1 +gkdoc +Godefroid Chapelle +Gopinath M +GOTO Hayato +gousaiyang +gpiks +Greg Roodt +Greg Ward +Guilherme Espada +Guillaume Seguin +gutsytechster +Guy Rozendorn +Guy Tuval +gzpan123 +Hanjun Kim +Hari Charan +Harsh Vardhan +harupy +Harutaka Kawamura +hauntsaninja +Henrich Hartzer +Henry Schreiner +Herbert Pfennig +Holly Stotelmyer +Honnix +Hsiaoming Yang +Hugo Lopes Tavares +Hugo van Kemenade +Hugues Bruant +Hynek Schlawack +Ian Bicking +Ian Cordasco +Ian Lee +Ian Stapleton Cordasco +Ian Wienand +Igor Kuzmitshov +Igor Sobreira +Ikko Ashimine +Ilan Schnell +Illia Volochii +Ilya Baryshev +Inada Naoki +Ionel Cristian Mărieș +Ionel Maries Cristian +Itamar Turner-Trauring +Ivan Pozdeev +J. Nick Koston +Jacob Kim +Jacob Walls +Jaime Sanz +jakirkham +Jakub Kuczys +Jakub Stasiak +Jakub Vysoky +Jakub Wilk +James Cleveland +James Curtin +James Firth +James Gerity +James Polley +Jan Pokorný +Jannis Leidel +Jarek Potiuk +jarondl +Jason Curtis +Jason R. Coombs +JasonMo +JasonMo1 +Jay Graves +Jean Abou Samra +Jean-Christophe Fillion-Robin +Jeff Barber +Jeff Dairiki +Jeff Widman +Jelmer Vernooij +jenix21 +Jeremy Fleischman +Jeremy Stanley +Jeremy Zafran +Jesse Rittner +Jiashuo Li +Jim Fisher +Jim Garrison +Jinzhe Zeng +Jiun Bae +Jivan Amara +Joe Bylund +Joe Michelini +John Paton +John Sirois +John T. Wodder II +John-Scott Atlakson +johnthagen +Jon Banafato +Jon Dufresne +Jon Parise +Jonas Nockert +Jonathan Herbert +Joonatan Partanen +Joost Molenaar +Jorge Niedbalski +Joseph Bylund +Joseph Long +Josh Bronson +Josh Cannon +Josh Hansen +Josh Schneier +Joshua +JoshuaPerdue +Juan Luis Cano Rodríguez +Juanjo Bazán +Judah Rand +Julian Berman +Julian Gethmann +Julien Demoor +July Tikhonov +Jussi Kukkonen +Justin van Heek +jwg4 +Jyrki Pulliainen +Kai Chen +Kai Mueller +Kamal Bin Mustafa +Karolina Surma +kasium +kaustav haldar +keanemind +Keith Maxwell +Kelsey Hightower +Kenneth Belitzky +Kenneth Reitz +Kevin Burke +Kevin Carter +Kevin Frommelt +Kevin R Patterson +Kexuan Sun +Kit Randel +Klaas van Schelven +KOLANICH +konstin +kpinc +Krishna Oza +Kumar McMillan +Kuntal Majumder +Kurt McKee +Kyle Persohn +lakshmanaram +Laszlo Kiss-Kollar +Laurent Bristiel +Laurent LAPORTE +Laurie O +Laurie Opperman +layday +Leon Sasson +Lev Givon +Lincoln de Sousa +Lipis +lorddavidiii +Loren Carvalho +Lucas Cimon +Ludovic Gasc +Luis Medel +Lukas Geiger +Lukas Juhrich +Luke Macken +Luo Jiebin +luojiebin +luz.paz +László Kiss Kollár +M00nL1ght +Marc Abramowitz +Marc Tamlyn +Marcus Smith +Mariatta +Mark Kohler +Mark McLoughlin +Mark Williams +Markus Hametner +Martey Dodoo +Martin Fischer +Martin Häcker +Martin Pavlasek +Masaki +Masklinn +Matej Stuchlik +Mathew Jennings +Mathieu Bridon +Mathieu Kniewallner +Matt Bacchi +Matt Good +Matt Maker +Matt Robenolt +Matt Wozniski +matthew +Matthew Einhorn +Matthew Feickert +Matthew Gilliard +Matthew Hughes +Matthew Iversen +Matthew Treinish +Matthew Trumbell +Matthew Willson +Matthias Bussonnier +mattip +Maurits van Rees +Max W Chase +Maxim Kurnikov +Maxime Rouyrre +mayeut +mbaluna +mdebi +memoselyk +meowmeowcat +Michael +Michael Aquilina +Michael E. Karpeles +Michael Klich +Michael Mintz +Michael Williamson +michaelpacer +Michał Górny +Mickaël Schoentgen +Miguel Araujo Perez +Mihir Singh +Mike +Mike Hendricks +Min RK +MinRK +Miro Hrončok +Monica Baluna +montefra +Monty Taylor +morotti +mrKazzila +Muha Ajjan +Nadav Wexler +Nahuel Ambrosini +Nate Coraor +Nate Prewitt +Nathan Houghton +Nathaniel J. Smith +Nehal J Wani +Neil Botelho +Nguyễn Gia Phong +Nicholas Serra +Nick Coghlan +Nick Stenning +Nick Timkovich +Nicolas Bock +Nicole Harris +Nikhil Benesch +Nikhil Ladha +Nikita Chepanov +Nikolay Korolev +Nipunn Koorapati +Nitesh Sharma +Niyas Sait +Noah +Noah Gorny +Nowell Strite +NtaleGrey +nvdv +OBITORASU +Ofek Lev +ofrinevo +Oliver Freund +Oliver Jeeves +Oliver Mannion +Oliver Tonnhofer +Olivier Girardot +Olivier Grisel +Ollie Rutherfurd +OMOTO Kenji +Omry Yadan +onlinejudge95 +Oren Held +Oscar Benjamin +Oz N Tiram +Pachwenko +Patrick Dubroy +Patrick Jenkins +Patrick Lawson +patricktokeeffe +Patrik Kopkan +Paul Ganssle +Paul Kehrer +Paul Moore +Paul Nasrat +Paul Oswald +Paul van der Linden +Paulus Schoutsen +Pavel Safronov +Pavithra Eswaramoorthy +Pawel Jasinski +Paweł Szramowski +Pekka Klärck +Peter Gessler +Peter Lisák +Peter Shen +Peter Waller +Petr Viktorin +petr-tik +Phaneendra Chiruvella +Phil Elson +Phil Freo +Phil Pennock +Phil Whelan +Philip Jägenstedt +Philip Molloy +Philippe Ombredanne +Pi Delport +Pierre-Yves Rofes +Pieter Degroote +pip +Prabakaran Kumaresshan +Prabhjyotsing Surjit Singh Sodhi +Prabhu Marappan +Pradyun Gedam +Prashant Sharma +Pratik Mallya +pre-commit-ci[bot] +Preet Thakkar +Preston Holmes +Przemek Wrzos +Pulkit Goyal +q0w +Qiangning Hong +Qiming Xu +Quentin Lee +Quentin Pradet +R. David Murray +Rafael Caricio +Ralf Schmitt +Ran Benita +Randy Döring +Razzi Abuissa +rdb +Reece Dunham +Remi Rampin +Rene Dudfield +Riccardo Magliocchetti +Riccardo Schirone +Richard Jones +Richard Si +Ricky Ng-Adam +Rishi +rmorotti +RobberPhex +Robert Collins +Robert McGibbon +Robert Pollak +Robert T. McGibbon +robin elisha robinson +Roey Berman +Rohan Jain +Roman Bogorodskiy +Roman Donchenko +Romuald Brunet +ronaudinho +Ronny Pfannschmidt +Rory McCann +Ross Brattain +Roy Wellington Ⅳ +Ruairidh MacLeod +Russell Keith-Magee +Ryan Shepherd +Ryan Wooden +ryneeverett +S. Guliaev +Sachi King +Salvatore Rinchiera +sandeepkiran-js +Sander Van Balen +Savio Jomton +schlamar +Scott Kitterman +Sean +seanj +Sebastian Jordan +Sebastian Schaetz +Segev Finer +SeongSoo Cho +Sergey Vasilyev +Seth Michael Larson +Seth Woodworth +Shahar Epstein +Shantanu +shenxianpeng +shireenrao +Shivansh-007 +Shixian Sheng +Shlomi Fish +Shovan Maity +Simeon Visser +Simon Cross +Simon Pichugin +sinoroc +sinscary +snook92 +socketubs +Sorin Sbarnea +Srinivas Nyayapati +Srishti Hegde +Stavros Korokithakis +Stefan Scherfke +Stefano Rivera +Stephan Erb +Stephen Rosen +stepshal +Steve (Gadget) Barnes +Steve Barnes +Steve Dower +Steve Kowalik +Steven Myint +Steven Silvester +stonebig +studioj +Stéphane Bidoul +Stéphane Bidoul (ACSONE) +Stéphane Klein +Sumana Harihareswara +Surbhi Sharma +Sviatoslav Sydorenko +Sviatoslav Sydorenko (Святослав Сидоренко) +Swat009 +Sylvain +Takayuki SHIMIZUKAWA +Taneli Hukkinen +tbeswick +Thiago +Thijs Triemstra +Thomas Fenzl +Thomas Grainger +Thomas Guettler +Thomas Johansson +Thomas Kluyver +Thomas Smith +Thomas VINCENT +Tim D. Smith +Tim Gates +Tim Harder +Tim Heap +tim smith +tinruufu +Tobias Hermann +Tom Forbes +Tom Freudenheim +Tom V +Tomas Hrnciar +Tomas Orsava +Tomer Chachamu +Tommi Enenkel | AnB +Tomáš Hrnčiar +Tony Beswick +Tony Narlock +Tony Zhaocheng Tan +TonyBeswick +toonarmycaptain +Toshio Kuratomi +toxinu +Travis Swicegood +Tushar Sadhwani +Tzu-ping Chung +Valentin Haenel +Victor Stinner +victorvpaulo +Vikram - Google +Viktor Szépe +Ville Skyttä +Vinay Sajip +Vincent Philippon +Vinicyus Macedo +Vipul Kumar +Vitaly Babiy +Vladimir Fokow +Vladimir Rutsky +W. Trevor King +Wil Tan +Wilfred Hughes +William Edwards +William ML Leslie +William T Olson +William Woodruff +Wilson Mo +wim glenn +Winson Luk +Wolfgang Maier +Wu Zhenyu +XAMES3 +Xavier Fernandez +Xianpeng Shen +xoviat +xtreak +YAMAMOTO Takashi +Yen Chi Hsuan +Yeray Diaz Diaz +Yoval P +Yu Jian +Yuan Jing Vincent Yan +Yusuke Hayashi +Zearin +Zhiping Deng +ziebam +Zvezdan Petkovic +Łukasz Langa +Роман Донченко +Семён Марьясин diff --git a/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/INSTALLER b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/LICENSE.txt b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/LICENSE.txt new file mode 100644 index 0000000..8e7b65e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip-25.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/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/METADATA b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/METADATA new file mode 100644 index 0000000..3315c06 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/METADATA @@ -0,0 +1,90 @@ +Metadata-Version: 2.2 +Name: pip +Version: 25.0.1 +Summary: The PyPA recommended tool for installing Python packages. +Author-email: The pip developers +License: MIT +Project-URL: Homepage, https://pip.pypa.io/ +Project-URL: Documentation, https://pip.pypa.io +Project-URL: Source, https://github.com/pypa/pip +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Topic :: Software Development :: Build Tools +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE.txt +License-File: AUTHORS.txt + +pip - The Python Package Installer +================================== + +.. |pypi-version| image:: https://img.shields.io/pypi/v/pip.svg + :target: https://pypi.org/project/pip/ + :alt: PyPI + +.. |python-versions| image:: https://img.shields.io/pypi/pyversions/pip + :target: https://pypi.org/project/pip + :alt: PyPI - Python Version + +.. |docs-badge| image:: https://readthedocs.org/projects/pip/badge/?version=latest + :target: https://pip.pypa.io/en/latest + :alt: Documentation + +|pypi-version| |python-versions| |docs-badge| + +pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. + +Please take a look at our documentation for how to install and use pip: + +* `Installation`_ +* `Usage`_ + +We release updates regularly, with a new version every 3 months. Find more details in our documentation: + +* `Release notes`_ +* `Release process`_ + +If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: + +* `Issue tracking`_ +* `Discourse channel`_ +* `User IRC`_ + +If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: + +* `GitHub page`_ +* `Development documentation`_ +* `Development IRC`_ + +Code of Conduct +--------------- + +Everyone interacting in the pip project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _package installer: https://packaging.python.org/guides/tool-recommendations/ +.. _Python Package Index: https://pypi.org +.. _Installation: https://pip.pypa.io/en/stable/installation/ +.. _Usage: https://pip.pypa.io/en/stable/ +.. _Release notes: https://pip.pypa.io/en/stable/news.html +.. _Release process: https://pip.pypa.io/en/latest/development/release-process/ +.. _GitHub page: https://github.com/pypa/pip +.. _Development documentation: https://pip.pypa.io/en/latest/development +.. _Issue tracking: https://github.com/pypa/pip/issues +.. _Discourse channel: https://discuss.python.org/c/packaging +.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa +.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md diff --git a/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/RECORD b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/RECORD new file mode 100644 index 0000000..29912dd --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/RECORD @@ -0,0 +1,854 @@ +../../../bin/pip,sha256=Zj3ucvsuJqtwndK3MsD7WNYgSWkHk9ZyiZNkvFwNY8s,259 +../../../bin/pip3,sha256=Zj3ucvsuJqtwndK3MsD7WNYgSWkHk9ZyiZNkvFwNY8s,259 +../../../bin/pip3.10,sha256=Zj3ucvsuJqtwndK3MsD7WNYgSWkHk9ZyiZNkvFwNY8s,259 +pip-25.0.1.dist-info/AUTHORS.txt,sha256=HqzpBVLfT1lBthqQfiDlVeFkg65hJ7ZQvvWhoq-BAsA,11018 +pip-25.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-25.0.1.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-25.0.1.dist-info/METADATA,sha256=T6cxjPMPl523zsRcEsu8K0-IoV8S7vv1mmKR0KA6-SY,3677 +pip-25.0.1.dist-info/RECORD,, +pip-25.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-25.0.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91 +pip-25.0.1.dist-info/entry_points.txt,sha256=eeIjuzfnfR2PrhbjnbzFU6MnSS70kZLxwaHHq6M-bD0,87 +pip-25.0.1.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=aKiv_sTe7UbE7qmtCinJutFjqN0MndZQZ1fKLNwFFLE,357 +pip/__main__.py,sha256=WzbhHXTbSE6gBY19mNN9m4s5o_365LOvTYSgqgbdBhE,854 +pip/__pip-runner__.py,sha256=cPPWuJ6NK_k-GzfvlejLFgwzmYUROmpAR6QC3Q-vkXQ,1450 +pip/__pycache__/__init__.cpython-310.pyc,, +pip/__pycache__/__main__.cpython-310.pyc,, +pip/__pycache__/__pip-runner__.cpython-310.pyc,, +pip/_internal/__init__.py,sha256=MfcoOluDZ8QMCFYal04IqOJ9q6m2V7a0aOsnI-WOxUo,513 +pip/_internal/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/__pycache__/build_env.cpython-310.pyc,, +pip/_internal/__pycache__/cache.cpython-310.pyc,, +pip/_internal/__pycache__/configuration.cpython-310.pyc,, +pip/_internal/__pycache__/exceptions.cpython-310.pyc,, +pip/_internal/__pycache__/main.cpython-310.pyc,, +pip/_internal/__pycache__/pyproject.cpython-310.pyc,, +pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc,, +pip/_internal/__pycache__/wheel_builder.cpython-310.pyc,, +pip/_internal/build_env.py,sha256=Dv4UCClSg4uNaal_hL-trg5-zl3Is9CuIDxkChCkXF4,10700 +pip/_internal/cache.py,sha256=Jb698p5PNigRtpW5o26wQNkkUv4MnQ94mc471wL63A0,10369 +pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 +pip/_internal/cli/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc,, +pip/_internal/cli/__pycache__/base_command.cpython-310.pyc,, +pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc,, +pip/_internal/cli/__pycache__/command_context.cpython-310.pyc,, +pip/_internal/cli/__pycache__/index_command.cpython-310.pyc,, +pip/_internal/cli/__pycache__/main.cpython-310.pyc,, +pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc,, +pip/_internal/cli/__pycache__/parser.cpython-310.pyc,, +pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc,, +pip/_internal/cli/__pycache__/req_command.cpython-310.pyc,, +pip/_internal/cli/__pycache__/spinners.cpython-310.pyc,, +pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc,, +pip/_internal/cli/autocompletion.py,sha256=Lli3Mr6aDNu7ZkJJFFvwD2-hFxNI6Avz8OwMyS5TVrs,6865 +pip/_internal/cli/base_command.py,sha256=NZin6KMzW9NSYzKk4Tc8isb_TQYKR4CKd5j9mSm46PI,8625 +pip/_internal/cli/cmdoptions.py,sha256=V3BB22F4_v_RkHaZ5onWnszhbBtjYZvNhbn9M0NO0HI,30116 +pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774 +pip/_internal/cli/index_command.py,sha256=i_sgNlPmXC5iHUaY-dmmrHKKTgc5O4hWzisr5Al1rr0,5677 +pip/_internal/cli/main.py,sha256=BDZef-bWe9g9Jpr4OVs4dDf-845HJsKw835T7AqEnAc,2817 +pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338 +pip/_internal/cli/parser.py,sha256=VCMtduzECUV87KaHNu-xJ-wLNL82yT3x16V4XBxOAqI,10825 +pip/_internal/cli/progress_bars.py,sha256=9GcgusWtwfqou2zhAQp1XNbQHIDslqyyz9UwLzw7Jgc,2717 +pip/_internal/cli/req_command.py,sha256=DqeFhmUMs6o6Ev8qawAcOoYNdAZsfyKS0MZI5jsJYwQ,12250 +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-310.pyc,, +pip/_internal/commands/__pycache__/cache.cpython-310.pyc,, +pip/_internal/commands/__pycache__/check.cpython-310.pyc,, +pip/_internal/commands/__pycache__/completion.cpython-310.pyc,, +pip/_internal/commands/__pycache__/configuration.cpython-310.pyc,, +pip/_internal/commands/__pycache__/debug.cpython-310.pyc,, +pip/_internal/commands/__pycache__/download.cpython-310.pyc,, +pip/_internal/commands/__pycache__/freeze.cpython-310.pyc,, +pip/_internal/commands/__pycache__/hash.cpython-310.pyc,, +pip/_internal/commands/__pycache__/help.cpython-310.pyc,, +pip/_internal/commands/__pycache__/index.cpython-310.pyc,, +pip/_internal/commands/__pycache__/inspect.cpython-310.pyc,, +pip/_internal/commands/__pycache__/install.cpython-310.pyc,, +pip/_internal/commands/__pycache__/list.cpython-310.pyc,, +pip/_internal/commands/__pycache__/search.cpython-310.pyc,, +pip/_internal/commands/__pycache__/show.cpython-310.pyc,, +pip/_internal/commands/__pycache__/uninstall.cpython-310.pyc,, +pip/_internal/commands/__pycache__/wheel.cpython-310.pyc,, +pip/_internal/commands/cache.py,sha256=IOezTicHjGE5sWdBx2nwPVgbjuJHM3s-BZEkpZLemuY,8107 +pip/_internal/commands/check.py,sha256=Hr_4eiMd9cgVDgEvjtIdw915NmL7ROIWW8enkr8slPQ,2268 +pip/_internal/commands/completion.py,sha256=HT4lD0bgsflHq2IDgYfiEdp7IGGtE7s6MgI3xn0VQEw,4287 +pip/_internal/commands/configuration.py,sha256=n98enwp6y0b5G6fiRQjaZo43FlJKYve_daMhN-4BRNc,9766 +pip/_internal/commands/debug.py,sha256=DNDRgE9YsKrbYzU0s3VKi8rHtKF4X13CJ_br_8PUXO0,6797 +pip/_internal/commands/download.py,sha256=0qB0nys6ZEPsog451lDsjL5Bx7Z97t-B80oFZKhpzKM,5273 +pip/_internal/commands/freeze.py,sha256=2Vt72BYTSm9rzue6d8dNzt8idxWK4Db6Hd-anq7GQ80,3203 +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 +pip/_internal/commands/index.py,sha256=RAXxmJwFhVb5S1BYzb5ifX3sn9Na8v2CCVYwSMP8pao,4731 +pip/_internal/commands/inspect.py,sha256=PGrY9TRTRCM3y5Ml8Bdk8DEOXquWRfscr4DRo1LOTPc,3189 +pip/_internal/commands/install.py,sha256=r3yHQUxvxt7gD5j9n6zRDslAvtx9CT_whLuQJcktp6M,29390 +pip/_internal/commands/list.py,sha256=oiIzSjLP6__d7dIS3q0Xb5ywsaOThBWRqMyjjKzkPdM,12769 +pip/_internal/commands/search.py,sha256=fWkUQVx_gm8ebbFAlCgqtxKXT9rNahpJ-BI__3HNZpg,5626 +pip/_internal/commands/show.py,sha256=0YBhCga3PAd81vT3l7UWflktSpB5-aYqQcJxBVPazVM,7857 +pip/_internal/commands/uninstall.py,sha256=7pOR7enK76gimyxQbzxcG1OsyLXL3DvX939xmM8Fvtg,3892 +pip/_internal/commands/wheel.py,sha256=eJRhr_qoNNxWAkkdJCNiQM7CXd4E1_YyQhsqJnBPGGg,6414 +pip/_internal/configuration.py,sha256=-KOok6jh3hFzXMPQFPJ1_EFjBpAsge-RSreQuLHLmzo,14005 +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 +pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/distributions/__pycache__/base.cpython-310.pyc,, +pip/_internal/distributions/__pycache__/installed.cpython-310.pyc,, +pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc,, +pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc,, +pip/_internal/distributions/base.py,sha256=QeB9qvKXDIjLdPBDE5fMgpfGqMMCr-govnuoQnGuiF8,1783 +pip/_internal/distributions/installed.py,sha256=QinHFbWAQ8oE0pbD8MFZWkwlnfU1QYTccA1vnhrlYOU,842 +pip/_internal/distributions/sdist.py,sha256=PlcP4a6-R6c98XnOM-b6Lkb3rsvh9iG4ok8shaanrzs,6751 +pip/_internal/distributions/wheel.py,sha256=THBYfnv7VVt8mYhMYUtH13S1E7FDwtDyDfmUcl8ai0E,1317 +pip/_internal/exceptions.py,sha256=2_byISIv3kSnI_9T-Esfxrt0LnTRgcUHyxu0twsHjQY,26481 +pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30 +pip/_internal/index/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/index/__pycache__/collector.cpython-310.pyc,, +pip/_internal/index/__pycache__/package_finder.cpython-310.pyc,, +pip/_internal/index/__pycache__/sources.cpython-310.pyc,, +pip/_internal/index/collector.py,sha256=RdPO0JLAlmyBWPAWYHPyRoGjz3GNAeTngCNkbGey_mE,16265 +pip/_internal/index/package_finder.py,sha256=mJHAljlHeHuclyuxtjvBZO6DtovKjsZjF_tCh_wux5E,38076 +pip/_internal/index/sources.py,sha256=lPBLK5Xiy8Q6IQMio26Wl7ocfZOKkgGklIBNyUJ23fI,8632 +pip/_internal/locations/__init__.py,sha256=UaAxeZ_f93FyouuFf4p7SXYF-4WstXuEvd3LbmPCAno,14925 +pip/_internal/locations/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/locations/__pycache__/_distutils.cpython-310.pyc,, +pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc,, +pip/_internal/locations/__pycache__/base.cpython-310.pyc,, +pip/_internal/locations/_distutils.py,sha256=x6nyVLj7X11Y4khIdf-mFlxMl2FWadtVEgeb8upc_WI,6013 +pip/_internal/locations/_sysconfig.py,sha256=IGzds60qsFneRogC-oeBaY7bEh3lPt_v47kMJChQXsU,7724 +pip/_internal/locations/base.py,sha256=RQiPi1d4FVM2Bxk04dQhXZ2PqkeljEL2fZZ9SYqIQ78,2556 +pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340 +pip/_internal/metadata/__init__.py,sha256=CU8jK1TZso7jOLdr0sX9xDjrcs5iy8d7IRK-hvaIO5Y,4337 +pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/metadata/__pycache__/_json.cpython-310.pyc,, +pip/_internal/metadata/__pycache__/base.cpython-310.pyc,, +pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc,, +pip/_internal/metadata/_json.py,sha256=ezrIYazHCINM2QUk1eA9wEAMj3aeGWeDVgGalgUzKpc,2707 +pip/_internal/metadata/base.py,sha256=ft0K5XNgI4ETqZnRv2-CtvgYiMOMAeGMAzxT-f6VLJA,25298 +pip/_internal/metadata/importlib/__init__.py,sha256=jUUidoxnHcfITHHaAWG1G2i5fdBYklv_uJcjo2x7VYE,135 +pip/_internal/metadata/importlib/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/metadata/importlib/__pycache__/_compat.cpython-310.pyc,, +pip/_internal/metadata/importlib/__pycache__/_dists.cpython-310.pyc,, +pip/_internal/metadata/importlib/__pycache__/_envs.cpython-310.pyc,, +pip/_internal/metadata/importlib/_compat.py,sha256=c6av8sP8BBjAZuFSJow1iWfygUXNM3xRTCn5nqw6B9M,2796 +pip/_internal/metadata/importlib/_dists.py,sha256=ftmYiyfUGUIjnVwt6W-Ijsimy5c28KgmXly5Q5IQ2P4,8279 +pip/_internal/metadata/importlib/_envs.py,sha256=UUB980XSrDWrMpQ1_G45i0r8Hqlg_tg3IPQ63mEqbNc,7431 +pip/_internal/metadata/pkg_resources.py,sha256=U07ETAINSGeSRBfWUG93E4tZZbaW_f7PGzEqZN0hulc,10542 +pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63 +pip/_internal/models/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/models/__pycache__/candidate.cpython-310.pyc,, +pip/_internal/models/__pycache__/direct_url.cpython-310.pyc,, +pip/_internal/models/__pycache__/format_control.cpython-310.pyc,, +pip/_internal/models/__pycache__/index.cpython-310.pyc,, +pip/_internal/models/__pycache__/installation_report.cpython-310.pyc,, +pip/_internal/models/__pycache__/link.cpython-310.pyc,, +pip/_internal/models/__pycache__/scheme.cpython-310.pyc,, +pip/_internal/models/__pycache__/search_scope.cpython-310.pyc,, +pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc,, +pip/_internal/models/__pycache__/target_python.cpython-310.pyc,, +pip/_internal/models/__pycache__/wheel.cpython-310.pyc,, +pip/_internal/models/candidate.py,sha256=zzgFRuw_kWPjKpGw7LC0ZUMD2CQ2EberUIYs8izjdCA,753 +pip/_internal/models/direct_url.py,sha256=uBtY2HHd3TO9cKQJWh0ThvE5FRr-MWRYChRU4IG9HZE,6578 +pip/_internal/models/format_control.py,sha256=wtsQqSK9HaUiNxQEuB-C62eVimw6G4_VQFxV9-_KDBE,2486 +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 +pip/_internal/models/installation_report.py,sha256=zRVZoaz-2vsrezj_H3hLOhMZCK9c7TbzWgC-jOalD00,2818 +pip/_internal/models/link.py,sha256=GQ8hq7x-FDFPv25Nbn2veIM-MlBrGZDGLd7aZeF4Xrg,21448 +pip/_internal/models/scheme.py,sha256=PakmHJM3e8OOWSZFtfz1Az7f1meONJnkGuQxFlt3wBE,575 +pip/_internal/models/search_scope.py,sha256=67NEnsYY84784S-MM7ekQuo9KXLH-7MzFntXjapvAo0,4531 +pip/_internal/models/selection_prefs.py,sha256=qaFfDs3ciqoXPg6xx45N1jPLqccLJw4N0s4P0PyHTQ8,2015 +pip/_internal/models/target_python.py,sha256=2XaH2rZ5ZF-K5wcJbEMGEl7SqrTToDDNkrtQ2v_v_-Q,4271 +pip/_internal/models/wheel.py,sha256=G7dND_s4ebPkEL7RJ1qCY0QhUUWIIK6AnjWgRATF5no,4539 +pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50 +pip/_internal/network/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/network/__pycache__/auth.cpython-310.pyc,, +pip/_internal/network/__pycache__/cache.cpython-310.pyc,, +pip/_internal/network/__pycache__/download.cpython-310.pyc,, +pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc,, +pip/_internal/network/__pycache__/session.cpython-310.pyc,, +pip/_internal/network/__pycache__/utils.cpython-310.pyc,, +pip/_internal/network/__pycache__/xmlrpc.cpython-310.pyc,, +pip/_internal/network/auth.py,sha256=D4gASjUrqoDFlSt6gQ767KAAjv6PUyJU0puDlhXNVRE,20809 +pip/_internal/network/cache.py,sha256=0yGMA3Eet59xBSLtbPAenvI53dl29oUOeqZ2c0QL2Ss,4614 +pip/_internal/network/download.py,sha256=FLOP29dPYECBiAi7eEjvAbNkyzaKNqbyjOT2m8HPW8U,6048 +pip/_internal/network/lazy_wheel.py,sha256=PBdoMoNQQIA84Fhgne38jWF52W4x_KtsHjxgv4dkRKA,7622 +pip/_internal/network/session.py,sha256=msM4es16LmmNEYNkrYyg8fTc7gAHbKFltawfKP27LOI,18771 +pip/_internal/network/utils.py,sha256=Inaxel-NxBu4PQWkjyErdnfewsFCcgHph7dzR1-FboY,4088 +pip/_internal/network/xmlrpc.py,sha256=sAxzOacJ-N1NXGPvap9jC3zuYWSnnv3GXtgR2-E2APA,1838 +pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/operations/__pycache__/check.cpython-310.pyc,, +pip/_internal/operations/__pycache__/freeze.cpython-310.pyc,, +pip/_internal/operations/__pycache__/prepare.cpython-310.pyc,, +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/operations/build/__pycache__/build_tracker.cpython-310.pyc,, +pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc,, +pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc,, +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc,, +pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc,, +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc,, +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc,, +pip/_internal/operations/build/build_tracker.py,sha256=-ARW_TcjHCOX7D2NUOGntB4Fgc6b4aolsXkAK6BWL7w,4774 +pip/_internal/operations/build/metadata.py,sha256=9S0CUD8U3QqZeXp-Zyt8HxwU90lE4QrnYDgrqZDzBnc,1422 +pip/_internal/operations/build/metadata_editable.py,sha256=xlAwcP9q_8_fmv_3I39w9EZ7SQV9hnJZr9VuTsq2Y68,1510 +pip/_internal/operations/build/metadata_legacy.py,sha256=8i6i1QZX9m_lKPStEFsHKM0MT4a-CD408JOw99daLmo,2190 +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=K-6kNhmj-1xDF45ny1yheMerF0ui4EoQCLzEoHh6-tc,3045 +pip/_internal/operations/check.py,sha256=L24vRL8VWbyywdoeAhM89WCd8zLTnjIbULlKelUgIec,5912 +pip/_internal/operations/freeze.py,sha256=1_M79jAQKnCxWr-KCCmHuVXOVFGaUJHmoWLfFzgh7K4,9843 +pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51 +pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc,, +pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc,, +pip/_internal/operations/install/editable_legacy.py,sha256=PoEsNEPGbIZ2yQphPsmYTKLOCMs4gv5OcCdzW124NcA,1283 +pip/_internal/operations/install/wheel.py,sha256=X5Iz9yUg5LlK5VNQ9g2ikc6dcRu8EPi_SUi5iuEDRgo,27615 +pip/_internal/operations/prepare.py,sha256=joWJwPkuqGscQgVNImLK71e9hRapwKvRCM8HclysmvU,28118 +pip/_internal/pyproject.py,sha256=GLJ6rWRS5_2noKdajohoLyDty57Z7QXhcUAYghmTnWc,7286 +pip/_internal/req/__init__.py,sha256=HxBFtZy_BbCclLgr26waMtpzYdO5T3vxePvpGAXSt5s,2653 +pip/_internal/req/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/req/__pycache__/constructors.cpython-310.pyc,, +pip/_internal/req/__pycache__/req_file.cpython-310.pyc,, +pip/_internal/req/__pycache__/req_install.cpython-310.pyc,, +pip/_internal/req/__pycache__/req_set.cpython-310.pyc,, +pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc,, +pip/_internal/req/constructors.py,sha256=v1qzCN1mIldwx-nCrPc8JO4lxkm3Fv8M5RWvt8LISjc,18430 +pip/_internal/req/req_file.py,sha256=eys82McgaICOGic2UZRHjD720piKJPwmeSYdXlWwl6w,20234 +pip/_internal/req/req_install.py,sha256=BMptxHYg2uG_b-7HFEULPb3nuw0FMAbuea8zTq2rE7w,35786 +pip/_internal/req/req_set.py,sha256=j3esG0s6SzoVReX9rWn4rpYNtyET_fwxbwJPRimvRxo,2858 +pip/_internal/req/req_uninstall.py,sha256=qzDIxJo-OETWqGais7tSMCDcWbATYABT-Tid3ityF0s,23853 +pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/resolution/__pycache__/base.cpython-310.pyc,, +pip/_internal/resolution/base.py,sha256=qlmh325SBVfvG6Me9gc5Nsh5sdwHBwzHBq6aEXtKsLA,583 +pip/_internal/resolution/legacy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-310.pyc,, +pip/_internal/resolution/legacy/resolver.py,sha256=3HZiJBRd1FTN6jQpI4qRO8-TbLYeIbUTS6PFvXnXs2w,24068 +pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc,, +pip/_internal/resolution/resolvelib/base.py,sha256=DCf669FsqyQY5uqXeePDHQY1e4QO-pBzWH8O0s9-K94,5023 +pip/_internal/resolution/resolvelib/candidates.py,sha256=5UZ1upNnmqsP-nmEZaDYxaBgCoejw_e2WVGmmAvBxXc,20001 +pip/_internal/resolution/resolvelib/factory.py,sha256=MJOLSZJY8_28PPdcutoQ6gjJ_1eBDt6Z1edtfTJyR4E,32659 +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=9hrTyQqFvl9I7Tji79F1AxHv39Qh1rkJ_7deSHSMfQc,6383 +pip/_internal/resolution/resolvelib/provider.py,sha256=bcsFnYvlmtB80cwVdW1fIwgol8ZNr1f1VHyRTkz47SM,9935 +pip/_internal/resolution/resolvelib/reporter.py,sha256=00JtoXEkTlw0-rl_sl54d71avwOsJHt9GGHcrj5Sza0,3168 +pip/_internal/resolution/resolvelib/requirements.py,sha256=7JG4Z72e5Yk4vU0S5ulGvbqTy4FMQGYhY5zQhX9zTtY,8065 +pip/_internal/resolution/resolvelib/resolver.py,sha256=nLJOsVMEVi2gQUVJoUFKMZAeu2f7GRMjGMvNSWyz0Bc,12592 +pip/_internal/self_outdated_check.py,sha256=1PFtttvLAeyCVR3tPoBq2sOlPD0IJ-KSqU6bc1HUk9c,8318 +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/utils/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/utils/__pycache__/_jaraco_text.cpython-310.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-310.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-310.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-310.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc,, +pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-310.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-310.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-310.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-310.pyc,, +pip/_internal/utils/__pycache__/packaging.cpython-310.pyc,, +pip/_internal/utils/__pycache__/retry.cpython-310.pyc,, +pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc,, +pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc,, +pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc,, +pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc,, +pip/_internal/utils/__pycache__/urls.cpython-310.pyc,, +pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc,, +pip/_internal/utils/__pycache__/wheel.cpython-310.pyc,, +pip/_internal/utils/_jaraco_text.py,sha256=M15uUPIh5NpP1tdUGBxRau6q1ZAEtI8-XyLEETscFfE,3350 +pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015 +pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665 +pip/_internal/utils/compat.py,sha256=ckkFveBiYQjRWjkNsajt_oWPS57tJvE8XxoC4OIYgCY,2399 +pip/_internal/utils/compatibility_tags.py,sha256=OWq5axHpW-MEEPztGdvgADrgJPAcV9a88Rxm4Z8VBs8,6272 +pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242 +pip/_internal/utils/deprecation.py,sha256=k7Qg_UBAaaTdyq82YVARA6D7RmcGTXGv7fnfcgigj4Q,3707 +pip/_internal/utils/direct_url_helpers.py,sha256=r2MRtkVDACv9AGqYODBUC9CjwgtsUU1s68hmgfCJMtA,3196 +pip/_internal/utils/egg_link.py,sha256=0FePZoUYKv4RGQ2t6x7w5Z427wbA_Uo3WZnAkrgsuqo,2463 +pip/_internal/utils/entrypoints.py,sha256=YlhLTRl2oHBAuqhc-zmL7USS67TPWVHImjeAQHreZTQ,3064 +pip/_internal/utils/filesystem.py,sha256=ajvA-q4ocliW9kPp8Yquh-4vssXbu-UKbo5FV9V4X64,4950 +pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716 +pip/_internal/utils/glibc.py,sha256=vUkWq_1pJuzcYNcGKLlQmABoUiisK8noYY1yc8Wq4w4,3734 +pip/_internal/utils/hashes.py,sha256=XGGLL0AG8-RhWnyz87xF6MFZ--BKadHU35D47eApCKI,4972 +pip/_internal/utils/logging.py,sha256=ONfbrhaD248akkosK79if97n20EABxwjOxp5dE5RCRY,11845 +pip/_internal/utils/misc.py,sha256=DWnYxBUItjRp7hhxEg4ih6P6YpKrykM86dbi_EcU8SQ,23450 +pip/_internal/utils/packaging.py,sha256=cm-X_0HVHV_jRwUVZh6AuEWqSitzf8EpaJ7Uv2UGu6A,2142 +pip/_internal/utils/retry.py,sha256=mhFbykXjhTnZfgzeuy-vl9c8nECnYn_CMtwNJX2tYzQ,1392 +pip/_internal/utils/setuptools_build.py,sha256=ouXpud-jeS8xPyTPsXJ-m34NPvK5os45otAzdSV_IJE,4435 +pip/_internal/utils/subprocess.py,sha256=EsvqSRiSMHF98T8Txmu6NLU3U--MpTTQjtNgKP0P--M,8988 +pip/_internal/utils/temp_dir.py,sha256=5qOXe8M4JeY6vaFQM867d5zkp1bSwMZ-KT5jymmP0Zg,9310 +pip/_internal/utils/unpacking.py,sha256=_gVdyzTRDMYktpnYljn4OoxrZTtMCf4xknSm4rK0WaA,11967 +pip/_internal/utils/urls.py,sha256=qceSOZb5lbNDrHNsv7_S4L4Ytszja5NwPKUMnZHbYnM,1599 +pip/_internal/utils/virtualenv.py,sha256=S6f7csYorRpiD6cvn3jISZYc3I8PJC43H5iMFpRAEDU,3456 +pip/_internal/utils/wheel.py,sha256=b442jkydFHjXzDy6cMR7MpzWBJ1Q82hR5F33cmcHV3g,4494 +pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596 +pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc,, +pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc,, +pip/_internal/vcs/__pycache__/git.cpython-310.pyc,, +pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc,, +pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc,, +pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc,, +pip/_internal/vcs/bazaar.py,sha256=EKStcQaKpNu0NK4p5Q10Oc4xb3DUxFw024XrJy40bFQ,3528 +pip/_internal/vcs/git.py,sha256=3tpc9LQA_J4IVW5r5NvWaaSeDzcmJOrSFZN0J8vIKfU,18177 +pip/_internal/vcs/mercurial.py,sha256=oULOhzJ2Uie-06d1omkL-_Gc6meGaUkyogvqG9ZCyPs,5249 +pip/_internal/vcs/subversion.py,sha256=ddTugHBqHzV3ebKlU5QXHPN4gUqlyXbOx8q8NgXKvs8,11735 +pip/_internal/vcs/versioncontrol.py,sha256=cvf_-hnTAjQLXJ3d17FMNhQfcO1AcKWUF10tfrYyP-c,22440 +pip/_internal/wheel_builder.py,sha256=DL3A8LKeRj_ACp11WS5wSgASgPFqeyAeXJKdXfmaWXU,11799 +pip/_vendor/__init__.py,sha256=JYuAXvClhInxIrA2FTp5p-uuWVL7WV6-vEpTs46-Qh4,4873 +pip/_vendor/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/__pycache__/typing_extensions.cpython-310.pyc,, +pip/_vendor/cachecontrol/__init__.py,sha256=LMC5CBe94ZRL5xhlzwyPDmHXvBD0p7lT4R3Z73D6a_I,677 +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc,, +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc,, +pip/_vendor/cachecontrol/_cmd.py,sha256=iist2EpzJvDVIhMAxXq8iFnTBsiZAd6iplxfmNboNyk,1737 +pip/_vendor/cachecontrol/adapter.py,sha256=febjY4LV87iiCIK3jcl8iH58iaSA7b9WkovsByIDK0Y,6348 +pip/_vendor/cachecontrol/cache.py,sha256=OXwv7Fn2AwnKNiahJHnjtvaKLndvVLv_-zO-ltlV9qI,1953 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=dtrrroK5BnADR1GWjCZ19aZ0tFsMfvFBtLQQU1sp_ag,303 +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc,, +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=b7oMgsRSqPmEsonVJw6uFEYUlFgD6GF8TyacOGG1x3M,5399 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386 +pip/_vendor/cachecontrol/controller.py,sha256=glbPj2iZlGqdBg8z09D2DtQOzoOGXnWvy7K2LEyBsEQ,18576 +pip/_vendor/cachecontrol/filewrapper.py,sha256=2ktXNPE0KqnyzF24aOsKCA58HQq1xeC6l2g6_zwjghc,4291 +pip/_vendor/cachecontrol/heuristics.py,sha256=gqMXU8w0gQuEQiSdu3Yg-0vd9kW7nrWKbLca75rheGE,4881 +pip/_vendor/cachecontrol/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/cachecontrol/serialize.py,sha256=HQd2IllQ05HzPkVLMXTF2uX5mjEQjDBkxCqUJUODpZk,5163 +pip/_vendor/cachecontrol/wrapper.py,sha256=hsGc7g8QGQTT-4f8tgz3AM5qwScg6FO0BSdLSRdEvpU,1417 +pip/_vendor/certifi/__init__.py,sha256=p_GYZrjUwPBUhpLlCZoGb0miKBKSqDAyZC5DvIuqbHQ,94 +pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 +pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/certifi/__pycache__/__main__.cpython-310.pyc,, +pip/_vendor/certifi/__pycache__/core.cpython-310.pyc,, +pip/_vendor/certifi/cacert.pem,sha256=lO3rZukXdPyuk6BWUJFOKQliWaXH6HGh9l1GGrUgG0c,299427 +pip/_vendor/certifi/core.py,sha256=2SRT5rIcQChFDbe37BQa-kULxAgJ8qN6l1jfqTp4HIs,4486 +pip/_vendor/certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/distlib/__init__.py,sha256=dcwgYGYGQqAEawBXPDtIx80DO_3cOmFv8HTc8JMzknQ,625 +pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/database.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/index.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/markers.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/util.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/version.cpython-310.pyc,, +pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc,, +pip/_vendor/distlib/compat.py,sha256=2jRSjRI4o-vlXeTK2BCGIUhkc6e9ZGhSsacRM5oseTw,41467 +pip/_vendor/distlib/database.py,sha256=mHy_LxiXIsIVRb-T0-idBrVLw3Ffij5teHCpbjmJ9YU,51160 +pip/_vendor/distlib/index.py,sha256=lTbw268rRhj8dw1sib3VZ_0EhSGgoJO3FKJzSFMOaeA,20797 +pip/_vendor/distlib/locators.py,sha256=oBeAZpFuPQSY09MgNnLfQGGAXXvVO96BFpZyKMuK4tM,51026 +pip/_vendor/distlib/manifest.py,sha256=3qfmAmVwxRqU1o23AlfXrQGZzh6g_GGzTAP_Hb9C5zQ,14168 +pip/_vendor/distlib/markers.py,sha256=X6sDvkFGcYS8gUW8hfsWuKEKAqhQZAJ7iXOMLxRYjYk,5164 +pip/_vendor/distlib/metadata.py,sha256=zil3sg2EUfLXVigljY2d_03IJt-JSs7nX-73fECMX2s,38724 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=BJliaDAZaVB7WAkwokgC3HXwLD2iWiHaVI50H7C6eG8,18608 +pip/_vendor/distlib/t32.exe,sha256=a0GV5kCoWsMutvliiCKmIgV98eRZ33wXoS-XrqvJQVs,97792 +pip/_vendor/distlib/t64-arm.exe,sha256=68TAa32V504xVBnufojh0PcenpR3U4wAqTqf-MZqbPw,182784 +pip/_vendor/distlib/t64.exe,sha256=gaYY8hy4fbkHYTTnA4i26ct8IQZzkBG2pRdy0iyuBrc,108032 +pip/_vendor/distlib/util.py,sha256=vMPGvsS4j9hF6Y9k3Tyom1aaHLb0rFmZAEyzeAdel9w,66682 +pip/_vendor/distlib/version.py,sha256=s5VIs8wBn0fxzGxWM_aA2ZZyx525HcZbMvcTlTyZ3Rg,23727 +pip/_vendor/distlib/w32.exe,sha256=R4csx3-OGM9kL4aPIzQKRo5TfmRSHZo6QWyLhDhNBks,91648 +pip/_vendor/distlib/w64-arm.exe,sha256=xdyYhKj0WDcVUOCb05blQYvzdYIKMbmJn2SZvzkcey4,168448 +pip/_vendor/distlib/w64.exe,sha256=ejGf-rojoBfXseGLpya6bFTFPWRG21X5KvU8J5iU-K0,101888 +pip/_vendor/distlib/wheel.py,sha256=DFIVguEQHCdxnSdAO0dfFsgMcvVZitg7bCOuLwZ7A_s,43979 +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-310.pyc,, +pip/_vendor/distro/__pycache__/__main__.cpython-310.pyc,, +pip/_vendor/distro/__pycache__/distro.cpython-310.pyc,, +pip/_vendor/distro/distro.py,sha256=XqbefacAhDT4zr_trnbA15eY8vdK4GTghgmvUGrEM_4,49430 +pip/_vendor/distro/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/idna/__init__.py,sha256=MPqNDLZbXqGaNdXxAFhiqFPKEQXju2jNQhCey6-5eJM,868 +pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-310.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-310.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-310.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-310.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-310.pyc,, +pip/_vendor/idna/codec.py,sha256=PEew3ItwzjW4hymbasnty2N2OXvNcgHB-JjrBuxHPYY,3422 +pip/_vendor/idna/compat.py,sha256=RzLy6QQCdl9784aFhb2EX9EKGCJjg0P3PilGdeXXcx8,316 +pip/_vendor/idna/core.py,sha256=YJYyAMnwiQEPjVC4-Fqu_p4CJ6yKKuDGmppBNQNQpFs,13239 +pip/_vendor/idna/idnadata.py,sha256=W30GcIGvtOWYwAjZj4ZjuouUutC6ffgNuyjJy7fZ-lo,78306 +pip/_vendor/idna/intranges.py,sha256=amUtkdhYcQG8Zr-CoMM_kVRacxkivC1WgxN1b63KKdU,1898 +pip/_vendor/idna/package_data.py,sha256=q59S3OXsc5VI8j6vSD0sGBMyk6zZ4vWFREE88yCJYKs,21 +pip/_vendor/idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/idna/uts46data.py,sha256=rt90K9J40gUSwppDPCrhjgi5AA6pWM65dEGRSf6rIhM,239289 +pip/_vendor/msgpack/__init__.py,sha256=reRaiOtEzSjPnr7TpxjgIvbfln5pV66FhricAs2eC-g,1109 +pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc,, +pip/_vendor/msgpack/__pycache__/ext.cpython-310.pyc,, +pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc,, +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 +pip/_vendor/msgpack/ext.py,sha256=kteJv03n9tYzd5oo3xYopVTo4vRaAxonBQQJhXohZZo,5726 +pip/_vendor/msgpack/fallback.py,sha256=0g1Pzp0vtmBEmJ5w9F3s_-JMVURP8RS4G1cc5TRaAsI,32390 +pip/_vendor/packaging/__init__.py,sha256=dk4Ta_vmdVJxYHDcfyhvQNw8V3PgSBomKNXqg-D2JDY,494 +pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/_elffile.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/_parser.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/_tokenizer.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/metadata.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc,, +pip/_vendor/packaging/__pycache__/version.cpython-310.pyc,, +pip/_vendor/packaging/_elffile.py,sha256=cflAQAkE25tzhYmq_aCi72QfbT_tn891tPzfpbeHOwE,3306 +pip/_vendor/packaging/_manylinux.py,sha256=vl5OCoz4kx80H5rwXKeXWjl9WNISGmr4ZgTpTP9lU9c,9612 +pip/_vendor/packaging/_musllinux.py,sha256=p9ZqNYiOItGee8KcZFeHF_YcdhVwGHdK6r-8lgixvGQ,2694 +pip/_vendor/packaging/_parser.py,sha256=s_TvTvDNK0NrM2QB3VKThdWFM4Nc0P6JnkObkl3MjpM,10236 +pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +pip/_vendor/packaging/_tokenizer.py,sha256=J6v5H7Jzvb-g81xp_2QACKwO7LxHQA6ikryMU7zXwN8,5273 +pip/_vendor/packaging/licenses/__init__.py,sha256=A116-FU49_Dz4162M4y1uAiZN4Rgdc83FxNd8EjlfqI,5727 +pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-310.pyc,, +pip/_vendor/packaging/licenses/_spdx.py,sha256=oAm1ztPFwlsmCKe7lAAsv_OIOfS1cWDu9bNBkeu-2ns,48398 +pip/_vendor/packaging/markers.py,sha256=c89TNzB7ZdGYhkovm6PYmqGyHxXlYVaLW591PHUNKD8,10561 +pip/_vendor/packaging/metadata.py,sha256=YJibM7GYe4re8-0a3OlXmGS-XDgTEoO4tlBt2q25Bng,34762 +pip/_vendor/packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/packaging/requirements.py,sha256=gYyRSAdbrIyKDY66ugIDUQjRMvxkH2ALioTmX3tnL6o,2947 +pip/_vendor/packaging/specifiers.py,sha256=hGU6kuCd77bL-msIL6yLCp6MNT75RSMUKZDuju26c8U,40098 +pip/_vendor/packaging/tags.py,sha256=CFqrJzAzc2XNGexerH__T-Y5Iwq7WbsYXsiLERLWxY0,21014 +pip/_vendor/packaging/utils.py,sha256=0F3Hh9OFuRgrhTgGZUl5K22Fv1YP2tZl1z_2gO6kJiA,5050 +pip/_vendor/packaging/version.py,sha256=oiHqzTUv_p12hpjgsLDVcaF5hT7pDaSOViUNMD4GTW0,16688 +pip/_vendor/pkg_resources/__init__.py,sha256=jrhDRbOubP74QuPXxd7U7Po42PH2l-LZ2XfcO7llpZ4,124463 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/platformdirs/__init__.py,sha256=JueR2cRLkxY7iwik-qNWJCwKOrAlBgVgcZ_IHQzqGLE,22344 +pip/_vendor/platformdirs/__main__.py,sha256=jBJ8zb7Mpx5ebcqF83xrpO94MaeCpNGHVf9cvDN2JLg,1505 +pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/platformdirs/__pycache__/__main__.cpython-310.pyc,, +pip/_vendor/platformdirs/__pycache__/android.cpython-310.pyc,, +pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc,, +pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc,, +pip/_vendor/platformdirs/__pycache__/unix.cpython-310.pyc,, +pip/_vendor/platformdirs/__pycache__/version.cpython-310.pyc,, +pip/_vendor/platformdirs/__pycache__/windows.cpython-310.pyc,, +pip/_vendor/platformdirs/android.py,sha256=kV5oL3V3DZ6WZKu9yFiQupv18yp_jlSV2ChH1TmPcds,9007 +pip/_vendor/platformdirs/api.py,sha256=2dfUDNbEXeDhDKarqtR5NY7oUikUZ4RZhs3ozstmhBQ,9246 +pip/_vendor/platformdirs/macos.py,sha256=UlbyFZ8Rzu3xndCqQEHrfsYTeHwYdFap1Ioz-yxveT4,6154 +pip/_vendor/platformdirs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/platformdirs/unix.py,sha256=uRPJWRyQEtv7yOSvU94rUmsblo5XKDLA1SzFg55kbK0,10393 +pip/_vendor/platformdirs/version.py,sha256=oH4KgTfK4AklbTYVcV_yynvJ9JLI3pyvDVay0hRsLCs,411 +pip/_vendor/platformdirs/windows.py,sha256=IFpiohUBwxPtCzlyKwNtxyW4Jk8haa6W8o59mfrDXVo,10125 +pip/_vendor/pygments/__init__.py,sha256=7N1oiaWulw_nCsTY4EEixYLz15pWY5u4uPAFFi-ielU,2983 +pip/_vendor/pygments/__main__.py,sha256=isIhBxLg65nLlXukG4VkMuPfNdd7gFzTZ_R_z3Q8diY,353 +pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/__main__.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/cmdline.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/console.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/formatter.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/modeline.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/plugin.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/regexopt.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/scanner.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/sphinxext.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/style.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/token.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/unistring.cpython-310.pyc,, +pip/_vendor/pygments/__pycache__/util.cpython-310.pyc,, +pip/_vendor/pygments/cmdline.py,sha256=LIVzmAunlk9sRJJp54O4KRy9GDIN4Wu13v9p9QzfGPM,23656 +pip/_vendor/pygments/console.py,sha256=yhP9UsLAVmWKVQf2446JJewkA7AiXeeTf4Ieg3Oi2fU,1718 +pip/_vendor/pygments/filter.py,sha256=_ADNPCskD8_GmodHi6_LoVgPU3Zh336aBCT5cOeTMs0,1910 +pip/_vendor/pygments/filters/__init__.py,sha256=RdedK2KWKXlKwR7cvkfr3NUj9YiZQgMgilRMFUg2jPA,40392 +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pygments/formatter.py,sha256=jDWBTndlBH2Z5IYZFVDnP0qn1CaTQjTWt7iAGtCnJEg,4390 +pip/_vendor/pygments/formatters/__init__.py,sha256=8No-NUs8rBTSSBJIv4hSEQt2M0cFB4hwAT0snVc2QGE,5385 +pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/groff.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/html.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/img.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/irc.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/latex.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/other.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/svg.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-310.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-310.pyc,, +pip/_vendor/pygments/formatters/_mapping.py,sha256=1Cw37FuQlNacnxRKmtlPX4nyLoX9_ttko5ZwscNUZZ4,4176 +pip/_vendor/pygments/formatters/bbcode.py,sha256=3JQLI45tcrQ_kRUMjuab6C7Hb0XUsbVWqqbSn9cMjkI,3320 +pip/_vendor/pygments/formatters/groff.py,sha256=M39k0PaSSZRnxWjqBSVPkF0mu1-Vr7bm6RsFvs-CNN4,5106 +pip/_vendor/pygments/formatters/html.py,sha256=SE2jc3YCqbMS3rZW9EAmDlAUhdVxJ52gA4dileEvCGU,35669 +pip/_vendor/pygments/formatters/img.py,sha256=MwA4xWPLOwh6j7Yc6oHzjuqSPt0M1fh5r-5BTIIUfsU,23287 +pip/_vendor/pygments/formatters/irc.py,sha256=dp1Z0l_ObJ5NFh9MhqLGg5ptG5hgJqedT2Vkutt9v0M,4981 +pip/_vendor/pygments/formatters/latex.py,sha256=XMmhOCqUKDBQtG5mGJNAFYxApqaC5puo5cMmPfK3944,19306 +pip/_vendor/pygments/formatters/other.py,sha256=56PMJOliin-rAUdnRM0i1wsV1GdUPd_dvQq0_UPfF9c,5034 +pip/_vendor/pygments/formatters/pangomarkup.py,sha256=y16U00aVYYEFpeCfGXlYBSMacG425CbfoG8oKbKegIg,2218 +pip/_vendor/pygments/formatters/rtf.py,sha256=ZT90dmcKyJboIB0mArhL7IhE467GXRN0G7QAUgG03To,11957 +pip/_vendor/pygments/formatters/svg.py,sha256=KKsiophPupHuxm0So-MsbQEWOT54IAiSF7hZPmxtKXE,7174 +pip/_vendor/pygments/formatters/terminal.py,sha256=AojNG4MlKq2L6IsC_VnXHu4AbHCBn9Otog6u45XvxeI,4674 +pip/_vendor/pygments/formatters/terminal256.py,sha256=kGkNUVo3FpwjytIDS0if79EuUoroAprcWt3igrcIqT0,11753 +pip/_vendor/pygments/lexer.py,sha256=TYHDt___gNW4axTl2zvPZff-VQi8fPaIh5OKRcVSjUM,35349 +pip/_vendor/pygments/lexers/__init__.py,sha256=pIlxyQJuu_syh9lE080cq8ceVbEVcKp0osAFU5fawJU,12115 +pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-310.pyc,, +pip/_vendor/pygments/lexers/__pycache__/python.cpython-310.pyc,, +pip/_vendor/pygments/lexers/_mapping.py,sha256=61-h3zr103m01OS5BUq_AfUiL9YI06Ves9ipQ7k4vr4,76097 +pip/_vendor/pygments/lexers/python.py,sha256=2J_YJrPTr_A6fJY_qKiKv0GpgPwHMrlMSeo59qN3fe4,53687 +pip/_vendor/pygments/modeline.py,sha256=gtRYZBS-CKOCDXHhGZqApboHBaZwGH8gznN3O6nuxj4,1005 +pip/_vendor/pygments/plugin.py,sha256=ioeJ3QeoJ-UQhZpY9JL7vbxsTVuwwM7BCu-Jb8nN0AU,1891 +pip/_vendor/pygments/regexopt.py,sha256=Hky4EB13rIXEHQUNkwmCrYqtIlnXDehNR3MztafZ43w,3072 +pip/_vendor/pygments/scanner.py,sha256=NDy3ofK_fHRFK4hIDvxpamG871aewqcsIb6sgTi7Fhk,3092 +pip/_vendor/pygments/sphinxext.py,sha256=iOptJBcqOGPwMEJ2p70PvwpZPIGdvdZ8dxvq6kzxDgA,7981 +pip/_vendor/pygments/style.py,sha256=rSCZWFpg1_DwFMXDU0nEVmAcBHpuQGf9RxvOPPQvKLQ,6420 +pip/_vendor/pygments/styles/__init__.py,sha256=qUk6_1z5KmT8EdJFZYgESmG6P_HJF_2vVrDD7HSCGYY,2042 +pip/_vendor/pygments/styles/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-310.pyc,, +pip/_vendor/pygments/styles/_mapping.py,sha256=6lovFUE29tz6EsV3XYY4hgozJ7q1JL7cfO3UOlgnS8w,3312 +pip/_vendor/pygments/token.py,sha256=qZwT7LSPy5YBY3JgDjut642CCy7JdQzAfmqD9NmT5j0,6226 +pip/_vendor/pygments/unistring.py,sha256=p5c1i-HhoIhWemy9CUsaN9o39oomYHNxXll0Xfw6tEA,63208 +pip/_vendor/pygments/util.py,sha256=2tj2nS1X9_OpcuSjf8dOET2bDVZhs8cEKd_uT6-Fgg8,10031 +pip/_vendor/pyproject_hooks/__init__.py,sha256=cPB_a9LXz5xvsRbX1o2qyAdjLatZJdQ_Lc5McNX-X7Y,691 +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-310.pyc,, +pip/_vendor/pyproject_hooks/_impl.py,sha256=jY-raxnmyRyB57ruAitrJRUzEexuAhGTpgMygqx67Z4,14936 +pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=MJNPpfIxcO-FghxpBbxkG1rFiQf6HOUbV4U5mq0HFns,557 +pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-310.pyc,, +pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=qcXMhmx__MIJq10gGHW3mA4Tl8dy8YzHMccwnNoKlw0,12216 +pip/_vendor/pyproject_hooks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/requests/__init__.py,sha256=HlB_HzhrzGtfD_aaYUwUh1zWXLZ75_YCLyit75d0Vz8,5057 +pip/_vendor/requests/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/__version__.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/_internal_utils.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/adapters.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/api.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/auth.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/certs.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/compat.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/cookies.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/exceptions.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/help.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/hooks.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/models.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/packages.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/sessions.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/status_codes.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/structures.cpython-310.pyc,, +pip/_vendor/requests/__pycache__/utils.cpython-310.pyc,, +pip/_vendor/requests/__version__.py,sha256=FVfglgZmNQnmYPXpOohDU58F5EUb_-VnSTaAesS187g,435 +pip/_vendor/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495 +pip/_vendor/requests/adapters.py,sha256=J7VeVxKBvawbtlX2DERVo05J9BXTcWYLMHNd1Baa-bk,27607 +pip/_vendor/requests/api.py,sha256=_Zb9Oa7tzVIizTKwFrPjDEY9ejtm_OnSRERnADxGsQs,6449 +pip/_vendor/requests/auth.py,sha256=kF75tqnLctZ9Mf_hm9TZIj4cQWnN5uxRz8oWsx5wmR0,10186 +pip/_vendor/requests/certs.py,sha256=kHDlkK_beuHXeMPc5jta2wgl8gdKeUWt5f2nTDVrvt8,441 +pip/_vendor/requests/compat.py,sha256=Mo9f9xZpefod8Zm-n9_StJcVTmwSukXR2p3IQyyVXvU,1485 +pip/_vendor/requests/cookies.py,sha256=bNi-iqEj4NPZ00-ob-rHvzkvObzN3lEpgw3g6paS3Xw,18590 +pip/_vendor/requests/exceptions.py,sha256=D1wqzYWne1mS2rU43tP9CeN1G7QAy7eqL9o1god6Ejw,4272 +pip/_vendor/requests/help.py,sha256=hRKaf9u0G7fdwrqMHtF3oG16RKktRf6KiwtSq2Fo1_0,3813 +pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733 +pip/_vendor/requests/models.py,sha256=x4K4CmH-lC0l2Kb-iPfMN4dRXxHEcbOaEWBL_i09AwI,35483 +pip/_vendor/requests/packages.py,sha256=_ZQDCJTJ8SP3kVWunSqBsRZNPzj2c1WFVqbdr08pz3U,1057 +pip/_vendor/requests/sessions.py,sha256=ykTI8UWGSltOfH07HKollH7kTBGw4WhiBVaQGmckTw4,30495 +pip/_vendor/requests/status_codes.py,sha256=iJUAeA25baTdw-6PfD0eF4qhpINDJRJI-yaMqxs4LEI,4322 +pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912 +pip/_vendor/requests/utils.py,sha256=L79vnFbzJ3SFLKtJwpoWe41Tozi3RlZv94pY1TFIyow,33631 +pip/_vendor/resolvelib/__init__.py,sha256=h509TdEcpb5-44JonaU3ex2TM15GVBLjM9CNCPwnTTs,537 +pip/_vendor/resolvelib/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/resolvelib/__pycache__/providers.cpython-310.pyc,, +pip/_vendor/resolvelib/__pycache__/reporters.cpython-310.pyc,, +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-310.pyc,, +pip/_vendor/resolvelib/__pycache__/structs.cpython-310.pyc,, +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc,, +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 +pip/_vendor/resolvelib/providers.py,sha256=fuuvVrCetu5gsxPB43ERyjfO8aReS3rFQHpDgiItbs4,5871 +pip/_vendor/resolvelib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/reporters.py,sha256=TSbRmWzTc26w0ggsV1bxVpeWDB8QNIre6twYl7GIZBE,1601 +pip/_vendor/resolvelib/resolvers.py,sha256=G8rsLZSq64g5VmIq-lB7UcIJ1gjAxIQJmTF4REZleQ0,20511 +pip/_vendor/resolvelib/structs.py,sha256=0_1_XO8z_CLhegP3Vpf9VJ3zJcfLm0NOHRM-i0Ykz3o,4963 +pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 +pip/_vendor/rich/__main__.py,sha256=eO7Cq8JnrgG8zVoeImiAs92q3hXNMIfp0w5lMsO7Q2Y,8477 +pip/_vendor/rich/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/__main__.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_cell_widths.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_export_format.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_extension.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_fileno.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_inspect.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_log_render.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_loop.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_null_file.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_palettes.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_pick.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_ratio.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_spinners.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_stack.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_timer.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_win32_console.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_windows.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_windows_renderer.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/_wrap.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/abc.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/align.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/ansi.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/bar.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/box.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/cells.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/color.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/color_triplet.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/columns.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/console.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/constrain.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/containers.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/control.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/default_styles.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/diagnose.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/emoji.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/errors.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/file_proxy.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/filesize.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/highlighter.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/json.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/jupyter.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/layout.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/live.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/live_render.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/logging.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/markup.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/measure.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/padding.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/pager.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/palette.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/panel.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/pretty.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/progress.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/progress_bar.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/prompt.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/protocol.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/region.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/repr.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/rule.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/scope.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/screen.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/segment.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/spinner.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/status.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/style.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/styled.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/syntax.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/table.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/terminal_theme.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/text.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/theme.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/themes.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/traceback.cpython-310.pyc,, +pip/_vendor/rich/__pycache__/tree.cpython-310.pyc,, +pip/_vendor/rich/_cell_widths.py,sha256=fbmeyetEdHjzE_Vx2l1uK7tnPOhMs2X1lJfO3vsKDpA,10209 +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=RI08pSrm5tBSzPMvnbTqbD9WIalaOoN5d4M1RTmLq1Y,2128 +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 +pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799 +pip/_vendor/rich/_inspect.py,sha256=QM05lEFnFoTaFqpnbx-zBEI6k8oIKrD3cvjEOQNhKig,9655 +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=ADGKp1yt-k70FMKV6tnqCqecB-rSJzp-WQsD7LPL-kg,1394 +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 +pip/_vendor/rich/_ratio.py,sha256=Zt58apszI6hAAcXPpgdWKpu3c31UBWebOeR4mbyptvU,5471 +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=BSaDRIMwBLITn_m0mTRLPqME5q-quGdSMuYMpYeYJwc,22755 +pip/_vendor/rich/_windows.py,sha256=aBwaD_S56SbgopIvayVmpk0Y28uwY2C5Bab1wl3Bp-I,1925 +pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783 +pip/_vendor/rich/_wrap.py,sha256=FlSsom5EX0LVkA3KWy34yHnCfLtqX-ZIepXKh-70rpc,3404 +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 +pip/_vendor/rich/align.py,sha256=Rh-3adnDaN1Ao07EjR2PhgE62PGLPgO8SMwJBku1urQ,10469 +pip/_vendor/rich/ansi.py,sha256=Avs1LHbSdcyOvDOdpELZUoULcBiYewY76eNBp6uFBhs,6921 +pip/_vendor/rich/bar.py,sha256=ldbVHOzKJOnflVNuv1xS7g6dLX2E3wMnXkdPbpzJTcs,3263 +pip/_vendor/rich/box.py,sha256=nr5fYIUghB_iUCEq6y0Z3LlCT8gFPDrzN9u2kn7tJl4,10831 +pip/_vendor/rich/cells.py,sha256=KrQkj5-LghCCpJLSNQIyAZjndc4bnEqOEmi5YuZ9UCY,5130 +pip/_vendor/rich/color.py,sha256=3HSULVDj7qQkXUdFWv78JOiSZzfy5y1nkcYhna296V0,18211 +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=nKjrEx_7xy8KGmDVT-BgNII0R5hm1cexhAHDwdwNVqg,100156 +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 +pip/_vendor/rich/containers.py,sha256=c_56TxcedGYqDepHBMTuZdUIijitAQgnox-Qde0Z1qo,5502 +pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630 +pip/_vendor/rich/default_styles.py,sha256=dZxgaSD9VUy7SXQShO33aLYiAWspCr2sCQZFX_JK1j4,8159 +pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972 +pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501 +pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642 +pip/_vendor/rich/file_proxy.py,sha256=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683 +pip/_vendor/rich/filesize.py,sha256=_iz9lIpRgvW7MNSeCZnLg-HwzbP4GETg543WqD8SFs0,2484 +pip/_vendor/rich/highlighter.py,sha256=G_sn-8DKjM1sEjLG_oc4ovkWmiUpWvj8bXi0yed2LnY,9586 +pip/_vendor/rich/json.py,sha256=vVEoKdawoJRjAFayPwXkMBPLy7RSTs-f44wSQDR2nJ0,5031 +pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252 +pip/_vendor/rich/layout.py,sha256=ajkSFAtEVv9EFTcFs-w4uZfft7nEXhNzL7ZVdgrT5rI,14004 +pip/_vendor/rich/live.py,sha256=DhzAPEnjTxQuq9_0Y2xh2MUwQcP_aGPkenLfKETslwM,14270 +pip/_vendor/rich/live_render.py,sha256=zJtB471jGziBtEwxc54x12wEQtH4BuQr1SA8v9kU82w,3666 +pip/_vendor/rich/logging.py,sha256=ZgpKMMBY_BuMAI_BYzo-UtXak6t5oH9VK8m9Q2Lm0f4,12458 +pip/_vendor/rich/markup.py,sha256=3euGKP5s41NCQwaSjTnJxus5iZMHjxpIM0W6fCxra38,8451 +pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305 +pip/_vendor/rich/padding.py,sha256=KVEI3tOwo9sgK1YNSuH__M1_jUWmLZwRVV_KmOtVzyM,4908 +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=fFRHcviXvWhk3V3zx5Zwmsb_RL9KJ3esD-sU0NYEVyw,11235 +pip/_vendor/rich/pretty.py,sha256=gy3S72u4FRg2ytoo7N1ZDWDIvB4unbzd5iUGdgm-8fc,36391 +pip/_vendor/rich/progress.py,sha256=MtmCjTk5zYU_XtRHxRHTAEHG6hF9PeF7EMWbEPleIC0,60357 +pip/_vendor/rich/progress_bar.py,sha256=mZTPpJUwcfcdgQCTTz3kyY-fc79ddLwtx6Ghhxfo064,8162 +pip/_vendor/rich/prompt.py,sha256=l0RhQU-0UVTV9e08xW1BbIj0Jq2IXyChX4lC0lFNzt4,12447 +pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 +pip/_vendor/rich/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 +pip/_vendor/rich/repr.py,sha256=5MZJZmONgC6kud-QW-_m1okXwL2aR6u6y-pUcUCJz28,4431 +pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602 +pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 +pip/_vendor/rich/segment.py,sha256=otnKeKGEV-WRlQVosfJVeFDcDxAKHpvJ_hLzSu5lumM,24743 +pip/_vendor/rich/spinner.py,sha256=PT5qgXPG3ZpqRj7n3EZQ6NW56mx3ldZqZCU7gEMyZk4,4364 +pip/_vendor/rich/status.py,sha256=kkPph3YeAZBo-X-4wPp8gTqZyU466NLwZBA4PZTTewo,4424 +pip/_vendor/rich/style.py,sha256=aSoUNbVgfP1PAnduAqgbbl4AMQy668qs2S1FEwr3Oqs,27067 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=qqAnEUZ4K57Po81_5RBxnsuU4KRzSdvDPAhKw8ma_3E,35763 +pip/_vendor/rich/table.py,sha256=yXYUr0YsPpG466N50HCAw2bpb5ZUuuzdc-G66Zk-oTc,40103 +pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 +pip/_vendor/rich/text.py,sha256=AO7JPCz6-gaN1thVLXMBntEmDPVYFgFNG1oM61_sanU,47552 +pip/_vendor/rich/theme.py,sha256=oNyhXhGagtDlbDye3tVu3esWOWk0vNkuxFw-_unlaK0,3771 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=z8UoN7NbTQKW6YDDUVwOh7F8snZf6gYnUWtOrKsLE1w,31797 +pip/_vendor/rich/tree.py,sha256=yWnQ6rAvRGJ3qZGqBrxS2SW2TKBTNrP0SdY8QxOFPuw,9451 +pip/_vendor/tomli/__init__.py,sha256=PhNw_eyLgdn7McJ6nrAN8yIm3dXC75vr1sVGVVwDSpA,314 +pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-310.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-310.pyc,, +pip/_vendor/tomli/__pycache__/_types.cpython-310.pyc,, +pip/_vendor/tomli/_parser.py,sha256=9w8LG0jB7fwmZZWB0vVXbeejDHcl4ANIJxB2scEnDlA,25591 +pip/_vendor/tomli/_re.py,sha256=sh4sBDRgO94KJZwNIrgdcyV_qQast50YvzOAUGpRDKA,3171 +pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 +pip/_vendor/tomli/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26 +pip/_vendor/truststore/__init__.py,sha256=WIDeyzWm7EVX44g354M25vpRXbeY1lsPH6EmUJUcq4o,1264 +pip/_vendor/truststore/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/truststore/__pycache__/_api.cpython-310.pyc,, +pip/_vendor/truststore/__pycache__/_macos.cpython-310.pyc,, +pip/_vendor/truststore/__pycache__/_openssl.cpython-310.pyc,, +pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-310.pyc,, +pip/_vendor/truststore/__pycache__/_windows.cpython-310.pyc,, +pip/_vendor/truststore/_api.py,sha256=GeXRNTlxPZ3kif4kNoh6JY0oE4QRzTGcgXr6l_X_Gk0,10555 +pip/_vendor/truststore/_macos.py,sha256=nZlLkOmszUE0g6ryRwBVGY5COzPyudcsiJtDWarM5LQ,20503 +pip/_vendor/truststore/_openssl.py,sha256=LLUZ7ZGaio-i5dpKKjKCSeSufmn6T8pi9lDcFnvSyq0,2324 +pip/_vendor/truststore/_ssl_constants.py,sha256=NUD4fVKdSD02ri7-db0tnO0VqLP9aHuzmStcW7tAl08,1130 +pip/_vendor/truststore/_windows.py,sha256=rAHyKYD8M7t-bXfG8VgOVa3TpfhVhbt4rZQlO45YuP8,17993 +pip/_vendor/truststore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/typing_extensions.py,sha256=78hFl0HpDY-ylHUVCnWdU5nTHxUP2-S-3wEZk6CQmLk,134499 +pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333 +pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/_version.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/exceptions.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/fields.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/filepost.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc,, +pip/_vendor/urllib3/__pycache__/response.cpython-310.pyc,, +pip/_vendor/urllib3/_collections.py,sha256=pyASJJhW7wdOpqJj9QJA8FyGRfr8E8uUUhqUvhF0728,11372 +pip/_vendor/urllib3/_version.py,sha256=t9wGB6ooOTXXgiY66K1m6BZS1CJyXHAU8EoWDTe6Shk,64 +pip/_vendor/urllib3/connection.py,sha256=ttIA909BrbTUzwkqEe_TzZVh4JOOj7g61Ysei2mrwGg,20314 +pip/_vendor/urllib3/connectionpool.py,sha256=e2eiAwNbFNCKxj4bwDKNK-w7HIdSz3OmMxU_TIt-evQ,40408 +pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/_appengine_environ.py,sha256=bDbyOEhW2CKLJcQqAKAyrEHN-aklsyHFKq6vF8ZFsmk,957 +pip/_vendor/urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=4Xk64qIkPBt09A5q-RIFUuDhNc9mXilVapm7WnYnzRw,17632 +pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=B2JBB2_NRP02xK6DCa1Pa9IuxrPwxzDzZbixQkb7U9M,13922 +pip/_vendor/urllib3/contrib/appengine.py,sha256=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=Fef1IIUUFHqpevzXiDPbIGkDKchY2FVKeVeLGR1Qq3g,34446 +pip/_vendor/urllib3/contrib/socks.py,sha256=aRi9eWXo9ZEb95XUxef4Z21CFlnnjbEiAo9HOseoMt4,7097 +pip/_vendor/urllib3/exceptions.py,sha256=0Mnno3KHTNfXRfY7638NufOPkUb6mXOm-Lqj-4x2w8A,8217 +pip/_vendor/urllib3/fields.py,sha256=kvLDCg_JmH1lLjUUEY_FLS8UhY7hBvDPuVETbY8mdrM,8579 +pip/_vendor/urllib3/filepost.py,sha256=5b_qqgRHVlL7uLtdAYBzBh-GHmU5AfJVt_2N0XS3PeY,2440 +pip/_vendor/urllib3/packages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc,, +pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-310.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-310.pyc,, +pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 +pip/_vendor/urllib3/packages/backports/weakref_finalize.py,sha256=tRCal5OAhNSRyb0DhHp-38AtIlCsRP8BxF3NX-6rqIA,5343 +pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665 +pip/_vendor/urllib3/poolmanager.py,sha256=aWyhXRtNO4JUnCSVVqKTKQd8EXTvUm1VN9pgs2bcONo,19990 +pip/_vendor/urllib3/request.py,sha256=YTWFNr7QIwh7E1W9dde9LM77v2VWTJ5V78XuTTw7D1A,6691 +pip/_vendor/urllib3/response.py,sha256=fmDJAFkG71uFTn-sVSTh2Iw0WmcXQYqkbRjihvwBjU8,30641 +pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 +pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/request.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc,, +pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc,, +pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901 +pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605 +pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498 +pip/_vendor/urllib3/util/request.py,sha256=C0OUt2tcU6LRiQJ7YYNP9GvPrSvl7ziIBekQ-5nlBZk,3997 +pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510 +pip/_vendor/urllib3/util/retry.py,sha256=6ENvOZ8PBDzh8kgixpql9lIrb2dxH-k7ZmBanJF2Ng4,22050 +pip/_vendor/urllib3/util/ssl_.py,sha256=QDuuTxPSCj1rYtZ4xpD7Ux-r20TD50aHyqKyhQ7Bq4A,17460 +pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758 +pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895 +pip/_vendor/urllib3/util/timeout.py,sha256=cwq4dMk87mJHSBktK1miYJ-85G-3T3RmT20v7SFCpno,10168 +pip/_vendor/urllib3/util/url.py,sha256=lCAE7M5myA8EDdW0sJuyyZhVB9K_j38ljWhHAnFaWoE,14296 +pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403 +pip/_vendor/vendor.txt,sha256=EW-E3cE5XEAtVFzGInikArOMDxGP0DLUWzXpY4RZfFY,333 +pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286 diff --git a/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/REQUESTED b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/WHEEL b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/WHEEL new file mode 100644 index 0000000..505164b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (75.8.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/entry_points.txt b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/entry_points.txt new file mode 100644 index 0000000..25fcf7e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/entry_points.txt @@ -0,0 +1,3 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main diff --git a/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/top_level.txt b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/top_level.txt new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip-25.0.1.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.10/site-packages/pip/__init__.py b/venv/lib/python3.10/site-packages/pip/__init__.py new file mode 100644 index 0000000..d628f93 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "25.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/venv/lib/python3.10/site-packages/pip/__main__.py b/venv/lib/python3.10/site-packages/pip/__main__.py new file mode 100644 index 0000000..5991326 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/__main__.py @@ -0,0 +1,24 @@ +import os +import sys + +# Remove '' and current working directory from the first entry +# of sys.path, if present to avoid using current directory +# in pip commands check, freeze, install, list and show, +# when invoked as python -m pip +if sys.path[0] in ("", os.getcwd()): + sys.path.pop(0) + +# If we are running from a wheel, add the wheel to sys.path +# This allows the usage python pip-*.whl/pip install pip-*.whl +if __package__ == "": + # __file__ is pip-*.whl/pip/__main__.py + # first dirname call strips of '/__main__.py', second strips off '/pip' + # Resulting path is the name of the wheel itself + # Add that to sys.path so we can import pip + path = os.path.dirname(os.path.dirname(__file__)) + sys.path.insert(0, path) + +if __name__ == "__main__": + from pip._internal.cli.main import main as _main + + sys.exit(_main()) diff --git a/venv/lib/python3.10/site-packages/pip/__pip-runner__.py b/venv/lib/python3.10/site-packages/pip/__pip-runner__.py new file mode 100644 index 0000000..c633787 --- /dev/null +++ b/venv/lib/python3.10/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 pyproject.toml +PYTHON_REQUIRES = (3, 8) + + +def version_str(version): # type: ignore + return ".".join(str(v) for v in version) + + +if sys.version_info[:2] < PYTHON_REQUIRES: + raise SystemExit( + "This version of pip does not support python {} (requires >={}).".format( + version_str(sys.version_info[:2]), version_str(PYTHON_REQUIRES) + ) + ) + +# From here on, we can use Python 3 features, but the syntax must remain +# Python 2 compatible. + +import runpy # noqa: E402 +from importlib.machinery import PathFinder # noqa: E402 +from os.path import dirname # noqa: E402 + +PIP_SOURCES_ROOT = dirname(dirname(__file__)) + + +class PipImportRedirectingFinder: + @classmethod + def find_spec(self, fullname, path=None, target=None): # type: ignore + if fullname != "pip": + return None + + spec = PathFinder.find_spec(fullname, [PIP_SOURCES_ROOT], target) + assert spec, (PIP_SOURCES_ROOT, fullname) + return spec + + +sys.meta_path.insert(0, PipImportRedirectingFinder()) + +assert __name__ == "__main__", "Cannot run __pip-runner__.py as a non-main module" +runpy.run_module("pip", run_name="__main__", alter_sys=True) diff --git a/venv/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..868017a6e7d5978af35dc9410f2eaad362453bd6 GIT binary patch literal 636 zcmYk4L5tNe5XY0YuiJgP;K9qD%uOEnnq6I46%j=c1X%?Y;ay5zlWl`-5;Eyqy6m3x zJNOy=E*?Dh>dCL*$;n%k9XiuVnfcGJN$lRNYB50Xf-f= zgkjnQCu1P4zzZ**vfby?e;cJ_JC%(Y^&nNy7ln3r@tApcGZHx-bD~{#b z3sbk+G<>7XhIe|6SfRD%L3wzr5mTL7uv+B5NF<;6^W0R zVnI(9J5wG;hq68%gHJI`H>zrb9C(OTHKh>zlp^=GWea*O?8f@yX>aAwsb_IBAkMi( IvV^670fKs{egFUf literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/__pycache__/__main__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/__pycache__/__main__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c49dcde832648beeb852425465276e68ed6600e5 GIT binary patch literal 470 zcmYk1zi!(w5XO&`?c<+0mTsxQ44FngJ#mvL#&`>3@}mrmNyv!vEGNCw5(+de)OdZkhh$ipHxK7Ic3Dv z>88IJ5MzfS4jzx46uYMMYnUd#XcD*z5K<{Oxi(TxS%|yabQE~)Lge-?#5VV3=oRQ! zcPd1-wxKVj%~!X1fl`JOr5lrPuQEH}uf+Tzld#^s;?DlifnAdi1`w$FHCF+sXWV6~XxZ>W}`fa|r!u zH}^*wHqU|dZ@>idk-&mP*vG>0iEzc-HS!&aPhCMo=|}QDlH?4jkK~*v-<0HolPQKh znc`cZA8?LS_RBDPkvFLL6>PC9QFT!BYZ%EIeDx`wVt@WiB&wozjYMrq`~}dqc+(JA zE=Y=^T3nNKkj`=_e$~6rQY@bk* zfV3Ve3CP?O@PkAQK|0{^$A%umwLzLF1J_0&ukv`dr`m8M3mtb5XVhtuI|t@F4_JWh zui3C`7ib$uuL2YJ20RqbHJYH$5kwb*w{9oHtq1oAh+0H#={;cIgZ#_#6*g!BG5!W& zbWQ||80R_mQGSnHl9VGMJ5CYhUCunM4LwR;GQ7TZQ+ z6{~re?(F*Vvplmiu~|J(kx0mLVyGUbHf^+Uh`zp}pD1}g3>BPjJ$rrCY=QFXJ~t;{ zgt3synj%7F3nT#a2gADc97sO`CJ{6e@`-eym247ixx2!qa4vhaAEvu`y&OnDlYxQg z7799ng?T%mZ;_?ECN^L(f$lnURLSPkpc_2FhV=2oxpl7GiL2LMAVVg&m-pes1!bg@ zIgpN~qilGxN)Oy%I+a1z*x%h}-MyoO?VT<=*xNe|N`|Yx zG;j*{{*?i>0$DaKHcWAO+6GS{ZFad zrsq%@@w%0!g)M3szz(5lJh+ovnpJpYpt|)~H&?PUVWFUXoS2V-3&3&P8alQZG>hZu~g_hhAAJ9unxX)_~i#lWJV#uAJzW z&4;p0WF4~46=TZ26@`-(2oGmP&cYZv+9+F#S=HJ-^CgefKP>MeZ?ibuvTu;K@pF;q dxsK;7y9AQChRGZEjaR8-_{f6Os5Qtc{u}W#wH*Ke literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/__init__.py new file mode 100644 index 0000000..1a5b7f8 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/__init__.py @@ -0,0 +1,18 @@ +from typing import List, Optional + +from pip._internal.utils import _log + +# init_logging() must be called before any call to logging.getLogger() +# which happens at import of most modules. +_log.init_logging() + + +def main(args: Optional[List[str]] = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..495e0e57f005b650e72fc4cf9c158c5391cf6d3c GIT binary patch literal 698 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 YdDTGK(Vo|HMlL;_&&?`-F#DbV1@3qSjQ{`u literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..95a4a1b3115581dfb3ac398552f9385cf36a3b1a GIT binary patch literal 9049 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f6b78cb41de48c2b681a10d15cf7365999722c36 GIT binary patch literal 11651 zcmb7K+ix3Jex4gI8eJ{hk}NyU*p_26v8ZJ4>w2?sd|PiE+O-lJ;U?gYc!tu*B!@mT zv_h6jz3VKt+alO5wrC5aDWn!C8ldP~|AW4@4}B{zkKLE%xy2SpccXsa8ImF?rD!G0 z;h8gM&gFOge!nxp#+UHuwG zL;adXQ~g>+3%_PHRZADswM;Qn%NDb>vEo?GF50#6;&^SMIH7Y4t2$YmDo)j=i__{p zRh_9FDIQVvbal3Nw0Kn2Gu30YiK^*lK#W8QOVu|Bo?nA41vD<PGN;F31d~uJ?D;tkk^8G#b0kqH}ZqJQ*-O?x>xh+krR4Rvtiq-LCtd_ zPuBc;Pz}~wm+fVz?$$ipaju5Wmh_{@t2=((DXW2;ieL4@JUTsbt4;QLz+cA=!=UWD zktdujKiY8IWRPX&k=H_}0!G9LwKc!q>)}TiLM)=J)^)L4$#d$Q8eRHsJ>n{y(66so zJ!dPB!Vz9rmOh4AceXY>iKTCF;K4m&#$~lQr{Vh2DRb(I3~Kggl(s@H6Ps7-t=PKm zm!mj)8+&)xs$Oi}@xv(26uhmsS`9DG-feJYZZ%H5)ofI~oDt6s(ej3rfsD@#wcP}9 zt_97iCPv%;tYz?gRA#ri=>a!5@I3iWk^o{ zk97;zHC*9~C_37XwyW(Z#oRTvd2a}FSC>aSny^IbClF1xLI~6Ct8coGARkH|$f*!y zru<27-IW5u6gol034^9Ad(K6y*q1?FNoXLIwB=&G^try=HkOw^GcbE0XU3^&u!TKm zq}QmrWiPhF$dyq@(aY)b6ncHC$tC=JURik?)CpH)u;E9I72!Rpd(rYbIyTpq*Q8r7 zZ$OwejVZhp;#d&`f8PLwBqSf zJ&-lG>bJcTDftyl9%fO@7`8s4Te^G!H$!ygX8Lr!h#R4Iv?scp5=KY+SQF+a=C&Sb z9sQa9V?0sxwsxu7sY0yh+YjFGT8;?3(5VLzNgKJ)Q-ONuHC$*sRIR6AZe36n^Ugg_ zZn%xmX$4JZ3mS$#QQ$y=oC}En<=gfJ=sTF?itm0#-scQChMzbUHmZJvJJL6v^r!%( z8W;%rC}JnYc|M(iB!@5xUJbfc!pxV^8cw0e>V{$H={;jFYfb3#B{Y?B_5Vl_x&kF_ z5h^tIA8HZz4;j0zJ=3?f$k;S@tSGgajxvxyy?f8rtgv?VXiT0KCQNh+&&_S4`&`?x zIfi=2jK()7IvUE!j=rwrcdBD_%yq*zDYu0KtV&}otGL2N6zdT0_r}PcO?}7c=#jZ= z{K9w)<|rcMtk?*`*lM`ZMr>^cem$PPcDHcz_N~(ES66QouD*E#dTiuhmdhAylz8@) zDwG7~vhnH-PRNx5XU!#=~=?^QeOImCQ`zv zq<^YabdeUB4=0Nm@hy=RWAMXSkwTv_<(X|Ujusm&&3+Q4FeNKtz&}Uwp_R`{cHS0np4R3k|tta{|mN+ZUp=A+oEQ#}|ofI#i_l4md z49$}k7ex*|PxbdX*5Bug;w3zJuKOhIolYpzrNSk#jHl15H4U!Z5_z$LCl1~t-4-|= z_VcoM1+8b)YQN$wbZPWe@inxbMPJM-zAnCjyK_H94@q&|bRbGVC5v2o0-3RlFG*qX(7LNN;WU zp;NBHBC-?wcN98}fzhwtyA3GgMot8889HZsc!*$z?&Pc!My)FGmP0$v6~VYifkbCQ zpak%YqA))KFmulC57Mj)Px1vdP|rE^W;@&6wpy%Pg^vxL3cRq3m3u=ZP}mF3hEuNv zzZcDwW`IdakGc>i>0p{(<$$*D>qJq9kp4lkIeexhWu#W&`jq+gn0B{ov}I+t*8X z?q0oKx?8yOP6AlclqffniCe3=fXV=jQohEauA+#i?moD2|NiakH%fQ!Uk5lhyEWpFoq7E|X z+B=F2TfidiZ{Am-O=2$zJCaCs!(ZRu$erE3vVNgd;3?Gq(V z5Ei3-?v@AN*)z(>9vt*a`Ol{cffF{%8}!Jq)wz_4@njJTh_i2at%S#naFjiQTqwnO zS3QTYturthWk1sb&?6*OevW?O3}SgLGs4q8*W(Y;*WUT6{3G*BF`lY>;psY%10%1>>2c2W}hL_WuH_f z$$}(G8)v#hs)+XhqcC#9sE_e#IENz3@WKF_aM`8}Q$J(O=%eiFzc(bq0QZ6G{W0oF0~8^iK_N(f}vljM77#1lN$U`8N2MCI5Df@H-g8RJjHV zTqB=v;i=u_v$iwdn#-0mh*9F<9M ze&CDmyz(A06u_EDN5IqsQsGzES!=H6a}$YntzigdUlmuCV(klpEaPcBDZN?%aS2ok zPuY}ss@vA%XayaI_+R3<>nt`{_$(MkjZEcCeGLaEbZu2 zuSlgspo|KZ>RS6$l+ zv|DfJ+O~yJ>}XuT1Rx!i>R2$5h$w%IM9jAJfwiS?VJs#~+Gkdwo{5QUO3Cz|Utg|) z3$g{24ji6uPdBjg++9s9G_zYU-pV-lB_P%- zaZ0UjR06CJoBb!eqgbCcroiqQ(=chEPwiPxrvUT#Z|(82_Oed__9?_`**gy*zY;SF}OyClg=Pr_PMuRd%M9AOrV6d3vLL7mUBH-nLhyiCn_io=Sb#tRPZ{N8A z`Q+<4K5{VSyF(91={{gYsO~hiRL+ft9!rX+7?imS^{}N0G zOi2XA>+ze-xol!FctEulgdQ*#C>BPtS?&cwaklG$!-VdHX0n9>M+W^96hUAdcB#I< z=>gBIct#_c(EB`VAD|eA6;-j)6!N?iIC=rWjrPJ}geBvK5ExAmgCnJ<2~uW^)H^+( zW0hB;)J|HUwr#edQ=4$N9a9(|!2v%6`c=Vaw)J8+zCb>xW5RV>pCHl@sgH~w>u|2x zrrr9Tu6s>IV?f&JkLXn4a1*D>adMf$O&k(ty?PmVxxU^$0!s3LC+ug8+T%`n1Lr(t z$b5(x3ukw37}OPr!711iY$Z3|li4n!oxbmGCB(R=5*-6hGVQ&OQwOB}RXWFuk0Gq! zDFA#R+)H;E%%Hd;o_!n1wm^8-J(h_VCF$ansvmTw)5)N42FZ5R>PB_t8AibQdy+26 z>JtD>hCZWP_QZb~U?onCzL>FW1OD_2%WOYC!c@>_NYaLEFr91P2GhmRiAFl(lpUaG zWcJ`>h?x`7SD4mp=fBh%4w$e+F>uTkwo{kUez^d_Rbs77&q++C1YG_EwOB>>-M3Y` z-+62Cfupg+5Jz^^LnFtCnfG=*EK9YYp^Tkm6wJZ|7&feB#=X5daN*Z?4m zc{(QGyLkEMtM3;VI;m|YWq;2T_mTTCK1BB=sPOAWbVu47}dba0ul0{NgqwqjM}&%Ati@+m2rhP zQT&L;0_Tg$W-lg~A3y+@AEwA5x)&xv!;S?r1yd8H5DGfroKZ0z0MkECD|~LXU+blK zTxZ>@TrJ(cRk(Zq#&uxIe&$2|k{u6;tmH57;8l{4IS=FMEL47mQI&2ywSF^7 zNaj4c^DDvsazg$IM(YuhC`+9eo6l(1fwhp|N67;w5)4)$J)s34ZSXuupFwO4Qco!2 z%1h`uruwS`KK4foya3Do2$%tA>~*w_^ISO@m-d7$>)m-0`{MpFcKeR+Rgs_Vc~>5A zK&=LIwFDRkKCtnlQH|O^Du`gCd9bhYcZss%K71p zS1R~42dar9DUcf9XuzdQU%(OYU9|E%3m!=Z)#^Y3aINJGr_}S#_wcC(UWWGK74^A7 z_dTW0Y7ML*BP91V8($CL%Z^r(c4Z966X(2hn;#9~+-wb>?6jO(5Jm_f*MoXc^UE|y z-Pihi!kqPWdd$A$xHPq>G0xZ>u_iKEr4$%LQ zHJ*JZr{IL0UD+>ALs|#HoP3Ih@qEIy1a}Ucs*jo%!jW6l4Gw8Mof=Ogo4{-!0!(w( zm^B%a%ow9i@c4*0z(k@K zcli7W=r=qP8A;qsOR08+X!*;NPha`+W+0*Fh>s8q_m3+0z1!$sD(KtdUb3jrC1^6Eu!uW(ys9E@2zxcVH1HJE~7mxV}3~;i>%=%$?iCvfgD3w0w3D%r` z@H{Q)BL5PjfE+vxF67S3zv3KriCN($h){|rN~On5x0=j}gTRsq%4oLMf}kpiq$C}b zI^2^F__7JyDc@lm`6EdoNhwVn;}2QeWKmCU8md^Wu}Hk+QCm_2GgXD=A31>GK>o1eAq<3<|EtUaDu+J^nb;?(J}MQ6^Mo0?0h zk#d*h-*D7FVDU#Rl(GCeYH>PhF(;4^Lv2zKNbMlau8NwZSG>UQ8~fka<-PaIp32^a zNrsoGs(5s`4*+B}Og?H_Jmd+!maO6XtK^HNlZSO+%8<*OJY)fC@O;h3=cd$NIn6>b z=5JY360pMBpRrI#U-^Q0-kxBgat;dpGbESaV?kLNovfzkcWc{`);Nhla8-T)%na-!EQSjK%&NBi$F@9>MMYXd)J~ zW5t*qw~bo77?)q8XvlA(n2=wyXv%N0n3UgCF(tq0Vj91RTBbfw9H?iD+4^8{FwU~f zTCP4+9I6i&hwEF4Tk0dlk^0u+*7|61w7#vlP4XmbWA*LD?ed(e?Wpf8?v&?rZC8DF zad-WZ;v@Av#XXXisXbbMtoWEb57hS7A1^*0k2yo?I_k>StojqhC*<8=ZD0M#;*<5K zicd*AS9`ktOz|0c9;!WC-(TF1@66ld&U1I-#n0Kp&H;OiGqGUWBlgyBnZ-O(wmFYG z2NsOoF?-b6ZEr)4G0FA#Le}1H??A4DZ^Z1K_O5Tm>|M_DHxtDd5Z`S-g7_oO3y8mn z_#XRF#2=OTONc*a??rsC#9v1Iaoa-Na$ZFKR}g=~-iP=;iNA{YllD`HKPCA;kNDH} zGl)Oqyo~&>A^xnrAMyPX{{rIU_H&3oC-F(dKW866{D8#2i1>t^M?5d(y^i=n`+3Bl zm-r#XU$9?9{6&c$M*JoFWyD{W_?HlW#eNm>S0#P~@z2|@A^w__KZW=g>`BBYC4Lm~ zFWRpo{<_4c5kF)fM*OhEk0Jgg`v~GkBtC=qlzkNOqt1&+F^k8MGHoA2$}#7-q`ZNY z8T&X=7*7;WApVAZ0`U_PKZ*EB`%T2(bWY;^n~1+XSKZx01xs@oM!`pZ5 zBHk8d2G1jY(f%spUzPYQ;+O2NA^tUqUqHNM&mlf1@waW`d~Cez{jZtp6=$VYZ8lu1 z?K-yAT2jsS;!?BSvR2BK%jHEUpUuuLRb8vzwA(euI(^~%tW`KOYqiv>)oNPR`btx^ ztOeDqTjj=TYpL2;w60b8Yt5}xSMsH5qvfbZxi*LF+2)F)$}J~vNtr0txxV65TCBNg z%{xJH<$2T;7J0B-t62-xn&XD$ww9c%+nx^^h-&QvXn5N_V7X{{&9)lNmSsCDPQ$jE z4ZL#d`Rs?pM}_f(pR6pEs|`QBh@P&@ulgy4oaNSd+8>&I_v}n*`ozriTPF)|_~x-{ zrR8T%qWR@kQ~Bnps@w9@r>ab-`I$2^aCk~yXkY}#@$}0|@%vt9;Q<9|*lnQbwb&iQjV<8?6d6@#1e1cM7-k{!KizVr#Kh{HCEYYq1+wSaIc495@LF`tLayzkRE}OP#C*P0XiSLYI+)@Qpx!7nb&Qhj%)lmzz<~2W_ zoke^Qv(vm*ny-}`m&cQSw(3?nWsQoXM$rsEs{|@am{#9hZUT6d?n7JLkHZhFs{d0IB)0|DG;#p(F$i~h4!-n~(I)FD7+&vee z;|T7L2pLWc#5+d94WdnClJGNUt1B}~HI=t*cFD2kF%cFf&2pHQFWfc#OsUi;*PT+y z&z4FWq2M`JDqU%pYr&gzsbn`RrBYW12uF&&Pfb zExiCnp_p(?Cutk6$Ls{=N9O3~Ogm+#ZNo`9CWvsxNh4222=V~Zq8Q#~*To0d#dAR! zL${IvPm~JWN5rmx#VuTd zb+Hy&z<{n*w&vSdepYkAsx=p@6%^aFoQ7aul-+8rhE?eDkgwTRx(QNT-Em!z2sdxd zlu?dMw6*A&n+h>tcE_5Su&ymtQDIpD!t@}3f)KLVVcj(JFlbQFO4Nk{hzNimF>IFG zTCI`1MFRtJRJO}2q((w~IC#2Gpoc3UiTr}}jkL{OLCdaBAWz+ym~U5Wz}s_qDa;>; zdhI8rfWo-xo0qZb)T@9rxM5BH;uBQ3EgQt!ndJ4BoN|?!w##8Z; zc*;n1-A@_bo{h^qA2uhNL=+Gs<{iS#T3o^kY4WljTujWe@c}7NY&n5n4!?nq}wu9F#;-b5Ma}{(r;tX z?F_>;W7%+L@g_kYNS$nPgux30-wxagOUdGC@O_itNS;KLCl}=z>f~wciAn;M2)}HM zuym<6tkDkIfq0OfVoTfxa;BwCSE3y9M!hE`r%*q{%&_Dr_fN{(G~SN(yv;~iw{=PP|+Ki1|f zT>9S6AY!$NjxPQFx4+5AxY1!++Btdgmwx&8zy01}zVtGefS2W)LA<(%`hqe%!?L`c z7waHApkumT;#1_Ew9pW_ys?XwRS+3z2*EaZdkWZg(i$J=tZF}7b}Q9tsoAKlYD7Wi zN3Zo>lre5M0S!_wGI$ArpCEg=rBo_6Fq%T}i3+K?QJeu`MHLa7dV|3*gDnh37@R@i4+SW+ z0=U4poi#thEW*LPf~POxc8?&)#>{voYb4PL(}<`3*hmY4ggD)MOZZ;OGi)~18;4Wr_ zL*4g=)1VXw`7;oJNz^f6os0!_5Z`xoBEnwkJYM`7U%t$Mv4=KdYaoSnwc+WFZLr%) z^A{qqN!|xEV-^*EH);lB8=65Z$jc??9CE^%XNQt40bUqV%7Q7pD!AZp<%%icL(`-c z{$r=BE@Y9#v#V!Sa~X2_QSv!~AnAIAbLA?P2G^FHhPAQ^>did)R?V-99S2_%zX{}i%VKfQBxzS5SlUi<#~vcLa8Zjr`P)p81>IQ?L<|2Mw@8zzcupg* z`-Ta$^{3u54+Nu#<++>bhnF;Gah8<|@;S$+ewgI~Ui=2zKpK+)W-*PuhGOc5RY3sZ zp{z4lYS7GiB_ZKET|!$RbN4g>Rkp! z1{V>GC%T~PYfS9}V!w@acML%UVqh7K2+SThClQ#bud?)h5OfJIev4IfAZVYVnA#VD zj^M>dqyW7TM9qQ&tV-w+$T4BYNQ(SFU}quer|cB4>!822fc1MC3lmtNEM%$tGEi7I z=#(o&LL>=gt6Q!2tZVH%Ju^FXY-)CDpM^EP@9bM|Oq?tnKeMk}pmm{g!eWQ!RDh2B zh{(Q`)dL!7Q^M^o*MbC8t-I6%ES0ZnNt$`;K`TWMYwfQt5Jw)c6!E_`H+LMUrO<30 zZ?+q@bYyN0^A4K7Qp%9lSf|9bD7`jBkOR_-A+t&p(1Pq}?GEISQ8hp4Rjn>US zjw08!)`v0>(^@M1KfH4}XJZL(cfa;ZuDj{J1f)YdoZc!r^lJ_;eh;@G7t#(R)8R9- zpNtME=BVKAxd=%|aJy78_hJEA@4y6D?^yj9n3TVhituhWFu+&d(J833sHKxdLvsf> z1+oNC?}KDRlLugce!Qxh4bpw#256#@Z>S~D_bPtS8ksImnLs%wTSIoidy37_+F2V$ zii&U`sE}(j;0_#HPeh+7Q5?fhaf^Q4jC+r7(klRwOiE!qwfU@UIw6aw;bYt`sTU_? z)KE;@d3ce4GXcmw$M+NwJK`#^R}5)MR~rEqICE0wl#Au7P$D6B&uUJ!Sym^xlBEE4bnFMUyp6VwL@j6Rp)JoIE!)5cl*hd1y9X8+m%Iv4FL|so zxD&}l^h|gVV0geFUPa~bHwosPv4=J#7qmmq^5?r7!xac7Nq9NoeaKn|Et=qb!W^>L zmN|Yvo35c1yQ4NS_RuzMKdYRp)n?lj>Hk<&>BdcNXdJjw%w3RKlqoe>&C#x}HX0ExWZ0)h_8FD3?z0mB}GRs$%X@*6C6Dg35s)w7L-jL352 z!H2+uXM{oz+BuMjwCFrCz}Un7j)K#=)>N0FG-`l2MjE5-CuV2QvQt5-whR^g0hx zds?u=KzCtC94Ta2TjtH!Z4e-Qowx&xD`Y<5RU&rsB+MICcqMp_)xT?6xuBI0Si*CH z_Mwu{eVL02(%f#qaSP|E*3fLw_pjqeo|VU^BMhb(97PbSP32W5=M3L>I56gX3iIxg zhfif;DT#vxgFV3bGy`p4HaP}XqksE1XIDvVr*VIjML>hsGDz(Cn7WK8=$B9zY1U?p z&KJ-kVRXPJ@7=U^;d9^`QGi}~9RYg@HR*cT1g*gkdbX(=V-@+H;6QL}gcXH))cl0( zXev;T8p+|0cWhV8xnXhO%U)s^P~CTy9H&MiLP^Bi8KhDQbhLL3(;tLae-H&9Lg|`- zG4{~9M=msAWTStOV@v(sXjh7^`$1K{hf1cRDjC~QB^S{V+%Ctx8yCQyPyMC|S3Ah! z!iB@W52ld19LnGWSnXLq*F8L5sMWFdJNd;t7Q0gImDYIBQa?kki5S5*Ia-wj>I^SF zN8mPsNRLnnel7&MZ{nT0i69i!qJ;G<)KO$Qf$od50~Bd-Z+mxZBe37dzY++DTBdQ! zf?6-C*@;`^PtAgtmWi>R^@g5>69BqLjUt%894Spzt2y&nD{Qfnrf#-YPN7zj(RReW zv2_jAl7L!ZA+qK>fk>s_z>67vA8KAkjZsrEwSv3n;yOBl+kG8D?~I3<7tB27nllX- zO09DN73jkE!2am{kUth`UrsiF*aN?S@(whFq^{KwVDVPFOu%0u%822Kd@Z`QE*Ln~ zr5NuK`J;m1CkF8@05s7Kkl7BnpmD*u;^SdAh1C$xD$yQvRT|M+C{vpAY#=62JQrNb z*~00u=mSz5g~bW3$66KH=H{Ms78eiA%~{ft1H#}?u`MiCH&ZLRi%`u13VucH#K`+e z=#^?Veo80+u3!8SNGwzcdf~-q1Gj)8XT5t}2(2^3p8&?yV2wcg{3FPxew4wFG5B!= zkPVLUxzDREh>BDkUkQOJl^`j>+Ig(sTt{oDM@GZ9;x{2}ehQI|%Lk-{Mt7QmVRXMm za7q^LWy!H?q1_u56G#udc!QH2e@Abd){KS9BFV0Pf_>a3G?b2NTe&Ddy+=3c zn5?JjfR_Z~;l<|=Uevb`5xjZV&|iKY2_fDTNMJ(0`CmrQ)DPjMw`*O)HlK3R z5>C0Y5kQfp{v5yG8O)>fD#8epmiqI|y4h4UP`@w^U|V)>Y{5h3=6w{s$his8;SQoh zrf!%A=HTU?LePs2Lj#|ag8Dh_WE?QWWQpx`zzS#V0hl!g$RvX>X6-=`#;mZygMjCp zzo%PSbsi44+9syi|J_p-eQ*Oa8MFytBgDj%_a5!Mm~gH`J!MbOel;PSvcD~mSxPpX zTUAwDH^4vvBM9+!l%W11OBo6#8I{*pTK#N2*9iYazVv|@OTeUf9|FOr z#{E<(N8gG2Z~}-MM(R&eL%{A&JpfcUU-1N?Y1}S*22@VX9X+e4%uZklz}tBU7@H8R zhX;&Mrz4xK{hwjWiNi+Y-jfe*mzErIeWeEK9Yu8T6YyWrju>3+pGAoHDduA{s1+r0 zha6>SuLi-5`0YXwfEut0@PfSMw-@`ugKdpmm9c+jT2wqSl6 zRYSU+!jFuko*BYF;N%!n{|bW{2Ey=0?8(n_Zb-@D=>qlyfDC6J?}?C5tRJw=A(+EK z2v$o72(Qu5M*V_PO%JVZ!)8$XizrG}QHp0hpcxuqHyG+8Sp6)(`Ln3x0}cSiB;h;) z&>a3`M^5qW29Qi3@d$30K@Ug{2jZOx7dp~2np@z?9nmv7cEg$5hO;%^4cJ`PBYu{f zD1?r=-sEZQwWzKD5~4)S2E%C?oP3iCMIqzrvaL0X%ryq87Ok2x$Mif#^-Ng#jPP%HUWLBxHDr z)NVtY6#CzWQs~bigP$s|aF0v~to?YYpGUr5WqTgSgSR!R)y?Z~d-!G|4pL{SeI5^s zu^U9EK&aR^XM78k`29GXBeh=3WXetBSnSf+SB)FS4Xj(xXJgr9Tk$Lo7%;dbw3!8V zk!@>nbkSru=Ji^+ zK5v%~e;3^q)-4tDp6cpwV9)BZodh3X2S);)4n0GGGNdhRhx)4wsB_Y&;0~VzA9Rqy zUq{+M;yC{eJoJ=AVB(azyt@rX7^2vnSjS)#f|ohpv{%6}*YJV*YYf)a)j--mVO>o; zcuzmDi$snzFsY|m5P27P{R;4yF4llz%M^jcH_7HyX#x#prG%dWdgde`N3?Ii|>G+BsQkRz0r*=?HMV2*byCWuwh!y=VL^g zHEDIfHAi1$W+;{Z83(1$!qacDOm?GCxbkb+IrU2n{vLzQ zq;#O*1HAYp_MfDIm@#W)6T^wotm2yr?w*T-e+0MtRRkec)Z1KaqevBaVs{MOzlrTG zN$j0X6*CUDwAg9HGfoy*Q7cCVgP2x^=YrUfJq(OFB%6D-DE7AeZ2+U_5~hTtv|*0` zT7=S~DweR2e3loXih%y%a-(^zF|pWe+LWP|99QqPn57-#$;AW~-Yd;*3Y1S5(ils6OhwBM;m{9#9c5=Jv zxQ%CF#cR@%0`3?aT!6!)qQJ@1q~2JmLd9=~yZ|;G(z_9bpbOYkh`oX^)6*vp+YQM_ zTW?RFkIK-S4zb+@J~y(P#&+OiO5rDOO>w`=WfXu-k7B0NWQ1BatK3xrIFvfJByjVO z9we=M(WAyiMmH2!nZn`Xpv+EF41ri6i*viwpODWB9B*BJETA! z;La3zKUw9}K*yuKRs!agT8+TMiQ$BH5ZenE7ln~(acih_C)&~(RkTu$+!q$mDVd3= za;+8ME;qCh{56yzPNj^Af*TO*NDxh;a$2h^@K+R%p{w8s#cjwbE2y!;ZA}HOl7dtE z6~R$z1<EG8IdPB6L_ z&Oui_fpgMBCk$fN)#hbDb!Wcd0S2&)2AS2-0SmbLa%gn5R+=mAny7@a0J)H06l&J6 z-Y`R@@FfNH%lqMw6qR+)WN9FaTd~O_YPNRA>c@WmEzE*XvzBzj!J94`ThFM2;@@2Hci#x*Muy3wx?o z8Hygu@B{%vf*ZbLe>(!6jZ@n_kL%YG>@S@$d=LZyb7AK$=Bf$6=wHXW*(C+G8twW# ztn8gS?rmu|1V@L+4&(L99ICUMjo07Dix0z@8cTb7Iy1Fls>g@>QbnmijA379Eiym1 z`Sh0=NX;@`LM~ZfUrI@G^nEsD1P|OsFfw9-R~R;ibE63%Ru#PHxsW?{1ouZ|qC#rf zafOH6U}E}`{^;8km)+_zRo!b(Y07jBG=OV~o74multY#M1U35*7D8Wj?tZnqXIr$r zvP7=Iqp?X!L>EgS07#olAd$o^pfT92vIxj%x^U`Zlf4>za*#Qovdlr<4l-jw0$p~k zFwn^Whpw;U8pr}DH9rm;Oj9-+i~?4g@F9cZ$Z;nNcl-9}6FT=nByehqIwLSx0w zD(Z#=G&A=V(>I+5^{aS`@y0H=z%Af{s;wJ%^$(GU02lKvJa`!BdOvyaVE^I3NCDwu z<1|QDGjcO~Cktq{<~@WB z1RoXRN-icWUiL6Q?hh_DTi~}!j0Rc(&PjOjnfEkq(F$lQSU@nYM3gh2=Us(qMvTP< z%z?EZ%hj#UgN3NW&{Cme&UiSW*0m1vKpMQvU9+8WkLsao;cuWVK={Y-BhOun;4!8h zMX(c%7OI?0dSfThhyX|g_Y_*2 z#;$(-2B4hdbm;3hCcl0|{R7mGEliJ4qa7U^k;kDJH8;;}ur2&kWRVhz12{fHdnZ9N ztu^R1;cIYA2-J|+SL~;Nasdr`*n-UpQo!3RrGph^>`1}(a_q>VU}r10{H3z@bEfgJ zna)9Z?TvJgCb^tVd`E7xbRm*L8aXMNo$1slPg3na#@hi_OTIQz``#bTj;0mgRdDxQ z#H>efhqyS$R$T~0An)u{_o4%+W8rEV68Q-W3L#abEg_Jcuqw+|xX(yH4z!ETefbX) zsLLy#+!P_viqx~tW!tyVNsU8-l0b#ElqQ(w&>;#RB!=2rK3UittA7tIcnL$Ku{vWF z+&xzcu_L(MuOaBqD9E`FI4NRxOwNe_PIn+)%QL+W;9Vj+JqF-)kOsEbf^{~CX~7yo zHvoH!FGG%HB^G|~|HycCJE&@ZO+u`;)I$gr=0WlY45Jp?Ld7{v{u_54gu?j-0Zt^_ zjvxRspo_MSi)#?9Q6!qz6s#b85DB8(U!W7W2V{!y3`8ApOL}XE7J7q?=0U?hBn9<; zclN~0`5Ei%)bv|ZZ_J#xj-8PchE7k-PM@&w&f-!>`tfsTPD}jU%$F~mJU4TCrZ9`t zlc#3#R)F&bRN5PbSfsB#%Z1dFu>5P}i`fd{xBNJfHDLnQ3YVbw~{oWTw4UnYAw~pQ3ET3e2y@YO`+5x<_F(J z#SvpJIoDALj_+vc%{ff#5Fq!n)}cplJ>`iAJG$ICO@mw-PMQ+Q*=@U!>wy-cMsX+0 zzd*;;zhv(N92+I9$FWC|=`03J?_`0I(A!Sz6)vUzB#H>L{1p(Oq ze+BRF8IxHwi-L$hBIF%b>N;GjtK4yS9Lek3MciLxyKu+g_by8Fs8t&TTDFE5htuz_ zAb<%=_8NqqYd7Lhqmy*v^r1W0b8u-N)a41DK}7TRkHKy9b|Tupn^`kMbve>a8z&dx ztOBS3Z>K06+c>R&>h&ul_P}kJv#CZO&z5H}EYU1P(rc%m0%pRgi3K@2v#Sd$b&0Ms zSUXr`lan1ulc0rbCOquRT`Ir$%Bx^sD^QSq#vp2-E~__$IP}7cFTMQAXASxm_69&T zxY(wJ&l+_4i9=Zcf}M?LURDkpy9i~%r5;v^a7f%o`+&%>^iExjw_qr_i9=a1E3oCs zSq4pRyC5hj<_F*QZ}{Ay{v`Z}TvSxzl zOSr`xFZ)%7u;~R>*B^!2Lv$}Rn9IQz*t;T!L3vxlk&Nd2UfcrP3D-%UPW1~Y4o8DL zfgjx$;a_N(xWd-6tHyi#V&3zgvHj6L7H?NrvHW&Tsn!T(w2FaP#ZQ8y)m`8>}}=*zR)LRt&q4j#0ko(A7= zPHO_)3H^OYm}MbG_Vx#C4ESv{=Q?_!{f`;j(CPss@^a51=w{roF(5IJfDKqS<~rDn ztG5O?sby{sNZW}nkEo$y28nYxb8 zT!jlHy!cG&!Q0)3fSbHw^c74mf+mi1f)N_dPYB`E6xu_RU0yq^M*SxSGy?~wJE^>r z+Ru~WJpvXXF_#J)EuVYn81*O3C`h_6jbHaT0+239joAG#)bYQ(mADaa43il0jXU;c z?3*~rfpOp=lW*lPAM9u6mOOFdNfkVkIuJje_Y7=4e;P%5+j<(Qd2DbT(Ev!#1L@e$ z1x#xRWPkm^dZI%92@V2vnpqt41RW$oZ@j05exMR6nNjb5#JAW!FxXdPDuN$N_j4L* zxUmaIS0!g?M*1us7ykht-(VZ};(-_d5-D6xI=c!oICMpJ6$~oo^&XoA-y1B{?v1CK zbMwAK>kW)bID!YhG_d&ce9sy-mD9hBtT3g)c_)i3)pZsGn&R@-*?#Vii>%Q`t{XnB|_KKU*N zCQgJuyx$^tWJK`DqchQ2I%{G z@AJ=G4kl2G0$_e1{n)g-&haRbS6_W?t|UUXH8(f&mD!ndg{f1g-kmr-Re;2HY;JBH zK0_n0%eDfGli+uPMPQwzWE3FCzzmAK^X+-KAli`0w1lZGwxMtfaK{FG!J}HN?U5v* zFMwV`fTn-bwE5KA+Zncr0CXq1fTV+43q2k+M5+;c{wg9kHY@Np#nGTRFRx+hox40a z4}PQx;41JyVBx`>_j;f`BlFW$Cs$FYRpDfMzZ1x^^A1d$5S~TiMpjq~up-KrA)W>@ zEYLxVU@!X7erp3O=gj%eLV~arnlG>j--V8}f}Q0wpetB3q#}TT=!7i@IG4%y&trUH zA6|S&B~T_)HL4G*n83lV_$su81Twgr_oB0D08pU~0~V~lXVb{pARt6!qx>gI$7YUC zT{tyc>Ofy9fWFeqxpQaEb!b^AIg*g+6TN2m)M1E@BKiwNhb%h71Gu1{BSM7HBANYT z@977v&JOXy$I(R)Ar&Nsan}%hBjzPrAWJu5@5CB|CY+vDx5nWTB#O}ZyRk;*8l8|q zy6(gw&jFAGu;S_q03ebseeN3Fqqd1_6i%u`PRM;XlE|BMU%c`(a++aI#N>21aZbj* zo|F)WiE-mze8P{Hl#e#S*piZs-;O_cYPxiK=KOi;Tm0cEC^&g2gCigL1JHQ}`36Yx zKoy^uGDlZgEkE; zBvz{d48f*U!}0ewl5nTX-5y$lEBlR9E4Mss<6OTr>~DG>b-o*wd@VLUK;dghDCJ61 zlTI($ZY@l_hV%?vR+{8Yz0uA@g=jKVy{F%vId}BT`5AAkcHH}stY%hB=2U;c7g?e$RD;u={R}rG!K=XaGjBPo8vN3zgPe_z-GWuR zxF3U)j~&2fj^&}DlB2k*pLV~5!)(?6W=(+hMfj=sxvD!O$J*M*QEWOmRTZ9We;2vb zhmsY5PNpgyc-E-D$yY2z{UL*O0=M>p*TD2!gx+V6DFMv6f}(D>Nf|3D}f_j+CM_}0GsAgPdc2aikweh!2ImMU#ZR)lCh)`Q|f6(kQL znP;c9mN@k0Sv;tZnU(TVR}TeUiY)tI@Ztk@kE${)IzD0;TgT$Yb|Vfqe4NBL_GgN@ zi1>Q0P(t}=ACh}mt4yS=$`#>Bj#H1h7jeMff$7$a9kgYf<8zpIWqZ4Dl(0^pXf$ES zWa0!hiGD6(5kcAH^q)YlO8J!+f63$VPT+R0BEW&&RHzwh0E?N&f$l{L4WRMF{ zkaDizCjhRVap;hDfV8(>U0jkwCBlP{0%x|60|v>zS}kLL$9{YU9#?o?7`b4GsyG;j zP6~zvo@cJ*CuQ@9X5T~2H?1>4R?X3QFKOBz9F{MPnuQ~sxS<5>Ks4Ij%J2NWt<(At zjLvIsicD%y4LpKmS&L5-#NNQOWD=r)b#7+*%(-J)$YN{sAsTdHQ2!b8aW~O*2;Cth z;3)oqu*Eo`SCy}cM$JzL)*sChWWa1Vb?}W{lt0kb@K6wyM&KtfE^ti++UqC0{!fB7 z;gjcy;rvX{nOr>esgdMC=&2<3oM59}3Oh}*_i)Zl2!%b+8Lqo31#JhS+~cv&4CsD{hCOn6~NqQUr3Yo>R_Zxw1;rkr+8oYIyOUjwWn^t3}>T zgrjSR$Lp_edj*Bc#a}e1vw|!{^eJ*Jteyz!ab^t&WC-hKL4h*Gyq`V^lR7!qsOm0I zglUM!XNl0rf8PKTLU_^&G)FwHlbe*l9g0IF&OnqizqJVgyfGaODEmR`lNZ-Sdji2y z{+9%gb49(vzQ6@D8ic$`al8^8pb=;aM14IBg8zEiMFZGFBz!q}4q$;}4Il46;t@os zA=IRX8FZ*e2e*#k#eEE|+QJ-+ZJ1+nmAvE(q8=P7+go^+eIRPm$E5qL!p?~n1Ae&K zKY$3wKC5kF-tJ(3cOP&lqgH*K+F+0g99(4`b`9Zzj4#F~=2Cwv*fjyCILbqY8nn41 z4-ye@WdgVo7!&%MKwGnxPt9;S55+zIx`&Pw_q z4p7EkjtJ6*3;tl2#aIns9K9z3Tm=Y|Lp&pJ53!Y{{wJ$&2WQ5AjJFz9~`!UmY7}qu4dkU&)T4tZ1!ve609>{2e*QSa?tMe_7`5A@I{= z0Wo9hQzmgc93+-i7X$`qg(@dk5sdXl2J$R^ivGsg9|-{_%b}mQ;y=1J{BMApE0Co90FhSvO!@yu{jTd%JZYw9kpEC*^4d_Za;?16mzKL8=W`|CLcPze1q}g$pQlq5Fu6V1JSRhbM;tt1*|=n%LT!fk+Vk zjm4h=Po0CEhysL(rxAm32o5O_9B$6%>Jy+hJ~mR>dm~#%%#o|OO+0NKd2}Q_l9E_b sLK7)`H#o9$bZ~ThWZTHjkvw99BhTTU97!5GasKvwe06eU&)Am#53>HcegFUf literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/main.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/main.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c0b960cd7339b9c4a5a5569f64e9eb87f853931 GIT binary patch literal 622 zcmYjPJ&)8d5VezR2rEvapt%aSE3xq*koeFEAt6zrqu^*(LMLxLyRk?dYsR~1(Om_< zgP#9FL7kS0zd*$}C!KEOc^*gOH*dxnj*jMn?bp@s?YR`qzkm2n4tXt2P6wp|h$P zJPjQvYS4v9Dz+x7-W(J~*L7+Q3Sk2XzHxp#S8OiU^C@`C6vkS2ty5Wu#&z^a5rArA z4D?d#t&8n$T{lCo!yyeLlJif zdNO%%j<)_9UI|gQl$BWuz)5O~GQ#L%Sl_XZ$uWXp@0?+#K<^+Uz87Km9Ed-5#{`5B z6!Hg)SdSnVfR*etsIG)yHaHu1xVEJdutl5KwG%2n_`4-mLB#iaTfdiF$SsldLzQkZ zeh_oD*$Y*FxVO0{fVU5>ZyoUXU@Hpuw$dZjPvW06Z(QG!AZIfTIuC;$ms@F=ZneW$ zaRDI#vNVUXnI7r#tsam0C#kr70Zm6A=x1xz=t?`3?FeGoPP%QduX!s|wUY*_uburQjKM?<&#NY`41$Ne zJ!5Vo1JW5Y>qNW>bG>YG@BWd57~SD22qW2Wv^&WzsY`q4M9g%d)90Os+MBG6G+h}= z(7@AoZv0%In%PD(wJRYXQ_yduweeVW(9`L&024ey#`Avz4inGGQ!;iYa|-i9=Ew_K zL0(XHW`6~^d`*wZ7bJ7UE#+j8!_0m{zg!p>RpF$V6;Db}E#N9Wu$bcjw8u8FV)uq6 zZyXW=2}`U$!kd*&Tvh-&H>S)PyCCfz=(q>CJ3}J2GfQqOn-x(LD~+xATIPx#b2InA z61@o(11bho<&$#eGIt&H&gfSSjU_(KoOGlr`_&VVRh|;hnysq18pDx7jq>x~THuo< z|ID2G7D#i3miUr+J;G|N{#ObX;vSKIK{~bob`bG5Rm*I)_yo~#*}}RtE~|Q0J|^-X zY5~41vE?TezLoD-AHO-SjEZV8s~iIg53EQ3bS$-W^ewT*P=-epL%)($zM@}K6L(VdP z_k&#@($9zU-{GcizUS{GF`o%RL9=JTgLqC%KalZ;@}X8lVJB44kuOu;3A-U@&6$9i z%_gtGl5MCOSk3*Un>&@4o(=gr_hw?I$KihpFho$p3^FrT@Yb9kVEqU{#G^FTJ$DWG zhkQc-#4{lLtKCG*gv>DTeU8@l0 z1)U?mlQ7T+W#yWmKy<}n2;T$WT%I$%S7$S{V9s9YcSSOI1+!~ssHdJzgFGodXNk^; zJhj!-D?b24%%v1XkSswL63hpX(d{#u(6(V}oZG|O*oO-!6iJM?_!+`k88?nYE+u|A zKp=D8yjtd-U7eTS;D0sC&~}flm`O2 z_7Lt}b46m@v6r~%#~f}`aC2jtOdG%j%UK?qv$x@QlVQx7qry;iH{XS}!sRgp6oA6D;a4$f_hbg4>N8i_S$rEHod;hoS z=>e4>HjmUq7M_St$6(7V8Ko;myGoKs>cU~4^Juhux^?>(KfT_3w|RY(8)?XzMsOR- zQE;=}&Xc{}ZcyRFeI*(=;0!P;P5P11rMn7|FyZmBc|dcZ#{ke|6F9E{J+^3pOybd7 zK-@`UxNV^r1@RQW`NMJ3halw1l&8;%cmwrf6Q_%z#L6kKgV#=y@>rL!o> zXb(UY(>8R9x(HQZ5GY;F^Aw4kp$a2i?uIe6Cs6T(hqAG65qKqw8V+R~egH#bLA-_Y zALH;g4jVA&8dT5I_Cl9&X>iq~3&5m#8<3|`J5MD8o375CSY0s1Nc<4R{s@OFIAE_h z*KMt!Q>VI&WF(f4Ver;G;!;Xn;=FVUb+Sk6xc25qB=?;M}&=p*dB=jZhHrC5dsx- zxDdVTxK)LYx7miqm?c8ExN~K0rxQ3L7qxBX`!7xI7xY~ECG*cBTbqZ4CW$dVrZIW_tqd`!-(I;Zdd*c2G?={JCCfA g3at>2dUTa~g=Kr$p$^887K#ubh~Dfi()x@40=91`0ssI2 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..24d56adc6468a7a82e58ad92884cf0e87b118d3a GIT binary patch literal 6868 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 UmrlqE{xn{(|LA%37qe&o58a*_ivR!s literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf6d31fdc3ba6a6298885ac8d0d9ef7ea243d678 GIT binary patch literal 8647 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 wy7R1kYZ}@&W 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 = get_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", + "--disable-pip-version-check", + # The prefix specified two lines above, thus + # target from config file or env var should be ignored + "--target", + "", + ] + if logger.getEffectiveLevel() <= logging.DEBUG: + args.append("-vv") + elif logger.getEffectiveLevel() <= VERBOSE: + 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]) + + if finder.proxy: + args.extend(["--proxy", finder.proxy]) + for host in finder.trusted_hosts: + args.extend(["--trusted-host", host]) + if finder.custom_cert: + args.extend(["--cert", finder.custom_cert]) + if finder.client_cert: + args.extend(["--client-cert", finder.client_cert]) + if finder.allow_all_prereleases: + args.append("--pre") + if finder.prefer_binary: + args.append("--prefer-binary") + args.append("--") + args.extend(requirements) + with open_spinner(f"Installing {kind}") as spinner: + call_subprocess( + args, + command_desc=f"pip subprocess to install {kind}", + spinner=spinner, + ) + + +class NoOpBuildEnvironment(BuildEnvironment): + """A no-op drop-in replacement for BuildEnvironment""" + + def __init__(self) -> None: + pass + + def __enter__(self) -> None: + pass + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + pass + + def cleanup(self) -> None: + pass + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + raise NotImplementedError() diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cache.py b/venv/lib/python3.10/site-packages/pip/_internal/cache.py new file mode 100644 index 0000000..6b45126 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/cache.py @@ -0,0 +1,290 @@ +"""Cache Management +""" + +import hashlib +import json +import logging +import os +from pathlib import Path +from typing import Any, Dict, List, Optional + +from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InvalidWheelFilename +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + +ORIGIN_JSON_NAME = "origin.json" + + +def _hash_dict(d: Dict[str, str]) -> str: + """Return a stable sha224 of a dictionary.""" + s = json.dumps(d, sort_keys=True, separators=(",", ":"), ensure_ascii=True) + return hashlib.sha224(s.encode("ascii")).hexdigest() + + +class Cache: + """An abstract class - provides cache directories for data from links + + :param cache_dir: The root of the cache. + """ + + def __init__(self, cache_dir: str) -> None: + super().__init__() + assert not cache_dir or os.path.isabs(cache_dir) + self.cache_dir = cache_dir or None + + def _get_cache_path_parts(self, link: Link) -> List[str]: + """Get parts of part that must be os.path.joined with cache_dir""" + + # We want to generate an url to use as our cache key, we don't want to + # just reuse the URL because it might have other items in the fragment + # and we don't care about those. + key_parts = {"url": link.url_without_fragment} + if link.hash_name is not None and link.hash is not None: + key_parts[link.hash_name] = link.hash + if link.subdirectory_fragment: + key_parts["subdirectory"] = link.subdirectory_fragment + + # Include interpreter name, major and minor version in cache key + # to cope with ill-behaved sdists that build a different wheel + # depending on the python version their setup.py is being run on, + # and don't encode the difference in compatibility tags. + # https://github.com/pypa/pip/issues/7296 + key_parts["interpreter_name"] = interpreter_name() + key_parts["interpreter_version"] = interpreter_version() + + # Encode our key url with sha224, we'll use this because it has similar + # security properties to sha256, but with a shorter total output (and + # thus less secure). However the differences don't make a lot of + # difference for our use case here. + hashed = _hash_dict(key_parts) + + # We want to nest the directories some to prevent having a ton of top + # level directories where we might run out of sub directories on some + # FS. + parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]] + + return parts + + def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]: + can_not_cache = not self.cache_dir or not canonical_package_name or not link + if can_not_cache: + return [] + + path = self.get_path_for_link(link) + if os.path.isdir(path): + return [(candidate, path) for candidate in os.listdir(path)] + return [] + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached items in for link.""" + raise NotImplementedError() + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + """Returns a link to a cached item if it exists, otherwise returns the + passed link. + """ + raise NotImplementedError() + + +class SimpleWheelCache(Cache): + """A cache of wheels for future installs.""" + + def __init__(self, cache_dir: str) -> None: + super().__init__(cache_dir) + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached wheels for link + + Because there are M wheels for any one sdist, we provide a directory + to cache them in, and then consult that directory when looking up + cache hits. + + We only insert things into the cache if they have plausible version + numbers, so that we don't contaminate the cache with things that were + not unique. E.g. ./package might have dozens of installs done for it + and build a version of 0.0...and if we built and cached a wheel, we'd + end up using the same wheel even if the source has been edited. + + :param link: The link of the sdist for which this will cache wheels. + """ + parts = self._get_cache_path_parts(link) + assert self.cache_dir + # Store wheels within the root cache_dir + return os.path.join(self.cache_dir, "wheels", *parts) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + candidates = [] + + if not package_name: + return link + + canonical_package_name = canonicalize_name(package_name) + for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name): + try: + wheel = Wheel(wheel_name) + except InvalidWheelFilename: + continue + if canonicalize_name(wheel.name) != canonical_package_name: + logger.debug( + "Ignoring cached wheel %s for %s as it " + "does not match the expected distribution name %s.", + wheel_name, + link, + package_name, + ) + continue + if not wheel.supported(supported_tags): + # Built for a different python/arch/etc + continue + candidates.append( + ( + wheel.support_index_min(supported_tags), + wheel_name, + wheel_dir, + ) + ) + + if not candidates: + return link + + _, wheel_name, wheel_dir = min(candidates) + return Link(path_to_url(os.path.join(wheel_dir, wheel_name))) + + +class EphemWheelCache(SimpleWheelCache): + """A SimpleWheelCache that creates it's own temporary cache directory""" + + def __init__(self) -> None: + self._temp_dir = TempDirectory( + kind=tempdir_kinds.EPHEM_WHEEL_CACHE, + globally_managed=True, + ) + + super().__init__(self._temp_dir.path) + + +class CacheEntry: + def __init__( + self, + link: Link, + persistent: bool, + ): + self.link = link + self.persistent = persistent + self.origin: Optional[DirectUrl] = None + origin_direct_url_path = Path(self.link.file_path).parent / ORIGIN_JSON_NAME + if origin_direct_url_path.exists(): + try: + self.origin = DirectUrl.from_json( + origin_direct_url_path.read_text(encoding="utf-8") + ) + except Exception as e: + logger.warning( + "Ignoring invalid cache entry origin file %s for %s (%s)", + origin_direct_url_path, + link.filename, + e, + ) + + +class WheelCache(Cache): + """Wraps EphemWheelCache and SimpleWheelCache into a single Cache + + This Cache allows for gracefully degradation, using the ephem wheel cache + when a certain link is not found in the simple wheel cache first. + """ + + def __init__(self, cache_dir: str) -> None: + super().__init__(cache_dir) + self._wheel_cache = SimpleWheelCache(cache_dir) + self._ephem_cache = EphemWheelCache() + + def get_path_for_link(self, link: Link) -> str: + return self._wheel_cache.get_path_for_link(link) + + def get_ephem_path_for_link(self, link: Link) -> str: + return self._ephem_cache.get_path_for_link(link) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + cache_entry = self.get_cache_entry(link, package_name, supported_tags) + if cache_entry is None: + return link + return cache_entry.link + + def get_cache_entry( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Optional[CacheEntry]: + """Returns a CacheEntry with a link to a cached item if it exists or + None. The cache entry indicates if the item was found in the persistent + or ephemeral cache. + """ + retval = self._wheel_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=True) + + retval = self._ephem_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=False) + + return None + + @staticmethod + def record_download_origin(cache_dir: str, download_info: DirectUrl) -> None: + origin_path = Path(cache_dir) / ORIGIN_JSON_NAME + if origin_path.exists(): + try: + origin = DirectUrl.from_json(origin_path.read_text(encoding="utf-8")) + except Exception as e: + logger.warning( + "Could not read origin file %s in cache entry (%s). " + "Will attempt to overwrite it.", + origin_path, + e, + ) + else: + # TODO: use DirectUrl.equivalent when + # https://github.com/pypa/pip/pull/10564 is merged. + if origin.url != download_info.url: + logger.warning( + "Origin URL %s in cache entry %s does not match download URL " + "%s. This is likely a pip bug or a cache corruption issue. " + "Will overwrite it with the new value.", + origin.url, + cache_dir, + download_info.url, + ) + origin_path.write_text(download_info.to_json(), encoding="utf-8") diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 0000000..e589bb9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/cli/__init__.py @@ -0,0 +1,4 @@ +"""Subpackage containing all of pip's command line interface related code +""" + +# This file intentionally does not import submodules diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..03f2a2c5df29964a350914bbef29d4f0c73df2e8 GIT binary patch literal 277 zcmYk1u};J=42IiVs7|_f$cAp{8N`YZ8ym}sg(XT8Uu%&%QIb|VBsN}#cVS?@mA7ER zJu&c0w)NY?_d9Gh>q_+b_SL`3{9ep|)ne|YawE-E&y}n9)pqszu%EhU?2GA9*}%mR z6Zgt^ufjn^ikDgT<7n6^PmGGVU^*C!Dxo(8otz!6AGh`CLTeYS)*n?`3FX{=5S}uo z3@Hp$A~>8GOWRW!rmpRhVLJ#AX5<+>br6qb2z;}os9?U3A9)$ VTJPfV)ZC82O&;%-NArSjs$a;yQl0<+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..35247cb49fa2307006b49f098b6e82efcfbd45e8 GIT binary patch literal 5454 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 sd!ZG}jWDMy0>ZpsH~;_u literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..16143d286b960aa886ed27c03d0ecbc7405fcde0 GIT binary patch literal 6579 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..580426ddb17849df3fec490775de94f29d1091da GIT binary patch literal 23547 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cbbfa08311a0c019572d6aadfd7d7134479880dd GIT binary patch literal 4966 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 GzxxjlF{!}- literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..86d907a3378db3a8f1cb78158c50d53d8c32369b GIT binary patch literal 3000 zcmZuz&2JpH6(>2fv$L}wT76iy?4+H#soO0oZJZnmw2F~dwp#;%EJQH^Oe+jVOKLUp ze1+u5-olDn$49=;-{jq{ zhv4`3*+0hr>Lc_|J-Pa8!sLB;#1}v)3J}GVBsjq4O#))xR$#%~O6;@|G*TyU(q_=a zTGme7v=y|>xRH2iJ7}A+lXTK<&`o2k1a=5Df*t_G`S+)CEc8^Miq zJy?giN84i(+@u}WJtDMAz0d667VWVO;5ck!10C6PiS~hen=Z44=D({E#=E&=BH7d`9;J9 zI?0q;j7YGS0IoQH_tvB4Gop`ePv052%7D*Or^TOIZ)iv)+h05VfmOLA2 zqc49J40NXKz#|eM(&UN6XNX#o0JZIt#gEtw9jB1Hl#CeO6SC_&^ei5SZ!7K z97Bv7ub9%Z9rNTcB?%T9+$d^jv7@;J}l-MatwP{fjL7SZTAm??(fpCM?5 z^n&~yj*@tIB@?!aiSo7+$Z@zs@nE2ha)CI=A^i*IVtVh}*|W8sndf(f?G00G3P&mOARdk6LI7MEv{Gp+xhbw1EG6T-maDhQ?&ps2X$Ka&)7y z^nQxBp+U`@sV7@=uWFp*S+i=Mv}ex8DBG}+Y@Ku@fX(D%jAkxIAm>1fvR@(UR4(YZ zwSEd~zjI&U7fANzOO>Pb!})#AW$$EpzEa_nzUI|4ICr(4&6jjbtStU%WlXe}W3c>&X`7(8meq2zR@IX0VEfjA!l2r|cj?W$#N-KsiAx)pVIgWKWWlfCf6XS=&kc7GK< z*$wxf{c`War#p}K_or{|@KXlU2Sc;W`6+h3|9S5~sHwM{&ZaFLNJ| z(1%Xrmly7EmRstFA*=6PmPjkh&lw_}~=l4VqRqCAAYJz_#A3vQ*n1-RuD zdj9^`iv~GW^XYy)u*3uk21-S8-PDyMB+W~y8ZS6B7S&ARj0sjKD`B9r;NTAf9;W$l zo!iQZiUMw6DojIanxC>km%pp8_+u>qAYHe!1uChQwk>3dV5)t^!K$f|9KI#^dwQFO zp^<`G9Vr)>p~0rcxHJ}~Vq9~Ln>2D<>1azZeFTr#1>)ddt8aM(sug?Kz90=7+h2LM zXX`HK!G8_@?x*C!BM#Jc59<02%LVFMF6`VqOHR+PG|_hG~o-Dzqtx9RinbKZ}GS4X8u30QR~-a z7GF?TLUTRY3Uw literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ec05fe3ff0d2cd0b321ba7b1570df1e4302df0fb GIT binary patch literal 9982 zcmbVSUu+vkdf%P>!{uMek}S)A;%t0LYzDTJ^m0w>^QCs|#FsXeQzuR?Y+RP&45^iu zTzYnCSqv4VmG7e9in|^Pv_-Eeq~K5>C<+||hI_Zs*2%`PQU zR@0)Cb~rmb`^`5q-=E+24Wn|oVBqsloBz^&^995BH@X@B*tofjD^@7DQ8T#7S!mWw z{mp7je_J(6f7>-%e>*h?-&W{$afIEDMCa9`qO+?UbgG+LfUONCFNWlB7ad!Ms+jOz4Y;k8CA{HT`% zQP=M^WGti~i=^Lsh?yJ9Ra1F!zt@u@j;lFkUFmKp`&!UURQ|f?3fV{^sqD9cI8okm zbQ3SiuJUeZa*a?q@AiA40Fm;o<=W1eu=a@-bP%jS7rcwpD^`4WF7YcC6rS8&mDk5BRG2TrZPk7O-2 zpW(B3qsZs>T8{F0w3PTUfp?D^8RZ3j9IX|8VxsjVKZVvQ{uJImol$W4)7(ev^rwbx z)Q(`6&Zyb9rAU&E?~1VZMkG6pBoT7(@)aNZk|cqUOCk2hzbE8Mgxy?4H@`LNM>X1D zy}66ZZpe15+&k;(Hwa+MmYe3-GFqsU22A0KFQVY)ka2d&;1<5^OGaYsn7amdFgtg_ zKwA!NY|B`)hGu~KpP4^0A-@KA_m&@?1_gDb)3{$J#_GK&4rtFG(vWI8=yK6b>Or?D zMF%xW%?}wpbJhc%tX6I1#;g4#2-T6cNa~n+C+If9dK?Udav+^TDz6R-K~k?*EoH|d zY{_X*kVjB_X{vm^-V7UYT(5s=JZdi8f{@2cGFlCi-Vzu0x+1yI4wBXW%7qo#=r&h_ zZhPsT=-yijgO#P;MzR`pzq$C*i%Vc!TE%f@eFF}=%H^A$1x38FbCDc_&oHjM~;8#qs>zh1{Ud{p7+IK`=WpD?1k3Z^ZwZj z7t+-}TRliGTjPtPAu~PqQ*I9S25In*(X&}Za<7NhGf6VKtc+?=73-QWk|UUhMz1Hj zTovlXVcKSeqO07X3*|{vF=^Zpas6H+>Eeg6-cT677 zVNh8`p==sW{u15$dj$!pd=|yixZ(vAcEM%SrfW`{CH#4;g4&!}V1pM96V$^sLgiLP zgF`o-&@U2tEtYer4B_JMFzJ$eMBO?@M$BGTxf|N2#S(DAc*HIiG{Yk`dj*XLW}qsW z!eqn#D!Rm^0iJ1_o;f&k80(X-D5oF8(o8UHfkFI_8QfBjM)L40mxSy=cMo+n1 zkT0lOsjPgP`dXd1eQ;$<*)nNHUq!E&EX{&rn*;xAR#kUb#W7x=SXl>j^vb@6%FvY6 z1Z%qnk=SCg$k`_AGHzjQ%^mnbtTOD(js^Q-Vh8NR*>Uv_IJ*oj?5FUKLldR_xlKLa zF?ddUL}hmx0btTqGB8~ptKzl&^;2d+Uc%^-1V&36a93`%5yR<2sZtlC+>jI=ONPzC zxBL!urlpX-hGMjWub~cgY^;dz;2O?kYdE$VZ=iQfI$*OBl+9)Z=CK(lo{jq8`L9{o zF(S$py&#O9)G~7GdTC3jU}<6eu^_mrY*|lpLZN;Woer{G&R9+d_#S#_eX^P6@0qXR zFMUJVBxz*ANXnX|Nuv+R4_(w2lh4!$5xVri!wv)Y?3&k%EpyZ27JL=%v{9GUYE238a*iwzCla7a#P!@EXcZijygO`1tC*;g$e>$@+~TssUVhBIm3KS5r&}a z(*s=)98IT2_;v3nmIA!%zN`Qr*o3tY2upr(7w|r zK9AyH*sc)alZ!(gwg3~=e*wt;kt>d++JFf=Og7lXrFHQORJZ|)YXBb_eN#T4z}Bu&w87#jjr4E_&xdji7FnZ5hkC}R zM^D#mvde1@dBr5RW$ZwwQAaEzZ=gM|9sUi_Wk~^c{@X*=rk-?P#3-);sluCHGj11v zSgoDX&`y9^w@g@h>+ZForA?T!ZryyVT9Mxc!>SO(z)1;02{DRn$M;7~*V8?zkG4a3 zqndn)2v`Vo>1!dY_> z$~)Xeke$;(cOGqp<3sq!-LnFIe?PpGhYB!R1hTH$B9L$n z83JRA0%HgfAjJ;bH6W~118hSWLZOU}G0njXZ)%JU1m>sXUY8NHuaWo-za1bh^+zG} zB4Xp|2Ir&TuT33QInqF^uJ2-H^`f3!0xu)!pk3bQUpczp*s^O6G@Anb3CiE63DF8q z+XY~70tHVl&*C93PB==^Yg(SGM2*liEe~>K=J(lgjilD#Yj1lg${MmY9TVOy5L~FT z!KLeh)`4W7f+^UmEX0b>!zwkyerC)l4+1NdE`^^i#o{uu1I280h=PnTJP^zM1i?-Q znv{iHmokHc3oL0cB7YG6<>HBaKkS8+!Au z(@siBEnZJXNO2?^lB{B?GV4_HCkySZL$p1>rNbuAfD;?JF?<8jeZ`6=Oi8_(xF$Zu z>@NO0RQ6Sea%bH7bL29SJ#z%qMj&&BIx>*0f_7?@d92iOyd*qW(=z&0=((`7jG2v$ znJ0>(BpkG1myu`7w=Au2NB9iXu*_#gW$&rCUq?=Ejvv)IG7r?Jp`!Er819eo1&rf~ z8T2^LPoQO1JJmTz$w|3_DGcJwb*6hTN^Y*N2F=wypBNbps|8yZy+V(1#uKo#y~5XvI*kIkHC>mM`?SppKl{% zM;?zfg0MyWA_^D;U@r1NTU68DFD{cmODtsB;DumJ?ENg8{03fvdJpj>X&;rF@~wS{ zhEpTu*IhI-dkM0Gp5PP+`~@y8-EOXcKpVNMlZW7pQR+&2a%J5S8}bfbY|>;#ADSE` zuC%%n%pK$iQV(_d=6yuhHYU2pHqM$z2${xUHnEUyw0~-Rj>(%wV(&NzX;FLM_y9g& z)Bf0|#9~@oH`fvDEDz3I>H30_#(van_JLBk&-;`J17;aZGhg%{THpYvtEe|Rb&c8; zsp(Yl-lL3$&Oa-s2MP&L=SHk-aX&~#Yj_4UG>L z1=Ak2VlJ58C+w@iVc2cr#RR<-D1HxSQyWj#wlNQ`@!oI zQc*`%w-b+rPJ46*ue{mrMo-F-4@vjWJ{O<$8$j5}S)|@cYzSziOuIeHv~?oqpq{FuYVO1~{{(X1$LK;NgRTO~psUj|&H+^TX6%#D0`%BCugZb#at za#>3%l0MPXg_06F{HjnJfdTWc(kdp^p`|*%~Bno7Jtv-U9I6W|ZEAy#4Ek>@#E2!oAB8 zQy&8?_{`i!h~78k>ARI}Bz#dft7y?d!T=RqJL#*C1r#iTSJTI?ilh%2l(<*zPdLxPkHe4GwAIUl1|pA#;4|| ztYzt=KW}KIDT?lQbk7ocD%7U+s{C9BLu}^=T5_b(+vd&;XxR9k9m1hdFoS1vy}#$> zO$W83y?+dhO_wNa!yXT@@@;$Qd|}=sjdfG!)6Id~`EAN^Si2TNDqvX};gWH;l7>v5 z8Obs1skLovA#Jv8;K@UdU9F=hTyaIS6~QjD9Bq9jhM*}y9!>|QNQbue2&I4__RkSU zjH`Fz9(7`F}cV z)x5Me(3g%d1yFu!Ji_3P@HcR-)Q!&jG{%x9?t{onOD_V<#t9PGi^^$6{p^@*@PmWI zvtE0H2&^DZbQ|EVd!Z}Z$TZv|V4Mh;AR_%WT+n09!V+=gr@)C!+}(ZvmVtaIIRM@k zwf%a+%9DQ2l5U?sp|fFmWW(4FWRG%UyVh7vtZK?1pcgVnWbc)E?@KE+XWG}2UEH^6 z@?G3M!llzhnb@T5%!pQr(M-0Ta)vKm*ph4;3%!Q1^7>4N)BR8gY1WX>5>wX zNK*h!)czS)Ord(k#d!;>FwX&KK`NN(vlklx#(T^j7hJ$X^VH)4QUj+R&%j+E1bWOq zDYzcM4FyCvr@=+feY{_yR5B%%&A~VR54$xXOBD9(AxH{N2=m1G1o#Fuos0#h1S}>` zK{&B{0(RcrcmaqKmTpi%az2-Mu;1nuk~SHVMDqS)vx^^W&^O^o^ePa&ogy6&Qp#zk zq&?3wWY^Zp+=O?zoY_%W?X@y`*~t{rL3!Bk@4+fh!=eIR?HmD;LPSp(cdZPI_lo8f zeocq4KfIATcpYX$eg`LMX*`m}9s2=EqlLp|t@({^66jw_jN2(Pc$2{m5(9C7IOM#4 zFvE1N>T@!Q^bQXYP5SGRyn~2%M$IF@Y~uF=qa0I~FiJBte~R_i@+38evBRjrWr-Re zP(k~WCU8i2l--Pa8%S@FOhdJ@>_M#cL<;JwRbYo|pPV{r0F(`sNP1QY;rp~CLGJbk@1x@ zJxM>I(S}aaSdz9?Y9aV*s*z3C-2BhEx)pT!Gh7-}QdXVi++Q%pzG4>pFJ`k}Fo*po zb1RQdm04~MDTy5%cf{Q*e;`_ca;4|&Q1U-!xXAh5IXR#DP;>|F}1CX3bVV%1k4l{XqS3))ZP zp9ep}=-)Uw+ZJH*7wFO>mc=Ya5-XfONl0K$6PntgojReDx}lqTp_f*|O6rF`K|4FC zrnRt^E`$qdJ*=mVu#q;yX1W+Irc2>cx*RU2E8$AI8m=09Cpnj%56_#in_NiO!Zl)X zo4b5{!x|9o;j>RStZ;*QQ!T6TP3H3oe`>>GRqpV0Mi}YaVCS;!W zSp)2zfj65!kSBKB=zDCDE#30MXBpYCTFdt^Lf2cK_OC@r673~iS3l$#7m><^_W!D2 zgv#m2=>A@)IM1R)ySt+z;jNmkz8i^ac``~f-Fz=U%#u7}^Z5sH!gu0hKAZbDL_QE) zO5L1~W-E=IBF^B$vuSOYf1zgM<=r^t?^&xa!6k98uR#pF9Oc1w33z@Qc;7OSsW=d99ZjT1WdO7~xz z#44@#tk0U`N?G~Df|R1?7(kgBRF@gmn_K+2?1+j{S!Ls zT8q~;&9mdJ-C-;PIm|~13-T;E3ify~funl+?jv63%Hf-;z+M_Mcjjc&BBlRb?`yH3W9#Ub1QA?FDF{o+Hh1uve$AIqQu-9sgG`2~n?fJp)D6amiwtjuBV zEoV%bH?~VsEW^`*A^`XSaA|3m&ICYcK>9R5)>gFiCgcqZtliu89ZPPZ%>fm!pRsmt zJ9iMw9zy!_XAD67>yU(z5KzY^C1MTTLSW1rj?v#8=<+!b%GxKlDI=xzJ$PIakoJ%6 z9e}=Bfv?ZN?_58w-k1e3ICg@(A81l*Iog&-QhQRde5AB{C?G)yxRD&TsA$6{rmkS( zP4>l$Fw#w9c$$`XKqnm#o1{sOTU`+yo~~ia+Lx2O7bWsa`|U*5tl${5AH1B5P@+PHVQo_pR)JNZH-JFeUEmp(i#GB^dmfrIoM^}rIZ@P6 z7y>m^YPi!dCQ_;1G@H%Ys10n?meUJd8bs=+9yb`NIFaon9}Lh@!?Nz)k>XOX&;K&a z3vSyakqam`CB$p!2GWoTq&fSU5E|H;8uKs14Kzyl6)X~Y1%z+;Bp{b)y-_C@D78I8 jA5xqC2Uzg8x?6id|AZP3GBy5*i8;b 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c13a97d7f0f187d7ee9a9b4d9d624740148c54a GIT binary patch literal 4967 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 E|Nm?KNB{r; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d536294310b478cf85b489213787c1b019821f4a GIT binary patch literal 356 zcmYk1&q~8U5XLuc`Uf%KLC}LQ&_lb5R}pI(F<3W}WFzFVq}e4|jGK_%1bXm+d>0R% zbM@3$@Z`pN@EhhgeDDp!l$Lb>v_9TGGo|NOZ~n{B=0>+X)1V**)QAl_hzE2S52+cO zbQF*1H~_QBPA9;wU)T+L411V8PBhSL+)V;(+fER4BggkWzq2rUK;APVdwU$Yeu$TA z2So&VA-VG~T6L#Sz7x3~4#+Kb*DJDe{lEMX^2p;dwC|l@pM3|lrBD6hn?o#FEn!{e zTvd>=RxmZsxXPQ&d{ZYP&AG^6%R~zczJb+N<)ye>T%1G66`NN{`jTW!!iraraG_W& nk^-g$hf*b~kt8iClZ$HGO|M={+7#@%e_kGHn7}mlH8p+!hu&YV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py b/venv/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py new file mode 100644 index 0000000..f3f70ac --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py @@ -0,0 +1,176 @@ +"""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 + # Don't complete if autocompletion environment variables + # are not present + if not os.environ.get("COMP_WORDS") or not os.environ.get("COMP_CWORD"): + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + options += [ + (opt_str, opt.nargs) for opt_str in opt._long_opts + opt._short_opts + ] + + # filter out previously specified options from available options + prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]] + options = [(x, v) for (x, v) in options if x not in prev_opts] + # filter options by current input + options = [(k, v) for k, v in options if k.startswith(current)] + # get completion type given cwords and available subcommand options + completion_type = get_path_completion_type( + cwords, + cword, + subcommand.parser.option_list_all, + ) + # get completion files and directories if ``completion_type`` is + # ````, ```` or ```` + if completion_type: + paths = auto_complete_paths(current, completion_type) + options = [(path, 0) for path in paths] + for option in options: + opt_label = option[0] + # append '=' to options which require args + if option[1] and option[0][:2] == "--": + opt_label += "=" + print(opt_label) + else: + # show main parser options only when necessary + + opts = [i.option_list for i in parser.option_groups] + opts.append(parser.option_list) + flattened_opts = chain.from_iterable(opts) + if current.startswith("-"): + for opt in flattened_opts: + if opt.help != optparse.SUPPRESS_HELP: + subcommands += opt._long_opts + opt._short_opts + else: + # get completion type given cwords and all available options + completion_type = get_path_completion_type(cwords, cword, flattened_opts) + if completion_type: + subcommands = list(auto_complete_paths(current, completion_type)) + + print(" ".join([x for x in subcommands if x.startswith(current)])) + sys.exit(1) + + +def get_path_completion_type( + cwords: List[str], cword: int, opts: Iterable[Any] +) -> Optional[str]: + """Get the type of path completion (``file``, ``dir``, ``path`` or None) + + :param cwords: same as the environmental variable ``COMP_WORDS`` + :param cword: same as the environmental variable ``COMP_CWORD`` + :param opts: The available options to check + :return: path completion type (``file``, ``dir``, ``path`` or None) + """ + if cword < 2 or not cwords[cword - 2].startswith("-"): + return None + for opt in opts: + if opt.help == optparse.SUPPRESS_HELP: + continue + for o in str(opt).split("/"): + if cwords[cword - 2].split("=")[0] == o: + if not opt.metavar or any( + x in ("path", "file", "dir") for x in opt.metavar.split("/") + ): + return opt.metavar + return None + + +def auto_complete_paths(current: str, completion_type: str) -> Iterable[str]: + """If ``completion_type`` is ``file`` or ``path``, list all regular files + and directories starting with ``current``; otherwise only list directories + starting with ``current``. + + :param current: The word to be completed + :param completion_type: path completion type(``file``, ``path`` or ``dir``) + :return: A generator of regular files and/or directories + """ + directory, filename = os.path.split(current) + current_path = os.path.abspath(directory) + # Don't complete paths if they can't be accessed + if not os.access(current_path, os.R_OK): + return + filename = os.path.normcase(filename) + # list all files that start with ``filename`` + file_list = ( + x for x in os.listdir(current_path) if os.path.normcase(x).startswith(filename) + ) + for f in file_list: + opt = os.path.join(current_path, f) + comp_file = os.path.normcase(os.path.join(directory, f)) + # complete regular files when there is not ```` after option + # complete directories when there is ````, ```` or + # ````after option + if completion_type != "dir" and os.path.isfile(opt): + yield comp_file + elif os.path.isdir(opt): + yield os.path.join(comp_file, "") diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py b/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 0000000..362f84b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,240 @@ +"""Base Command class, and related routines""" + +import logging +import logging.config +import optparse +import os +import sys +import traceback +from optparse import Values +from typing import List, Optional, Tuple + +from pip._vendor.rich import reconfigure +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, +) +from pip._internal.utils.deprecation import deprecated +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 _run_wrapper(self, level_number: int, options: Values, args: List[str]) -> int: + def _inner_run() -> int: + try: + return self.run(options, args) + finally: + self.handle_pip_version_check(options) + + if options.debug_mode: + rich_traceback.install(show_locals=True) + return _inner_run() + + try: + status = _inner_run() + assert isinstance(status, int) + return status + except DiagnosticPipError as exc: + logger.error("%s", exc, extra={"rich": True}) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except PreviousBuildDirError as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return PREVIOUS_BUILD_DIR_ERROR + except ( + InstallationError, + 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 + + 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 + + reconfigure(no_color=options.no_color) + level_number = setup_logging( + verbosity=self.verbosity, + no_color=options.no_color, + user_log_file=options.log, + ) + + always_enabled_features = set(options.features_enabled) & set( + cmdoptions.ALWAYS_ENABLED_FEATURES + ) + if always_enabled_features: + logger.warning( + "The following features are always enabled: %s. ", + ", ".join(sorted(always_enabled_features)), + ) + + # Make sure that the --python argument isn't specified after the + # subcommand. We can tell, because if --python was specified, + # we should only reach this point if we're running in the created + # subprocess, which has the _PIP_RUNNING_IN_SUBPROCESS environment + # variable set. + if options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: + logger.critical( + "The --python option must be placed before the pip subcommand name" + ) + sys.exit(ERROR) + + # TODO: Try to get these passing down from the command? + # without resorting to os.environ to hold these. + # This also affects isolated builds and it should. + + if options.no_input: + os.environ["PIP_NO_INPUT"] = "1" + + if options.exists_action: + os.environ["PIP_EXISTS_ACTION"] = " ".join(options.exists_action) + + if options.require_venv and not self.ignore_require_venv: + # If a venv is required check if it can really be found + if not running_under_virtualenv(): + logger.critical("Could not find an activated virtualenv (required).") + sys.exit(VIRTUALENV_NOT_FOUND) + + if options.cache_dir: + options.cache_dir = normalize_path(options.cache_dir) + if not check_path_owner(options.cache_dir): + logger.warning( + "The directory '%s' or its parent directory is not owned " + "or is not writable by the current user. The cache " + "has been disabled. Check the permissions and owner of " + "that directory. If executing pip with sudo, you should " + "use sudo's -H flag.", + options.cache_dir, + ) + options.cache_dir = None + + if options.no_python_version_warning: + deprecated( + reason="--no-python-version-warning is deprecated.", + replacement="to remove the flag as it's a no-op", + gone_in="25.1", + issue=13154, + ) + + return self._run_wrapper(level_number, options, args) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py b/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 0000000..eeb7e65 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1075 @@ +""" +shared options and groups + +The principle here is to define options once, but *not* instantiate them +globally. One reason being that options with action='append' can carry state +between parses. pip parses general options twice internally, and shouldn't +pass on state. To be consistent, all options will follow this design. +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import importlib.util +import logging +import os +import textwrap +from functools import partial +from optparse import SUPPRESS_HELP, Option, OptionGroup, OptionParser, Values +from textwrap import dedent +from typing import Any, Callable, Dict, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.parser import ConfigOptionParser +from pip._internal.exceptions import CommandError +from pip._internal.locations import USER_CACHE_DIR, get_src_prefix +from pip._internal.models.format_control import FormatControl +from pip._internal.models.index import PyPI +from pip._internal.models.target_python import TargetPython +from pip._internal.utils.hashes import STRONG_HASHES +from pip._internal.utils.misc import strtobool + +logger = logging.getLogger(__name__) + + +def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: + """ + Raise an option parsing error using parser.error(). + + Args: + parser: an OptionParser instance. + option: an Option instance. + msg: the error text. + """ + msg = f"{option} error: {msg}" + msg = textwrap.fill(" ".join(msg.split())) + parser.error(msg) + + +def make_option_group(group: Dict[str, Any], parser: ConfigOptionParser) -> OptionGroup: + """ + Return an OptionGroup object + group -- assumed to be dict with 'name' and 'options' keys + parser -- an optparse Parser + """ + option_group = OptionGroup(parser, group["name"]) + for option in group["options"]: + option_group.add_option(option()) + return option_group + + +def check_dist_restriction(options: Values, check_target: bool = False) -> None: + """Function for determining if custom platform options are allowed. + + :param options: The OptionParser options. + :param check_target: Whether or not to check if --target is being used. + """ + dist_restriction_set = any( + [ + options.python_version, + options.platforms, + options.abis, + options.implementation, + ] + ) + + binary_only = FormatControl(set(), {":all:"}) + sdist_dependencies_allowed = ( + options.format_control != binary_only and not options.ignore_dependencies + ) + + # Installations or downloads using dist restrictions must not combine + # source distributions and dist-specific wheels, as they are not + # guaranteed to be locally compatible. + if dist_restriction_set and sdist_dependencies_allowed: + raise CommandError( + "When restricting platform and interpreter constraints using " + "--python-version, --platform, --abi, or --implementation, " + "either --no-deps must be set, or --only-binary=:all: must be " + "set and --no-binary must not be set (or must be set to " + ":none:)." + ) + + if check_target: + if not options.dry_run and dist_restriction_set and not options.target_dir: + raise CommandError( + "Can not use any platform or abi specific options unless " + "installing via '--target' or using '--dry-run'" + ) + + +def _path_option_check(option: Option, opt: str, value: str) -> str: + return os.path.expanduser(value) + + +def _package_name_option_check(option: Option, opt: str, value: str) -> str: + return canonicalize_name(value) + + +class PipOption(Option): + TYPES = Option.TYPES + ("path", "package_name") + TYPE_CHECKER = Option.TYPE_CHECKER.copy() + TYPE_CHECKER["package_name"] = _package_name_option_check + TYPE_CHECKER["path"] = _path_option_check + + +########### +# options # +########### + +help_: Callable[..., Option] = partial( + Option, + "-h", + "--help", + dest="help", + action="help", + help="Show help.", +) + +debug_mode: Callable[..., Option] = partial( + Option, + "--debug", + dest="debug_mode", + action="store_true", + default=False, + help=( + "Let unhandled exceptions propagate outside the main subroutine, " + "instead of logging them to stderr." + ), +) + +isolated_mode: Callable[..., Option] = partial( + Option, + "--isolated", + dest="isolated_mode", + action="store_true", + default=False, + help=( + "Run pip in an isolated mode, ignoring environment variables and user " + "configuration." + ), +) + +require_virtualenv: Callable[..., Option] = partial( + Option, + "--require-virtualenv", + "--require-venv", + dest="require_venv", + action="store_true", + default=False, + help=( + "Allow pip to only run in a virtual environment; " + "exit with an error otherwise." + ), +) + +override_externally_managed: Callable[..., Option] = partial( + Option, + "--break-system-packages", + dest="override_externally_managed", + action="store_true", + help="Allow pip to modify an EXTERNALLY-MANAGED Python installation", +) + +python: Callable[..., Option] = partial( + Option, + "--python", + dest="python", + help="Run pip with the specified Python interpreter.", +) + +verbose: Callable[..., Option] = partial( + Option, + "-v", + "--verbose", + dest="verbose", + action="count", + default=0, + help="Give more output. Option is additive, and can be used up to 3 times.", +) + +no_color: Callable[..., Option] = partial( + Option, + "--no-color", + dest="no_color", + action="store_true", + default=False, + help="Suppress colored output.", +) + +version: Callable[..., Option] = partial( + Option, + "-V", + "--version", + dest="version", + action="store_true", + help="Show version and exit.", +) + +quiet: Callable[..., Option] = partial( + Option, + "-q", + "--quiet", + dest="quiet", + action="count", + default=0, + help=( + "Give less output. Option is additive, and can be used up to 3" + " times (corresponding to WARNING, ERROR, and CRITICAL logging" + " levels)." + ), +) + +progress_bar: Callable[..., Option] = partial( + Option, + "--progress-bar", + dest="progress_bar", + type="choice", + choices=["on", "off", "raw"], + default="on", + help="Specify whether the progress bar should be used [on, off, raw] (default: on)", +) + +log: Callable[..., Option] = partial( + PipOption, + "--log", + "--log-file", + "--local-log", + dest="log", + metavar="path", + type="path", + help="Path to a verbose appending log.", +) + +no_input: Callable[..., Option] = partial( + Option, + # Don't ask for input + "--no-input", + dest="no_input", + action="store_true", + default=False, + help="Disable prompting for input.", +) + +keyring_provider: Callable[..., Option] = partial( + Option, + "--keyring-provider", + dest="keyring_provider", + choices=["auto", "disabled", "import", "subprocess"], + default="auto", + help=( + "Enable the credential lookup via the keyring library if user input is allowed." + " Specify which mechanism to use [auto, disabled, import, subprocess]." + " (default: %default)" + ), +) + +proxy: Callable[..., Option] = partial( + Option, + "--proxy", + dest="proxy", + type="str", + default="", + help="Specify a proxy in the form scheme://[user:passwd@]proxy.server:port.", +) + +retries: Callable[..., Option] = partial( + Option, + "--retries", + dest="retries", + type="int", + default=5, + help="Maximum number of retries each connection should attempt " + "(default %default times).", +) + +timeout: Callable[..., Option] = partial( + Option, + "--timeout", + "--default-timeout", + metavar="sec", + dest="timeout", + type="float", + default=15, + help="Set the socket timeout (default %default seconds).", +) + + +def exists_action() -> Option: + return Option( + # Option when path already exist + "--exists-action", + dest="exists_action", + type="choice", + choices=["s", "i", "w", "b", "a"], + default=[], + action="append", + metavar="action", + help="Default action when a path already exists: " + "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.", + ) + + +cert: Callable[..., Option] = partial( + PipOption, + "--cert", + dest="cert", + type="path", + metavar="path", + help=( + "Path to PEM-encoded CA certificate bundle. " + "If provided, overrides the default. " + "See 'SSL Certificate Verification' in pip documentation " + "for more information." + ), +) + +client_cert: Callable[..., Option] = partial( + PipOption, + "--client-cert", + dest="client_cert", + type="path", + default=None, + metavar="path", + help="Path to SSL client certificate, a single file containing the " + "private key and the certificate in PEM format.", +) + +index_url: Callable[..., Option] = partial( + Option, + "-i", + "--index-url", + "--pypi-url", + dest="index_url", + metavar="URL", + default=PyPI.simple_url, + help="Base URL of the Python Package Index (default %default). " + "This should point to a repository compliant with PEP 503 " + "(the simple repository API) or a local directory laid out " + "in the same format.", +) + + +def extra_index_url() -> Option: + return Option( + "--extra-index-url", + dest="extra_index_urls", + metavar="URL", + action="append", + default=[], + help="Extra URLs of package indexes to use in addition to " + "--index-url. Should follow the same rules as " + "--index-url.", + ) + + +no_index: Callable[..., Option] = partial( + Option, + "--no-index", + dest="no_index", + action="store_true", + default=False, + help="Ignore package index (only looking at --find-links URLs instead).", +) + + +def find_links() -> Option: + return Option( + "-f", + "--find-links", + dest="find_links", + action="append", + default=[], + metavar="url", + help="If a URL or path to an html file, then parse for links to " + "archives such as sdist (.tar.gz) or wheel (.whl) files. " + "If a local path or file:// URL that's a directory, " + "then look for archives in the directory listing. " + "Links to VCS project URLs are not supported.", + ) + + +def trusted_host() -> Option: + return Option( + "--trusted-host", + dest="trusted_hosts", + action="append", + metavar="HOSTNAME", + default=[], + help="Mark this host or host:port pair as trusted, even though it " + "does not have valid or any HTTPS.", + ) + + +def constraints() -> Option: + return Option( + "-c", + "--constraint", + dest="constraints", + action="append", + default=[], + metavar="file", + help="Constrain versions using the given constraints file. " + "This option can be used multiple times.", + ) + + +def requirements() -> Option: + return Option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help="Install from the given requirements file. " + "This option can be used multiple times.", + ) + + +def editable() -> Option: + return Option( + "-e", + "--editable", + dest="editables", + action="append", + default=[], + metavar="path/url", + help=( + "Install a project in editable mode (i.e. setuptools " + '"develop mode") from a local project path or a VCS url.' + ), + ) + + +def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: + value = os.path.abspath(value) + setattr(parser.values, option.dest, value) + + +src: Callable[..., Option] = partial( + PipOption, + "--src", + "--source", + "--source-dir", + "--source-directory", + dest="src_dir", + type="path", + metavar="dir", + default=get_src_prefix(), + action="callback", + callback=_handle_src, + help="Directory to check out editable projects into. " + 'The default in a virtualenv is "/src". ' + 'The default for global installs is "/src".', +) + + +def _get_format_control(values: Values, option: Option) -> Any: + """Get a format_control object.""" + return getattr(values, option.dest) + + +def _handle_no_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.no_binary, + existing.only_binary, + ) + + +def _handle_only_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.only_binary, + existing.no_binary, + ) + + +def no_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--no-binary", + dest="format_control", + action="callback", + callback=_handle_no_binary, + type="str", + default=format_control, + help="Do not use binary packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all binary packages, ":none:" to empty the set (notice ' + "the colons), or one or more package names with commas between " + "them (no colons). Note that some packages are tricky to compile " + "and may fail to install when this option is used on them.", + ) + + +def only_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--only-binary", + dest="format_control", + action="callback", + callback=_handle_only_binary, + type="str", + default=format_control, + help="Do not use source packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all source packages, ":none:" to empty the set, or one ' + "or more package names with commas between them. Packages " + "without binary distributions will fail to install when this " + "option is used on them.", + ) + + +platforms: Callable[..., Option] = partial( + Option, + "--platform", + dest="platforms", + metavar="platform", + action="append", + default=None, + help=( + "Only use wheels compatible with . Defaults to the " + "platform of the running system. Use this option multiple times to " + "specify multiple platforms supported by the target interpreter." + ), +) + + +# This was made a separate function for unit-testing purposes. +def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]: + """ + Convert a version string like "3", "37", or "3.7.3" into a tuple of ints. + + :return: A 2-tuple (version_info, error_msg), where `error_msg` is + non-None if and only if there was a parsing error. + """ + if not value: + # The empty string is the same as not providing a value. + return (None, None) + + parts = value.split(".") + if len(parts) > 3: + return ((), "at most three version parts are allowed") + + if len(parts) == 1: + # Then we are in the case of "3" or "37". + value = parts[0] + if len(value) > 1: + parts = [value[0], value[1:]] + + try: + version_info = tuple(int(part) for part in parts) + except ValueError: + return ((), "each version part must be an integer") + + return (version_info, None) + + +def _handle_python_version( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """ + Handle a provided --python-version value. + """ + version_info, error_msg = _convert_python_version(value) + if error_msg is not None: + msg = f"invalid --python-version value: {value!r}: {error_msg}" + raise_option_error(parser, option=option, msg=msg) + + parser.values.python_version = version_info + + +python_version: Callable[..., Option] = partial( + Option, + "--python-version", + dest="python_version", + metavar="python_version", + action="callback", + callback=_handle_python_version, + type="str", + default=None, + help=dedent( + """\ + The Python interpreter version to use for wheel and "Requires-Python" + compatibility checks. Defaults to a version derived from the running + interpreter. The version can be specified using up to three dot-separated + integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor + version can also be given as a string without dots (e.g. "37" for 3.7.0). + """ + ), +) + + +implementation: Callable[..., Option] = partial( + Option, + "--implementation", + dest="implementation", + metavar="implementation", + default=None, + help=( + "Only use wheels compatible with Python " + "implementation , e.g. 'pp', 'jy', 'cp', " + " or 'ip'. If not specified, then the current " + "interpreter implementation is used. Use 'py' to force " + "implementation-agnostic wheels." + ), +) + + +abis: Callable[..., Option] = partial( + Option, + "--abi", + dest="abis", + metavar="abi", + action="append", + default=None, + help=( + "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " + "If not specified, then the current interpreter abi tag is used. " + "Use this option multiple times to specify multiple abis supported " + "by the target interpreter. Generally you will need to specify " + "--implementation, --platform, and --python-version when using this " + "option." + ), +) + + +def add_target_python_options(cmd_opts: OptionGroup) -> None: + cmd_opts.add_option(platforms()) + cmd_opts.add_option(python_version()) + cmd_opts.add_option(implementation()) + cmd_opts.add_option(abis()) + + +def make_target_python(options: Values) -> TargetPython: + target_python = TargetPython( + platforms=options.platforms, + py_version_info=options.python_version, + abis=options.abis, + implementation=options.implementation, + ) + + return target_python + + +def prefer_binary() -> Option: + return Option( + "--prefer-binary", + dest="prefer_binary", + action="store_true", + default=False, + help=( + "Prefer binary packages over source packages, even if the " + "source packages are newer." + ), + ) + + +cache_dir: Callable[..., Option] = partial( + PipOption, + "--cache-dir", + dest="cache_dir", + default=USER_CACHE_DIR, + metavar="dir", + type="path", + help="Store the cache data in .", +) + + +def _handle_no_cache_dir( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-cache-dir option. + + This is an optparse.Option callback for the --no-cache-dir option. + """ + # The value argument will be None if --no-cache-dir is passed via the + # command-line, since the option doesn't accept arguments. However, + # the value can be non-None if the option is triggered e.g. by an + # environment variable, like PIP_NO_CACHE_DIR=true. + if value is not None: + # Then parse the string value to get argument error-checking. + try: + strtobool(value) + except ValueError as exc: + raise_option_error(parser, option=option, msg=str(exc)) + + # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() + # converted to 0 (like "false" or "no") caused cache_dir to be disabled + # rather than enabled (logic would say the latter). Thus, we disable + # the cache directory not just on values that parse to True, but (for + # backwards compatibility reasons) also on values that parse to False. + # In other words, always set it to False if the option is provided in + # some (valid) form. + parser.values.cache_dir = False + + +no_cache: Callable[..., Option] = partial( + Option, + "--no-cache-dir", + dest="cache_dir", + action="callback", + callback=_handle_no_cache_dir, + help="Disable the cache.", +) + +no_deps: Callable[..., Option] = partial( + Option, + "--no-deps", + "--no-dependencies", + dest="ignore_dependencies", + action="store_true", + default=False, + help="Don't install package dependencies.", +) + +ignore_requires_python: Callable[..., Option] = partial( + Option, + "--ignore-requires-python", + dest="ignore_requires_python", + action="store_true", + help="Ignore the Requires-Python information.", +) + +no_build_isolation: Callable[..., Option] = partial( + Option, + "--no-build-isolation", + dest="build_isolation", + action="store_false", + default=True, + help="Disable isolation when building a modern source distribution. " + "Build dependencies specified by PEP 518 must be already installed " + "if this option is used.", +) + +check_build_deps: Callable[..., Option] = partial( + Option, + "--check-build-dependencies", + dest="check_build_deps", + action="store_true", + default=False, + help="Check the build dependencies when PEP517 is used.", +) + + +def _handle_no_use_pep517( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-use-pep517 option. + + This is an optparse.Option callback for the no_use_pep517 option. + """ + # Since --no-use-pep517 doesn't accept arguments, the value argument + # will be None if --no-use-pep517 is passed via the command-line. + # However, the value can be non-None if the option is triggered e.g. + # by an environment variable, for example "PIP_NO_USE_PEP517=true". + if value is not None: + msg = """A value was passed for --no-use-pep517, + probably using either the PIP_NO_USE_PEP517 environment variable + or the "no-use-pep517" config file option. Use an appropriate value + of the PIP_USE_PEP517 environment variable or the "use-pep517" + config file option instead. + """ + raise_option_error(parser, option=option, msg=msg) + + # If user doesn't wish to use pep517, we check if setuptools and wheel are installed + # and raise error if it is not. + packages = ("setuptools", "wheel") + if not all(importlib.util.find_spec(package) for package in packages): + msg = ( + f"It is not possible to use --no-use-pep517 " + f"without {' and '.join(packages)} installed." + ) + raise_option_error(parser, option=option, msg=msg) + + # Otherwise, --no-use-pep517 was passed via the command-line. + parser.values.use_pep517 = False + + +use_pep517: Any = partial( + Option, + "--use-pep517", + dest="use_pep517", + action="store_true", + default=None, + help="Use PEP 517 for building source distributions " + "(use --no-use-pep517 to force legacy behaviour).", +) + +no_use_pep517: Any = partial( + Option, + "--no-use-pep517", + dest="use_pep517", + action="callback", + callback=_handle_no_use_pep517, + default=None, + help=SUPPRESS_HELP, +) + + +def _handle_config_settings( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + key, sep, val = value.partition("=") + if sep != "=": + parser.error(f"Arguments to {opt_str} must be of the form KEY=VAL") + dest = getattr(parser.values, option.dest) + if dest is None: + dest = {} + setattr(parser.values, option.dest, dest) + if key in dest: + if isinstance(dest[key], list): + dest[key].append(val) + else: + dest[key] = [dest[key], val] + else: + dest[key] = val + + +config_settings: Callable[..., Option] = partial( + Option, + "-C", + "--config-settings", + dest="config_settings", + type=str, + action="callback", + callback=_handle_config_settings, + metavar="settings", + help="Configuration settings to be passed to the PEP 517 build backend. " + "Settings take the form KEY=VALUE. Use multiple --config-settings options " + "to pass multiple keys to the backend.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=False, + help="Don't periodically check PyPI to determine whether a new version " + "of pip is available for download. Implied with --no-index.", +) + +root_user_action: Callable[..., Option] = partial( + Option, + "--root-user-action", + dest="root_user_action", + default="warn", + choices=["warn", "ignore"], + help="Action if pip is run as a root user [warn, ignore] (default: warn)", +) + + +def _handle_merge_hash( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """Given a value spelled "algo:digest", append the digest to a list + pointed to in a dict by the algo name.""" + if not parser.values.hashes: + parser.values.hashes = {} + try: + algo, digest = value.split(":", 1) + except ValueError: + parser.error( + f"Arguments to {opt_str} must be a hash name " + "followed by a value, like --hash=sha256:" + "abcde..." + ) + if algo not in STRONG_HASHES: + parser.error( + "Allowed hash algorithms for {} are {}.".format( + opt_str, ", ".join(STRONG_HASHES) + ) + ) + parser.values.hashes.setdefault(algo, []).append(digest) + + +hash: Callable[..., Option] = partial( + Option, + "--hash", + # Hash values eventually end up in InstallRequirement.hashes due to + # __dict__ copying in process_line(). + dest="hashes", + action="callback", + callback=_handle_merge_hash, + type="string", + help="Verify that the package's archive matches this " + "hash before installing. Example: --hash=sha256:abcdef...", +) + + +require_hashes: Callable[..., Option] = partial( + Option, + "--require-hashes", + dest="require_hashes", + action="store_true", + default=False, + help="Require a hash to check each requirement against, for " + "repeatable installs. This option is implied when any package in a " + "requirements file has a --hash option.", +) + + +list_path: Callable[..., Option] = partial( + PipOption, + "--path", + dest="path", + type="path", + action="append", + help="Restrict to the specified installation path for listing " + "packages (can be used multiple times).", +) + + +def check_list_path_option(options: Values) -> None: + if options.path and (options.user or options.local): + raise CommandError("Cannot combine '--path' with '--user' or '--local'") + + +list_exclude: Callable[..., Option] = partial( + PipOption, + "--exclude", + dest="excludes", + action="append", + metavar="package", + type="package_name", + help="Exclude specified package from the output", +) + + +no_python_version_warning: Callable[..., Option] = partial( + Option, + "--no-python-version-warning", + dest="no_python_version_warning", + action="store_true", + default=False, + help="Silence deprecation warnings for upcoming unsupported Pythons.", +) + + +# Features that are now always on. A warning is printed if they are used. +ALWAYS_ENABLED_FEATURES = [ + "truststore", # always on since 24.2 + "no-binary-enable-wheel-cache", # always on since 23.1 +] + +use_new_feature: Callable[..., Option] = partial( + Option, + "--use-feature", + dest="features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "fast-deps", + ] + + ALWAYS_ENABLED_FEATURES, + help="Enable new functionality, that may be backward incompatible.", +) + +use_deprecated_feature: Callable[..., Option] = partial( + Option, + "--use-deprecated", + dest="deprecated_features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "legacy-resolver", + "legacy-certs", + ], + help=("Enable deprecated functionality, that will be removed in the future."), +) + + +########## +# groups # +########## + +general_group: Dict[str, Any] = { + "name": "General Options", + "options": [ + help_, + debug_mode, + isolated_mode, + require_virtualenv, + python, + verbose, + version, + quiet, + log, + no_input, + keyring_provider, + proxy, + retries, + timeout, + exists_action, + trusted_host, + cert, + client_cert, + cache_dir, + no_cache, + disable_pip_version_check, + no_color, + no_python_version_warning, + use_new_feature, + use_deprecated_feature, + ], +} + +index_group: Dict[str, Any] = { + "name": "Package Index Options", + "options": [ + index_url, + extra_index_url, + no_index, + find_links, + ], +} diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py b/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 0000000..139995a --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/cli/command_context.py @@ -0,0 +1,27 @@ +from contextlib import ExitStack, contextmanager +from typing import ContextManager, Generator, TypeVar + +_T = TypeVar("_T", covariant=True) + + +class CommandContextMixIn: + def __init__(self) -> None: + super().__init__() + self._in_main_context = False + self._main_context = ExitStack() + + @contextmanager + def main_context(self) -> Generator[None, None, None]: + assert not self._in_main_context + + self._in_main_context = True + try: + with self._main_context: + yield + finally: + self._in_main_context = False + + def enter_context(self, context_provider: ContextManager[_T]) -> _T: + assert self._in_main_context + + return self._main_context.enter_context(context_provider) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/index_command.py b/venv/lib/python3.10/site-packages/pip/_internal/cli/index_command.py new file mode 100644 index 0000000..295108e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/cli/index_command.py @@ -0,0 +1,171 @@ +""" +Contains command classes which may interact with an index / the network. + +Unlike its sister module, req_command, this module still uses lazy imports +so commands which don't always hit the network (e.g. list w/o --outdated or +--uptodate) don't need waste time importing PipSession and friends. +""" + +import logging +import os +import sys +from optparse import Values +from typing import TYPE_CHECKING, List, Optional + +from pip._vendor import certifi + +from pip._internal.cli.base_command import Command +from pip._internal.cli.command_context import CommandContextMixIn + +if TYPE_CHECKING: + from ssl import SSLContext + + from pip._internal.network.session import PipSession + +logger = logging.getLogger(__name__) + + +def _create_truststore_ssl_context() -> Optional["SSLContext"]: + if sys.version_info < (3, 10): + logger.debug("Disabling truststore because Python version isn't 3.10+") + return None + + try: + import ssl + except ImportError: + logger.warning("Disabling truststore since ssl support is missing") + return None + + try: + from pip._vendor import truststore + except ImportError: + logger.warning("Disabling truststore because platform isn't supported") + return None + + ctx = truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT) + ctx.load_verify_locations(certifi.where()) + return ctx + + +class SessionCommandMixin(CommandContextMixIn): + """ + A class mixin for command classes needing _build_session(). + """ + + def __init__(self) -> None: + super().__init__() + self._session: Optional[PipSession] = None + + @classmethod + def _get_index_urls(cls, options: Values) -> Optional[List[str]]: + """Return a list of index urls from user-provided options.""" + index_urls = [] + if not getattr(options, "no_index", False): + url = getattr(options, "index_url", None) + if url: + index_urls.append(url) + urls = getattr(options, "extra_index_urls", None) + if urls: + index_urls.extend(urls) + # Return None rather than an empty list + return index_urls or None + + def get_default_session(self, options: Values) -> "PipSession": + """Get a default-managed session.""" + if self._session is None: + self._session = self.enter_context(self._build_session(options)) + # there's no type annotation on requests.Session, so it's + # automatically ContextManager[Any] and self._session becomes Any, + # then https://github.com/python/mypy/issues/7696 kicks in + assert self._session is not None + return self._session + + def _build_session( + self, + options: Values, + retries: Optional[int] = None, + timeout: Optional[int] = None, + ) -> "PipSession": + from pip._internal.network.session import PipSession + + cache_dir = options.cache_dir + assert not cache_dir or os.path.isabs(cache_dir) + + if "legacy-certs" not in options.deprecated_features_enabled: + ssl_context = _create_truststore_ssl_context() + else: + ssl_context = None + + session = PipSession( + cache=os.path.join(cache_dir, "http-v2") if cache_dir else None, + retries=retries if retries is not None else options.retries, + trusted_hosts=options.trusted_hosts, + index_urls=self._get_index_urls(options), + ssl_context=ssl_context, + ) + + # Handle custom ca-bundles from the user + if options.cert: + session.verify = options.cert + + # Handle SSL client certificate + if options.client_cert: + session.cert = options.client_cert + + # Handle timeouts + if options.timeout or timeout: + session.timeout = timeout if timeout is not None else options.timeout + + # Handle configured proxies + if options.proxy: + session.proxies = { + "http": options.proxy, + "https": options.proxy, + } + session.trust_env = False + session.pip_proxy = options.proxy + + # Determine if we can prompt the user for authentication or not + session.auth.prompting = not options.no_input + session.auth.keyring_provider = options.keyring_provider + + return session + + +def _pip_self_version_check(session: "PipSession", options: Values) -> None: + from pip._internal.self_outdated_check import pip_self_version_check as check + + check(session, options) + + +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 + + try: + # Otherwise, check if we're using the latest version of pip available. + session = self._build_session( + options, + retries=0, + timeout=min(5, options.timeout), + ) + with session: + _pip_self_version_check(session, options) + except Exception: + logger.warning("There was an error checking the latest version of pip.") + logger.debug("See below for error", exc_info=True) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py b/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py new file mode 100644 index 0000000..563ac79 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/cli/main.py @@ -0,0 +1,80 @@ +"""Primary application entrypoint. +""" + +import locale +import logging +import os +import sys +import warnings +from typing import List, Optional + +from pip._internal.cli.autocompletion import autocomplete +from pip._internal.cli.main_parser import parse_command +from pip._internal.commands import create_command +from pip._internal.exceptions import PipError +from pip._internal.utils import deprecation + +logger = logging.getLogger(__name__) + + +# Do not import and use main() directly! Using it directly is actively +# discouraged by pip's maintainers. The name, location and behavior of +# this function is subject to change, so calling it directly is not +# portable across different pip versions. + +# In addition, running pip in-process is unsupported and unsafe. This is +# elaborated in detail at +# https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program. +# That document also provides suggestions that should work for nearly +# all users that are considering importing and using main() directly. + +# However, we know that certain users will still want to invoke pip +# in-process. If you understand and accept the implications of using pip +# in an unsupported manner, the best approach is to use runpy to avoid +# depending on the exact location of this entry point. + +# The following example shows how to use runpy to invoke pip in that +# case: +# +# sys.argv = ["pip", your, args, here] +# runpy.run_module("pip", run_name="__main__") +# +# Note that this will exit the process after running, unlike a direct +# call to main. As it is not safe to do any processing after calling +# main, this should not be an issue in practice. + + +def main(args: Optional[List[str]] = None) -> int: + if args is None: + args = sys.argv[1:] + + # Suppress the pkg_resources deprecation warning + # Note - we use a module of .*pkg_resources to cover + # the normal case (pip._vendor.pkg_resources) and the + # devendored case (a bare pkg_resources) + warnings.filterwarnings( + action="ignore", category=DeprecationWarning, module=".*pkg_resources" + ) + + # Configure our deprecation warnings to be sent through loggers + deprecation.install_warning_logger() + + autocomplete() + + try: + cmd_name, cmd_args = parse_command(args) + except PipError as exc: + sys.stderr.write(f"ERROR: {exc}") + sys.stderr.write(os.linesep) + sys.exit(1) + + # Needed for locale.getpreferredencoding(False) to work + # in pip._internal.utils.encoding.auto_decode + try: + locale.setlocale(locale.LC_ALL, "") + except locale.Error as e: + # setlocale can apparently crash if locale are uninitialized + logger.debug("Ignoring error %s when setting locale", e) + command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) + + return command.main(cmd_args) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py b/venv/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 0000000..5ade356 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py b/venv/lib/python3.10/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 0000000..bc4aca0 --- /dev/null +++ b/venv/lib/python3.10/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, NoReturn, Optional, 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: Optional[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: Optional[str]) -> str: + # leave full control over epilog to us + if epilog: + return epilog + else: + return "" + + def indent_lines(self, text: str, indent: str) -> str: + new_lines = [indent + line for line in text.split("\n")] + return "\n".join(new_lines) + + +class UpdatingDefaultsHelpFormatter(PrettyHelpFormatter): + """Custom help formatter for use in ConfigOptionParser. + + This is updates the defaults before expanding them, allowing + them to show up correctly in the help listing. + + Also redact auth from url type options + """ + + def expand_default(self, option: optparse.Option) -> str: + default_values = None + if self.parser is not None: + assert isinstance(self.parser, ConfigOptionParser) + self.parser._update_defaults(self.parser.defaults) + assert option.dest is not None + default_values = self.parser.defaults.get(option.dest) + help_text = super().expand_default(option) + + if default_values and option.metavar == "URL": + if isinstance(default_values, str): + default_values = [default_values] + + # If its not a list, we should abort and just return the help text + if not isinstance(default_values, list): + default_values = [] + + for val in default_values: + help_text = help_text.replace(val, redact_auth_from_url(val)) + + return help_text + + +class CustomOptionParser(optparse.OptionParser): + def insert_option_group( + self, idx: int, *args: Any, **kwargs: Any + ) -> optparse.OptionGroup: + """Insert an OptionGroup at a given position.""" + group = self.add_option_group(*args, **kwargs) + + self.option_groups.pop() + self.option_groups.insert(idx, group) + + return group + + @property + def option_list_all(self) -> List[optparse.Option]: + """Get a list of all options, including those in option groups.""" + res = self.option_list[:] + for i in self.option_groups: + res.extend(i.option_list) + + return res + + +class ConfigOptionParser(CustomOptionParser): + """Custom option parser which updates its defaults by checking the + configuration files and environmental variables""" + + def __init__( + self, + *args: Any, + name: str, + isolated: bool = False, + **kwargs: Any, + ) -> None: + self.name = name + self.config = Configuration(isolated) + + assert self.name + super().__init__(*args, **kwargs) + + def check_default(self, option: optparse.Option, key: str, val: Any) -> Any: + try: + return option.check_value(key, val) + except optparse.OptionValueError as exc: + print(f"An error occurred during configuration: {exc}") + sys.exit(3) + + def _get_ordered_configuration_items( + self, + ) -> Generator[Tuple[str, Any], None, None]: + # Configuration gives keys in an unordered manner. Order them. + override_order = ["global", self.name, ":env:"] + + # Pool the options into different groups + section_items: Dict[str, List[Tuple[str, Any]]] = { + name: [] for name in override_order + } + for section_key, val in self.config.items(): + # ignore empty values + if not val: + logger.debug( + "Ignoring configuration key '%s' as it's value is empty.", + section_key, + ) + continue + + section, key = section_key.split(".", 1) + if section in override_order: + section_items[section].append((key, val)) + + # Yield each group in their override order + for section in override_order: + for key, val in section_items[section]: + yield key, val + + def _update_defaults(self, defaults: Dict[str, Any]) -> Dict[str, Any]: + """Updates the given defaults with values from the config files and + the environ. Does a little special handling for certain types of + options (lists).""" + + # Accumulate complex default state. + self.values = optparse.Values(self.defaults) + late_eval = set() + # Then set the options with those values + for key, val in self._get_ordered_configuration_items(): + # '--' because configuration supports only long names + option = self.get_option("--" + key) + + # Ignore options not present in this parser. E.g. non-globals put + # in [global] by users that want them to apply to all applicable + # commands. + if option is None: + continue + + assert option.dest is not None + + if option.action in ("store_true", "store_false"): + try: + val = strtobool(val) + except ValueError: + self.error( + f"{val} is not a valid value for {key} option, " + "please specify a boolean value like yes/no, " + "true/false or 1/0 instead." + ) + elif option.action == "count": + with suppress(ValueError): + val = strtobool(val) + with suppress(ValueError): + val = int(val) + if not isinstance(val, int) or val < 0: + self.error( + f"{val} is not a valid value for {key} option, " + "please instead specify either a non-negative integer " + "or a boolean value like yes/no or false/true " + "which is equivalent to 1/0." + ) + elif option.action == "append": + val = val.split() + val = [self.check_default(option, key, v) for v in val] + elif option.action == "callback": + assert option.callback is not None + late_eval.add(option.dest) + opt_str = option.get_opt_string() + val = option.convert_value(opt_str, val) + # From take_action + args = option.callback_args or () + kwargs = option.callback_kwargs or {} + option.callback(option, opt_str, val, self, *args, **kwargs) + else: + val = self.check_default(option, key, val) + + defaults[option.dest] = val + + for key in late_eval: + defaults[key] = getattr(self.values, key) + self.values = None + return defaults + + def get_default_values(self) -> optparse.Values: + """Overriding to make updating the defaults after instantiation of + the option parser possible, _update_defaults() does the dirty work.""" + if not self.process_default_values: + # Old, pre-Optik 1.5 behaviour. + return optparse.Values(self.defaults) + + # Load the configuration, or error out in case of an error + try: + self.config.load() + except ConfigurationError as err: + self.exit(UNKNOWN_ERROR, str(err)) + + defaults = self._update_defaults(self.defaults.copy()) # ours + for option in self._get_all_options(): + assert option.dest is not None + default = defaults.get(option.dest) + if isinstance(default, str): + opt_str = option.get_opt_string() + defaults[option.dest] = option.check_value(opt_str, default) + return optparse.Values(defaults) + + def error(self, msg: str) -> NoReturn: + self.print_usage(sys.stderr) + self.exit(UNKNOWN_ERROR, f"{msg}\n") diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py b/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 0000000..3d9dde8 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py @@ -0,0 +1,94 @@ +import functools +import sys +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.cli.spinners import RateLimiter +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: Optional[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=5) + 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 _raw_progress_bar( + iterable: Iterable[bytes], + *, + size: Optional[int], +) -> Generator[bytes, None, None]: + def write_progress(current: int, total: int) -> None: + sys.stdout.write(f"Progress {current} of {total}\n") + sys.stdout.flush() + + current = 0 + total = size or 0 + rate_limiter = RateLimiter(0.25) + + write_progress(current, total) + for chunk in iterable: + current += len(chunk) + if rate_limiter.ready() or current == total: + write_progress(current, total) + rate_limiter.reset() + yield chunk + + +def get_download_progress_renderer( + *, bar_type: str, size: Optional[int] = None +) -> DownloadProgressRenderer: + """Get an object that can be used to render the download progress. + + Returns a callable, that takes an iterable to "wrap". + """ + if bar_type == "on": + return functools.partial(_rich_progress_bar, bar_type=bar_type, size=size) + elif bar_type == "raw": + return functools.partial(_raw_progress_bar, size=size) + else: + return iter # no-op, when passed an iterator diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py b/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 0000000..92900f9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,329 @@ +"""Contains the RequirementCommand base class. + +This class is in a separate module so the commands that do not always +need PackageFinder capability don't unnecessarily import the +PackageFinder machinery and all its vendored dependencies, etc. +""" + +import logging +from functools import partial +from optparse import Values +from typing import Any, List, Optional, Tuple + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.index_command import IndexGroupCommand +from pip._internal.cli.index_command import SessionCommandMixin as SessionCommandMixin +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.utils.temp_dir import ( + TempDirectory, + TempDirectoryTypeRegistry, + tempdir_kinds, +) + +logger = logging.getLogger(__name__) + + +KEEPABLE_TEMPDIR_TYPES = [ + tempdir_kinds.BUILD_ENV, + tempdir_kinds.EPHEM_WHEEL_CACHE, + tempdir_kinds.REQ_BUILD, +] + + +def with_cleanup(func: Any) -> Any: + """Decorator for common logic related to managing temporary + directories. + """ + + def configure_tempdir_registry(registry: TempDirectoryTypeRegistry) -> None: + for t in KEEPABLE_TEMPDIR_TYPES: + registry.set_delete(t, False) + + def wrapper( + self: RequirementCommand, options: Values, args: List[Any] + ) -> Optional[int]: + assert self.tempdir_registry is not None + if options.no_clean: + configure_tempdir_registry(self.tempdir_registry) + + try: + return func(self, options, args) + except PreviousBuildDirError: + # This kind of conflict can occur when the user passes an explicit + # build directory with a pre-existing folder. In that case we do + # not want to accidentally remove it. + configure_tempdir_registry(self.tempdir_registry) + raise + + return wrapper + + +class RequirementCommand(IndexGroupCommand): + def __init__(self, *args: Any, **kw: Any) -> None: + super().__init__(*args, **kw) + + self.cmd_opts.add_option(cmdoptions.no_clean()) + + @staticmethod + def determine_resolver_variant(options: Values) -> str: + """Determines which resolver should be used, based on the given options.""" + if "legacy-resolver" in options.deprecated_features_enabled: + return "legacy" + + return "resolvelib" + + @classmethod + def make_requirement_preparer( + cls, + temp_build_dir: TempDirectory, + options: Values, + build_tracker: BuildTracker, + session: PipSession, + finder: PackageFinder, + use_user_site: bool, + download_dir: Optional[str] = None, + verbosity: int = 0, + ) -> RequirementPreparer: + """ + Create a RequirementPreparer instance for the given parameters. + """ + temp_build_dir_path = temp_build_dir.path + assert temp_build_dir_path is not None + legacy_resolver = False + + resolver_variant = cls.determine_resolver_variant(options) + if resolver_variant == "resolvelib": + lazy_wheel = "fast-deps" in options.features_enabled + if lazy_wheel: + logger.warning( + "pip is using lazily downloaded wheels using HTTP " + "range requests to obtain dependency information. " + "This experimental feature is enabled through " + "--use-feature=fast-deps and it is not ready for " + "production." + ) + else: + legacy_resolver = True + lazy_wheel = False + if "fast-deps" in options.features_enabled: + logger.warning( + "fast-deps has no effect when used with the legacy resolver." + ) + + return RequirementPreparer( + build_dir=temp_build_dir_path, + src_dir=options.src_dir, + download_dir=download_dir, + build_isolation=options.build_isolation, + check_build_deps=options.check_build_deps, + build_tracker=build_tracker, + session=session, + progress_bar=options.progress_bar, + finder=finder, + require_hashes=options.require_hashes, + use_user_site=use_user_site, + lazy_wheel=lazy_wheel, + verbosity=verbosity, + legacy_resolver=legacy_resolver, + ) + + @classmethod + def make_resolver( + cls, + preparer: RequirementPreparer, + finder: PackageFinder, + options: Values, + wheel_cache: Optional[WheelCache] = None, + use_user_site: bool = False, + ignore_installed: bool = True, + ignore_requires_python: bool = False, + force_reinstall: bool = False, + upgrade_strategy: str = "to-satisfy-only", + use_pep517: Optional[bool] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> BaseResolver: + """ + Create a Resolver instance for the given parameters. + """ + make_install_req = partial( + install_req_from_req_string, + isolated=options.isolated_mode, + use_pep517=use_pep517, + ) + resolver_variant = cls.determine_resolver_variant(options) + # The long import name and duplicated invocation is needed to convince + # Mypy into correctly typechecking. Otherwise it would complain the + # "Resolver" class being redefined. + if resolver_variant == "resolvelib": + import pip._internal.resolution.resolvelib.resolver + + return pip._internal.resolution.resolvelib.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + import pip._internal.resolution.legacy.resolver + + return pip._internal.resolution.legacy.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + + def get_requirements( + self, + args: List[str], + options: Values, + finder: PackageFinder, + session: PipSession, + ) -> List[InstallRequirement]: + """ + Parse command-line arguments into the corresponding requirements. + """ + requirements: List[InstallRequirement] = [] + for filename in options.constraints: + for parsed_req in parse_requirements( + filename, + constraint=True, + finder=finder, + options=options, + session=session, + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + user_supplied=False, + ) + requirements.append(req_to_add) + + for req in args: + req_to_add = install_req_from_line( + req, + comes_from=None, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + for req in options.editables: + req_to_add = install_req_from_editable( + req, + user_supplied=True, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + # NOTE: options.require_hashes may be set if --require-hashes is True + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, finder=finder, options=options, session=session + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=( + parsed_req.options.get("config_settings") + if parsed_req.options + else None + ), + ) + requirements.append(req_to_add) + + # If any requirement has hash options, enable hash checking. + if any(req.has_hash_options for req in requirements): + options.require_hashes = True + + if not (args or options.editables or options.requirements): + opts = {"name": self.name} + if options.find_links: + raise CommandError( + "You must give at least one requirement to {name} " + '(maybe you meant "pip {name} {links}"?)'.format( + **dict(opts, links=" ".join(options.find_links)) + ) + ) + else: + raise CommandError( + "You must give at least one requirement to {name} " + '(see "pip help {name}")'.format(**opts) + ) + + return requirements + + @staticmethod + def trace_basic_info(finder: PackageFinder) -> None: + """ + Trace basic information about the provided objects. + """ + # Display where finder is looking for packages + search_scope = finder.search_scope + locations = search_scope.get_formatted_locations() + if locations: + logger.info(locations) + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to this requirement command. + + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + link_collector = LinkCollector.create(session, options=options) + selection_prefs = SelectionPreferences( + allow_yanked=True, + format_control=options.format_control, + allow_all_prereleases=options.pre, + prefer_binary=options.prefer_binary, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py b/venv/lib/python3.10/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 0000000..cf2b976 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py b/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 0000000..5e29502 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py @@ -0,0 +1,6 @@ +SUCCESS = 0 +ERROR = 1 +UNKNOWN_ERROR = 2 +VIRTUALENV_NOT_FOUND = 3 +PREVIOUS_BUILD_DIR_ERROR = 4 +NO_MATCHES_FOUND = 23 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 0000000..858a410 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f31c1435095f8f54bd11754d330ab6548fa099f6 GIT binary patch literal 3256 zcmaJ@ON<*u5S>r^v$l6Pn`}Ot?}YsDCTr&d7U3l}b2xNraoaY1S!B!q;7xNzYT2|;y_XV^fDSJPXstNK-SRZaIq zlanP4e_s#3ZOu<>+RqYf{N)i`#D}lxns!eEt)YPqhOakt{BQb3U^Yx$&JmvkxkfI? zH}XNDQBZR^zZgt3CUlLOkcYwpqfzoSDAE#4KncnZ%nx;_Aew|Jm{w>Lq8Zo>TNIi_ zv=z3&c7=8znuDFNOQGF}_P}1)r;vqcKRg2m6gr6L5FCah3O$Rc3iEJOp<{>^payk? zjw3n&C*hPr&mnpqUVzgIok4UK&cTZcok#Q%T!5Dqx`^l!T!ux3t{{2^uEI5it|MB4 zSK)?4jWW$s++)+2)957JJg>nmT7la%2Y2X1GY`vf_kGfsQnPnxfmY_UCV|&r1!t$h zSkbDl_Yakp9rwP|qLv$lvEzka*s>how>n-2r-Hx8=!W$~ z!3%kezWaO8dCm61m@;InrD4=YdNH+>7>?-sGb3zulD+VnC_=Oz`jG?uePhT{12KJN zWSY`#PA4|-O>{9cNpvzbPm3AUR7o()rmXZ zxYLcTQ8*MbMx3%3eYfi|8qhH2Rx@IO6W3H?JJgN;FR@bJkcpK->TBN!TXCCOonG9I zLW_oL9*aWhp(cp$@wmTh%m$=VlyBmg67G=TDWM}1Z%6B6nWR#bS8z<3<|RO;WRKW- zma`f?H7zxfbKBIt-`_nZOr;f-MQN1MpMHZfui1M_s8-uqlW$9ajqI)Z)B@U}A<)qE zC^lXm-=n72>K`2EOsTsJ7e}F(UEBy$=Z9}Op?oF%$aQ=R-$1M7N2@3%+@r=mX~CUWc?!(RR!W6F8}1$<2@whM1lZbi*3SXnb~ zO-5UC(a5K=75e+fHcV{?jHCcq|0lM04 zjZKfzipmvflzKS)pBD{1G`qg?p%%38&X5VhIL0Rkm6#wLQ{L^0S1#HZEhc4h6gam* z-Yi635+Z+p-C->*@{Gn^7P|P&ko}4%M%m>CWKgfeQ&;|tbkBou-vHpQREDQ>GBa;5rl7+uTMjb4k6DB7>=u%lhc?^!? zPi`=4-HY35x`h=DEg5S~5mXH}kD-Xd=ytpP36is_oSN{0PQ+s0TNRUuXeW20D70wo z#4)QD)nay3nwK|RoY*nh#mN?=Ha}XLX3bUxqA*G#tD%t^9=}t+$0_4=7PY;&QwO>h z(s-eT8|bbstTHFWt_)js+{RiRW2-0U{i)iC<8|)EbRoT5>)5FE>~^lF)vDV#=f$>N z>-5BwtMX@$lmQ08<>%lODd{DBRwo8KgYbzmnm9r5S;U8*#6f)yYJon~bu8#ZMh z2KqpY&4=WXhGoREvh4!{^f_%s15=f6XIdXw3d`xn(SjQ>hL>86$)>^YlNro1rYYjo z#_JJ}Cw{w{69w>^P24v-i&i4%N9&X&^&lfNUUGWi>FCX>G+FJo|L9S);=j3K4e@5=6^6aPE-r8CD E8vv*k*#H0l literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/cache.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/cache.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..79c7f7275551e1ad9b6d5ef7e73c7bc2099960e9 GIT binary patch literal 6549 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 E1sXetEC2ui literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/check.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/check.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3885f9d07fb9ce83927d50701f422098e2d45e65 GIT binary patch literal 1976 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..13db76026973b3a5188ecd9be456f0bcde4332d0 GIT binary patch literal 8940 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 Taj~{oUp`k^sF&(jFP#5hZbbq^ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/download.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/download.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..43a24ccd653712b55c6c8887c6da201d4ff95e8f GIT binary patch literal 4203 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 K8*j(hZu|#dZsl?S literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7d4dac431bcbd75261d317d4c5d219d69d9e889b GIT binary patch literal 3004 zcmZuzOK&5`5uOD_cf>e2k|C{eAPoz)W$<}vAU|ey6f3h^!vVr?;qFy zoZa*+>t8h4{9H^v#gKmiU>37eE2MuXwKFGlY{DC9BXdJHYlclTcT+EGg)M_O({|Pg zI|lbsKkJ5FgSXON)(`szZ>L+?cDN0^!*@;{=Ckg%Zn%q?%l8f~Pv&*m?+~jlua*hYi>jr4AVN*LZ872BAHZ*>*k;4oTu8CFlwoaB85N9 zVKBQ(_P(=>*uiGqiC_`q37X0_fMqZG_O}LWp;vyr9TDo|5NQ zAK@Jg;}g(TtSVT1xx2!`>t5uS~&# zOMY;?aE4;h9}YJRt$Q02ByC)l2x;w}CMjQBBf|nU=e0S>;xw7T&Tl&ls{<5nsc@+& zRUqAB{4~ZI-O9L%FJhtHIZsPyl`dMtVOmV%R5$BCU#ddzNQsJnv3T~|(>h!(5}~R% zMM;1ru?ps~3}$IDiPIpSPLbJ10V{&MP|Le6ndv3P*jo`h8n}Y;S^S8=BLV@y!W#~u z4emy8ar87#FIUpmVSFbIHl=k#DoLY7b2vm=XuqyK5%9&)XZ3~Tc~X-3;gJn7wRenN zKMwwUy>O0#L1W`u=0z)ky94E894Nm8@N8%E=Xn42`WqC-`_Aj$&AtEZwAMSEE!%tJ zbyi&OzdPOoXK{G1e2q5F)U9O&(QYhea!R#&^^pPAbwXgGEM?!=*NrRt%#r=8#%)8n zl+DOv`>ZJrh(Z`qly}>@LY@O_gVw?DF}fH%4D1HnV)o0{XVy3VwX3$zc5ZjCT;@D9 z5}zNbJ@bYPTDrTD*4j5Y5funU-Jx)+(I)vw>UJWFG)C2gxe;W7Y^rU4u#Xp*D?#dr zpAyZhN``f{AKOb8%G&7%(>b4>M{CzFJt^qj5r+hROyDOZ$2GChUmY7|1xhcSD*D9s zP>NA1@ZKP2!GfnNY9Mzx~iFw(C^(}RjDMEBOHd%FcGKS v37Qe)MX4-HTK+iL8&4?6z?aZNM! literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/hash.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/hash.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dd0e9f1af33aa0168d3119b3635930bbd0fc5709 GIT binary patch literal 2153 zcmZuyOK;mo5a#kNO0u0tlhjR9291LXh@=EXFF_hKaNVRpU<0<3qAUV}=B^|(eJ}wY)$(E z7xM%5w69=_DG;hrl4`;1O#)J{^+1QWo*J1Mm;_};YGrm{*SwiJnH#t@Z>5dQ3%slu zH0!mUwz786&K81&dhMi(*;25ST?j4^jgjd^cIku!mmh1?rHxk_Z7}!P2tJ@5yF!~V zTkOifrfs_L$_%bjvZZwv{{$xpV_ZEtR@Kdu*RC~tBW(J&rW`AeZ%2RxB1EGk)6 zGR7~?k8{Kxz%J7eB|wM-2Gs+T8i7Sy)TR#DY*Uvx=oM>xs8N%7;EhL{AZbzyylJcE zlSqtC?H<4Od>F8TuQEUKMPbn;xWop<1K3mS#UPK1>Vna zIv1gD0KzcH^WMF?eF0h7 zJvD5^buJNm zb0?K^8h&L)d?;cAE;$<(Fo;MU?uWokbkW2hPKnfajT1sNX>Mr~vTGd~6a8!LMeE3v zHYF2tVn_$+v3?9KWp7Ek5ORHeytE?jd$ZL264({dX>hb#HA@bzhLwNQoGegnxTNKjpwWh6&+OlIUdZW_GGKLbWw1Y(i} zViH>ilz_9}n8tW<9w*T4=o~YCz0*=|80JyN!cci(m=&~2k#B|JUKORM5+@945yQ4M z^W;)8%ps4%(+UkS>ilE4kn2bgZSYodWq|j51@|zC<_KENn?M#}3be%qyG_R=o_=GY zmhfAsQ$vLE7_UAX@5C^GT?yq#$+7jU1WNawCT<;o6rb;5p6z#x@y*S;Yxwf4YH2crqMS83j8{+Td}qC5 zE3+sW)F#Ffia;4TJKzm4PuW#TBgs@_#D1KehVY&{sGQU02-OTnl~s52|HJhuT=WIZ zI>;^EBQ1FJH{QRlx%7`~a+G(j@w@mvCoP6UC`f)2S1we;tkw}kWy`}7Wp$ixKtcA- z3$hodNpB|-EIh4DZsLjeC_&Sel>jy9PqS>sq*crBURTKkIx{*2TG)c>W~8pYPb*7A zT%$EBiN=u0r{D!t%kA1~bO{!iHT(_|ba)P=I>qX8a39PP`60H&x`Viy3ta;NYw1e_ LA5UL0mT&(D!yqyi literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/help.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/help.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de3ce82d054a41aea5a151db201e4796b2dd1520 GIT binary patch literal 1314 zcmZux&yUh-_mXCRKSW@Eto|%2iqKzn zvuhATPhhF<02pGpLN!h>w!Tw2HA%?elZw`E;toEoyxLFv!FQ{m9wj4;zCz4n{u{)6 z?p~23WWf}jjQ)nK=mZ<@hpg(j0*`)MDh*Hntf}ivFzZgApPfCOPQe{-qEDr4WNr`d zng^RFu+--O93_~c#9=rg%tb;&^VEL$b zd+!Rbd`5cjSH$RVq`<47_vM#;a1F)w{yKUCJ<~q(u7f_f!B_Za+|%LYs2{x;U57VA zb`ZgTCNc0jA!dJDamvbEn_Ic$nda#xY7PpnQ&rYwmC0>TEpKRejQ<;cQ&iG#dmsmN+>+yW+08B(jl z_!}O-Bl!s&dV3x}hs-LL&AilY%=m@i`m`wZyqlfQWG3=?DT?@li;K7_XK}mG^G19z zd2l~grRJw?mcPsju41S*ephY0tv0q?C+)%z*@+L~LUjaifE{n_jB$XSe*zNVTMoq^ z0R~Qpsk8iGXI3Y0?ir{Vq(d!fYQi+F8`f1E{BfGT>axmK2|GVcS(Ag~b_zI|J7pmn z$y3Q+btOD)5z?_z*}*kLX=w-uDnGR`E5{Dpvs)j)YOB`MO@SSCj+`Mru!8qu-5Z4*&#mE aVcDDD;aaH2cI=fMxiK1JEBqKAkbeQ59bK;g literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/index.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/index.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6bc00552edc2251383ce7979550ccf9e08c16e24 GIT binary patch literal 4551 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 B%rgK0 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2467b34eacd9b6c49426d2cce916e16537708bed GIT binary patch literal 2975 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 YTDF0G^DFSCFEzB$UZLLoFI4RR4SHg`J^%m! literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/list.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/list.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..84a83aa23d89f092bb6def21a175c7578f9d36a0 GIT binary patch literal 10653 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 F^uP0z*XsZP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/search.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/search.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..25139b5555ca1c868ec648e3896f59eac1428a41 GIT binary patch literal 5317 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b7b017af8d7ccfc30cef422b360964916d679b74 GIT binary patch literal 3337 zcmZuzOK&5`5uO)kh9go-z1G^N8|!S=3_{X&atIv3a3ULl5ql9pR)9=mj7HN6m|zACW`Oea$KVAaR1MtC|!^Yj=iItgh**sqU(;s>^0GFyQ+8 zs8DJi#R(OrJUugkfLp=t#mpS#7?Oyy#(=Y-8*Zd8s;^Y_>A-aKn0V^P> zAn{?wh%CwI#sbMpA<4`fqYE|i>!Lg>2s=;MG=3!J?8B+C4*AW9GeRNoBbjDmuC-+7 zER{oYa8O;yVObEt_@DHiZ2oMM-idV;ajCeWeTn zlS4p3BbKC}W=xPX1`f>K?rJj~vX}6*lH`oXRmHeiOdy9BZ*YdPQvS%dP&Sf4$da>2@(~+<@JU%blOz_$q+fE9ltn+~xdtpL`%8&WS;ll>>b7mZ z1p(l9k=#Rq!D)NShw2r9-|&T)Y7V^OSjtrk5gx%RcrK;U{&N z?Sby2OHcX}Z(>etYQMBWvT^Cl`ozCwZTFV7_fDQo9Py=uLJO#|{|p$M{kwmuy)ge| zg8qsKW#ffm8nQ{fiF0aD|0SZ&xmvw8^q0`nJ20~ax@)w4?9c%GuTSdyd{Vz!zXshC z2JbiM%CW`&C^xmWEiCQWS^ZR$(DWD`?|oLBLN}$$nEH@BAj*Y}gyV{; z&o_(TM|pkfP%1B!i@TRf{uq_u2xo8~NIT$9kjG8q&yXNW!Zp|$5y8q9_TC4%vO%tV zES%`C3Kj>BaBV&{s$w~Wj;P^2B|n%dkBVOaBmMv+FdfU+D0EEs|E|-5F<{Vk{};HH z>6*bS;7#|HYpSCk*=16&lTAj170WeoU66rGIX3|9stFN$cH08<+YIB4*vpvx^J2z6x( z$(0S&hyNU9SlN~cu9vrfU=#$#&Nsl*AaEXUYkB*z@-WU2U*$t3nbuDjBdCS69m4BeofvzjNxoK0};mp6~6uYBsih4 z^Z6_fJ$i#FIJ(M_fN9XsbRwzk@0(g2taQSvTW&%g>6E^08{}O;6Kw7%fu<)kSajas z{(#h($ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e4fa0281654ec66e00f253a11c79b9550611abef GIT binary patch literal 4934 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 ASpWb4 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py new file mode 100644 index 0000000..ad65641 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/cache.py @@ -0,0 +1,228 @@ +import os +import textwrap +from optparse import Values +from typing import Any, List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, PipError +from pip._internal.utils import filesystem +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import format_size + +logger = getLogger(__name__) + + +class CacheCommand(Command): + """ + Inspect and manage pip's wheel cache. + + Subcommands: + + - dir: Show the cache directory. + - info: Show information about the cache. + - list: List filenames of packages stored in the cache. + - remove: Remove one or more package from the cache. + - purge: Remove all items from the cache. + + ```` can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http-v2") + old_http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_size( + filesystem.directory_size(http_cache_location) + + filesystem.directory_size(old_http_cache_location) + ) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location (pip v23.3+): {http_cache_location} + Package index page cache location (older pips): {old_http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Locally built wheels location: {wheels_cache_location} + Locally built wheels size: {wheels_cache_size} + Number of locally built wheels: {package_count} + """ # noqa: E501 + ) + .format( + http_cache_location=http_cache_location, + old_http_cache_location=old_http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("No locally built wheels cached.") + return + + results = [] + for filename in files: + wheel = os.path.basename(filename) + size = filesystem.format_file_size(filename) + results.append(f" - {wheel} ({size})") + logger.info("Cache contents:\n") + logger.info("\n".join(sorted(results))) + + def format_for_abspath(self, files: List[str]) -> None: + if files: + logger.info("\n".join(sorted(files))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += f' for pattern "{args[0]}"' + + if not files: + logger.warning(no_matching_msg) + + bytes_removed = 0 + for filename in files: + bytes_removed += os.stat(filename).st_size + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s (%s)", len(files), format_size(bytes_removed)) + + def purge_cache(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + return self.remove_cache_items(options, ["*"]) + + def _cache_dir(self, options: Values, subdir: str) -> str: + return os.path.join(options.cache_dir, subdir) + + def _find_http_files(self, options: Values) -> List[str]: + old_http_dir = self._cache_dir(options, "http") + new_http_dir = self._cache_dir(options, "http-v2") + return filesystem.find_files(old_http_dir, "*") + filesystem.find_files( + new_http_dir, "*" + ) + + def _find_wheels(self, options: Values, pattern: str) -> List[str]: + wheel_dir = self._cache_dir(options, "wheels") + + # The wheel filename format, as specified in PEP 427, is: + # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl + # + # Additionally, non-alphanumeric values in the distribution are + # normalized to underscores (_), meaning hyphens can never occur + # before `-{version}`. + # + # Given that information: + # - If the pattern we're given contains a hyphen (-), the user is + # providing at least the version. Thus, we can just append `*.whl` + # to match the rest of it. + # - If the pattern we're given doesn't contain a hyphen (-), the + # user is only providing the name. Thus, we append `-*.whl` to + # match the hyphen before the version, followed by anything else. + # + # PEP 427: https://www.python.org/dev/peps/pep-0427/ + pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") + + return filesystem.find_files(wheel_dir, pattern) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py new file mode 100644 index 0000000..f54a16d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,67 @@ +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.metadata import get_default_environment +from pip._internal.operations.check import ( + check_package_set, + check_unsupported, + create_package_set_from_installed, +) +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class CheckCommand(Command): + """Verify installed packages have compatible dependencies.""" + + ignore_require_venv = True + 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) + unsupported = list( + check_unsupported( + get_default_environment().iter_installed_distributions(), + get_supported(), + ) + ) + + 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, + ) + for package in unsupported: + write_output( + "%s %s is not supported on this platform", + package.raw_name, + package.version, + ) + if missing or conflicting or parsing_probs or unsupported: + return ERROR + else: + write_output("No broken requirements found.") + return SUCCESS diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 0000000..9e89e27 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,130 @@ +import sys +import textwrap +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.utils.misc import get_prog + +BASE_COMPLETION = """ +# pip {shell} completion start{script}# pip {shell} completion end +""" + +COMPLETION_SCRIPTS = { + "bash": """ + _pip_completion() + {{ + COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\ + COMP_CWORD=$COMP_CWORD \\ + PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) ) + }} + complete -o default -F _pip_completion {prog} + """, + "zsh": """ + #compdef -P pip[0-9.]# + __pip() {{ + compadd $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$((CURRENT-1)) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null ) + }} + if [[ $zsh_eval_context[-1] == loadautofunc ]]; then + # autoload from fpath, call function directly + __pip "$@" + else + # eval/source/. command, register function for later + compdef __pip -P 'pip[0-9.]#' + fi + """, + "fish": """ + function __fish_complete_pip + set -lx COMP_WORDS (commandline -o) "" + set -lx COMP_CWORD ( \\ + math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\ + ) + set -lx PIP_AUTO_COMPLETE 1 + string split \\ -- (eval $COMP_WORDS[1]) + end + complete -fa "(__fish_complete_pip)" -c {prog} + """, + "powershell": """ + if ((Test-Path Function:\\TabExpansion) -and -not ` + (Test-Path Function:\\_pip_completeBackup)) {{ + Rename-Item Function:\\TabExpansion _pip_completeBackup + }} + function TabExpansion($line, $lastWord) {{ + $lastBlock = [regex]::Split($line, '[|;]')[-1].TrimStart() + if ($lastBlock.StartsWith("{prog} ")) {{ + $Env:COMP_WORDS=$lastBlock + $Env:COMP_CWORD=$lastBlock.Split().Length - 1 + $Env:PIP_AUTO_COMPLETE=1 + (& {prog}).Split() + Remove-Item Env:COMP_WORDS + Remove-Item Env:COMP_CWORD + Remove-Item Env:PIP_AUTO_COMPLETE + }} + elseif (Test-Path Function:\\_pip_completeBackup) {{ + # Fall back on existing tab expansion + _pip_completeBackup $line $lastWord + }} + }} + """, +} + + +class CompletionCommand(Command): + """A helper command to be used for command completion.""" + + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--bash", + "-b", + action="store_const", + const="bash", + dest="shell", + help="Emit completion code for bash", + ) + self.cmd_opts.add_option( + "--zsh", + "-z", + action="store_const", + const="zsh", + dest="shell", + help="Emit completion code for zsh", + ) + self.cmd_opts.add_option( + "--fish", + "-f", + action="store_const", + const="fish", + dest="shell", + help="Emit completion code for fish", + ) + self.cmd_opts.add_option( + "--powershell", + "-p", + action="store_const", + const="powershell", + dest="shell", + help="Emit completion code for powershell", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + """Prints the completion code of the given shell""" + shells = COMPLETION_SCRIPTS.keys() + shell_options = ["--" + shell for shell in sorted(shells)] + if options.shell in shells: + script = textwrap.dedent( + COMPLETION_SCRIPTS.get(options.shell, "").format(prog=get_prog()) + ) + print(BASE_COMPLETION.format(script=script, shell=options.shell)) + return SUCCESS + else: + sys.stderr.write( + "ERROR: You must pass {}\n".format(" or ".join(shell_options)) + ) + return SUCCESS diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 0000000..1a1dc6b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,280 @@ +import logging +import os +import subprocess +from optparse import Values +from typing import Any, List, Optional + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.configuration import ( + Configuration, + Kind, + get_configuration_files, + kinds, +) +from pip._internal.exceptions import PipError +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_prog, write_output + +logger = logging.getLogger(__name__) + + +class ConfigurationCommand(Command): + """ + Manage local and global configuration. + + Subcommands: + + - list: List the active configuration (or from the file specified) + - edit: Edit the configuration file in an editor + - get: Get the value associated with command.option + - set: Set the command.option=value + - unset: Unset the value associated with command.option + - debug: List the configuration files and values defined under them + + Configuration keys should be dot separated command and option name, + with the special prefix "global" affecting any command. For example, + "pip config set global.index-url https://example.org/" would configure + the index url for all commands, but "pip config set download.timeout 10" + would configure a 10 second timeout only for "pip download" commands. + + If none of --user, --global and --site are passed, a virtual + environment configuration file is used if one is active and the file + exists. Otherwise, all modifications happen to the user file by + default. + """ + + ignore_require_venv = True + usage = """ + %prog [] list + %prog [] [--editor ] edit + + %prog [] get command.option + %prog [] set command.option value + %prog [] unset command.option + %prog [] debug + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--editor", + dest="editor", + action="store", + default=None, + help=( + "Editor to use to edit the file. Uses VISUAL or EDITOR " + "environment variables if not provided." + ), + ) + + self.cmd_opts.add_option( + "--global", + dest="global_file", + action="store_true", + default=False, + help="Use the system-wide configuration file only", + ) + + self.cmd_opts.add_option( + "--user", + dest="user_file", + action="store_true", + default=False, + help="Use the user configuration file only", + ) + + self.cmd_opts.add_option( + "--site", + dest="site_file", + action="store_true", + default=False, + help="Use the current environment configuration file only", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "list": self.list_values, + "edit": self.open_in_editor, + "get": self.get_name, + "set": self.set_name_value, + "unset": self.unset_name, + "debug": self.list_config_values, + } + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Determine which configuration files are to be loaded + # Depends on whether the command is modifying. + try: + load_only = self._determine_file( + options, need_value=(action in ["get", "set", "unset", "edit"]) + ) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + # Load a new configuration + self.configuration = Configuration( + isolated=options.isolated_mode, load_only=load_only + ) + self.configuration.load() + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _determine_file(self, options: Values, need_value: bool) -> Optional[Kind]: + file_options = [ + key + for key, value in ( + (kinds.USER, options.user_file), + (kinds.GLOBAL, options.global_file), + (kinds.SITE, options.site_file), + ) + if value + ] + + if not file_options: + if not need_value: + return None + # Default to user, unless there's a site file. + elif any( + os.path.exists(site_config_file) + for site_config_file in get_configuration_files()[kinds.SITE] + ): + return kinds.SITE + else: + return kinds.USER + elif len(file_options) == 1: + return file_options[0] + + raise PipError( + "Need exactly one file to operate upon " + "(--user, --site, --global) to perform." + ) + + def list_values(self, options: Values, args: List[str]) -> None: + self._get_n_args(args, "list", n=0) + + for key, value in sorted(self.configuration.items()): + write_output("%s=%r", key, value) + + def get_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "get [name]", n=1) + value = self.configuration.get_value(key) + + write_output("%s", value) + + def set_name_value(self, options: Values, args: List[str]) -> None: + key, value = self._get_n_args(args, "set [name] [value]", n=2) + self.configuration.set_value(key, value) + + self._save_configuration() + + def unset_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "unset [name]", n=1) + self.configuration.unset_value(key) + + self._save_configuration() + + def list_config_values(self, options: Values, args: List[str]) -> None: + """List config key-value pairs across different config files""" + self._get_n_args(args, "debug", n=0) + + self.print_env_var_values() + # Iterate over config files and print if they exist, and the + # key-value pairs present in them if they do + for variant, files in sorted(self.configuration.iter_config_files()): + write_output("%s:", variant) + for fname in files: + with indent_log(): + file_exists = os.path.exists(fname) + write_output("%s, exists: %r", fname, file_exists) + if file_exists: + self.print_config_file_values(variant) + + def print_config_file_values(self, variant: Kind) -> None: + """Get key-value pairs from the file of a variant""" + for name, value in self.configuration.get_values_in_config(variant).items(): + with indent_log(): + write_output("%s: %s", name, value) + + def print_env_var_values(self) -> None: + """Get key-values pairs present as environment variables""" + write_output("%s:", "env_var") + with indent_log(): + for key, value in sorted(self.configuration.get_environ_vars()): + env_var = f"PIP_{key.upper()}" + write_output("%s=%r", env_var, value) + + def open_in_editor(self, options: Values, args: List[str]) -> None: + editor = self._determine_editor(options) + + fname = self.configuration.get_file_to_edit() + if fname is None: + raise PipError("Could not determine appropriate file.") + elif '"' in fname: + # This shouldn't happen, unless we see a username like that. + # If that happens, we'd appreciate a pull request fixing this. + raise PipError( + f'Can not open an editor for a file name containing "\n{fname}' + ) + + try: + subprocess.check_call(f'{editor} "{fname}"', shell=True) + except FileNotFoundError as e: + if not e.filename: + e.filename = editor + raise + except subprocess.CalledProcessError as e: + raise PipError(f"Editor Subprocess exited with exit code {e.returncode}") + + def _get_n_args(self, args: List[str], example: str, n: int) -> Any: + """Helper to make sure the command got the right number of arguments""" + if len(args) != n: + msg = ( + f"Got unexpected number of arguments, expected {n}. " + f'(example: "{get_prog()} config {example}")' + ) + raise PipError(msg) + + if n == 1: + return args[0] + else: + return args + + def _save_configuration(self) -> None: + # We successfully ran a modifying command. Need to save the + # configuration. + try: + self.configuration.save() + except Exception: + logger.exception( + "Unable to save configuration. Please report this as a bug." + ) + raise PipError("Internal Error.") + + def _determine_editor(self, options: Values) -> str: + if options.editor is not None: + return options.editor + elif "VISUAL" in os.environ: + return os.environ["VISUAL"] + elif "EDITOR" in os.environ: + return os.environ["EDITOR"] + else: + raise PipError("Could not determine editor to use.") diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 0000000..567ca96 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,201 @@ +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.compat import open_text_resource +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 open_text_resource("pip._vendor", "vendor.txt") as f: + # Purge non version specifying lines. + # Also, remove any space prefix or suffixes (including comments). + lines = [ + line.strip().split(" ", 1)[0] for line in f.readlines() if "==" in line + ] + + # Transform into "module" -> version dict. + return dict(line.split("==", 1) for line in lines) + + +def get_module_from_module_name(module_name: str) -> Optional[ModuleType]: + # Module name can be uppercase in vendor.txt for some reason... + module_name = module_name.lower().replace("-", "_") + # PATCH: setuptools is actually only pkg_resources. + if module_name == "setuptools": + module_name = "pkg_resources" + + try: + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + except ImportError: + # We allow 'truststore' to fail to import due + # to being unavailable on Python 3.9 and earlier. + if module_name == "truststore" and sys.version_info < (3, 10): + return None + raise + + +def get_vendor_version_from_module(module_name: str) -> Optional[str]: + module = get_module_from_module_name(module_name) + version = getattr(module, "__version__", None) + + if module and not version: + # Try to find version in debundled module info. + assert module.__file__ is not None + env = get_environment([os.path.dirname(module.__file__)]) + dist = env.get_distribution(module_name) + if dist: + version = str(dist.version) + + return version + + +def show_actual_vendor_versions(vendor_txt_versions: Dict[str, str]) -> None: + """Log the actual version and print extra info if there is + a conflict or if the actual version could not be imported. + """ + for module_name, expected_version in vendor_txt_versions.items(): + extra_message = "" + actual_version = get_vendor_version_from_module(module_name) + if not actual_version: + extra_message = ( + " (Unable to locate actual module version, using" + " vendor.txt specified version)" + ) + actual_version = expected_version + elif parse_version(actual_version) != parse_version(expected_version): + extra_message = ( + " (CONFLICT: vendor.txt suggests version should" + f" be {expected_version})" + ) + logger.info("%s==%s%s", module_name, actual_version, extra_message) + + +def show_vendor_versions() -> None: + logger.info("vendored library versions:") + + vendor_txt_versions = create_vendor_txt_map() + with indent_log(): + show_actual_vendor_versions(vendor_txt_versions) + + +def show_tags(options: Values) -> None: + tag_limit = 10 + + target_python = make_target_python(options) + tags = target_python.get_sorted_tags() + + # Display the target options that were explicitly provided. + formatted_target = target_python.format_given() + suffix = "" + if formatted_target: + suffix = f" (target: {formatted_target})" + + msg = f"Compatible tags: {len(tags)}{suffix}" + logger.info(msg) + + if options.verbose < 1 and len(tags) > tag_limit: + tags_limited = True + tags = tags[:tag_limit] + else: + tags_limited = False + + with indent_log(): + for tag in tags: + logger.info(str(tag)) + + if tags_limited: + msg = f"...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = {key.split(".", 1)[0] for key, _ in config.items()} + if not levels: + return "Not specified" + + levels_that_override_global = ["install", "wheel", "download"] + global_overriding_level = [ + level for level in levels if level in levels_that_override_global + ] + if not global_overriding_level: + return "global" + + if "global" in levels: + levels.remove("global") + return ", ".join(levels) + + +class DebugCommand(Command): + """ + Display debug information. + """ + + usage = """ + %prog """ + ignore_require_venv = True + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + self.parser.insert_option_group(0, self.cmd_opts) + self.parser.config.load() + + def run(self, options: Values, args: List[str]) -> int: + logger.warning( + "This command is only meant for debugging. " + "Do not use this with automation for parsing and getting these " + "details, since the output and options of this command may " + "change without notice." + ) + show_value("pip version", get_pip_version()) + show_value("sys.version", sys.version) + show_value("sys.executable", sys.executable) + show_value("sys.getdefaultencoding", sys.getdefaultencoding()) + show_value("sys.getfilesystemencoding", sys.getfilesystemencoding()) + show_value( + "locale.getpreferredencoding", + locale.getpreferredencoding(), + ) + show_value("sys.platform", sys.platform) + show_sys_implementation() + + show_value("'cert' config value", ca_bundle_info(self.parser.config)) + show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE")) + show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE")) + show_value("pip._vendor.certifi.where()", where()) + show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED) + + show_vendor_versions() + + show_tags(options) + + return SUCCESS diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py new file mode 100644 index 0000000..917bbb9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,146 @@ +import logging +import os +from optparse import Values +from typing import List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import check_legacy_setup_py_options +from pip._internal.utils.misc import ensure_dir, normalize_path, write_output +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +class DownloadCommand(RequirementCommand): + """ + Download packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports downloading from "requirements files", which provide + an easy way to specify a whole environment to be downloaded. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] ... + %prog [options] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.global_options()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + + self.cmd_opts.add_option( + "-d", + "--dest", + "--destination-dir", + "--destination-directory", + dest="download_dir", + metavar="dir", + default=os.curdir, + help="Download packages into .", + ) + + cmdoptions.add_target_python_options(self.cmd_opts) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + options.ignore_installed = True + # editable doesn't really make sense for `pip download`, but the bowels + # of the RequirementSet code require that property. + options.editables = [] + + cmdoptions.check_dist_restriction(options) + + options.download_dir = normalize_path(options.download_dir) + ensure_dir(options.download_dir) + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="download", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.download_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + downloaded: List[str] = [] + for req in requirement_set.requirements.values(): + if req.satisfied_by is None: + assert req.name is not None + preparer.save_linked_requirement(req) + downloaded.append(req.name) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + + if downloaded: + write_output("Successfully downloaded %s", " ".join(downloaded)) + + return SUCCESS diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 0000000..885fdfe --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,109 @@ +import sys +from optparse import Values +from typing import AbstractSet, List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.freeze import freeze +from pip._internal.utils.compat import stdlib_pkgs + + +def _should_suppress_build_backends() -> bool: + return sys.version_info < (3, 12) + + +def _dev_pkgs() -> AbstractSet[str]: + pkgs = {"pip"} + + if _should_suppress_build_backends(): + pkgs |= {"setuptools", "distribute", "wheel"} + + return pkgs + + +class FreezeCommand(Command): + """ + Output installed packages in requirements format. + + packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + log_streams = ("ext://sys.stderr", "ext://sys.stderr") + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Use the order in the given requirements file and its " + "comments when generating output. This option can be " + "used multiple times." + ), + ) + self.cmd_opts.add_option( + "-l", + "--local", + dest="local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not output " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--all", + dest="freeze_all", + action="store_true", + help=( + "Do not skip these packages in the output:" + " {}".format(", ".join(_dev_pkgs())) + ), + ) + self.cmd_opts.add_option( + "--exclude-editable", + dest="exclude_editable", + action="store_true", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + skip = set(stdlib_pkgs) + if not options.freeze_all: + skip.update(_dev_pkgs()) + + if options.excludes: + skip.update(options.excludes) + + cmdoptions.check_list_path_option(options) + + for line in freeze( + requirement=options.requirements, + local_only=options.local, + user_only=options.user, + paths=options.path, + isolated=options.isolated_mode, + skip=skip, + exclude_editable=options.exclude_editable, + ): + sys.stdout.write(line + "\n") + return SUCCESS diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 0000000..042dac8 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/hash.py @@ -0,0 +1,59 @@ +import hashlib +import logging +import sys +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.utils.hashes import FAVORITE_HASH, STRONG_HASHES +from pip._internal.utils.misc import read_chunks, write_output + +logger = logging.getLogger(__name__) + + +class HashCommand(Command): + """ + Compute a hash of a local package archive. + + These can be used with --hash in a requirements file to do repeatable + installs. + """ + + usage = "%prog [options] ..." + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-a", + "--algorithm", + dest="algorithm", + choices=STRONG_HASHES, + action="store", + default=FAVORITE_HASH, + help="The hash algorithm to use: one of {}".format( + ", ".join(STRONG_HASHES) + ), + ) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + self.parser.print_usage(sys.stderr) + return ERROR + + algorithm = options.algorithm + for path in args: + write_output( + "%s:\n--hash=%s:%s", path, algorithm, _hash_of_file(path, algorithm) + ) + return SUCCESS + + +def _hash_of_file(path: str, algorithm: str) -> str: + """Return the hash digest of a file.""" + with open(path, "rb") as archive: + hash = hashlib.new(algorithm) + for chunk in read_chunks(archive): + hash.update(chunk) + return hash.hexdigest() diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py new file mode 100644 index 0000000..6206631 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/help.py @@ -0,0 +1,41 @@ +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError + + +class HelpCommand(Command): + """Show help for commands""" + + usage = """ + %prog """ + ignore_require_venv = True + + def run(self, options: Values, args: List[str]) -> int: + from pip._internal.commands import ( + commands_dict, + create_command, + get_similar_commands, + ) + + try: + # 'pip help' with no args is handled by pip.__init__.parseopt() + cmd_name = args[0] # the command we need help for + except IndexError: + return SUCCESS + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + command = create_command(cmd_name) + command.parser.print_help() + + return SUCCESS diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py new file mode 100644 index 0000000..2e2661b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/index.py @@ -0,0 +1,139 @@ +import logging +from optparse import Values +from typing import Any, Iterable, List, Optional + +from pip._vendor.packaging.version import 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[Version] = ( + candidate.version for candidate in finder.find_all_candidates(query) + ) + + if not options.pre: + # Remove prereleases + versions = ( + version for version in versions if not version.is_prerelease + ) + versions = set(versions) + + if not versions: + raise DistributionNotFound( + f"No matching distribution found for {query}" + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output(f"{query} ({latest})") + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/inspect.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 0000000..e810c13 --- /dev/null +++ b/venv/lib/python3.10/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.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + + +class InspectCommand(Command): + """ + Inspect the content of a Python environment and produce a report in JSON format. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + cmdoptions.check_list_path_option(options) + dists = get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + skip=set(stdlib_pkgs), + ) + output = { + "version": "1", + "pip_version": __version__, + "installed": [self._dist_to_dict(dist) for dist in dists], + "environment": default_environment(), + # TODO tags? scheme? + } + print_json(data=output) + return SUCCESS + + def _dist_to_dict(self, dist: BaseDistribution) -> Dict[str, Any]: + res: Dict[str, Any] = { + "metadata": dist.metadata_dict, + "metadata_location": dist.info_location, + } + # direct_url. Note that we don't have download_info (as in the installation + # report) since it is not recorded in installed metadata. + direct_url = dist.direct_url + if direct_url is not None: + res["direct_url"] = direct_url.to_dict() + else: + # Emulate direct_url for legacy editable installs. + editable_project_location = dist.editable_project_location + if editable_project_location is not None: + res["direct_url"] = { + "url": path_to_url(editable_project_location), + "dir_info": { + "editable": True, + }, + } + # installer + installer = dist.installer + if dist.installer: + res["installer"] = installer + # requested + if dist.installed_with_dist_info: + res["requested"] = dist.requested + return res diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py new file mode 100644 index 0000000..232a34a --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,784 @@ +import errno +import json +import operator +import os +import shutil +import site +from optparse import SUPPRESS_HELP, Values +from typing import List, Optional + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.rich import print_json + +# Eagerly import self_outdated_check to avoid crashes. Otherwise, +# this module would be imported *after* pip was replaced, resulting +# in crashes if the new self_outdated_check module was incompatible +# with the rest of pip that's already imported, or allowing a +# wheel to execute arbitrary code on install by replacing +# self_outdated_check. +import pip._internal.self_outdated_check # noqa: F401 +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, + with_cleanup, +) +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, InstallationError +from pip._internal.locations import get_scheme +from pip._internal.metadata import get_environment +from pip._internal.models.installation_report import InstallationReport +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.operations.check import ConflictDetails, check_install_conflicts +from pip._internal.req import install_given_reqs +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.filesystem import test_writable_dir +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + check_externally_managed, + ensure_dir, + get_pip_version, + protect_pip_from_modification_on_windows, + warn_if_run_as_root, + write_output, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) +from pip._internal.wheel_builder import build, should_build_for_install_command + +logger = getLogger(__name__) + + +class InstallCommand(RequirementCommand): + """ + Install packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports installing from "requirements files", which provide + an easy way to specify a whole environment to be installed. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.pre()) + + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option( + "--dry-run", + action="store_true", + dest="dry_run", + default=False, + help=( + "Don't actually install anything, just print what would be. " + "Can be used in combination with --ignore-installed " + "to 'resolve' the requirements." + ), + ) + self.cmd_opts.add_option( + "-t", + "--target", + dest="target_dir", + metavar="dir", + default=None, + help=( + "Install packages into . " + "By default this will not replace existing files/folders in " + ". Use --upgrade to replace existing packages in " + "with new versions." + ), + ) + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option( + "--user", + dest="use_user_site", + action="store_true", + help=( + "Install to the Python user install directory for your " + "platform. Typically ~/.local/, or %APPDATA%\\Python on " + "Windows. (See the Python documentation for site.USER_BASE " + "for full details.)" + ), + ) + self.cmd_opts.add_option( + "--no-user", + dest="use_user_site", + action="store_false", + help=SUPPRESS_HELP, + ) + self.cmd_opts.add_option( + "--root", + dest="root_path", + metavar="dir", + default=None, + help="Install everything relative to this alternate root directory.", + ) + self.cmd_opts.add_option( + "--prefix", + dest="prefix_path", + metavar="dir", + default=None, + help=( + "Installation prefix where lib, bin and other top-level " + "folders are placed. Note that the resulting installation may " + "contain scripts and other resources which reference the " + "Python interpreter of pip, and not that of ``--prefix``. " + "See also the ``--python`` option if the intention is to " + "install packages into another (possibly pip-free) " + "environment." + ), + ) + + self.cmd_opts.add_option(cmdoptions.src()) + + self.cmd_opts.add_option( + "-U", + "--upgrade", + dest="upgrade", + action="store_true", + help=( + "Upgrade all specified packages to the newest available " + "version. The handling of dependencies depends on the " + "upgrade-strategy used." + ), + ) + + self.cmd_opts.add_option( + "--upgrade-strategy", + dest="upgrade_strategy", + default="only-if-needed", + choices=["only-if-needed", "eager"], + help=( + "Determines how dependency upgrading should be handled " + "[default: %default]. " + '"eager" - dependencies are upgraded regardless of ' + "whether the currently installed version satisfies the " + "requirements of the upgraded package(s). " + '"only-if-needed" - are upgraded only when they do not ' + "satisfy the requirements of the upgraded package(s)." + ), + ) + + self.cmd_opts.add_option( + "--force-reinstall", + dest="force_reinstall", + action="store_true", + help="Reinstall all packages even if they are already up-to-date.", + ) + + self.cmd_opts.add_option( + "-I", + "--ignore-installed", + dest="ignore_installed", + action="store_true", + help=( + "Ignore the installed packages, overwriting them. " + "This can break your system if the existing package " + "is of a different version or was installed " + "with a different package manager!" + ), + ) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--compile", + action="store_true", + dest="compile", + default=True, + help="Compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-compile", + action="store_false", + dest="compile", + help="Do not compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-warn-script-location", + action="store_false", + dest="warn_script_location", + default=True, + help="Do not warn when installing scripts outside PATH", + ) + self.cmd_opts.add_option( + "--no-warn-conflicts", + action="store_false", + dest="warn_about_conflicts", + default=True, + help="Do not warn about broken dependencies", + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + self.cmd_opts.add_option( + "--report", + dest="json_report_file", + metavar="file", + default=None, + help=( + "Generate a JSON file describing what pip did to install " + "the provided requirements. " + "Can be used in combination with --dry-run and --ignore-installed " + "to 'resolve' the requirements. " + "When - is used as file name it writes to stdout. " + "When writing to stdout, please combine with the --quiet option " + "to avoid mixing pip logging output with JSON output." + ), + ) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + if options.use_user_site and options.target_dir is not None: + raise CommandError("Can not combine '--user' and '--target'") + + # Check whether the environment we're installing into is externally + # managed, as specified in PEP 668. Specifying --root, --target, or + # --prefix disables the check, since there's no reliable way to locate + # the EXTERNALLY-MANAGED file for those cases. An exception is also + # made specifically for "--dry-run --report" for convenience. + installing_into_current_environment = ( + not (options.dry_run and options.json_report_file) + and options.root_path is None + and options.target_dir is None + and options.prefix_path is None + ) + if ( + installing_into_current_environment + and not options.override_externally_managed + ): + check_externally_managed() + + upgrade_strategy = "to-satisfy-only" + if options.upgrade: + upgrade_strategy = options.upgrade_strategy + + cmdoptions.check_dist_restriction(options, check_target=True) + + logger.verbose("Using %s", get_pip_version()) + options.use_user_site = decide_user_install( + options.use_user_site, + prefix_path=options.prefix_path, + target_dir=options.target_dir, + root_path=options.root_path, + isolated_mode=options.isolated_mode, + ) + + target_temp_dir: Optional[TempDirectory] = None + target_temp_dir_path: Optional[str] = None + if options.target_dir: + options.ignore_installed = True + options.target_dir = os.path.abspath(options.target_dir) + if ( + # fmt: off + os.path.exists(options.target_dir) and + not os.path.isdir(options.target_dir) + # fmt: on + ): + raise CommandError( + "Target path exists but is not a directory, will not continue." + ) + + # Create a target directory for using with the target option + target_temp_dir = TempDirectory(kind="target") + target_temp_dir_path = target_temp_dir.path + self.enter_context(target_temp_dir) + + global_options = options.global_options or [] + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="install", + globally_managed=True, + ) + + try: + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + # Only when installing is it permitted to use PEP 660. + # In other circumstances (pip wheel, pip download) we generate + # regular (i.e. non editable) metadata and wheels. + for req in reqs: + req.permit_editable_wheels = True + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + use_user_site=options.use_user_site, + verbosity=self.verbosity, + ) + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + use_user_site=options.use_user_site, + ignore_installed=options.ignore_installed, + ignore_requires_python=options.ignore_requires_python, + force_reinstall=options.force_reinstall, + upgrade_strategy=upgrade_strategy, + use_pep517=options.use_pep517, + py_version_info=options.python_version, + ) + + 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) + + reqs_to_build = [ + r + for r in requirement_set.requirements.values() + if should_build_for_install_command(r) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=global_options, + ) + + if build_failures: + raise InstallationError( + "Failed to build installable wheels for some " + "pyproject.toml based projects ({})".format( + ", ".join(r.name for r in build_failures) # type: ignore + ) + ) + + to_install = resolver.get_installation_order(requirement_set) + + # Check for conflicts in the package set we're installing. + conflicts: Optional[ConflictDetails] = None + should_warn_about_conflicts = ( + not options.ignore_dependencies and options.warn_about_conflicts + ) + if should_warn_about_conflicts: + conflicts = self._determine_conflicts(to_install) + + # Don't warn about script install locations if + # --target or --prefix has been specified + warn_script_location = options.warn_script_location + if options.target_dir or options.prefix_path: + warn_script_location = False + + installed = install_given_reqs( + to_install, + global_options, + root=options.root_path, + home=target_temp_dir_path, + prefix=options.prefix_path, + warn_script_location=warn_script_location, + use_user_site=options.use_user_site, + pycompile=options.compile, + ) + + lib_locations = get_lib_location_guesses( + user=options.use_user_site, + home=target_temp_dir_path, + root=options.root_path, + prefix=options.prefix_path, + isolated=options.isolated_mode, + ) + env = get_environment(lib_locations) + + # Display a summary of installed packages, with extra care to + # display a package name as it was requested by the user. + installed.sort(key=operator.attrgetter("name")) + summary = [] + installed_versions = {} + for distribution in env.iter_all_distributions(): + installed_versions[distribution.canonical_name] = distribution.version + for package in installed: + display_name = package.name + version = installed_versions.get(canonicalize_name(display_name), None) + if version: + text = f"{display_name}-{version}" + else: + text = display_name + summary.append(text) + + if conflicts is not None: + self._warn_about_conflicts( + conflicts, + resolver_variant=self.determine_resolver_variant(options), + ) + + installed_desc = " ".join(summary) + if installed_desc: + write_output( + "Successfully installed %s", + installed_desc, + ) + except OSError as error: + show_traceback = self.verbosity >= 1 + + message = create_os_error_message( + error, + show_traceback, + options.use_user_site, + ) + logger.error(message, exc_info=show_traceback) + + return ERROR + + if options.target_dir: + assert target_temp_dir + self._handle_target_dir( + options.target_dir, target_temp_dir, options.upgrade + ) + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS + + def _handle_target_dir( + self, target_dir: str, target_temp_dir: TempDirectory, upgrade: bool + ) -> None: + ensure_dir(target_dir) + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + lib_dir_list = [] + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + scheme = get_scheme("", home=target_temp_dir.path) + purelib_dir = scheme.purelib + platlib_dir = scheme.platlib + data_dir = scheme.data + + if os.path.exists(purelib_dir): + lib_dir_list.append(purelib_dir) + if os.path.exists(platlib_dir) and platlib_dir != purelib_dir: + lib_dir_list.append(platlib_dir) + if os.path.exists(data_dir): + lib_dir_list.append(data_dir) + + for lib_dir in lib_dir_list: + for item in os.listdir(lib_dir): + if lib_dir == data_dir: + ddir = os.path.join(data_dir, item) + if any(s.startswith(ddir) for s in lib_dir_list[:-1]): + continue + target_item_dir = os.path.join(target_dir, item) + if os.path.exists(target_item_dir): + if not upgrade: + logger.warning( + "Target directory %s already exists. Specify " + "--upgrade to force replacement.", + target_item_dir, + ) + continue + if os.path.islink(target_item_dir): + logger.warning( + "Target directory %s already exists and is " + "a link. pip will not automatically replace " + "links, please remove if replacement is " + "desired.", + target_item_dir, + ) + continue + if os.path.isdir(target_item_dir): + shutil.rmtree(target_item_dir) + else: + os.remove(target_item_dir) + + shutil.move(os.path.join(lib_dir, item), target_item_dir) + + def _determine_conflicts( + self, to_install: List[InstallRequirement] + ) -> Optional[ConflictDetails]: + try: + return check_install_conflicts(to_install) + except Exception: + logger.exception( + "Error while checking for conflicts. Please file an issue on " + "pip's issue tracker: https://github.com/pypa/pip/issues/new" + ) + return None + + def _warn_about_conflicts( + self, conflict_details: ConflictDetails, resolver_variant: str + ) -> None: + package_set, (missing, conflicting) = conflict_details + if not missing and not conflicting: + return + + parts: List[str] = [] + if resolver_variant == "legacy": + parts.append( + "pip's legacy dependency resolver does not consider dependency " + "conflicts when selecting packages. This behaviour is the " + "source of the following dependency conflicts." + ) + else: + assert resolver_variant == "resolvelib" + parts.append( + "pip's dependency resolver does not currently take into account " + "all the packages that are installed. This behaviour is the " + "source of the following dependency conflicts." + ) + + # NOTE: There is some duplication here, with commands/check.py + for project_name in missing: + version = package_set[project_name][0] + for dependency in missing[project_name]: + message = ( + f"{project_name} {version} requires {dependency[1]}, " + "which is not installed." + ) + parts.append(message) + + for project_name in conflicting: + version = package_set[project_name][0] + for dep_name, dep_version, req in conflicting[project_name]: + message = ( + "{name} {version} requires {requirement}, but {you} have " + "{dep_name} {dep_version} which is incompatible." + ).format( + name=project_name, + version=version, + requirement=req, + dep_name=dep_name, + dep_version=dep_version, + you=("you" if resolver_variant == "resolvelib" else "you'll"), + ) + parts.append(message) + + logger.critical("\n".join(parts)) + + +def get_lib_location_guesses( + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> List[str]: + scheme = get_scheme( + "", + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + return [scheme.purelib, scheme.platlib] + + +def site_packages_writable(root: Optional[str], isolated: bool) -> bool: + return all( + test_writable_dir(d) + for d in set(get_lib_location_guesses(root=root, isolated=isolated)) + ) + + +def decide_user_install( + use_user_site: Optional[bool], + prefix_path: Optional[str] = None, + target_dir: Optional[str] = None, + root_path: Optional[str] = None, + isolated_mode: bool = False, +) -> bool: + """Determine whether to do a user install based on the input options. + + If use_user_site is False, no additional checks are done. + If use_user_site is True, it is checked for compatibility with other + options. + If use_user_site is None, the default behaviour depends on the environment, + which is provided by the other arguments. + """ + # In some cases (config from tox), use_user_site can be set to an integer + # rather than a bool, which 'use_user_site is False' wouldn't catch. + if (use_user_site is not None) and (not use_user_site): + logger.debug("Non-user install by explicit request") + return False + + if use_user_site: + if prefix_path: + raise CommandError( + "Can not combine '--user' and '--prefix' as they imply " + "different installation locations" + ) + if virtualenv_no_global(): + raise InstallationError( + "Can not perform a '--user' install. User site-packages " + "are not visible in this virtualenv." + ) + logger.debug("User install by explicit request") + return True + + # If we are here, user installs have not been explicitly requested/avoided + assert use_user_site is None + + # user install incompatible with --prefix/--target + if prefix_path or target_dir: + logger.debug("Non-user install due to --prefix or --target option") + return False + + # If user installs are not enabled, choose a non-user install + if not site.ENABLE_USER_SITE: + logger.debug("Non-user install because user site-packages disabled") + return False + + # If we have permission for a non-user install, do that, + # otherwise do a user install. + if site_packages_writable(root=root_path, isolated=isolated_mode): + logger.debug("Non-user install because site-packages writeable") + return False + + logger.info( + "Defaulting to user installation because normal site-packages " + "is not writeable" + ) + return True + + +def create_os_error_message( + error: OSError, show_traceback: bool, using_user_site: bool +) -> str: + """Format an error message for an OSError + + It may occur anytime during the execution of the install command. + """ + parts = [] + + # Mention the error if we are not going to show a traceback + parts.append("Could not install packages due to an OSError") + if not show_traceback: + parts.append(": ") + parts.append(str(error)) + else: + parts.append(".") + + # Spilt the error indication from a helper message (if any) + parts[-1] += "\n" + + # Suggest useful actions to the user: + # (1) using user site-packages or (2) verifying the permissions + if error.errno == errno.EACCES: + user_option_part = "Consider using the `--user` option" + permissions_part = "Check the permissions" + + if not running_under_virtualenv() and not using_user_site: + parts.extend( + [ + user_option_part, + " or ", + permissions_part.lower(), + ] + ) + else: + parts.append(permissions_part) + parts.append(".\n") + + # Suggest the user to enable Long Paths if path length is + # more than 260 + if ( + WINDOWS + and error.errno == errno.ENOENT + and error.filename + and len(error.filename) > 260 + ): + parts.append( + "HINT: This error might have occurred since " + "this system does not have Windows Long Path " + "support enabled. You can find information on " + "how to enable this at " + "https://pip.pypa.io/warnings/enable-long-paths\n" + ) + + return "".join(parts).strip() + "\n" diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py new file mode 100644 index 0000000..8494370 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,375 @@ +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._vendor.packaging.version import Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.index_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + from pip._internal.network.session import PipSession + + 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: Version + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-o", + "--outdated", + action="store_true", + default=False, + help="List outdated packages", + ) + self.cmd_opts.add_option( + "-u", + "--uptodate", + action="store_true", + default=False, + help="List uptodate packages", + ) + self.cmd_opts.add_option( + "-e", + "--editable", + action="store_true", + default=False, + help="List editable projects.", + ) + self.cmd_opts.add_option( + "-l", + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="columns", + choices=("columns", "freeze", "json"), + help=( + "Select the output format among: columns (default), freeze, or json. " + "The 'freeze' format cannot be used with the --outdated option." + ), + ) + + self.cmd_opts.add_option( + "--not-required", + action="store_true", + dest="not_required", + help="List packages that are not dependencies of installed packages.", + ) + + self.cmd_opts.add_option( + "--exclude-editable", + action="store_false", + dest="include_editable", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option( + "--include-editable", + action="store_true", + dest="include_editable", + help="Include editable package from output.", + default=True, + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def handle_pip_version_check(self, options: Values) -> None: + if options.outdated or options.uptodate: + super().handle_pip_version_check(options) + + def _build_package_finder( + self, options: Values, session: "PipSession" + ) -> "PackageFinder": + """ + Create a package finder appropriate to this list command. + """ + # Lazy import the heavy index modules as most list invocations won't need 'em. + from pip._internal.index.collector import LinkCollector + from pip._internal.index.package_finder import PackageFinder + + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + + def run(self, options: Values, args: List[str]) -> int: + if options.outdated and options.uptodate: + raise CommandError("Options --outdated and --uptodate cannot be combined.") + + if options.outdated and options.list_format == "freeze": + raise CommandError( + "List format 'freeze' cannot be used with the --outdated option." + ) + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: _ProcessedDists = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version > dist.version + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version == dist.version + ] + + def get_not_required( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + dep_keys = { + canonicalize_name(dep.name) + for dist in packages + for dep in (dist.iter_dependencies() or ()) + } + + # Create a set to remove duplicate packages, and cast it to a list + # to keep the return type consistent with get_outdated and + # get_uptodate + return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) + + def iter_packages_latest_infos( + self, packages: "_ProcessedDists", options: Values + ) -> Generator["_DistWithLatestInfo", None, None]: + with self._build_session(options) as session: + finder = self._build_package_finder(options, session) + + def latest_info( + dist: "_DistWithLatestInfo", + ) -> Optional["_DistWithLatestInfo"]: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if not options.pre: + # Remove prereleases + all_candidates = [ + candidate + for candidate in all_candidates + if not candidate.version.is_prerelease + ] + + evaluator = finder.make_candidate_evaluator( + project_name=dist.canonical_name, + ) + best_candidate = evaluator.sort_best_candidate(all_candidates) + if best_candidate is None: + return None + + remote_version = best_candidate.version + if best_candidate.link.is_wheel: + typ = "wheel" + else: + typ = "sdist" + dist.latest_version = remote_version + dist.latest_filetype = typ + return dist + + for dist in map(latest_info, packages): + if dist is not None: + yield dist + + def output_package_listing( + self, packages: "_ProcessedDists", options: Values + ) -> None: + packages = sorted( + packages, + key=lambda dist: dist.canonical_name, + ) + if options.list_format == "columns" and packages: + data, header = format_for_columns(packages, options) + self.output_package_listing_columns(data, header) + elif options.list_format == "freeze": + for dist in packages: + if options.verbose >= 1: + write_output( + "%s==%s (%s)", dist.raw_name, dist.version, dist.location + ) + else: + write_output("%s==%s", dist.raw_name, dist.version) + elif options.list_format == "json": + write_output(format_for_json(packages, options)) + + def output_package_listing_columns( + self, data: List[List[str]], header: List[str] + ) -> None: + # insert the header first: we need to know the size of column names + if len(data) > 0: + data.insert(0, header) + + pkg_strings, sizes = tabulate(data) + + # Create and add a separator. + if len(data) > 0: + pkg_strings.insert(1, " ".join("-" * x for x in sizes)) + + for val in pkg_strings: + write_output(val) + + +def format_for_columns( + pkgs: "_ProcessedDists", options: Values +) -> Tuple[List[List[str]], List[str]]: + """ + Convert the package data into something usable + by output_package_listing_columns. + """ + header = ["Package", "Version"] + + running_outdated = options.outdated + if running_outdated: + header.extend(["Latest", "Type"]) + + has_editables = any(x.editable for x in pkgs) + if has_editables: + header.append("Editable project location") + + if options.verbose >= 1: + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + data = [] + for proj in pkgs: + # if we're working on the 'outdated' list, separate out the + # latest_version and type + row = [proj.raw_name, proj.raw_version] + + if running_outdated: + row.append(str(proj.latest_version)) + row.append(proj.latest_filetype) + + if has_editables: + row.append(proj.editable_project_location or "") + + if options.verbose >= 1: + row.append(proj.location or "") + if options.verbose >= 1: + row.append(proj.installer) + + data.append(row) + + return data, header + + +def format_for_json(packages: "_ProcessedDists", options: Values) -> str: + data = [] + for dist in packages: + info = { + "name": dist.raw_name, + "version": str(dist.version), + } + if options.verbose >= 1: + info["location"] = dist.location or "" + info["installer"] = dist.installer + if options.outdated: + info["latest_version"] = str(dist.latest_version) + info["latest_filetype"] = dist.latest_filetype + editable_project_location = dist.editable_project_location + if editable_project_location: + info["editable_project_location"] = editable_project_location + data.append(info) + return json.dumps(data) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py new file mode 100644 index 0000000..74b8d65 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/search.py @@ -0,0 +1,172 @@ +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, TypedDict + +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: + + 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 = ( + f"XMLRPC request failed [code: {fault.faultCode}]\n{fault.faultString}" + ) + raise CommandError(message) + assert isinstance(hits, list) + return hits + + +def transform_hits(hits: List[Dict[str, str]]) -> List["TransformedHit"]: + """ + The list from pypi is really a list of versions. We want a list of + packages with the list of versions stored inline. This converts the + list from pypi into one we can use. + """ + packages: Dict[str, TransformedHit] = OrderedDict() + for hit in hits: + name = hit["name"] + summary = hit["summary"] + version = hit["version"] + + if name not in packages.keys(): + packages[name] = { + "name": name, + "summary": summary, + "versions": [version], + } + else: + packages[name]["versions"].append(version) + + # if this is the highest version, replace summary and score + if version == highest_version(packages[name]["versions"]): + packages[name]["summary"] = summary + + return list(packages.values()) + + +def print_dist_installation_info(name: str, latest: str) -> None: + env = get_default_environment() + dist = env.get_distribution(name) + if dist is not None: + with indent_log(): + if dist.version == latest: + write_output("INSTALLED: %s (latest)", dist.version) + else: + write_output("INSTALLED: %s", dist.version) + if parse_version(latest).pre: + write_output( + "LATEST: %s (pre-release; install" + " with `pip install --pre`)", + latest, + ) + else: + write_output("LATEST: %s", latest) + + +def print_results( + hits: List["TransformedHit"], + name_column_width: Optional[int] = None, + terminal_width: Optional[int] = None, +) -> None: + if not hits: + return + if name_column_width is None: + name_column_width = ( + max( + [ + len(hit["name"]) + len(highest_version(hit.get("versions", ["-"]))) + for hit in hits + ] + ) + + 4 + ) + + for hit in hits: + name = hit["name"] + summary = hit["summary"] or "" + latest = highest_version(hit.get("versions", ["-"])) + if terminal_width is not None: + target_width = terminal_width - name_column_width - 5 + if target_width > 10: + # wrap and indent summary to fit terminal + summary_lines = textwrap.wrap(summary, target_width) + summary = ("\n" + " " * (name_column_width + 3)).join(summary_lines) + + name_latest = f"{name} ({latest})" + line = f"{name_latest:{name_column_width}} - {summary}" + try: + write_output(line) + print_dist_installation_info(name, latest) + except UnicodeEncodeError: + pass + + +def highest_version(versions: List[str]) -> str: + return max(versions, key=parse_version) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py new file mode 100644 index 0000000..b47500c --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,224 @@ +import logging +from optparse import Values +from typing import Generator, Iterable, Iterator, List, NamedTuple, Optional + +from pip._vendor.packaging.requirements import InvalidRequirement +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 + license_expression: 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 + + try: + requires = sorted( + # Avoid duplicates in requirements (e.g. due to environment markers). + {req.name for req in dist.iter_dependencies()}, + key=str.lower, + ) + except InvalidRequirement: + requires = sorted(dist.iter_raw_dependencies(), key=str.lower) + + try: + required_by = sorted(_get_requiring_packages(dist), key=str.lower) + except InvalidRequirement: + required_by = ["#N/A"] + + 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 + + project_urls = metadata.get_all("Project-URL", []) + homepage = metadata.get("Home-page", "") + if not homepage: + # It's common that there is a "homepage" Project-URL, but Home-page + # remains unset (especially as PEP 621 doesn't surface the field). + # + # This logic was taken from PyPI's codebase. + for url in project_urls: + url_label, url = url.split(",", maxsplit=1) + normalized_label = ( + url_label.casefold().replace("-", "").replace("_", "").strip() + ) + if normalized_label == "homepage": + homepage = url.strip() + break + + yield _PackageInfo( + name=dist.raw_name, + version=dist.raw_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=homepage, + project_urls=project_urls, + author=metadata.get("Author", ""), + author_email=metadata.get("Author-email", ""), + license=metadata.get("License", ""), + license_expression=metadata.get("License-Expression", ""), + 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("---") + + metadata_version_tuple = tuple(map(int, dist.metadata_version.split("."))) + + 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) + if metadata_version_tuple >= (2, 4) and dist.license_expression: + write_output("License-Expression: %s", dist.license_expression) + else: + write_output("License: %s", dist.license) + write_output("Location: %s", dist.location) + if dist.editable_project_location is not None: + write_output( + "Editable project location: %s", dist.editable_project_location + ) + write_output("Requires: %s", ", ".join(dist.requires)) + write_output("Required-by: %s", ", ".join(dist.required_by)) + + if verbose: + write_output("Metadata-Version: %s", dist.metadata_version) + write_output("Installer: %s", dist.installer) + write_output("Classifiers:") + for classifier in dist.classifiers: + write_output(" %s", classifier) + write_output("Entry-points:") + for entry in dist.entry_points: + write_output(" %s", entry.strip()) + write_output("Project-URLs:") + for project_url in dist.project_urls: + write_output(" %s", project_url) + if list_files: + write_output("Files:") + if dist.files is None: + write_output("Cannot locate RECORD or installed-files.txt") + else: + for line in dist.files: + write_output(" %s", line.strip()) + return results_printed diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 0000000..bc0edea --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,114 @@ +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.index_command import SessionCommandMixin +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, + warn_if_run_as_root, +) + +logger = logging.getLogger(__name__) + + +class UninstallCommand(Command, SessionCommandMixin): + """ + Uninstall packages. + + pip is able to uninstall most installed packages. Known exceptions are: + + - Pure distutils packages installed with ``python setup.py install``, which + leave behind no metadata to determine what files were installed. + - Script wrappers installed by ``python setup.py develop``. + """ + + usage = """ + %prog [options] ... + %prog [options] -r ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Uninstall all the packages listed in the given requirements " + "file. This option can be used multiple times." + ), + ) + self.cmd_opts.add_option( + "-y", + "--yes", + dest="yes", + action="store_true", + help="Don't ask for confirmation of uninstall deletions.", + ) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + reqs_to_uninstall = {} + for name in args: + req = install_req_from_line( + name, + isolated=options.isolated_mode, + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + else: + logger.warning( + "Invalid requirement: %r ignored -" + " the uninstall command expects named" + " requirements.", + name, + ) + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, options=options, session=session + ): + req = install_req_from_parsed_requirement( + parsed_req, isolated=options.isolated_mode + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + if not reqs_to_uninstall: + raise InstallationError( + f"You must give at least one requirement to {self.name} (see " + f'"pip help {self.name}")' + ) + + if not options.override_externally_managed: + check_externally_managed() + + protect_pip_from_modification_on_windows( + modifying_pip="pip" in reqs_to_uninstall + ) + + for req in reqs_to_uninstall.values(): + uninstall_pathset = req.uninstall( + auto_confirm=options.yes, + verbose=self.verbosity > 0, + ) + if uninstall_pathset: + uninstall_pathset.commit() + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS diff --git a/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py b/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 0000000..278719f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,182 @@ +import logging +import os +import shutil +from optparse import Values +from typing import List + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.misc import ensure_dir, normalize_path +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.wheel_builder import build, should_build_for_wheel_command + +logger = logging.getLogger(__name__) + + +class WheelCommand(RequirementCommand): + """ + Build Wheel archives for your requirements and dependencies. + + Wheel is a built-package format, and offers the advantage of not + recompiling your software during every install. For more details, see the + wheel docs: https://wheel.readthedocs.io/en/latest/ + + 'pip wheel' uses the build system interface as described here: + https://pip.pypa.io/en/stable/reference/build-system/ + + """ + + usage = """ + %prog [options] ... + %prog [options] -r ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-w", + "--wheel-dir", + dest="wheel_dir", + metavar="dir", + default=os.curdir, + help=( + "Build wheels into , where the default is the " + "current working directory." + ), + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + + self.cmd_opts.add_option( + "--no-verify", + dest="no_verify", + action="store_true", + default=False, + help="Don't verify if built wheel is valid.", + ) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.build_options()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option(cmdoptions.require_hashes()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + finder = self._build_package_finder(options, session) + + options.wheel_dir = normalize_path(options.wheel_dir) + ensure_dir(options.wheel_dir) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="wheel", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.wheel_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + reqs_to_build: List[InstallRequirement] = [] + for req in requirement_set.requirements.values(): + if req.is_wheel: + preparer.save_linked_requirement(req) + elif should_build_for_wheel_command(req): + reqs_to_build.append(req) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + + # build wheels + build_successes, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=(not options.no_verify), + build_options=options.build_options or [], + global_options=options.global_options or [], + ) + for req in build_successes: + assert req.link and req.link.is_wheel + assert req.local_file_path + # copy from cache to target directory + try: + shutil.copy(req.local_file_path, options.wheel_dir) + except OSError as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + build_failures.append(req) + if len(build_failures) != 0: + raise CommandError("Failed to build one or more wheels") + + return SUCCESS diff --git a/venv/lib/python3.10/site-packages/pip/_internal/configuration.py b/venv/lib/python3.10/site-packages/pip/_internal/configuration.py new file mode 100644 index 0000000..ffeda1d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/configuration.py @@ -0,0 +1,383 @@ +"""Configuration management setup + +Some terminology: +- name + As written in config files. +- value + Value associated with a name +- key + Name combined with it's section (section.name) +- variant + A single word describing where the configuration key-value pair came from +""" + +import configparser +import locale +import os +import sys +from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple + +from pip._internal.exceptions import ( + ConfigurationError, + ConfigurationFileCouldNotBeLoaded, +) +from pip._internal.utils import appdirs +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ensure_dir, enum + +RawConfigParser = configparser.RawConfigParser # Shorthand +Kind = NewType("Kind", str) + +CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" +ENV_NAMES_IGNORED = "version", "help" + +# The kinds of configurations there are. +kinds = enum( + USER="user", # User Specific + GLOBAL="global", # System Wide + SITE="site", # [Virtual] Environment Specific + ENV="env", # from PIP_CONFIG_FILE + ENV_VAR="env-var", # from Environment Variables +) +OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR +VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE + +logger = getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name: str) -> str: + """Make a name consistent regardless of source (environment or file)""" + name = name.lower().replace("_", "-") + if name.startswith("--"): + name = name[2:] # only prefer long opts + return name + + +def _disassemble_key(name: str) -> List[str]: + if "." not in name: + error_message = ( + "Key does not contain dot separated section and key. " + f"Perhaps you wanted to use 'global.{name}' instead?" + ) + raise ConfigurationError(error_message) + return name.split(".", 1) + + +def get_configuration_files() -> Dict[Kind, List[str]]: + global_config_files = [ + os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") + ] + + site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) + legacy_config_file = os.path.join( + os.path.expanduser("~"), + "pip" if WINDOWS else ".pip", + CONFIG_BASENAME, + ) + new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) + return { + kinds.GLOBAL: global_config_files, + kinds.SITE: [site_config_file], + kinds.USER: [legacy_config_file, new_config_file], + } + + +class Configuration: + """Handles management of configuration. + + Provides an interface to accessing and managing configuration files. + + This class converts provides an API that takes "section.key-name" style + keys and stores the value associated with it as "key-name" under the + section "section". + + This allows for a clean interface wherein the both the section and the + key-name are preserved in an easy to manage form in the configuration files + and the data stored is also nice. + """ + + def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: + super().__init__() + + if load_only is not None and load_only not in VALID_LOAD_ONLY: + raise ConfigurationError( + "Got invalid value for load_only - should be one of {}".format( + ", ".join(map(repr, VALID_LOAD_ONLY)) + ) + ) + self.isolated = isolated + self.load_only = load_only + + # Because we keep track of where we got the data from + self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { + variant: [] for variant in OVERRIDE_ORDER + } + self._config: Dict[Kind, Dict[str, Any]] = { + variant: {} for variant in OVERRIDE_ORDER + } + self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] + + def load(self) -> None: + """Loads configuration from configuration files and environment""" + self._load_config_files() + if not self.isolated: + self._load_environment_vars() + + def get_file_to_edit(self) -> Optional[str]: + """Returns the file with highest priority in configuration""" + assert self.load_only is not None, "Need to be specified a file to be editing" + + try: + return self._get_parser_to_modify()[0] + except IndexError: + return None + + def items(self) -> Iterable[Tuple[str, Any]]: + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key: str) -> Any: + """Get a value from the configuration.""" + orig_key = key + key = _normalize_name(key) + try: + return self._dictionary[key] + except KeyError: + # disassembling triggers a more useful error message than simply + # "No such key" in the case that the key isn't in the form command.option + _disassemble_key(key) + raise ConfigurationError(f"No such key - {orig_key}") + + def set_value(self, key: str, value: Any) -> None: + """Modify a value in the configuration.""" + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + + # Modify the parser and the configuration + if not parser.has_section(section): + parser.add_section(section) + parser.set(section, name, value) + + self._config[self.load_only][key] = value + self._mark_as_modified(fname, parser) + + def unset_value(self, key: str) -> None: + """Unset a value in the configuration.""" + orig_key = key + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + if key not in self._config[self.load_only]: + raise ConfigurationError(f"No such key - {orig_key}") + + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + if not ( + parser.has_section(section) and parser.remove_option(section, name) + ): + # The option was not removed. + raise ConfigurationError( + "Fatal Internal error [id=1]. Please report as a bug." + ) + + # The section may be empty after the option was removed. + if not parser.items(section): + parser.remove_section(section) + self._mark_as_modified(fname, parser) + + del self._config[self.load_only][key] + + def save(self) -> None: + """Save the current in-memory state.""" + self._ensure_have_load_only() + + for fname, parser in self._modified_parsers: + logger.info("Writing to %s", fname) + + # Ensure directory exists. + ensure_dir(os.path.dirname(fname)) + + # Ensure directory's permission(need to be writeable) + try: + with open(fname, "w") as f: + parser.write(f) + except OSError as error: + raise ConfigurationError( + f"An error occurred while writing to the configuration file " + f"{fname}: {error}" + ) + + # + # Private routines + # + + def _ensure_have_load_only(self) -> None: + if self.load_only is None: + raise ConfigurationError("Needed a specific file to be modifying.") + logger.debug("Will be working with %s variant only", self.load_only) + + @property + def _dictionary(self) -> Dict[str, Any]: + """A dictionary representing the loaded configuration.""" + # NOTE: Dictionaries are not populated if not loaded. So, conditionals + # are not needed here. + retval = {} + + for variant in OVERRIDE_ORDER: + retval.update(self._config[variant]) + + return retval + + def _load_config_files(self) -> None: + """Loads configuration from configuration files""" + config_files = dict(self.iter_config_files()) + if config_files[kinds.ENV][0:1] == [os.devnull]: + logger.debug( + "Skipping loading configuration files due to " + "environment's PIP_CONFIG_FILE being os.devnull" + ) + return + + for variant, files in config_files.items(): + for fname in files: + # If there's specific variant set in `load_only`, load only + # that variant, not the others. + if self.load_only is not None and variant != self.load_only: + logger.debug("Skipping file '%s' (variant: %s)", fname, variant) + continue + + parser = self._load_file(variant, fname) + + # Keeping track of the parsers used + self._parsers[variant].append((fname, parser)) + + def _load_file(self, variant: Kind, fname: str) -> RawConfigParser: + logger.verbose("For variant '%s', will try loading '%s'", variant, fname) + parser = self._construct_parser(fname) + + for section in parser.sections(): + items = parser.items(section) + self._config[variant].update(self._normalized_keys(section, items)) + + return parser + + def _construct_parser(self, fname: str) -> RawConfigParser: + parser = configparser.RawConfigParser() + # If there is no such file, don't bother reading it but create the + # parser anyway, to hold the data. + # Doing this is useful when modifying and saving files, where we don't + # need to construct a parser. + if os.path.exists(fname): + locale_encoding = locale.getpreferredencoding(False) + try: + parser.read(fname, encoding=locale_encoding) + except UnicodeDecodeError: + # See https://github.com/pypa/pip/issues/4963 + raise ConfigurationFileCouldNotBeLoaded( + reason=f"contains invalid {locale_encoding} characters", + fname=fname, + ) + except configparser.Error as error: + # See https://github.com/pypa/pip/issues/4893 + raise ConfigurationFileCouldNotBeLoaded(error=error) + return parser + + def _load_environment_vars(self) -> None: + """Loads configuration from environment variables""" + self._config[kinds.ENV_VAR].update( + self._normalized_keys(":env:", self.get_environ_vars()) + ) + + def _normalized_keys( + self, section: str, items: Iterable[Tuple[str, Any]] + ) -> Dict[str, Any]: + """Normalizes items to construct a dictionary with normalized keys. + + This routine is where the names become keys and are made the same + regardless of source - configuration files or environment. + """ + normalized = {} + for name, val in items: + key = section + "." + _normalize_name(name) + normalized[key] = val + return normalized + + def get_environ_vars(self) -> Iterable[Tuple[str, str]]: + """Returns a generator with all environmental vars with prefix PIP_""" + for key, val in os.environ.items(): + if key.startswith("PIP_"): + name = key[4:].lower() + if name not in ENV_NAMES_IGNORED: + yield name, val + + # XXX: This is patched in the tests. + def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]: + """Yields variant and configuration files associated with it. + + This should be treated like items of a dictionary. The order + here doesn't affect what gets overridden. That is controlled + by OVERRIDE_ORDER. However this does control the order they are + displayed to the user. It's probably most ergonomic to display + things in the same order as OVERRIDE_ORDER + """ + # SMELL: Move the conditions out of this function + + env_config_file = os.environ.get("PIP_CONFIG_FILE", None) + config_files = get_configuration_files() + + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user config is not loaded when env_config_file exists + should_load_user_config = not self.isolated and not ( + env_config_file and os.path.exists(env_config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # virtualenv config + yield kinds.SITE, config_files[kinds.SITE] + + if env_config_file is not None: + yield kinds.ENV, [env_config_file] + else: + yield kinds.ENV, [] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 0000000..9a89a83 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py @@ -0,0 +1,21 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.distributions.sdist import SourceDistribution +from pip._internal.distributions.wheel import WheelDistribution +from pip._internal.req.req_install import InstallRequirement + + +def make_distribution_for_install_requirement( + install_req: InstallRequirement, +) -> AbstractDistribution: + """Returns a Distribution for the given InstallRequirement""" + # Editable requirements will always be source distributions. They use the + # legacy logic until we create a modern standard for them. + if install_req.editable: + return SourceDistribution(install_req) + + # If it's a wheel, it's a WheelDistribution + if install_req.is_wheel: + return WheelDistribution(install_req) + + # Otherwise, a SourceDistribution + return SourceDistribution(install_req) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49965f6e223fcd5bfaf77df9b8c54826639b6e19 GIT binary patch literal 804 zcmaJ8S%5Z<+Ywv${UaiT>s5{--Vf+%PZ0)dcdC~`tbZY=*y>?P~9v%5YN6e@Tb z-i3nNEfudo0n9oam>^}WnVp#(&wTUQ-QnRrLHYdtOP#uee6_(`JPaPA>gQ-GQc*!# zno??gM>wsUx|8n;uU({z$@hfc25Er)0)om1dg4_<6@K*6u-e;@c>f#rA~79rJ}I6ra5nl1%%EgR z?abd|eFya^s=kBfg1jLrF!X|apc@-G>d3g4(JmX)cMp!IUOLL7IgIF}Q;}&Ps`(aV z^gp858$+nL$qNArSteu1b@tY-qb$KORX!e{h_WB!d&gdBP@1W(;ihL5Y$cd=%}p~D z>q6zSY`Cl$&e}4;3)Y{Trjz%Rdv}@U2G)IEp5`@Z*7KfaTpCa^7p$6*tXYN^++?LyWqWGkX0x^h*lLdV;h;+*Ie`{$k!kN7=6d_G^>7y%R>+GR-mCx?&?HUgw9 zjJYvvtTdbQM8r`tVNr>ek7CKVw$T{W&7j?8(C$wq)5mToHFTI3uOE$}lWh2{2sP z$$FMfG#7Zx$o|}DcohMrWxNdAkL;8gX|wbMmYWOPcx+TA%c*At+n$C0mX#Q=MNxM=XJ8CJ2 z6PZX|T9PHv!));$rV?79SOj>0P6yA0`K(6?fJ)vQyz} zfgYw&I)qn&;80(NVyUp0AtvA;JjCDhZN3L4d>W5q5lEJ zwQ$3Cv`-Iz-C&jPr`)nKDv&YrFaWV25D{?hIG-^}$jTGpt|$UIxHV?mDv>ww5E28l z5fUV!Vac2^m?#kIGkF6grlKL+*%_o-rd-Ql*)2iE%p3ik9muLUhMS9W5kd);VgRAK zxUKBgERBm&EX8fDl|G`n3+Q!kF`S24-YcL4bLIw-xDHZ-ys6g@-#F9Fr!`*aZhZmY z!cUvNh{G#5oO=JtMA`+U6F}dB)1@KK;owX|UZ|Sa$HhlSW4!ZorNNO=F~@R~_rj?R zcY{(4g~WtNtg7L>BFrfSeXsQ4WjLa*;P4s_ryyN>Y1js!QNn5*zI!IDm#V`z3(^$p zeh}pCAebqU#W?Q-!NZKl^PNTz2o*vm<6nm&fpV9R!o0`l-@8;RNO^mpu{`81B!a$# zv(@SV&}^!NMsMg>amO1e73-@w?aoU0mBM(gM4Zdk6yaqd27^b z^r+`L)N!2u9M}2R@tl90+S=d6dHB=NLUtErrr*&FRP(w$NTHNyq-0^Ne-&!RU{Ny$ zRXz-`Tom@^=TDx11TOrLUq2~FjyxL7OHr^)na0Mg&CkJ-!mK5H1=1pKnje&&{}8ES Q5OIe?HgLu>b%7 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..adb9dc89284a70eb621c8efb8aebb50f339026a2 GIT binary patch literal 1488 zcmaJ>O^@6}5bbVzJlT-2ece`G_XV>HLh~fD0`=6H29L9d8#r|+{ z@d&4RibgWY3s&-&bMi$YN+)(Y-znU35Dz-vExd9V4>|js$$|9VFzJDF?!>+vK4(+^ z7rcp0dFy}KSXEbPf&S!iW~@$g`&8jmWoyb{eEe0KpQcOrOjQyz29BSk2KG1Qbld*$ zaq$SJnWF&~bID>MdF+5I1q{Hu%N9a9(tYEe^LU6cAJ?iaEB;cI9#7^tiX(<)TEO<~j5KO2og9N(;z31tl?tZExp z01|g^LOj}}Iwj0uYC^k$P{Yf$(wJA(qSj@fTVXOSG^BFVU6%n=VP2Qb+Jc;Qq1Mx2 z*Sg9%qTdbjX?}|HS7KDM=j<(?zeUr!28x9y6?EpeCi>QZHj%DZ$~KXNvkL6VQrXoy zJIQof4YG!z7V)j$yyibpzUNH1XOx_><5_RP}(&J7frP>t=Ob=-afu!qa&~llIV1 zGdfZD%;mzH@FPdKLWsYFBmPA14>36Uz1umT9<-j_G${A}wIND+b}8xEKFwy9;g3l> zczOHL^=(Apce9JnBI)_;tG#o5<4!+4D5~`)5Uu~9@76=&*ATdX1tQ=9pE!R5(wmn= literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c003cc6748aa52321931858074217b9d8b5bb2ad GIT binary patch literal 5321 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/distributions/base.py b/venv/lib/python3.10/site-packages/pip/_internal/distributions/base.py new file mode 100644 index 0000000..6e4d0c9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/distributions/base.py @@ -0,0 +1,53 @@ +import abc +from typing import TYPE_CHECKING, Optional + +from pip._internal.metadata.base import BaseDistribution +from pip._internal.req import InstallRequirement + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + + +class AbstractDistribution(metaclass=abc.ABCMeta): + """A base class for handling installable artifacts. + + The requirements for anything installable are as follows: + + - we must be able to determine the requirement name + (or we can't correctly handle the non-upgrade case). + + - for packages with setup requirements, we must also be able + to determine their requirements without installing additional + packages (for the same reason as run-time dependencies) + + - we must be able to create a Distribution object exposing the + above metadata. + + - if we need to do work in the build tracker, we must be able to generate a unique + string to identify the requirement in the build tracker. + """ + + def __init__(self, req: InstallRequirement) -> None: + super().__init__() + self.req = req + + @abc.abstractproperty + def build_tracker_id(self) -> Optional[str]: + """A string that uniquely identifies this requirement to the build tracker. + + If None, then this dist has no work to do in the build tracker, and + ``.prepare_distribution_metadata()`` will not be called.""" + raise NotImplementedError() + + @abc.abstractmethod + def get_metadata_distribution(self) -> BaseDistribution: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, + finder: "PackageFinder", + build_isolation: bool, + check_build_deps: bool, + ) -> None: + raise NotImplementedError() diff --git a/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py b/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 0000000..ab8d53b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,29 @@ +from typing import Optional + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution + + +class InstalledDistribution(AbstractDistribution): + """Represents an installed package. + + This does not need any preparation as the required information has already + been computed. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + return None + + def get_metadata_distribution(self) -> BaseDistribution: + assert self.req.satisfied_by is not None, "not actually installed" + return self.req.satisfied_by + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py b/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 0000000..28ea5ce --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,158 @@ +import logging +from typing import TYPE_CHECKING, Iterable, Optional, Set, Tuple + +from pip._internal.build_env import BuildEnvironment +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.exceptions import InstallationError +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.subprocess import runner_with_spinner_message + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated, either using PEP 517 or using the legacy `setup.py egg_info`. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + """Identify this requirement uniquely by its link.""" + assert self.req.link + return self.req.link.url_without_fragment + + def get_metadata_distribution(self) -> BaseDistribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, + finder: "PackageFinder", + build_isolation: bool, + check_build_deps: bool, + ) -> None: + # Load pyproject.toml, to determine whether PEP 517 is to be used + self.req.load_pyproject_toml() + + # Set up the build isolation, if this requirement should be isolated + should_isolate = self.req.use_pep517 and build_isolation + if should_isolate: + # Setup an isolated environment and install the build backend static + # requirements in it. + self._prepare_build_backend(finder) + # Check that if the requirement is editable, it either supports PEP 660 or + # has a setup.py or a setup.cfg. This cannot be done earlier because we need + # to setup the build backend to verify it supports build_editable, nor can + # it be done later, because we want to avoid installing build requirements + # needlessly. Doing it here also works around setuptools generating + # UNKNOWN.egg-info when running get_requires_for_build_wheel on a directory + # without setup.py nor setup.cfg. + self.req.isolated_editable_sanity_check() + # Install the dynamic build requirements. + self._install_build_reqs(finder) + # Check if the current environment provides build dependencies + should_check_deps = self.req.use_pep517 and check_build_deps + if should_check_deps: + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + conflicting, missing = self.req.build_env.check_requirements( + pyproject_requires + ) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + if missing: + self._raise_missing_reqs(missing) + self.req.prepare_metadata() + + def _prepare_build_backend(self, finder: "PackageFinder") -> None: + # Isolate in a BuildEnvironment and install the build-time + # requirements. + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + + self.req.build_env = BuildEnvironment() + self.req.build_env.install_requirements( + finder, pyproject_requires, "overlay", kind="build dependencies" + ) + conflicting, missing = self.req.build_env.check_requirements( + self.req.requirements_to_check + ) + if conflicting: + self._raise_conflicts("PEP 517/518 supported requirements", conflicting) + if missing: + logger.warning( + "Missing build requirements in pyproject.toml for %s.", + self.req, + ) + logger.warning( + "The project does not specify a build backend, and " + "pip cannot fall back to setuptools without %s.", + " and ".join(map(repr, sorted(missing))), + ) + + def _get_build_requires_wheel(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message("Getting requirements to build wheel") + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_wheel() + + def _get_build_requires_editable(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message( + "Getting requirements to build editable" + ) + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_editable() + + def _install_build_reqs(self, finder: "PackageFinder") -> None: + # Install any extra build dependencies that the backend requests. + # This must be done in a second pass, as the pyproject.toml + # dependencies must be installed before we can call the backend. + if ( + self.req.editable + and self.req.permit_editable_wheels + and self.req.supports_pyproject_editable + ): + build_reqs = self._get_build_requires_editable() + else: + build_reqs = self._get_build_requires_wheel() + conflicting, missing = self.req.build_env.check_requirements(build_reqs) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + self.req.build_env.install_requirements( + finder, missing, "normal", kind="backend dependencies" + ) + + def _raise_conflicts( + self, conflicting_with: str, conflicting_reqs: Set[Tuple[str, str]] + ) -> None: + format_string = ( + "Some build dependencies for {requirement} " + "conflict with {conflicting_with}: {description}." + ) + error_message = format_string.format( + requirement=self.req, + conflicting_with=conflicting_with, + description=", ".join( + f"{installed} is incompatible with {wanted}" + for installed, wanted in sorted(conflicting_reqs) + ), + ) + raise InstallationError(error_message) + + def _raise_missing_reqs(self, missing: Set[str]) -> None: + format_string = ( + "Some build dependencies for {requirement} are missing: {missing}." + ) + error_message = format_string.format( + requirement=self.req, missing=", ".join(map(repr, sorted(missing))) + ) + raise InstallationError(error_message) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py b/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 0000000..bfadd39 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,42 @@ +from typing import TYPE_CHECKING, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + + +class WheelDistribution(AbstractDistribution): + """Represents a wheel distribution. + + This does not need any preparation as wheels can be directly unpacked. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + return None + + def get_metadata_distribution(self) -> BaseDistribution: + """Loads the metadata from the wheel file into memory and returns a + Distribution that uses it, not relying on the wheel file or + requirement. + """ + assert self.req.local_file_path, "Set as part of preparation during download" + assert self.req.name, "Wheels are never unnamed" + wheel = FilesystemWheel(self.req.local_file_path) + return get_wheel_distribution(wheel, canonicalize_name(self.req.name)) + + def prepare_distribution_metadata( + self, + finder: "PackageFinder", + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py b/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py new file mode 100644 index 0000000..45a876a --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,809 @@ +"""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, Literal, Optional, Union + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.version import InvalidVersion +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 pip._vendor.requests.models import Request, Response + + 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 MissingPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml has `build-system`, but no `build-system.requires`.""" + + reference = "missing-pyproject-build-system-requires" + + def __init__(self, *, package: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid pyproject.toml file.\n" + "The [build-system] table is missing the mandatory `requires` key." + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class InvalidPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml an invalid `build-system.requires`.""" + + reference = "invalid-pyproject-build-system-requires" + + def __init__(self, *, package: str, reason: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid `build-system.requires` key in " + f"pyproject.toml.\n{reason}" + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class NoneMetadataError(PipError): + """Raised when accessing a Distribution's "METADATA" or "PKG-INFO". + + This signifies an inconsistency, when the Distribution claims to have + the metadata file (if not, raise ``FileNotFoundError`` instead), but is + not actually able to produce its content. This may be due to permission + errors. + """ + + def __init__( + self, + dist: "BaseDistribution", + metadata_name: str, + ) -> None: + """ + :param dist: A Distribution object. + :param metadata_name: The name of the metadata being accessed + (can be "METADATA" or "PKG-INFO"). + """ + self.dist = dist + self.metadata_name = metadata_name + + def __str__(self) -> str: + # Use `dist` in the error message because its stringification + # includes more information, like the version and location. + return f"None {self.metadata_name} metadata found for distribution: {self.dist}" + + +class UserInstallationInvalid(InstallationError): + """A --user install is requested on an environment without user site.""" + + def __str__(self) -> str: + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self) -> str: + before = ", ".join(str(a) for a in self.args[:-1]) + return f"Cannot set {before} and {self.args[-1]} together" + + +class DistributionNotFound(InstallationError): + """Raised when a distribution cannot be found to satisfy a requirement""" + + +class RequirementsFileParseError(InstallationError): + """Raised when a general error occurs parsing a requirements file line.""" + + +class BestVersionAlreadyInstalled(PipError): + """Raised when the most up-to-date version of a package is already + installed.""" + + +class BadCommand(PipError): + """Raised when virtualenv or a command is not found""" + + +class CommandError(PipError): + """Raised when there is an error in command-line arguments""" + + +class PreviousBuildDirError(PipError): + """Raised when there's a previous conflicting build directory""" + + +class NetworkConnectionError(PipError): + """HTTP connection error""" + + def __init__( + self, + error_msg: str, + response: Optional["Response"] = None, + request: Optional["Request"] = None, + ) -> None: + """ + Initialize NetworkConnectionError with `request` and `response` + objects. + """ + self.response = response + self.request = request + self.error_msg = error_msg + if ( + self.response is not None + and not self.request + and hasattr(response, "request") + ): + self.request = self.response.request + super().__init__(error_msg, response, request) + + def __str__(self) -> str: + return str(self.error_msg) + + +class InvalidWheelFilename(InstallationError): + """Invalid wheel filename.""" + + +class UnsupportedWheel(InstallationError): + """Unsupported wheel.""" + + +class InvalidWheel(InstallationError): + """Invalid (e.g. corrupt) wheel.""" + + def __init__(self, location: str, name: str): + self.location = location + self.name = name + + def __str__(self) -> str: + return f"Wheel '{self.name}' located at {self.location} is invalid." + + +class MetadataInconsistent(InstallationError): + """Built metadata contains inconsistent information. + + This is raised when the metadata contains values (e.g. name and version) + that do not match the information previously obtained from sdist filename, + user-supplied ``#egg=`` value, or an install requirement name. + """ + + def __init__( + self, ireq: "InstallRequirement", field: str, f_val: str, m_val: str + ) -> None: + self.ireq = ireq + self.field = field + self.f_val = f_val + self.m_val = m_val + + def __str__(self) -> str: + return ( + f"Requested {self.ireq} has inconsistent {self.field}: " + f"expected {self.f_val!r}, but metadata has {self.m_val!r}" + ) + + +class MetadataInvalid(InstallationError): + """Metadata is invalid.""" + + def __init__(self, ireq: "InstallRequirement", error: str) -> None: + self.ireq = ireq + self.error = error + + def __str__(self) -> str: + return f"Requested {self.ireq} has invalid metadata: {self.error}" + + +class InstallationSubprocessError(DiagnosticPipError, InstallationError): + """A subprocess call failed.""" + + reference = "subprocess-exited-with-error" + + def __init__( + self, + *, + command_description: str, + exit_code: int, + output_lines: Optional[List[str]], + ) -> None: + if output_lines is None: + output_prompt = Text("See above for output.") + else: + output_prompt = ( + Text.from_markup(f"[red][{len(output_lines)} lines of output][/]\n") + + Text("".join(output_lines)) + + Text.from_markup(R"[red]\[end of output][/]") + ) + + super().__init__( + message=( + f"[green]{escape(command_description)}[/] did not run successfully.\n" + f"exit code: {exit_code}" + ), + context=output_prompt, + hint_stmt=None, + note_stmt=( + "This error originates from a subprocess, and is likely not a " + "problem with pip." + ), + ) + + self.command_description = command_description + self.exit_code = exit_code + + def __str__(self) -> str: + return f"{self.command_description} exited with {self.exit_code}" + + +class MetadataGenerationFailed(InstallationSubprocessError, InstallationError): + reference = "metadata-generation-failed" + + def __init__( + self, + *, + package_details: str, + ) -> None: + super(InstallationSubprocessError, self).__init__( + message="Encountered error while generating package metadata.", + context=escape(package_details), + hint_stmt="See above for details.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + def __str__(self) -> str: + return "metadata generation failed" + + +class HashErrors(InstallationError): + """Multiple HashError instances rolled into one for reporting""" + + def __init__(self) -> None: + self.errors: List[HashError] = [] + + def append(self, error: "HashError") -> None: + self.errors.append(error) + + def __str__(self) -> str: + lines = [] + self.errors.sort(key=lambda e: e.order) + for cls, errors_of_cls in groupby(self.errors, lambda e: e.__class__): + lines.append(cls.head) + lines.extend(e.body() for e in errors_of_cls) + if lines: + return "\n".join(lines) + return "" + + def __bool__(self) -> bool: + return bool(self.errors) + + +class HashError(InstallationError): + """ + A failure to verify a package against known-good hashes + + :cvar order: An int sorting hash exception classes by difficulty of + recovery (lower being harder), so the user doesn't bother fretting + about unpinned packages when he has deeper issues, like VCS + dependencies, to deal with. Also keeps error reports in a + deterministic order. + :cvar head: A section heading for display above potentially many + exceptions of this kind + :ivar req: The InstallRequirement that triggered this error. This is + pasted on after the exception is instantiated, because it's not + typically available earlier. + + """ + + req: Optional["InstallRequirement"] = None + head = "" + order: int = -1 + + def body(self) -> str: + """Return a summary of me for display under the heading. + + This default implementation simply prints a description of the + triggering requirement. + + :param req: The InstallRequirement that provoked this error, with + its link already populated by the resolver's _populate_link(). + + """ + return f" {self._requirement_name()}" + + def __str__(self) -> str: + return f"{self.head}\n{self.body()}" + + def _requirement_name(self) -> str: + """Return a description of the requirement that triggered me. + + This default implementation returns long description of the req, with + line numbers + + """ + return str(self.req) if self.req else "unknown package" + + +class VcsHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 0 + head = ( + "Can't verify hashes for these requirements because we don't " + "have a way to hash version control repositories:" + ) + + +class DirectoryUrlHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 1 + head = ( + "Can't verify hashes for these file:// requirements because they " + "point to directories:" + ) + + +class HashMissing(HashError): + """A hash was needed for a requirement but is absent.""" + + order = 2 + head = ( + "Hashes are required in --require-hashes mode, but they are " + "missing from some requirements. Here is a list of those " + "requirements along with the hashes their downloaded archives " + "actually had. Add lines like these to your requirements files to " + "prevent tampering. (If you did not enable --require-hashes " + "manually, note that it turns on automatically when any package " + "has a hash.)" + ) + + def __init__(self, gotten_hash: str) -> None: + """ + :param gotten_hash: The hash of the (possibly malicious) archive we + just downloaded + """ + self.gotten_hash = gotten_hash + + def body(self) -> str: + # Dodge circular import. + from pip._internal.utils.hashes import FAVORITE_HASH + + package = None + if self.req: + # In the case of URL-based requirements, display the original URL + # seen in the requirements file rather than the package name, + # so the output can be directly copied into the requirements file. + package = ( + self.req.original_link + if self.req.is_direct + # In case someone feeds something downright stupid + # to InstallRequirement's constructor. + else getattr(self.req, "req", None) + ) + return " {} --hash={}:{}".format( + package or "unknown package", FAVORITE_HASH, self.gotten_hash + ) + + +class HashUnpinned(HashError): + """A requirement had a hash specified but was not pinned to a specific + version.""" + + order = 3 + head = ( + "In --require-hashes mode, all requirements must have their " + "versions pinned with ==. These do not:" + ) + + +class HashMismatch(HashError): + """ + Distribution file hash values don't match. + + :ivar package_name: The name of the package that triggered the hash + mismatch. Feel free to write to this after the exception is raise to + improve its error message. + + """ + + order = 4 + head = ( + "THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS " + "FILE. If you have updated the package versions, please update " + "the hashes. Otherwise, examine the package contents carefully; " + "someone may have tampered with them." + ) + + def __init__(self, allowed: Dict[str, List[str]], gots: Dict[str, "_Hash"]) -> None: + """ + :param allowed: A dict of algorithm names pointing to lists of allowed + hex digests + :param gots: A dict of algorithm names pointing to hashes we + actually got from the files under suspicion + """ + self.allowed = allowed + self.gots = gots + + def body(self) -> str: + return f" {self._requirement_name()}:\n{self._hash_comparison()}" + + def _hash_comparison(self) -> str: + """ + Return a comparison of actual and expected hash values. + + Example:: + + Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde + or 123451234512345123451234512345123451234512345 + Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef + + """ + + def hash_then_or(hash_name: str) -> "chain[str]": + # For now, all the decent hashes have 6-char names, so we can get + # away with hard-coding space literals. + return chain([hash_name], repeat(" or")) + + lines: List[str] = [] + for hash_name, expecteds in self.allowed.items(): + prefix = hash_then_or(hash_name) + lines.extend((f" Expected {next(prefix)} {e}") for e in expecteds) + lines.append( + f" Got {self.gots[hash_name].hexdigest()}\n" + ) + return "\n".join(lines) + + +class UnsupportedPythonVersion(InstallationError): + """Unsupported python version according to Requires-Python package + metadata.""" + + +class ConfigurationFileCouldNotBeLoaded(ConfigurationError): + """When there are errors while loading a configuration file""" + + def __init__( + self, + reason: str = "could not be loaded", + fname: Optional[str] = None, + error: Optional[configparser.Error] = None, + ) -> None: + super().__init__(error) + self.reason = reason + self.fname = fname + self.error = error + + def __str__(self) -> str: + if self.fname is not None: + message_part = f" in {self.fname}." + else: + assert self.error is not None + message_part = f".\n{self.error}\n" + return f"Configuration file {self.reason}{message_part}" + + +_DEFAULT_EXTERNALLY_MANAGED_ERROR = f"""\ +The Python environment under {sys.prefix} is managed externally, and may not be +manipulated by the user. Please use specific tooling from the distributor of +the Python installation to interact with this environment instead. +""" + + +class ExternallyManagedEnvironment(DiagnosticPipError): + """The current environment is externally managed. + + This is raised when the current environment is externally managed, as + defined by `PEP 668`_. The ``EXTERNALLY-MANAGED`` configuration is checked + and displayed when the error is bubbled up to the user. + + :param error: The error message read from ``EXTERNALLY-MANAGED``. + """ + + reference = "externally-managed-environment" + + def __init__(self, error: Optional[str]) -> None: + if error is None: + context = Text(_DEFAULT_EXTERNALLY_MANAGED_ERROR) + else: + context = Text(error) + super().__init__( + message="This environment is externally managed", + context=context, + note_stmt=( + "If you believe this is a mistake, please contact your " + "Python installation or OS distribution provider. " + "You can override this, at the risk of breaking your Python " + "installation or OS, by passing --break-system-packages." + ), + hint_stmt=Text("See PEP 668 for the detailed specification."), + ) + + @staticmethod + def _iter_externally_managed_error_keys() -> Iterator[str]: + # LC_MESSAGES is in POSIX, but not the C standard. The most common + # platform that does not implement this category is Windows, where + # using other categories for console message localization is equally + # unreliable, so we fall back to the locale-less vendor message. This + # can always be re-evaluated when a vendor proposes a new alternative. + try: + category = locale.LC_MESSAGES + except AttributeError: + lang: Optional[str] = None + else: + lang, _ = locale.getlocale(category) + if lang is not None: + yield f"Error-{lang}" + for sep in ("-", "_"): + before, found, _ = lang.partition(sep) + if not found: + continue + yield f"Error-{before}" + yield "Error" + + @classmethod + def from_config( + cls, + config: Union[pathlib.Path, str], + ) -> "ExternallyManagedEnvironment": + parser = configparser.ConfigParser(interpolation=None) + try: + parser.read(config, encoding="utf-8") + section = parser["externally-managed"] + for key in cls._iter_externally_managed_error_keys(): + with contextlib.suppress(KeyError): + return cls(section[key]) + except KeyError: + pass + except (OSError, UnicodeDecodeError, configparser.ParsingError): + from pip._internal.utils._log import VERBOSE + + exc_info = logger.isEnabledFor(VERBOSE) + logger.warning("Failed to read %s", config, exc_info=exc_info) + return cls(None) + + +class UninstallMissingRecord(DiagnosticPipError): + reference = "uninstall-no-record-file" + + def __init__(self, *, distribution: "BaseDistribution") -> None: + installer = distribution.installer + if not installer or installer == "pip": + dep = f"{distribution.raw_name}=={distribution.version}" + hint = Text.assemble( + "You might be able to recover from this via: ", + (f"pip install --force-reinstall --no-deps {dep}", "green"), + ) + else: + hint = Text( + f"The package was installed by {installer}. " + "You should check if it can uninstall the package." + ) + + super().__init__( + message=Text(f"Cannot uninstall {distribution}"), + context=( + "The package's contents are unknown: " + f"no RECORD file was found for {distribution.raw_name}." + ), + hint_stmt=hint, + ) + + +class LegacyDistutilsInstall(DiagnosticPipError): + reference = "uninstall-distutils-installed-package" + + def __init__(self, *, distribution: "BaseDistribution") -> None: + super().__init__( + message=Text(f"Cannot uninstall {distribution}"), + context=( + "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." + ), + hint_stmt=None, + ) + + +class InvalidInstalledPackage(DiagnosticPipError): + reference = "invalid-installed-package" + + def __init__( + self, + *, + dist: "BaseDistribution", + invalid_exc: Union[InvalidRequirement, InvalidVersion], + ) -> None: + installed_location = dist.installed_location + + if isinstance(invalid_exc, InvalidRequirement): + invalid_type = "requirement" + else: + invalid_type = "version" + + super().__init__( + message=Text( + f"Cannot process installed package {dist} " + + (f"in {installed_location!r} " if installed_location else "") + + f"because it has an invalid {invalid_type}:\n{invalid_exc.args[0]}" + ), + context=( + "Starting with pip 24.1, packages with invalid " + f"{invalid_type}s can not be processed." + ), + hint_stmt="To proceed this package must be uninstalled.", + ) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 0000000..7a17b7b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6a752c65ac0cfed18bd7f7dfe92b07d8299215eb GIT binary patch literal 231 zcmYk0F>Avx5QSwgF$T}sO4ba{wPXz?YnCjbOBW$ahkVpI2}vF}0Rbf9cvTDAql(g%Np#fjaQF)H~j8 uo*p4m!qzMOrYuJAl5*p3_iA@`<}%>(gdQh=O8fy596@*h literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..980ebe4d64536adcb305d68bb060a4f555f497bd GIT binary patch literal 15112 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 Mv%TY!r>EV&118Az2mk;8 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..204f9c6a4c169c6c36702d62f9ba429fcdd239ee GIT binary patch literal 29620 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 ZX`J%YQFO%m!g8$NSvl)}mfVH^{$CXt1RDSV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/index/collector.py b/venv/lib/python3.10/site-packages/pip/_internal/index/collector.py new file mode 100644 index 0000000..5f8fdee --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,494 @@ +""" +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 dataclasses import dataclass +from html.parser import HTMLParser +from optparse import Values +from typing import ( + Callable, + Dict, + Iterable, + List, + MutableMapping, + NamedTuple, + Optional, + Protocol, + 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 + +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 + + +@dataclass(frozen=True) +class IndexContent: + """Represents one response (or page), along with its URL. + + :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. + """ + + content: bytes + content_type: str + encoding: Optional[str] + url: str + cache_link_parsing: bool = True + + def __str__(self) -> str: + return redact_auth_from_url(self.url) + + +class HTMLLinkParser(HTMLParser): + """ + HTMLParser that keeps the first base HREF and a list of all anchor + elements' attributes. + """ + + def __init__(self, url: str) -> None: + super().__init__(convert_charrefs=True) + + self.url: str = url + self.base_url: Optional[str] = None + self.anchors: List[Dict[str, Optional[str]]] = [] + + def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: + if tag == "base" and self.base_url is None: + href = self.get_href(attrs) + if href is not None: + self.base_url = href + elif tag == "a": + self.anchors.append(dict(attrs)) + + def get_href(self, attrs: List[Tuple[str, Optional[str]]]) -> Optional[str]: + for name, value in attrs: + if name == "href": + return value + return None + + +def _handle_get_simple_fail( + link: Link, + reason: Union[str, Exception], + meth: Optional[Callable[..., None]] = None, +) -> None: + if meth is None: + meth = logger.debug + meth("Could not fetch URL %s: %s - skipping", link, reason) + + +def _make_index_content( + response: Response, cache_link_parsing: bool = True +) -> IndexContent: + encoding = _get_encoding_from_headers(response.headers) + return IndexContent( + response.content, + response.headers["Content-Type"], + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing, + ) + + +def _get_index_content(link: Link, *, session: PipSession) -> Optional["IndexContent"]: + url = link.url.split("#", 1)[0] + + # Check for VCS schemes that do not support lookup as web pages. + vcs_scheme = _match_vcs_scheme(url) + if vcs_scheme: + logger.warning( + "Cannot look at %s URL %s because it does not support lookup as web pages.", + vcs_scheme, + link, + ) + return None + + # Tack index.html onto file:// URLs that point to directories + scheme, _, path, _, _, _ = urllib.parse.urlparse(url) + if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)): + # add trailing slash if not present so urljoin doesn't trim + # final segment + if not url.endswith("/"): + url += "/" + # TODO: In the future, it would be nice if pip supported PEP 691 + # style responses in the file:// URLs, however there's no + # standard file extension for application/vnd.pypi.simple.v1+json + # so we'll need to come up with something on our own. + url = urllib.parse.urljoin(url, "index.html") + logger.debug(" file: URL is directory, getting %s", url) + + try: + resp = _get_simple_response(url, session=session) + except _NotHTTP: + logger.warning( + "Skipping page %s because it looks like an archive, and cannot " + "be checked by a HTTP HEAD request.", + link, + ) + except _NotAPIContent as exc: + logger.warning( + "Skipping page %s because the %s request got Content-Type: %s. " + "The only supported Content-Types are application/vnd.pypi.simple.v1+json, " + "application/vnd.pypi.simple.v1+html, and text/html", + link, + exc.request_desc, + exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_simple_fail(link, exc) + except RetryError as exc: + _handle_get_simple_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_simple_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_simple_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_simple_fail(link, "timed out") + else: + return _make_index_content(resp, cache_link_parsing=link.cache_link_parsing) + return None + + +class CollectedSources(NamedTuple): + find_links: Sequence[Optional[LinkSource]] + index_urls: Sequence[Optional[LinkSource]] + + +class LinkCollector: + """ + Responsible for collecting Link objects from all configured locations, + making network requests as needed. + + The class's main method is its collect_sources() method. + """ + + def __init__( + self, + session: PipSession, + search_scope: SearchScope, + ) -> None: + self.search_scope = search_scope + self.session = session + + @classmethod + def create( + cls, + session: PipSession, + options: Values, + suppress_no_index: bool = False, + ) -> "LinkCollector": + """ + :param session: The Session to use to make requests. + :param suppress_no_index: Whether to ignore the --no-index option + when constructing the SearchScope object. + """ + index_urls = [options.index_url] + options.extra_index_urls + if options.no_index and not suppress_no_index: + logger.debug( + "Ignoring indexes: %s", + ",".join(redact_auth_from_url(url) for url in index_urls), + ) + index_urls = [] + + # Make sure find_links is a list before passing to create(). + find_links = options.find_links or [] + + search_scope = SearchScope.create( + find_links=find_links, + index_urls=index_urls, + no_index=options.no_index, + ) + link_collector = LinkCollector( + session=session, + search_scope=search_scope, + ) + return link_collector + + @property + def find_links(self) -> List[str]: + return self.search_scope.find_links + + def fetch_response(self, location: Link) -> Optional[IndexContent]: + """ + Fetch an HTML page containing package links. + """ + return _get_index_content(location, session=self.session) + + def collect_sources( + self, + project_name: str, + candidates_from_page: CandidatesFromPage, + ) -> CollectedSources: + # The OrderedDict calls deduplicate sources by URL. + index_url_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=False, + cache_link_parsing=False, + project_name=project_name, + ) + for loc in self.search_scope.get_index_urls_locations(project_name) + ).values() + find_links_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=True, + cache_link_parsing=True, + project_name=project_name, + ) + for loc in self.find_links + ).values() + + if logger.isEnabledFor(logging.DEBUG): + lines = [ + f"* {s.link}" + for s in itertools.chain(find_links_sources, index_url_sources) + if s is not None and s.link is not None + ] + lines = [ + f"{len(lines)} location(s) to search " + f"for versions of {project_name}:" + ] + lines + logger.debug("\n".join(lines)) + + return CollectedSources( + find_links=list(find_links_sources), + index_urls=list(index_url_sources), + ) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py b/venv/lib/python3.10/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 0000000..85628ee --- /dev/null +++ b/venv/lib/python3.10/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 dataclasses import dataclass +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 InvalidVersion, _BaseVersion +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + InvalidWheelFilename, + UnsupportedWheel, +) +from pip._internal.index.collector import LinkCollector, parse_links +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.models.wheel import Wheel +from pip._internal.req import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import build_netloc +from pip._internal.utils.packaging import check_requires_python +from pip._internal.utils.unpacking import SUPPORTED_EXTENSIONS + +if TYPE_CHECKING: + from pip._vendor.typing_extensions import TypeGuard + +__all__ = ["FormatControl", "BestCandidateResult", "PackageFinder"] + + +logger = getLogger(__name__) + +BuildTag = Union[Tuple[()], Tuple[int, str]] +CandidateSortingKey = Tuple[int, int, int, _BaseVersion, Optional[int], BuildTag] + + +def _check_link_requires_python( + link: Link, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> bool: + """ + Return whether the given Python version is compatible with a link's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + """ + try: + is_compatible = check_requires_python( + link.requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier: + logger.debug( + "Ignoring invalid Requires-Python (%r) for link: %s", + link.requires_python, + link, + ) + else: + if not is_compatible: + version = ".".join(map(str, version_info)) + if not ignore_requires_python: + logger.verbose( + "Link requires a different Python (%s not in: %r): %s", + version, + link.requires_python, + link, + ) + return False + + logger.debug( + "Ignoring failed Requires-Python check (%s not in: %r) for link: %s", + version, + link.requires_python, + link, + ) + + return True + + +class LinkType(enum.Enum): + candidate = enum.auto() + different_project = enum.auto() + yanked = enum.auto() + format_unsupported = enum.auto() + format_invalid = enum.auto() + platform_mismatch = enum.auto() + requires_python_mismatch = enum.auto() + + +class LinkEvaluator: + """ + Responsible for evaluating links for a particular project. + """ + + _py_version_re = re.compile(r"-py([123]\.?[0-9]?)$") + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + project_name: str, + canonical_name: str, + formats: FrozenSet[str], + target_python: TargetPython, + allow_yanked: bool, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + :param project_name: The user supplied package name. + :param canonical_name: The canonical package name. + :param formats: The formats allowed for this package. Should be a set + with 'binary' or 'source' or both in it. + :param target_python: The target Python interpreter to use when + evaluating link compatibility. This is used, for example, to + check wheel compatibility, as well as when checking the Python + version, e.g. the Python version embedded in a link filename + (or egg fragment) and against an HTML link's optional PEP 503 + "data-requires-python" attribute. + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param ignore_requires_python: Whether to ignore incompatible + PEP 503 "data-requires-python" values in HTML links. Defaults + to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self._allow_yanked = allow_yanked + self._canonical_name = canonical_name + self._ignore_requires_python = ignore_requires_python + self._formats = formats + self._target_python = target_python + + self.project_name = project_name + + def evaluate_link(self, link: Link) -> Tuple[LinkType, str]: + """ + Determine whether a link is a candidate for installation. + + :return: A tuple (result, detail), where *result* is an enum + representing whether the evaluation found a candidate, or the reason + why one is not found. If a candidate is found, *detail* will be the + candidate's version string; if one is not found, it contains the + reason the link fails to qualify. + """ + version = None + if link.is_yanked and not self._allow_yanked: + reason = link.yanked_reason or "" + return (LinkType.yanked, f"yanked for reason: {reason}") + + if link.egg_fragment: + egg_info = link.egg_fragment + ext = link.ext + else: + egg_info, ext = link.splitext() + if not ext: + return (LinkType.format_unsupported, "not a file") + if ext not in SUPPORTED_EXTENSIONS: + return ( + LinkType.format_unsupported, + f"unsupported archive format: {ext}", + ) + if "binary" not in self._formats and ext == WHEEL_EXTENSION: + reason = f"No binaries permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + if "macosx10" in link.path and ext == ".zip": + return (LinkType.format_unsupported, "macosx10 one") + if ext == WHEEL_EXTENSION: + try: + wheel = Wheel(link.filename) + except InvalidWheelFilename: + return ( + LinkType.format_invalid, + "invalid wheel filename", + ) + if canonicalize_name(wheel.name) != self._canonical_name: + reason = f"wrong project name (not {self.project_name})" + return (LinkType.different_project, reason) + + supported_tags = self._target_python.get_unsorted_tags() + if not wheel.supported(supported_tags): + # Include the wheel's tags in the reason string to + # simplify troubleshooting compatibility issues. + file_tags = ", ".join(wheel.get_formatted_file_tags()) + reason = ( + f"none of the wheel's tags ({file_tags}) are compatible " + f"(run pip debug --verbose to show compatible tags)" + ) + return (LinkType.platform_mismatch, reason) + + version = wheel.version + + # This should be up by the self.ok_binary check, but see issue 2700. + if "source" not in self._formats and ext != WHEEL_EXTENSION: + reason = f"No sources permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + + if not version: + version = _extract_version_from_fragment( + egg_info, + self._canonical_name, + ) + if not version: + reason = f"Missing project version for {self.project_name}" + return (LinkType.format_invalid, reason) + + match = self._py_version_re.search(version) + if match: + version = version[: match.start()] + py_version = match.group(1) + if py_version != self._target_python.py_version: + return ( + LinkType.platform_mismatch, + "Python version is incorrect", + ) + + supports_python = _check_link_requires_python( + link, + version_info=self._target_python.py_version_info, + ignore_requires_python=self._ignore_requires_python, + ) + if not supports_python: + reason = f"{version} Requires-Python {link.requires_python}" + return (LinkType.requires_python_mismatch, reason) + + logger.debug("Found link %s, version: %s", link, version) + + return (LinkType.candidate, version) + + +def filter_unallowed_hashes( + candidates: List[InstallationCandidate], + hashes: Optional[Hashes], + project_name: str, +) -> List[InstallationCandidate]: + """ + Filter out candidates whose hashes aren't allowed, and return a new + list of candidates. + + If at least one candidate has an allowed hash, then all candidates with + either an allowed hash or no hash specified are returned. Otherwise, + the given candidates are returned. + + Including the candidates with no hash specified when there is a match + allows a warning to be logged if there is a more preferred candidate + with no hash specified. Returning all candidates in the case of no + matches lets pip report the hash of the candidate that would otherwise + have been installed (e.g. permitting the user to more easily update + their requirements file with the desired hash). + """ + if not hashes: + logger.debug( + "Given no hashes to check %s links for project %r: " + "discarding no candidates", + len(candidates), + project_name, + ) + # Make sure we're not returning back the given value. + return list(candidates) + + matches_or_no_digest = [] + # Collect the non-matches for logging purposes. + non_matches = [] + match_count = 0 + for candidate in candidates: + link = candidate.link + if not link.has_hash: + pass + elif link.is_hash_allowed(hashes=hashes): + match_count += 1 + else: + non_matches.append(candidate) + continue + + matches_or_no_digest.append(candidate) + + if match_count: + filtered = matches_or_no_digest + else: + # Make sure we're not returning back the given value. + filtered = list(candidates) + + if len(filtered) == len(candidates): + discard_message = "discarding no candidates" + else: + discard_message = "discarding {} non-matches:\n {}".format( + len(non_matches), + "\n ".join(str(candidate.link) for candidate in non_matches), + ) + + logger.debug( + "Checked %s links for project %r against %s hashes " + "(%s matches, %s no digest): %s", + len(candidates), + project_name, + hashes.digest_count, + match_count, + len(matches_or_no_digest) - match_count, + discard_message, + ) + + return filtered + + +@dataclass +class CandidatePreferences: + """ + Encapsulates some of the preferences for filtering and sorting + InstallationCandidate objects. + """ + + prefer_binary: bool = False + allow_all_prereleases: bool = False + + +@dataclass(frozen=True) +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. + + :param all_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. + """ + + all_candidates: List[InstallationCandidate] + applicable_candidates: List[InstallationCandidate] + best_candidate: Optional[InstallationCandidate] + + def __post_init__(self) -> None: + assert set(self.applicable_candidates) <= set(self.all_candidates) + + if self.best_candidate is None: + assert not self.applicable_candidates + else: + assert self.best_candidate in self.applicable_candidates + + +class CandidateEvaluator: + """ + Responsible for filtering and sorting candidates for installation based + on what tags are valid. + """ + + @classmethod + def create( + cls, + project_name: str, + target_python: Optional[TargetPython] = None, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> "CandidateEvaluator": + """Create a CandidateEvaluator object. + + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + :param hashes: An optional collection of allowed hashes. + """ + if target_python is None: + target_python = TargetPython() + if specifier is None: + specifier = specifiers.SpecifierSet() + + supported_tags = target_python.get_sorted_tags() + + return cls( + project_name=project_name, + supported_tags=supported_tags, + specifier=specifier, + prefer_binary=prefer_binary, + allow_all_prereleases=allow_all_prereleases, + hashes=hashes, + ) + + def __init__( + self, + project_name: str, + supported_tags: List[Tag], + specifier: specifiers.BaseSpecifier, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + hashes: Optional[Hashes] = None, + ) -> None: + """ + :param supported_tags: The PEP 425 tags supported by the target + Python in order of preference (most preferred first). + """ + self._allow_all_prereleases = allow_all_prereleases + self._hashes = hashes + self._prefer_binary = prefer_binary + self._project_name = project_name + self._specifier = specifier + self._supported_tags = supported_tags + # Since the index of the tag in the _supported_tags list is used + # as a priority, precompute a map from tag to index/priority to be + # used in wheel.find_most_preferred_tag. + self._wheel_tag_preferences = { + tag: idx for idx, tag in enumerate(supported_tags) + } + + def get_applicable_candidates( + self, + candidates: List[InstallationCandidate], + ) -> List[InstallationCandidate]: + """ + Return the applicable candidates from a list of candidates. + """ + # Using None infers from the specifier instead. + allow_prereleases = self._allow_all_prereleases or None + specifier = self._specifier + + # 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(). + candidates_and_versions = [(c, str(c.version)) for c in candidates] + versions = set( + specifier.filter( + (v for _, v in candidates_and_versions), + prereleases=allow_prereleases, + ) + ) + + applicable_candidates = [c for c, v in candidates_and_versions if v in versions] + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=applicable_candidates, + hashes=self._hashes, + project_name=self._project_name, + ) + + return sorted(filtered_applicable_candidates, key=self._sort_key) + + def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: + """ + Function to pass as the `key` argument to a call to sorted() to sort + InstallationCandidates by preference. + + Returns a tuple such that tuples sorting as greater using Python's + default comparison operator are more preferred. + + The preference is as follows: + + First and foremost, candidates with allowed (matching) hashes are + always preferred over candidates without matching hashes. This is + because e.g. if the only candidate with an allowed hash is yanked, + we still want to use that candidate. + + Second, excepting hash considerations, candidates that have been + yanked (in the sense of PEP 592) are always less preferred than + candidates that haven't been yanked. Then: + + If not finding wheels, they are sorted by version only. + If finding wheels, then the sort order is by version, then: + 1. existing installs + 2. wheels ordered via Wheel.support_index_min(self._supported_tags) + 3. source archives + If prefer_binary was set, then all wheels are sorted above sources. + + Note: it was considered to embed this logic into the Link + comparison operators, but then different sdist links + with the same version, would have to be considered equal + """ + valid_tags = self._supported_tags + support_num = len(valid_tags) + build_tag: BuildTag = () + binary_preference = 0 + link = candidate.link + if link.is_wheel: + # can raise InvalidWheelFilename + wheel = Wheel(link.filename) + try: + pri = -( + wheel.find_most_preferred_tag( + valid_tags, self._wheel_tag_preferences + ) + ) + except ValueError: + raise UnsupportedWheel( + f"{wheel.filename} is not a supported wheel for this platform. It " + "can't be sorted." + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + assert match is not None, "guaranteed by filename validation" + build_tag_groups = match.groups() + build_tag = (int(build_tag_groups[0]), build_tag_groups[1]) + else: # sdist + pri = -(support_num) + has_allowed_hash = int(link.is_hash_allowed(self._hashes)) + yank_value = -1 * int(link.is_yanked) # -1 for yanked. + return ( + has_allowed_hash, + yank_value, + binary_preference, + candidate.version, + pri, + build_tag, + ) + + def sort_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> Optional[InstallationCandidate]: + """ + Return the best candidate per the instance's sort order, or None if + no candidate is acceptable. + """ + if not candidates: + return None + best_candidate = max(candidates, key=self._sort_key) + return best_candidate + + def compute_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> BestCandidateResult: + """ + Compute and return a `BestCandidateResult` instance. + """ + applicable_candidates = self.get_applicable_candidates(candidates) + + best_candidate = self.sort_best_candidate(applicable_candidates) + + return BestCandidateResult( + candidates, + applicable_candidates=applicable_candidates, + best_candidate=best_candidate, + ) + + +class PackageFinder: + """This finds packages. + + This is meant to match easy_install's technique for looking for + packages, by reading pages and looking for appropriate links. + """ + + def __init__( + self, + link_collector: LinkCollector, + target_python: TargetPython, + allow_yanked: bool, + format_control: Optional[FormatControl] = None, + candidate_prefs: Optional[CandidatePreferences] = None, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + This constructor is primarily meant to be used by the create() class + method and from tests. + + :param format_control: A FormatControl object, used to control + the selection of source packages / binary packages when consulting + the index and links. + :param candidate_prefs: Options to use when creating a + CandidateEvaluator object. + """ + if candidate_prefs is None: + candidate_prefs = CandidatePreferences() + + format_control = format_control or FormatControl(set(), set()) + + self._allow_yanked = allow_yanked + self._candidate_prefs = candidate_prefs + self._ignore_requires_python = ignore_requires_python + self._link_collector = link_collector + self._target_python = target_python + + self.format_control = format_control + + # These are boring links that have already been logged somehow. + self._logged_links: Set[Tuple[Link, LinkType, str]] = set() + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + @classmethod + def create( + cls, + link_collector: LinkCollector, + selection_prefs: SelectionPreferences, + target_python: Optional[TargetPython] = None, + ) -> "PackageFinder": + """Create a PackageFinder. + + :param selection_prefs: The candidate selection preferences, as a + SelectionPreferences object. + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + """ + if target_python is None: + target_python = TargetPython() + + candidate_prefs = CandidatePreferences( + prefer_binary=selection_prefs.prefer_binary, + allow_all_prereleases=selection_prefs.allow_all_prereleases, + ) + + return cls( + candidate_prefs=candidate_prefs, + link_collector=link_collector, + target_python=target_python, + allow_yanked=selection_prefs.allow_yanked, + format_control=selection_prefs.format_control, + ignore_requires_python=selection_prefs.ignore_requires_python, + ) + + @property + def target_python(self) -> TargetPython: + return self._target_python + + @property + def search_scope(self) -> SearchScope: + return self._link_collector.search_scope + + @search_scope.setter + def search_scope(self, search_scope: SearchScope) -> None: + self._link_collector.search_scope = search_scope + + @property + def find_links(self) -> List[str]: + return self._link_collector.find_links + + @property + def index_urls(self) -> List[str]: + return self.search_scope.index_urls + + @property + def proxy(self) -> Optional[str]: + return self._link_collector.session.pip_proxy + + @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 custom_cert(self) -> Optional[str]: + # session.verify is either a boolean (use default bundle/no SSL + # verification) or a string path to a custom CA bundle to use. We only + # care about the latter. + verify = self._link_collector.session.verify + return verify if isinstance(verify, str) else None + + @property + def client_cert(self) -> Optional[str]: + cert = self._link_collector.session.cert + assert not isinstance(cert, tuple), "pip only supports PEM client certs" + return cert + + @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: + # This is a hot method so don't waste time hashing links unless we're + # actually going to log 'em. + if not logger.isEnabledFor(logging.DEBUG): + return + + 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 + + try: + return InstallationCandidate( + name=link_evaluator.project_name, + link=link, + version=detail, + ) + except InvalidVersion: + return None + + 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.all_candidates), + ) + + raise DistributionNotFound(f"No matching distribution found for {req}") + + def _should_install_candidate( + candidate: Optional[InstallationCandidate], + ) -> "TypeGuard[InstallationCandidate]": + if installed_version is None: + return True + if best_candidate is None: + return False + return best_candidate.version > installed_version + + if not upgrade and installed_version is not None: + if _should_install_candidate(best_candidate): + logger.debug( + "Existing installed version (%s) satisfies requirement " + "(most up-to-date version is %s)", + installed_version, + best_candidate.version, + ) + else: + logger.debug( + "Existing installed version (%s) is most up-to-date and " + "satisfies requirement", + installed_version, + ) + return None + + if _should_install_candidate(best_candidate): + logger.debug( + "Using version %s (newest of versions: %s)", + best_candidate.version, + _format_versions(best_candidate_result.applicable_candidates), + ) + 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.applicable_candidates), + ) + raise BestVersionAlreadyInstalled + + +def _find_name_version_sep(fragment: str, canonical_name: str) -> int: + """Find the separator's index based on the package's canonical name. + + :param fragment: A + filename "fragment" (stem) or + egg fragment. + :param canonical_name: The package's canonical name. + + This function is needed since the canonicalized name does not necessarily + have the same length as the egg info's name part. An example:: + + >>> fragment = 'foo__bar-1.0' + >>> canonical_name = 'foo-bar' + >>> _find_name_version_sep(fragment, canonical_name) + 8 + """ + # Project name and version must be separated by one single dash. Find all + # occurrences of dashes; if the string in front of it matches the canonical + # name, this is the one separating the name and version parts. + for i, c in enumerate(fragment): + if c != "-": + continue + if canonicalize_name(fragment[:i]) == canonical_name: + return i + raise ValueError(f"{fragment} does not match {canonical_name}") + + +def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]: + """Parse the version string from a + filename + "fragment" (stem) or egg fragment. + + :param fragment: The string to parse. E.g. foo-2.1 + :param canonical_name: The canonicalized name of the package this + belongs to. + """ + try: + version_start = _find_name_version_sep(fragment, canonical_name) + 1 + except ValueError: + return None + version = fragment[version_start:] + if not version: + return None + return version diff --git a/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py b/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py new file mode 100644 index 0000000..3dafb30 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,284 @@ +import logging +import mimetypes +import os +from collections import defaultdict +from typing import Callable, Dict, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import ( + InvalidSdistFilename, + InvalidWheelFilename, + canonicalize_name, + parse_sdist_filename, + parse_wheel_filename, +) + +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url, url_to_path +from pip._internal.vcs import is_url + +logger = logging.getLogger(__name__) + +FoundCandidates = Iterable[InstallationCandidate] +FoundLinks = Iterable[Link] +CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] +PageValidator = Callable[[Link], bool] + + +class LinkSource: + @property + def link(self) -> Optional[Link]: + """Returns the underlying link, if there's one.""" + raise NotImplementedError() + + def page_candidates(self) -> FoundCandidates: + """Candidates found by parsing an archive listing HTML file.""" + raise NotImplementedError() + + def file_links(self) -> FoundLinks: + """Links found by specifying archives directly.""" + raise NotImplementedError() + + +def _is_html_file(file_url: str) -> bool: + return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" + + +class _FlatDirectoryToUrls: + """Scans directory and caches results""" + + def __init__(self, path: str) -> None: + self._path = path + self._page_candidates: List[str] = [] + self._project_name_to_urls: Dict[str, List[str]] = defaultdict(list) + self._scanned_directory = False + + def _scan_directory(self) -> None: + """Scans directory once and populates both page_candidates + and project_name_to_urls at the same time + """ + for entry in os.scandir(self._path): + url = path_to_url(entry.path) + if _is_html_file(url): + self._page_candidates.append(url) + continue + + # File must have a valid wheel or sdist name, + # otherwise not worth considering as a package + try: + project_filename = parse_wheel_filename(entry.name)[0] + except InvalidWheelFilename: + try: + project_filename = parse_sdist_filename(entry.name)[0] + except InvalidSdistFilename: + continue + + self._project_name_to_urls[project_filename].append(url) + self._scanned_directory = True + + @property + def page_candidates(self) -> List[str]: + if not self._scanned_directory: + self._scan_directory() + + return self._page_candidates + + @property + def project_name_to_urls(self) -> Dict[str, List[str]]: + if not self._scanned_directory: + self._scan_directory() + + return self._project_name_to_urls + + +class _FlatDirectorySource(LinkSource): + """Link source specified by ``--find-links=``. + + This looks the content of the directory, and returns: + + * ``page_candidates``: Links listed on each HTML file in the directory. + * ``file_candidates``: Archives in the directory. + """ + + _paths_to_urls: Dict[str, _FlatDirectoryToUrls] = {} + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + project_name: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._project_name = canonicalize_name(project_name) + + # Get existing instance of _FlatDirectoryToUrls if it exists + if path in self._paths_to_urls: + self._path_to_urls = self._paths_to_urls[path] + else: + self._path_to_urls = _FlatDirectoryToUrls(path=path) + self._paths_to_urls[path] = self._path_to_urls + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for url in self._path_to_urls.page_candidates: + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for url in self._path_to_urls.project_name_to_urls[self._project_name]: + yield Link(url) + + +class _LocalFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to + the option, it is converted to a URL first. This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not _is_html_file(self._link.url): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + if _is_html_file(self._link.url): + return + yield self._link + + +class _RemoteFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._page_validator = page_validator + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not self._page_validator(self._link): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + yield self._link + + +class _IndexDirectorySource(LinkSource): + """``--[extra-]index-url=``. + + This is treated like a remote URL; ``candidates_from_page`` contains logic + for this by appending ``index.html`` to the link. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + return () + + +def build_source( + location: str, + *, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + expand_dir: bool, + cache_link_parsing: bool, + project_name: str, +) -> Tuple[Optional[str], Optional[LinkSource]]: + path: Optional[str] = None + url: Optional[str] = None + if os.path.exists(location): # Is a local path. + url = path_to_url(location) + path = location + elif location.startswith("file:"): # A file: URL. + url = location + path = url_to_path(location) + elif is_url(location): + url = location + + if url is None: + msg = ( + "Location '%s' is ignored: " + "it is either a non-existing path or lacks a specific scheme." + ) + logger.warning(msg, location) + return (None, None) + + if path is None: + source: LinkSource = _RemoteFileSource( + candidates_from_page=candidates_from_page, + page_validator=page_validator, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + + if os.path.isdir(path): + if expand_dir: + source = _FlatDirectorySource( + candidates_from_page=candidates_from_page, + path=path, + project_name=project_name, + ) + else: + source = _IndexDirectorySource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + elif os.path.isfile(path): + source = _LocalFileSource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + logger.warning( + "Location '%s' is ignored: it is neither a file nor a directory.", + location, + ) + return (url, None) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 0000000..32382be --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,456 @@ +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 + + # MSYS2 MINGW's sysconfig patch does not include the "site-packages" + # part of the path. This is incorrect and will be fixed in MSYS. + skip_msys2_mingw_bug = ( + WINDOWS and k in ("platlib", "purelib") and _looks_like_msys2_mingw_scheme() + ) + if skip_msys2_mingw_bug: + continue + + # CPython's POSIX install script invokes pip (via ensurepip) against the + # interpreter located in the source tree, not the install site. This + # triggers special logic in sysconfig that's not present in distutils. + # https://github.com/python/cpython/blob/8c21941ddaf/Lib/sysconfig.py#L178-L194 + skip_cpython_build = ( + sysconfig.is_python_build(check_home=True) + and not WINDOWS + and k in ("headers", "include", "platinclude") + ) + if skip_cpython_build: + continue + + warning_contexts.append((old_v, new_v, f"scheme.{k}")) + + if not warning_contexts: + return old + + # Check if this path mismatch is caused by distutils config files. Those + # files will no longer work once we switch to sysconfig, so this raises a + # deprecation message for them. + default_old = _distutils.distutils_scheme( + dist_name, + user, + home, + root, + isolated, + prefix, + ignore_config_files=True, + ) + if any(default_old[k] != getattr(old, k) for k in SCHEME_KEYS): + deprecated( + reason=( + "Configuring installation scheme with distutils config files " + "is deprecated and will no longer work in the near future. If you " + "are using a Homebrew or Linuxbrew Python, please see discussion " + "at https://github.com/Homebrew/homebrew-core/issues/76621" + ), + replacement=None, + gone_in=None, + ) + return old + + # Post warnings about this mismatch so user can report them back. + for old_v, new_v, key in warning_contexts: + _warn_mismatched(old_v, new_v, key=key) + _log_context(user=user, home=home, root=root, prefix=prefix) + + return old + + +def get_bin_prefix() -> str: + new = _sysconfig.get_bin_prefix() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_bin_prefix() + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="bin_prefix"): + _log_context() + return old + + +def get_bin_user() -> str: + return _sysconfig.get_scheme("", user=True).scripts + + +def _looks_like_deb_system_dist_packages(value: str) -> bool: + """Check if the value is Debian's APT-controlled dist-packages. + + Debian's ``distutils.sysconfig.get_python_lib()`` implementation returns the + default package path controlled by APT, but does not patch ``sysconfig`` to + do the same. This is similar to the bug worked around in ``get_scheme()``, + but here the default is ``deb_system`` instead of ``unix_local``. Ultimately + we can't do anything about this Debian bug, and this detection allows us to + skip the warning when needed. + """ + if not _looks_like_debian_scheme(): + return False + if value == "/usr/lib/python3/dist-packages": + return True + return False + + +def get_purelib() -> str: + """Return the default pure-Python lib location.""" + new = _sysconfig.get_purelib() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_purelib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="purelib"): + _log_context() + return old + + +def get_platlib() -> str: + """Return the default platform-shared lib location.""" + new = _sysconfig.get_platlib() + if _USE_SYSCONFIG: + return new + + from . import _distutils + + old = _distutils.get_platlib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="platlib"): + _log_context() + return old diff --git a/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0136c5a95bd06449e1fa39a89de7bd830a18d76 GIT binary patch literal 10890 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 HJB$AZlCPPl literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py b/venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py new file mode 100644 index 0000000..3d85625 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/locations/_distutils.py @@ -0,0 +1,172 @@ +"""Locations where we look for configs, install stuff, etc""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +# If pip's going to use distutils, it should not be using the copy that setuptools +# might have injected into the environment. This is done by removing the injected +# shim, if it's injected. +# +# See https://github.com/pypa/pip/issues/8761 for the original discussion and +# rationale for why this is done within pip. +try: + __import__("_distutils_hack").remove_shim() +except (ImportError, AttributeError): + pass + +import logging +import os +import sys +from distutils.cmd import Command as DistutilsCommand +from distutils.command.install import SCHEME_KEYS +from distutils.command.install import install as distutils_install_command +from distutils.sysconfig import get_python_lib +from typing import Dict, List, Optional, Union + +from pip._internal.models.scheme import Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import get_major_minor_version + +logger = logging.getLogger(__name__) + + +def distutils_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, + *, + ignore_config_files: bool = False, +) -> Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + paths = d.find_config_files() + logger.warning( + "Ignore distutils configs in %s due to encoding errors.", + ", ".join(os.path.basename(p) for p in paths), + ) + obj: Optional[DistutilsCommand] = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i: 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: Dict[str, str] = {} + for key in SCHEME_KEYS: + scheme[key] = getattr(i, "install_" + key) + + # install_lib specified in setup.cfg should install *everything* + # into there (i.e. it takes precedence over both purelib and + # platlib). Note, i.install_lib is *always* set after + # finalize_options(); we only want to override here if the user + # has explicitly requested it hence going back to the config + if "install_lib" in d.get_option_dict("install"): + scheme.update({"purelib": i.install_lib, "platlib": i.install_lib}) + + if running_under_virtualenv(): + if home: + prefix = home + elif user: + prefix = i.install_userbase + else: + prefix = i.prefix + scheme["headers"] = os.path.join( + prefix, + "include", + "site", + f"python{get_major_minor_version()}", + dist_name, + ) + + if root is not None: + path_no_drive = os.path.splitdrive(os.path.abspath(scheme["headers"]))[1] + scheme["headers"] = os.path.join(root, path_no_drive[1:]) + + return scheme + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. The distutils + documentation provides the context for the available schemes: + https://docs.python.org/3/install/index.html#alternate-installation + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme and provides the base + directory for the same + :param root: root under which other directories are re-based + :param isolated: equivalent to --no-user-cfg, i.e. do not consider + ~/.pydistutils.cfg (posix) or ~/pydistutils.cfg (non-posix) for + scheme paths + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + scheme = distutils_scheme(dist_name, user, home, root, isolated, prefix) + return Scheme( + platlib=scheme["platlib"], + purelib=scheme["purelib"], + headers=scheme["headers"], + scripts=scheme["scripts"], + data=scheme["data"], + ) + + +def get_bin_prefix() -> str: + # XXX: In old virtualenv versions, sys.prefix can contain '..' components, + # so we need to call normpath to eliminate them. + prefix = os.path.normpath(sys.prefix) + if WINDOWS: + bin_py = os.path.join(prefix, "Scripts") + # buildout uses 'bin' on Windows too? + if not os.path.exists(bin_py): + bin_py = os.path.join(prefix, "bin") + return bin_py + # Forcing to use /usr/local/bin for standard macOS framework installs + # Also log to ~/Library/Logs/ for use with the Console.app log viewer + if sys.platform[:6] == "darwin" and prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return os.path.join(prefix, "bin") + + +def get_purelib() -> str: + return get_python_lib(plat_specific=False) + + +def get_platlib() -> str: + return get_python_lib(plat_specific=True) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py b/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 0000000..ca860ea --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,214 @@ +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: + converted_keys = {} + for key in SCHEME_KEYS: + converted_keys[key] = change_root(root, getattr(scheme, key)) + scheme = Scheme(**converted_keys) + return scheme + + +def get_bin_prefix() -> str: + # Forcing to use /usr/local/bin for standard macOS framework installs. + if sys.platform[:6] == "darwin" and sys.prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return sysconfig.get_paths()["scripts"] + + +def get_purelib() -> str: + return sysconfig.get_paths()["purelib"] + + +def get_platlib() -> str: + return sysconfig.get_paths()["platlib"] diff --git a/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py b/venv/lib/python3.10/site-packages/pip/_internal/locations/base.py new file mode 100644 index 0000000..3f9f896 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_internal/main.py b/venv/lib/python3.10/site-packages/pip/_internal/main.py new file mode 100644 index 0000000..33c6d24 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/main.py @@ -0,0 +1,12 @@ +from typing import List, Optional + + +def main(args: Optional[List[str]] = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 0000000..1ea1e7f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,128 @@ +import contextlib +import functools +import os +import sys +from typing import TYPE_CHECKING, List, Optional, Type, cast + +from pip._internal.utils.misc import strtobool + +from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel + +if TYPE_CHECKING: + from typing import Literal, Protocol +else: + Protocol = object + +__all__ = [ + "BaseDistribution", + "BaseEnvironment", + "FilesystemWheel", + "MemoryWheel", + "Wheel", + "get_default_environment", + "get_environment", + "get_wheel_distribution", + "select_backend", +] + + +def _should_use_importlib_metadata() -> bool: + """Whether to use the ``importlib.metadata`` or ``pkg_resources`` backend. + + By default, pip uses ``importlib.metadata`` on Python 3.11+, and + ``pkg_resources`` otherwise. This can be overridden by a couple of ways: + + * If environment variable ``_PIP_USE_IMPORTLIB_METADATA`` is set, it + dictates whether ``importlib.metadata`` is used, regardless of Python + version. + * On Python 3.11+, Python distributors can patch ``importlib.metadata`` + to add a global constant ``_PIP_USE_IMPORTLIB_METADATA = False``. This + makes pip use ``pkg_resources`` (unless the user set the aforementioned + environment variable to *True*). + """ + with contextlib.suppress(KeyError, ValueError): + return bool(strtobool(os.environ["_PIP_USE_IMPORTLIB_METADATA"])) + if sys.version_info < (3, 11): + return False + import importlib.metadata + + return bool(getattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA", True)) + + +class Backend(Protocol): + NAME: 'Literal["importlib", "pkg_resources"]' + Distribution: Type[BaseDistribution] + Environment: Type[BaseEnvironment] + + +@functools.lru_cache(maxsize=None) +def select_backend() -> Backend: + if _should_use_importlib_metadata(): + from . import importlib + + return cast(Backend, importlib) + from . import pkg_resources + + return cast(Backend, pkg_resources) + + +def get_default_environment() -> BaseEnvironment: + """Get the default representation for the current environment. + + This returns an Environment instance from the chosen backend. The default + Environment instance should be built from ``sys.path`` and may use caching + to share instance state across calls. + """ + return select_backend().Environment.default() + + +def get_environment(paths: Optional[List[str]]) -> BaseEnvironment: + """Get a representation of the environment specified by ``paths``. + + This returns an Environment instance from the chosen backend based on the + given import paths. The backend must build a fresh instance representing + the state of installed distributions when this function is called. + """ + return select_backend().Environment.from_paths(paths) + + +def get_directory_distribution(directory: str) -> BaseDistribution: + """Get the distribution metadata representation in the specified directory. + + This returns a Distribution instance from the chosen backend based on + the given on-disk ``.dist-info`` directory. + """ + return select_backend().Distribution.from_directory(directory) + + +def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution: + """Get the representation of the specified wheel's distribution metadata. + + This returns a Distribution instance from the chosen backend based on + the given wheel's ``.dist-info`` directory. + + :param canonical_name: Normalized project name of the given wheel. + """ + return select_backend().Distribution.from_wheel(wheel, canonical_name) + + +def get_metadata_distribution( + metadata_contents: bytes, + filename: str, + canonical_name: str, +) -> BaseDistribution: + """Get the dist representation of the specified METADATA file contents. + + This returns a Distribution instance from the chosen backend sourced from the data + in `metadata_contents`. + + :param metadata_contents: Contents of a METADATA file within a dist, or one served + via PEP 658. + :param filename: Filename for the dist this metadata represents. + :param canonical_name: Normalized project name of the given dist. + """ + return select_backend().Distribution.from_metadata_file_contents( + metadata_contents, + filename, + canonical_name, + ) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..831d23424752445883953e03a219151c13f4267d GIT binary patch literal 4806 zcmcIoTW=f372aJgFQO#sme`gpJ5#rbLr0eCwrNw-q$|)vFKaTH2uyjNs+n)D1xpq!=1A`b7sDC&Uel# znVzm%xc>U$Z@d4PwXDC>VDzeB@G)AtY+IJFgdJL5{%d=-89Sb1ehXd!zfR~zMXwl@ zyi!#5%2CCuL=)bGO>+uiHJbD$aqo&^I2BEM(^1WDnFKzElQITg_j+hYDm#%mAjwL3=)JscD$%TW0cTU=Si^3Mu zf3Wf1IlNaBGcVl(+dGeO4dYochj|yoye!L-Tw1giE%U?`3*rqtxhUS0OOQ;rTyaL6 zh2)YrC+EasUs@99#RW*;5=)Yai;xbURKz9m7M^@h*bl8bdrdfQ){EKn_T#M$fBjb* z>!04;ypy^2f>dXf2OS+GF%L6$yVsGK+vKUP+u1~_l};K-621oF7N*bM;;H-ub5zji z(wuCDBpdO5pprO}vCd|02cb-Rsg}`aZ7IWS^1h4`)yoG(^HX=S^1VPy1(lU8mFT3I zg!KtE0WFH0KuuCNMcp*I?Ch@8zK|{64Ye;vwb6r7!5I=fCB?oN-DfS8p=@fu!JAKH zEV7c4x~t+QRv%t;NOH1uw6ujzTVL4P(S=veAK?z#)kR&}D+_zkI zfQ)WS#dN~DsbsikJ3B$tNt6zQ#!4hL7hLn59hN9O={(u>l}wYaYRVMC{=rtNRfg+U zkM-eNW}TozE2gI|7qhLNZYMGO@yhke71JOnIps(Gxx{lM%) zcAJN(+}X)N?k^VcCpd85mRRAa{on1z=6vKgIJ6?jj1%!zq9lbTPAPN4vXkwA{a)Qx zU3s;hqv2in7Q1ZLo!14#$ZHDK+lpdmyFQ&&aY!vcCzs7CX}8mXkEU7WQ`y^4Dp6VW zH$3dh{N5#MQDw}`oFvW4edovuppR^-Zx}y_TS+#5JP@)nLY-@^vdSPfz5-_rU;N5a zZ)53y?X5ln9O{}4 zX5UmD*RI&}j=BO-6K(7wa6d*%SI|j|Qk>^JLfVrB;oPvKD~pR3?hEF=WbWM?;2AJV zDJ$Q~iSF6keWLyC<>7uVFSE;I?sNHfnY(%O{zf)6#_f|EhfKR!FJ~3sk9j10KdbtF zl!$If_fx+A`z{arPiB0d$8iF~z}-^cS4Hf8gxJX>#x8mH4h`Q$_Y<^~$hT@$>?wQJ zHc}*^a>PGRgJ*IKAJC;m_^i{cAEDFMfu(BTR423}=LNBELA%eb0|(4&Bi-9k@ddcq zNNtkV-AzUM)c4Ur&-54~^^!44W~m?0J0svF=~B=-8!;#g3>h^gYpEp4*J&qMe3(f<@u({Dq-#j%#M!ySQx<4+gHY$I?d%|g zS3r?%&^OWvi+ImuwI(;wW|jlpq;0O`;ZDGgS~A{L35dGM!!XT>s9rGmsrLX=R_N(0(%0HR`fC^MsovIM}-!<|Ll zR2xfB-f6*G+K2EC-3NS^TL2St%yB5=4`B#(!(2xpOgWa+BbTp7$)^>bRWXv*NMh9WJA0~pM(catJxaM8VswvLuk ztQ>~HbNdysq|Iw1L^SlEoPheFaOnO<Qk;ze~hnZlO;Xvn=9q=h(3aT-i6!vFB@Sy}vm!3TNXRe~MZT z%W~s(%k+7KN*DF7+8@@t6mBP7`vGTL8(ZwB?|+cnw!edc71kJi&KhqRWLtx*;lsf; z4{`42tMB4xwES^5^DY>A7-;lqe?zAMk9-K9P#;lug7amI#2Ul7q+#&=9$|_pRVp)% zO@Hp!>X(q!FRQco$tDcvqfAfL60LrTgeBeUAcZJm4@Iu2h(q#9k1D0?97^StVX3@= z{}dpTM?u=mi+z`}+DJ_}{;{tp9jh5yr<61(8nZHr$}mJRd4V2LwQP#9Y$8-$pGpdu z*9Rus7jQb0Qw$5{fmUqv@VRJCHWHY_vLUP7$jjM}s4hr9KvzK-N`FiCl(Xcx&b;k9 l6{j{md$wAdwQJS$)%og~31>i-6_ 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d05de61dc98d0099c31d7e1b0547e502c951c82d GIT binary patch literal 10993 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/metadata/_json.py b/venv/lib/python3.10/site-packages/pip/_internal/metadata/_json.py new file mode 100644 index 0000000..f3aeab3 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/metadata/_json.py @@ -0,0 +1,86 @@ +# Extracted from https://github.com/pfmoore/pkg_metadata + +from email.header import Header, decode_header, make_header +from email.message import Message +from typing import Any, Dict, List, Union, cast + +METADATA_FIELDS = [ + # Name, Multiple-Use + ("Metadata-Version", False), + ("Name", False), + ("Version", False), + ("Dynamic", True), + ("Platform", True), + ("Supported-Platform", True), + ("Summary", False), + ("Description", False), + ("Description-Content-Type", False), + ("Keywords", False), + ("Home-page", False), + ("Download-URL", False), + ("Author", False), + ("Author-email", False), + ("Maintainer", False), + ("Maintainer-email", False), + ("License", False), + ("License-Expression", False), + ("License-File", True), + ("Classifier", True), + ("Requires-Dist", True), + ("Requires-Python", False), + ("Requires-External", True), + ("Project-URL", True), + ("Provides-Extra", True), + ("Provides-Dist", True), + ("Obsoletes-Dist", True), +] + + +def json_name(field: str) -> str: + return field.lower().replace("-", "_") + + +def msg_to_json(msg: Message) -> Dict[str, Any]: + """Convert a Message object into a JSON-compatible dictionary.""" + + def sanitise_header(h: Union[Header, str]) -> str: + if isinstance(h, Header): + chunks = [] + for bytes, encoding in decode_header(h): + if encoding == "unknown-8bit": + try: + # See if UTF-8 works + bytes.decode("utf-8") + encoding = "utf-8" + except UnicodeDecodeError: + # If not, latin1 at least won't fail + encoding = "latin1" + chunks.append((bytes, encoding)) + return str(make_header(chunks)) + return str(h) + + result = {} + for field, multi in METADATA_FIELDS: + if field not in msg: + continue + key = json_name(field) + if multi: + value: Union[str, List[str]] = [ + sanitise_header(v) for v in msg.get_all(field) # type: ignore + ] + else: + value = sanitise_header(msg.get(field)) # type: ignore + if key == "keywords": + # Accept both comma-separated and space-separated + # forms, for better compatibility with old data. + if "," in value: + value = [v.strip() for v in value.split(",")] + else: + value = value.split() + result[key] = value + + payload = cast(str, msg.get_payload()) + if payload: + result["description"] = payload + + return result diff --git a/venv/lib/python3.10/site-packages/pip/_internal/metadata/base.py b/venv/lib/python3.10/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 0000000..9eabcdb --- /dev/null +++ b/venv/lib/python3.10/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, + Any, + Collection, + Container, + Dict, + Iterable, + Iterator, + List, + NamedTuple, + Optional, + Protocol, + Tuple, + Union, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import InvalidSpecifier, SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import NoneMetadataError +from pip._internal.locations import site_packages, user_site +from pip._internal.models.direct_url import ( + DIRECT_URL_METADATA_NAME, + DirectUrl, + DirectUrlValidationError, +) +from pip._internal.utils.compat import stdlib_pkgs # TODO: Move definition here. +from pip._internal.utils.egg_link import egg_link_path_from_sys_path +from pip._internal.utils.misc import is_local, normalize_path +from pip._internal.utils.urls import url_to_path + +from ._json import msg_to_json + +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.raw_version} ({self.location})" + + def __str__(self) -> str: + return f"{self.raw_name} {self.raw_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) -> Version: + raise NotImplementedError() + + @property + def raw_version(self) -> str: + 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.cached_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. + """ + metadata = self._metadata_impl() + self._add_egg_info_requires(metadata) + return metadata + + @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_raw_dependencies(self) -> Iterable[str]: + """Raw Requires-Dist metadata.""" + return self.metadata.get_all("Requires-Dist", []) + + def iter_provided_extras(self) -> Iterable[NormalizedName]: + """Extras provided by this distribution. + + For modern .dist-info distributions, this is the collection of + "Provides-Extra:" entries in distribution metadata. + + The return value of this function is expected to be normalised names, + per PEP 685, with the returned value being handled appropriately by + `iter_dependencies`. + """ + raise NotImplementedError() + + def _iter_declared_entries_from_record(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("RECORD") + except FileNotFoundError: + return None + # This extra Path-str cast normalizes entries. + return (str(pathlib.Path(row[0])) for row in csv.reader(text.splitlines())) + + def _iter_declared_entries_from_legacy(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("installed-files.txt") + except FileNotFoundError: + return None + paths = (p for p in text.splitlines(keepends=False) if p) + root = self.location + info = self.info_location + if root is None or info is None: + return paths + try: + info_rel = pathlib.Path(info).relative_to(root) + except ValueError: # info is not relative to root. + return paths + if not info_rel.parts: # info *is* root. + return paths + return ( + _convert_installed_files_path(pathlib.Path(p).parts, info_rel.parts) + for p in paths + ) + + def iter_declared_entries(self) -> Optional[Iterator[str]]: + """Iterate through file entries declared in this distribution. + + For modern .dist-info distributions, this is the files listed in the + ``RECORD`` metadata file. For legacy setuptools distributions, this + comes from ``installed-files.txt``, with entries normalized to be + compatible with the format used by ``RECORD``. + + :return: An iterator for listed entries, or None if the distribution + contains neither ``RECORD`` nor ``installed-files.txt``. + """ + return ( + self._iter_declared_entries_from_record() + or self._iter_declared_entries_from_legacy() + ) + + def _iter_requires_txt_entries(self) -> Iterator[RequiresEntry]: + """Parse a ``requires.txt`` in an egg-info directory. + + This is an INI-ish format where an egg-info stores dependencies. A + section name describes extra other environment markers, while each entry + is an arbitrary string (not a key-value pair) representing a dependency + as a requirement string (no markers). + + There is a construct in ``importlib.metadata`` called ``Sectioned`` that + does mostly the same, but the format is currently considered private. + """ + try: + content = self.read_text("requires.txt") + except FileNotFoundError: + return + extra = marker = "" # Section-less entries don't have markers. + for line in content.splitlines(): + line = line.strip() + if not line or line.startswith("#"): # Comment; ignored. + continue + if line.startswith("[") and line.endswith("]"): # A section header. + extra, _, marker = line.strip("[]").partition(":") + continue + yield RequiresEntry(requirement=line, extra=extra, marker=marker) + + def _iter_egg_info_extras(self) -> Iterable[str]: + """Get extras from the egg-info directory.""" + known_extras = {""} + for entry in self._iter_requires_txt_entries(): + extra = canonicalize_name(entry.extra) + if extra in known_extras: + continue + known_extras.add(extra) + yield extra + + def _iter_egg_info_dependencies(self) -> Iterable[str]: + """Get distribution dependencies from the egg-info directory. + + To ease parsing, this converts a legacy dependency entry into a PEP 508 + requirement string. Like ``_iter_requires_txt_entries()``, there is code + in ``importlib.metadata`` that does mostly the same, but not do exactly + what we need. + + Namely, ``importlib.metadata`` does not normalize the extra name before + putting it into the requirement string, which causes marker comparison + to fail because the dist-info format do normalize. This is consistent in + all currently available PEP 517 backends, although not standardized. + """ + for entry in self._iter_requires_txt_entries(): + extra = canonicalize_name(entry.extra) + if extra and entry.marker: + marker = f'({entry.marker}) and extra == "{extra}"' + elif extra: + marker = f'extra == "{extra}"' + elif entry.marker: + marker = entry.marker + else: + marker = "" + if marker: + yield f"{entry.requirement} ; {marker}" + else: + yield entry.requirement + + def _add_egg_info_requires(self, metadata: email.message.Message) -> None: + """Add egg-info requires.txt information to the metadata.""" + if not metadata.get_all("Requires-Dist"): + for dep in self._iter_egg_info_dependencies(): + metadata["Requires-Dist"] = dep + if not metadata.get_all("Provides-Extra"): + for extra in self._iter_egg_info_extras(): + metadata["Provides-Extra"] = extra + + +class BaseEnvironment: + """An environment containing distributions to introspect.""" + + @classmethod + def default(cls) -> "BaseEnvironment": + raise NotImplementedError() + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> "BaseEnvironment": + raise NotImplementedError() + + def get_distribution(self, name: str) -> Optional["BaseDistribution"]: + """Given a requirement name, return the installed distributions. + + The name may not be normalized. The implementation must canonicalize + it for lookup. + """ + raise NotImplementedError() + + def _iter_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions. + + This function should be implemented by subclass, but never called + directly. Use the public ``iter_distribution()`` instead, which + implements additional logic to make sure the distributions are valid. + """ + raise NotImplementedError() + + def iter_all_distributions(self) -> Iterator[BaseDistribution]: + """Iterate through all installed distributions without any filtering.""" + for dist in self._iter_distributions(): + # Make sure the distribution actually comes from a valid Python + # packaging distribution. Pip's AdjacentTempDirectory leaves folders + # e.g. ``~atplotlib.dist-info`` if cleanup was interrupted. The + # valid project name pattern is taken from PEP 508. + project_name_valid = re.match( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", + dist.canonical_name, + flags=re.IGNORECASE, + ) + if not project_name_valid: + logger.warning( + "Ignoring invalid distribution %s (%s)", + dist.canonical_name, + dist.location, + ) + continue + yield dist + + def iter_installed_distributions( + self, + local_only: bool = True, + skip: Container[str] = stdlib_pkgs, + include_editables: bool = True, + editables_only: bool = False, + user_only: bool = False, + ) -> Iterator[BaseDistribution]: + """Return a list of installed distributions. + + This is based on ``iter_all_distributions()`` with additional filtering + options. Note that ``iter_installed_distributions()`` without arguments + is *not* equal to ``iter_all_distributions()``, since some of the + configurations exclude packages by default. + + :param local_only: If True (default), only return installations + local to the current virtualenv, if in a virtualenv. + :param skip: An iterable of canonicalized project names to ignore; + defaults to ``stdlib_pkgs``. + :param include_editables: If False, don't report editables. + :param editables_only: If True, only report editables. + :param user_only: If True, only report installations in the user + site directory. + """ + it = self.iter_all_distributions() + if local_only: + it = (d for d in it if d.local) + if not include_editables: + it = (d for d in it if not d.editable) + if editables_only: + it = (d for d in it if d.editable) + if user_only: + it = (d for d in it if d.in_usersite) + return (d for d in it if d.canonical_name not in skip) + + +class Wheel(Protocol): + location: str + + def as_zipfile(self) -> zipfile.ZipFile: + raise NotImplementedError() + + +class FilesystemWheel(Wheel): + def __init__(self, location: str) -> None: + self.location = location + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.location, allowZip64=True) + + +class MemoryWheel(Wheel): + def __init__(self, location: str, stream: IO[bytes]) -> None: + self.location = location + self.stream = stream + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.stream, allowZip64=True) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 0000000..a779138 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__init__.py @@ -0,0 +1,6 @@ +from ._dists import Distribution +from ._envs import Environment + +__all__ = ["NAME", "Distribution", "Environment"] + +NAME = "importlib" diff --git a/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f7ae83dae3a4d72fdf8a837dea03c7a8f377f386 GIT binary patch literal 352 zcmYjMJ5Izf5ViB!4X}F;Qe+LHMF=FeWE(`2#&XtHV&T}9J&CjhHTR(7E)>*hskj0a z6Oa%i&6|0eH$S&t9}~2!gttp-J#3X%MrE62lMmM{1 zQ7^c}?)X!$bFSuyx2dARz>EuXIxuQ!3x8A1wslC?C(Ctv8sXdjXzAq VW$)x*)YbfTED%;?MT?|Jz5z$oUvmHe literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..363d4a809e39b54154f2368afe8e25be73da7718 GIT binary patch literal 3501 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 RU|tklE{Qogm!Et4{{T#HcxwOv literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6daf11c172c53eaa923efdbf800d19d4e6cfa65e GIT binary patch literal 7728 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 SU&PrpR?S7%6&LmMmHz`bM8eVl literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_compat.py b/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_compat.py new file mode 100644 index 0000000..ec1e815 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_compat.py @@ -0,0 +1,85 @@ +import importlib.metadata +import os +from typing import Any, Optional, Protocol, Tuple, cast + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + + +class BadMetadata(ValueError): + def __init__(self, dist: importlib.metadata.Distribution, *, reason: str) -> None: + self.dist = dist + self.reason = reason + + def __str__(self) -> str: + return f"Bad metadata in {self.dist} ({self.reason})" + + +class BasePath(Protocol): + """A protocol that various path objects conform. + + This exists because importlib.metadata uses both ``pathlib.Path`` and + ``zipfile.Path``, and we need a common base for type hints (Union does not + work well since ``zipfile.Path`` is too new for our linter setup). + + This does not mean to be exhaustive, but only contains things that present + in both classes *that we need*. + """ + + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def parent(self) -> "BasePath": + raise NotImplementedError() + + +def get_info_location(d: importlib.metadata.Distribution) -> Optional[BasePath]: + """Find the path to the distribution's metadata directory. + + HACK: This relies on importlib.metadata's private ``_path`` attribute. Not + all distributions exist on disk, so importlib.metadata is correct to not + expose the attribute as public. But pip's code base is old and not as clean, + so we do this to avoid having to rewrite too many things. Hopefully we can + eliminate this some day. + """ + return getattr(d, "_path", None) + + +def parse_name_and_version_from_info_directory( + dist: importlib.metadata.Distribution, +) -> Tuple[Optional[str], Optional[str]]: + """Get a name and version from the metadata directory name. + + This is much faster than reading distribution metadata. + """ + info_location = get_info_location(dist) + if info_location is None: + return None, None + + stem, suffix = os.path.splitext(info_location.name) + if suffix == ".dist-info": + name, sep, version = stem.partition("-") + if sep: + return name, version + + if suffix == ".egg-info": + name = stem.split("-", 1)[0] + return name, None + + return None, None + + +def get_dist_canonical_name(dist: importlib.metadata.Distribution) -> NormalizedName: + """Get the distribution's normalized name. + + The ``name`` attribute is only available in Python 3.10 or later. We are + targeting exactly that, but Mypy does not know this. + """ + if name := parse_name_and_version_from_info_directory(dist)[0]: + return canonicalize_name(name) + + name = cast(Any, dist).name + if not isinstance(name, str): + raise BadMetadata(dist, reason="invalid metadata entry 'name'") + return canonicalize_name(name) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_dists.py b/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 0000000..d220b61 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,228 @@ +import email.message +import importlib.metadata +import pathlib +import zipfile +from os import PathLike +from typing import ( + Collection, + Dict, + Iterable, + Iterator, + Mapping, + Optional, + Sequence, + Union, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version +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, + InfoPath, + Wheel, +) +from pip._internal.utils.misc import normalize_path +from pip._internal.utils.packaging import get_requirement +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_canonical_name, + parse_name_and_version_from_info_directory, +) + + +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 + + def locate_file(self, path: Union[str, "PathLike[str]"]) -> pathlib.Path: + # This method doesn't make sense for our in-memory wheel, but the API + # requires us to define it. + raise NotImplementedError + + +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 + 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)) + + @property + def canonical_name(self) -> NormalizedName: + return get_dist_canonical_name(self._dist) + + @property + def version(self) -> Version: + if version := parse_name_and_version_from_info_directory(self._dist)[1]: + return parse_version(version) + return parse_version(self._dist.version) + + @property + def raw_version(self) -> str: + return 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 satisfies 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[NormalizedName]: + return [ + canonicalize_name(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": e} for e in extras] + for req_string in self.metadata.get_all("Requires-Dist", []): + # strip() because email.message.Message.get_all() may return a leading \n + # in case a long header was wrapped. + req = get_requirement(req_string.strip()) + if not req.marker: + yield req + elif not extras and req.marker.evaluate({"extra": ""}): + yield req + elif any(req.marker.evaluate(context) for context in contexts): + yield req diff --git a/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_envs.py b/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 0000000..4d906fd --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/metadata/importlib/_envs.py @@ -0,0 +1,189 @@ +import functools +import importlib.metadata +import logging +import os +import pathlib +import sys +import zipfile +import zipimport +from typing import Iterator, List, Optional, Sequence, Set, Tuple + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.metadata.base import BaseDistribution, BaseEnvironment +from pip._internal.models.wheel import Wheel +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION + +from ._compat import BadMetadata, BasePath, get_dist_canonical_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: + name = get_dist_canonical_name(dist) + except BadMetadata as e: + logger.warning("Skipping %s due to %s", info_location, e.reason) + continue + if name in self._found_names: + continue + self._found_names.add(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="25.1", + issue=12330, + ) + + +class Environment(BaseEnvironment): + def __init__(self, paths: Sequence[str]) -> None: + self._paths = paths + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(sys.path) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + if paths is None: + return cls(sys.path) + return cls(paths) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + finder = _DistributionFinder() + for location in self._paths: + yield from finder.find(location) + for dist in finder.find_eggs(location): + _emit_egg_deprecation(dist.location) + yield dist + # This must go last because that's how pkg_resources tie-breaks. + yield from finder.find_linked(location) + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + canonical_name = canonicalize_name(name) + matches = ( + distribution + for distribution in self.iter_all_distributions() + if distribution.canonical_name == canonical_name + ) + return next(matches, None) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py b/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 0000000..4ea84f9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,301 @@ +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 Version +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, + InfoPath, + Wheel, +) + +__all__ = ["NAME", "Distribution", "Environment"] + +logger = logging.getLogger(__name__) + +NAME = "pkg_resources" + + +class EntryPoint(NamedTuple): + name: str + value: str + group: str + + +class InMemoryMetadata: + """IMetadataProvider that reads metadata files from a dictionary. + + This also maps metadata decoding exceptions to our internal exception type. + """ + + def __init__(self, metadata: Mapping[str, bytes], wheel_name: str) -> None: + self._metadata = metadata + self._wheel_name = wheel_name + + def has_metadata(self, name: str) -> bool: + return name in self._metadata + + def get_metadata(self, name: str) -> str: + try: + return self._metadata[name].decode() + except UnicodeDecodeError as e: + # Augment the default error with the origin of the file. + raise UnsupportedWheel( + f"Error decoding metadata for {self._wheel_name}: {e} in {name} file" + ) + + def get_metadata_lines(self, name: str) -> Iterable[str]: + return pkg_resources.yield_lines(self.get_metadata(name)) + + def metadata_isdir(self, name: str) -> bool: + return False + + def metadata_listdir(self, name: str) -> List[str]: + return [] + + def run_script(self, script_name: str, namespace: str) -> None: + pass + + +class Distribution(BaseDistribution): + def __init__(self, dist: pkg_resources.Distribution) -> None: + self._dist = dist + # This is populated lazily, to avoid loading metadata for all possible + # distributions eagerly. + self.__extra_mapping: Optional[Mapping[NormalizedName, str]] = None + + @property + def _extra_mapping(self) -> Mapping[NormalizedName, str]: + if self.__extra_mapping is None: + self.__extra_mapping = { + canonicalize_name(extra): extra for extra in self._dist.extras + } + + return self.__extra_mapping + + @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) -> Version: + return parse_version(self._dist.version) + + @property + def raw_version(self) -> str: + return 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: + relevant_extras = set(self._extra_mapping) & set( + map(canonicalize_name, extras) + ) + extras = [self._extra_mapping[extra] for extra in relevant_extras] + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[NormalizedName]: + return self._extra_mapping.keys() + + +class Environment(BaseEnvironment): + def __init__(self, ws: pkg_resources.WorkingSet) -> None: + self._ws = ws + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(pkg_resources.working_set) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + return cls(pkg_resources.WorkingSet(paths)) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + for dist in self._ws: + yield Distribution(dist) + + def _search_distribution(self, name: str) -> Optional[BaseDistribution]: + """Find a distribution matching the ``name`` in the environment. + + This searches from *all* distributions available in the environment, to + match the behavior of ``pkg_resources.get_distribution()``. + """ + canonical_name = canonicalize_name(name) + for dist in self.iter_all_distributions(): + if dist.canonical_name == canonical_name: + return dist + return None + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + # Search the distribution by looking through the working set. + dist = self._search_distribution(name) + if dist: + return dist + + # If distribution could not be found, call working_set.require to + # update the working set, and try to find the distribution again. + # This might happen for e.g. when you install a package twice, once + # using setup.py develop and again using setup.py install. Now when + # running pip uninstall twice, the package gets removed from the + # working set in the first uninstall, so we have to populate the + # working set again so that pip knows about it and the packages gets + # picked up and is successfully uninstalled the second time too. + try: + # We didn't pass in any version specifiers, so this can never + # raise pkg_resources.VersionConflict. + self._ws.require(name) + except pkg_resources.DistributionNotFound: + return None + return self._search_distribution(name) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 0000000..7855226 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/models/__init__.py @@ -0,0 +1,2 @@ +"""A package that contains models that represent entities. +""" diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0c23a48ab6c67b54eb8c156197687b1ced283ce GIT binary patch literal 265 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 QB@IJL-(+pk7R%260bnzg%m4rY literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b2882de6cb071e071fc50dc7fa6bf15e925a4ec GIT binary patch literal 1234 zcmZ`&J985;5SH%c^X1GWKvIO}S{L^5=op4!LIG(!86M3wn#)PHWiEF@l0DdCs$?b= z|G}Zlf1#jOOT}NHfz>%Cra&I;e7k#+_WO2ScRCS*_3iWbQQ#r;!#djwV(0~I^%x9A z6qhK&uMl;pdx5BX?qm*gs7HMod~q@taEpcw_9%Xfy6vBE4h;%xw^wlEsMi1(+(}X9 zP@K6Vxce*4JnAx^da&W7DD#INjp)vWm$fdDhq4e}i%ooz7a#Hw zJFY1Ev^aXhgk*|US|xdMlS-Ogl2%v5epNWzY8wEiOL&{m`Yh*_bb*>|fiZz(dMc|yVMCi`@n)+d za5OqcD}048TH+-lj&>*B%3tCuJPE*uy=qbL0EZ2B8r)tw5Q!)P0o;KJ)&&~R7T4V| zzM2XqO-Kl@xF)12%LGt=$xn?ha;caJ!BwK}TT#J;l8Hm>#aXp@%_D*G96=PnF(iy8}DHM^4 zxgOWmlm4TJsp6XT#JYzn6}7Y-K@&1H6l4_(lF= ze|rl08|EMhuqhn)db2FHj9qc+jS%`7YqHYYSw8ot^bdtm+Ef6n?Q2L90belvY* rd2Ip4JDHyxoA4bRwrGn%!^JW%;j^_s&oOvS??ZIQjrSew;pq1ti?u@$ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..197de7e701082e4548cb8d4e3b63e953e4bed80c GIT binary patch literal 1755 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 S%|Ct~dPx3>>IFUYdh#zJH{ezP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef734d59f217a452ec8bff75f05d321dec88b014 GIT binary patch literal 3816 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/candidate.py b/venv/lib/python3.10/site-packages/pip/_internal/models/candidate.py new file mode 100644 index 0000000..f27f283 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/models/candidate.py @@ -0,0 +1,25 @@ +from dataclasses import dataclass + +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.models.link import Link + + +@dataclass(frozen=True) +class InstallationCandidate: + """Represents a potential "candidate" for installation.""" + + __slots__ = ["name", "version", "link"] + + name: str + version: Version + link: Link + + def __init__(self, name: str, version: str, link: Link) -> None: + object.__setattr__(self, "name", name) + object.__setattr__(self, "version", parse_version(version)) + object.__setattr__(self, "link", link) + + def __str__(self) -> str: + return f"{self.name!r} candidate (version {self.version} at {self.link})" diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py b/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 0000000..fc5ec8d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,224 @@ +""" PEP 610 """ + +import json +import re +import urllib.parse +from dataclasses import dataclass +from typing import Any, ClassVar, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + f"{value!r} has unexpected type for {key} (expected {expected_type})" + ) + return value + + +def _get_required( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> T: + value = _get(d, expected_type, key, default) + if value is None: + raise DirectUrlValidationError(f"{key} must have a value") + return value + + +def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": + infos = [info for info in infos if info is not None] + if not infos: + raise DirectUrlValidationError( + "missing one of archive_info, dir_info, vcs_info" + ) + if len(infos) > 1: + raise DirectUrlValidationError( + "more than one of archive_info, dir_info, vcs_info" + ) + assert infos[0] is not None + return infos[0] + + +def _filter_none(**kwargs: Any) -> Dict[str, Any]: + """Make dict excluding None values.""" + return {k: v for k, v in kwargs.items() if v is not None} + + +@dataclass +class VcsInfo: + name: ClassVar = "vcs_info" + + vcs: str + commit_id: str + requested_revision: Optional[str] = None + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["VcsInfo"]: + if d is None: + return None + return cls( + vcs=_get_required(d, str, "vcs"), + commit_id=_get_required(d, str, "commit_id"), + requested_revision=_get(d, str, "requested_revision"), + ) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none( + vcs=self.vcs, + requested_revision=self.requested_revision, + commit_id=self.commit_id, + ) + + +class ArchiveInfo: + name = "archive_info" + + def __init__( + self, + hash: Optional[str] = None, + hashes: Optional[Dict[str, str]] = None, + ) -> None: + # set hashes before hash, since the hash setter will further populate hashes + self.hashes = hashes + self.hash = hash + + @property + def hash(self) -> Optional[str]: + return self._hash + + @hash.setter + def hash(self, value: Optional[str]) -> None: + if value is not None: + # Auto-populate the hashes key to upgrade to the new format automatically. + # We don't back-populate the legacy hash key from hashes. + try: + hash_name, hash_value = value.split("=", 1) + except ValueError: + raise DirectUrlValidationError( + f"invalid archive_info.hash format: {value!r}" + ) + if self.hashes is None: + self.hashes = {hash_name: hash_value} + elif hash_name not in self.hashes: + self.hashes = self.hashes.copy() + self.hashes[hash_name] = hash_value + self._hash = value + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["ArchiveInfo"]: + if d is None: + return None + return cls(hash=_get(d, str, "hash"), hashes=_get(d, dict, "hashes")) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(hash=self.hash, hashes=self.hashes) + + +@dataclass +class DirInfo: + name: ClassVar = "dir_info" + + editable: bool = False + + @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] + + +@dataclass +class DirectUrl: + url: str + info: InfoType + subdirectory: Optional[str] = None + + def _remove_auth_from_netloc(self, netloc: str) -> str: + if "@" not in netloc: + return netloc + user_pass, netloc_no_user_pass = netloc.split("@", 1) + if ( + isinstance(self.info, VcsInfo) + and self.info.vcs == "git" + and user_pass == "git" + ): + return netloc + if ENV_VAR_RE.match(user_pass): + return netloc + return netloc_no_user_pass + + @property + def redacted_url(self) -> str: + """url with user:password part removed unless it is formed with + environment variables as specified in PEP 610, or it is ``git`` + in the case of a git URL. + """ + purl = urllib.parse.urlsplit(self.url) + netloc = self._remove_auth_from_netloc(purl.netloc) + surl = urllib.parse.urlunsplit( + (purl.scheme, netloc, purl.path, purl.query, purl.fragment) + ) + return surl + + def validate(self) -> None: + self.from_dict(self.to_dict()) + + @classmethod + def from_dict(cls, d: Dict[str, Any]) -> "DirectUrl": + return DirectUrl( + url=_get_required(d, str, "url"), + subdirectory=_get(d, str, "subdirectory"), + info=_exactly_one_of( + [ + ArchiveInfo._from_dict(_get(d, dict, "archive_info")), + DirInfo._from_dict(_get(d, dict, "dir_info")), + VcsInfo._from_dict(_get(d, dict, "vcs_info")), + ] + ), + ) + + def to_dict(self) -> Dict[str, Any]: + res = _filter_none( + url=self.redacted_url, + subdirectory=self.subdirectory, + ) + res[self.info.name] = self.info._to_dict() + return res + + @classmethod + def from_json(cls, s: str) -> "DirectUrl": + return cls.from_dict(json.loads(s)) + + def to_json(self) -> str: + return json.dumps(self.to_dict(), sort_keys=True) + + def is_local_editable(self) -> bool: + return isinstance(self.info, DirInfo) and self.info.editable diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py b/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000..ccd1127 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,78 @@ +from typing import FrozenSet, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import CommandError + + +class FormatControl: + """Helper for managing formats from which a package can be installed.""" + + __slots__ = ["no_binary", "only_binary"] + + def __init__( + self, + no_binary: Optional[Set[str]] = None, + only_binary: Optional[Set[str]] = None, + ) -> None: + if no_binary is None: + no_binary = set() + if only_binary is None: + only_binary = set() + + self.no_binary = no_binary + self.only_binary = only_binary + + def __eq__(self, other: object) -> bool: + if not isinstance(other, self.__class__): + return NotImplemented + + if self.__slots__ != other.__slots__: + return False + + return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.no_binary}, {self.only_binary})" + + @staticmethod + def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: + if value.startswith("-"): + raise CommandError( + "--no-binary / --only-binary option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + del new[: new.index(":all:") + 1] + # Without a none, we want to discard everything as :all: covers it + if ":none:" not in new: + return + for name in new: + if name == ":none:": + target.clear() + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + + def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: + result = {"binary", "source"} + if canonical_name in self.only_binary: + result.discard("source") + elif canonical_name in self.no_binary: + result.discard("binary") + elif ":all:" in self.only_binary: + result.discard("source") + elif ":all:" in self.no_binary: + result.discard("binary") + return frozenset(result) + + def disallow_binaries(self) -> None: + self.handle_mutual_excludes( + ":all:", + self.no_binary, + self.only_binary, + ) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/index.py b/venv/lib/python3.10/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000..b94c325 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/models/index.py @@ -0,0 +1,28 @@ +import urllib.parse + + +class PackageIndex: + """Represents a Package Index and provides easier access to endpoints""" + + __slots__ = ["url", "netloc", "simple_url", "pypi_url", "file_storage_domain"] + + def __init__(self, url: str, file_storage_domain: str) -> None: + super().__init__() + self.url = url + self.netloc = urllib.parse.urlsplit(url).netloc + self.simple_url = self._url_for_path("simple") + self.pypi_url = self._url_for_path("pypi") + + # This is part of a temporary hack used to block installs of PyPI + # packages which depend on external urls only necessary until PyPI can + # block such packages themselves + self.file_storage_domain = file_storage_domain + + def _url_for_path(self, path: str) -> str: + return urllib.parse.urljoin(self.url, path) + + +PyPI = PackageIndex("https://pypi.org/", file_storage_domain="files.pythonhosted.org") +TestPyPI = PackageIndex( + "https://test.pypi.org/", file_storage_domain="test-files.pythonhosted.org" +) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/installation_report.py b/venv/lib/python3.10/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 0000000..b9c6330 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,56 @@ +from typing import Any, Dict, Sequence + +from pip._vendor.packaging.markers import default_environment + +from pip import __version__ +from pip._internal.req.req_install import InstallRequirement + + +class InstallationReport: + def __init__(self, install_requirements: Sequence[InstallRequirement]): + self._install_requirements = install_requirements + + @classmethod + def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]: + assert ireq.download_info, f"No download_info for {ireq}" + res = { + # PEP 610 json for the download URL. download_info.archive_info.hashes may + # be absent when the requirement was installed from the wheel cache + # and the cache entry was populated by an older pip version that did not + # record origin.json. + "download_info": ireq.download_info.to_dict(), + # is_direct is true if the requirement was a direct URL reference (which + # includes editable requirements), and false if the requirement was + # downloaded from a PEP 503 index or --find-links. + "is_direct": ireq.is_direct, + # is_yanked is true if the requirement was yanked from the index, but + # was still selected by pip to conform to PEP 592. + "is_yanked": ireq.link.is_yanked if ireq.link else False, + # requested is true if the requirement was specified by the user (aka + # top level requirement), and false if it was installed as a dependency of a + # requirement. https://peps.python.org/pep-0376/#requested + "requested": ireq.user_supplied, + # PEP 566 json encoding for metadata + # https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata + "metadata": ireq.get_dist().metadata_dict, + } + if ireq.user_supplied and ireq.extras: + # For top level requirements, the list of requested extras, if any. + res["requested_extras"] = sorted(ireq.extras) + return res + + def to_dict(self) -> Dict[str, Any]: + return { + "version": "1", + "pip_version": __version__, + "install": [ + self._install_req_to_dict(ireq) for ireq in self._install_requirements + ], + # https://peps.python.org/pep-0508/#environment-markers + # TODO: currently, the resolver uses the default environment to evaluate + # environment markers, so that is what we report here. In the future, it + # should also take into account options such as --python-version or + # --platform, perhaps under the form of an environment_override field? + # https://github.com/pypa/pip/issues/11198 + "environment": default_environment(), + } diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/link.py b/venv/lib/python3.10/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000..27ad016 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/models/link.py @@ -0,0 +1,604 @@ +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.urls import path_to_url, url_to_path + +if TYPE_CHECKING: + from pip._internal.index.collector import IndexContent + +logger = logging.getLogger(__name__) + + +# Order matters, earlier hashes have a precedence over later hashes for what +# we will pick to use. +_SUPPORTED_HASHES = ("sha512", "sha384", "sha256", "sha224", "sha1", "md5") + + +@dataclass(frozen=True) +class LinkHash: + """Links to content may have embedded hash values. This class parses those. + + `name` must be any member of `_SUPPORTED_HASHES`. + + This class can be converted to and from `ArchiveInfo`. While ArchiveInfo intends to + be JSON-serializable to conform to PEP 610, this class contains the logic for + parsing a hash name and value for correctness, and then checking whether that hash + conforms to a schema with `.is_hash_allowed()`.""" + + name: str + value: str + + _hash_url_fragment_re = re.compile( + # NB: we do not validate that the second group (.*) is a valid hex + # digest. Instead, we simply keep that string in this class, and then check it + # against Hashes when hash-checking is needed. This is easier to debug than + # proactively discarding an invalid hex digest, as we handle incorrect hashes + # and malformed hashes in the same place. + r"[#&]({choices})=([^&]*)".format( + choices="|".join(re.escape(hash_name) for hash_name in _SUPPORTED_HASHES) + ), + ) + + def __post_init__(self) -> None: + assert self.name in _SUPPORTED_HASHES + + @classmethod + @functools.lru_cache(maxsize=None) + def find_hash_url_fragment(cls, url: str) -> Optional["LinkHash"]: + """Search a string for a checksum algorithm name and encoded output value.""" + match = cls._hash_url_fragment_re.search(url) + if match is None: + return None + name, value = match.groups() + return cls(name=name, value=value) + + def as_dict(self) -> Dict[str, str]: + return {self.name: self.value} + + def as_hashes(self) -> Hashes: + """Return a Hashes instance which checks only for the current hash.""" + return Hashes({self.name: [self.value]}) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the current hash is allowed by `hashes`. + """ + if hashes is None: + return False + return hashes.is_hash_allowed(self.name, hex_digest=self.value) + + +@dataclass(frozen=True) +class MetadataFile: + """Information about a core metadata file associated with a distribution.""" + + hashes: Optional[Dict[str, str]] + + def __post_init__(self) -> None: + if self.hashes is not None: + assert all(name in _SUPPORTED_HASHES for name in self.hashes) + + +def supported_hashes(hashes: Optional[Dict[str, str]]) -> Optional[Dict[str, str]]: + # Remove any unsupported hash types from the mapping. If this leaves no + # supported hashes, return None + if hashes is None: + return None + hashes = {n: v for n, v in hashes.items() if n in _SUPPORTED_HASHES} + if not hashes: + return None + return hashes + + +def _clean_url_path_part(part: str) -> str: + """ + Clean a "part" of a URL path (i.e. after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + return urllib.parse.quote(urllib.parse.unquote(part)) + + +def _clean_file_url_path(part: str) -> str: + """ + Clean the first part of a URL path that corresponds to a local + filesystem path (i.e. the first part after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + # Also, on Windows the path part might contain a drive letter which + # should not be quoted. On Linux where drive letters do not + # exist, the colon should be quoted. We rely on urllib.request + # to do the right thing here. + return urllib.request.pathname2url(urllib.request.url2pathname(part)) + + +# percent-encoded: / +_reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE) + + +def _clean_url_path(path: str, is_local_path: bool) -> str: + """ + Clean the path portion of a URL. + """ + if is_local_path: + clean_func = _clean_file_url_path + else: + clean_func = _clean_url_path_part + + # Split on the reserved characters prior to cleaning so that + # revision strings in VCS URLs are properly preserved. + parts = _reserved_chars_re.split(path) + + cleaned_parts = [] + for to_clean, reserved in pairwise(itertools.chain(parts, [""])): + cleaned_parts.append(clean_func(to_clean)) + # Normalize %xx escapes (e.g. %2f -> %2F) + cleaned_parts.append(reserved.upper()) + + return "".join(cleaned_parts) + + +def _ensure_quoted_url(url: str) -> str: + """ + Make sure a link is fully quoted. + For example, if ' ' occurs in the URL, it will be replaced with "%20", + and without double-quoting other characters. + """ + # Split the URL into parts according to the general structure + # `scheme://netloc/path?query#fragment`. + result = urllib.parse.urlsplit(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.urlunsplit(result._replace(path=path)) + + +def _absolute_link_url(base_url: str, url: str) -> str: + """ + A faster implementation of urllib.parse.urljoin with a shortcut + for absolute http/https URLs. + """ + if url.startswith(("https://", "http://")): + return url + else: + return urllib.parse.urljoin(base_url, url) + + +@functools.total_ordering +class Link: + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "_path", + "_hashes", + "comes_from", + "requires_python", + "yanked_reason", + "metadata_file_data", + "cache_link_parsing", + "egg_fragment", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "IndexContent"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + metadata_file_data: Optional[MetadataFile] = None, + cache_link_parsing: bool = True, + hashes: Optional[Mapping[str, str]] = None, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of IndexContent where the link was found, + or string. + :param requires_python: String containing the `Requires-Python` + metadata field, specified in PEP 345. This may be specified by + a data-requires-python attribute in the HTML link tag, as + described in PEP 503. + :param yanked_reason: the reason the file has been yanked, if the + file has been yanked, or None if the file hasn't been yanked. + This is the value of the "data-yanked" attribute, if present, in + a simple repository HTML link. If the file has been yanked but + no reason was provided, this should be the empty string. See + PEP 592 for more information and the specification. + :param metadata_file_data: the metadata attached to the file, or None if + no such metadata is provided. This argument, if not None, indicates + that a separate metadata file exists, and also optionally supplies + hashes for that file. + :param cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link should be cached. PyPI + URLs should generally have this set to False, for example. + :param hashes: A mapping of hash names to digests to allow us to + determine the validity of a download. + """ + + # The comes_from, requires_python, and metadata_file_data arguments are + # only used by classmethods of this class, and are not used in client + # code directly. + + # url can be a UNC windows share + if url.startswith("\\\\"): + url = path_to_url(url) + + self._parsed_url = urllib.parse.urlsplit(url) + # Store the url as a private attribute to prevent accidentally + # trying to set a new value. + self._url = url + # The .path property is hot, so calculate its value ahead of time. + self._path = urllib.parse.unquote(self._parsed_url.path) + + link_hash = LinkHash.find_hash_url_fragment(url) + hashes_from_link = {} if link_hash is None else link_hash.as_dict() + if hashes is None: + self._hashes = hashes_from_link + else: + self._hashes = {**hashes, **hashes_from_link} + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + self.metadata_file_data = metadata_file_data + + 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(_absolute_link_url(page_url, file_url)) + pyrequire = file_data.get("requires-python") + yanked_reason = file_data.get("yanked") + hashes = file_data.get("hashes", {}) + + # PEP 714: Indexes must use the name core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = file_data.get("core-metadata") + if metadata_info is None: + metadata_info = file_data.get("dist-info-metadata") + + # The metadata info value may be a boolean, or a dict of hashes. + if isinstance(metadata_info, dict): + # The file exists, and hashes have been supplied + metadata_file_data = MetadataFile(supported_hashes(metadata_info)) + elif metadata_info: + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + else: + # False or not present: the file does not exist + metadata_file_data = None + + # The Link.yanked_reason expects an empty string instead of a boolean. + if yanked_reason and not isinstance(yanked_reason, str): + yanked_reason = "" + # The Link.yanked_reason expects None instead of False. + elif not yanked_reason: + yanked_reason = None + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + hashes=hashes, + metadata_file_data=metadata_file_data, + ) + + @classmethod + def from_element( + cls, + anchor_attribs: Dict[str, Optional[str]], + page_url: str, + base_url: str, + ) -> Optional["Link"]: + """ + Convert an anchor element's attributes in a simple repository page to a Link. + """ + href = anchor_attribs.get("href") + if not href: + return None + + url = _ensure_quoted_url(_absolute_link_url(base_url, href)) + pyrequire = anchor_attribs.get("data-requires-python") + yanked_reason = anchor_attribs.get("data-yanked") + + # PEP 714: Indexes must use the name data-core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = anchor_attribs.get("data-core-metadata") + if metadata_info is None: + metadata_info = anchor_attribs.get("data-dist-info-metadata") + # The metadata info value may be the string "true", or a string of + # the form "hashname=hashval" + if metadata_info == "true": + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + elif metadata_info is None: + # The file does not exist + metadata_file_data = None + else: + # The file exists, and hashes have been supplied + hashname, sep, hashval = metadata_info.partition("=") + if sep == "=": + metadata_file_data = MetadataFile(supported_hashes({hashname: hashval})) + else: + # Error - data is wrong. Treat as no hashes supplied. + logger.debug( + "Index returned invalid data-dist-info-metadata value: %s", + metadata_info, + ) + metadata_file_data = MetadataFile(None) + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + metadata_file_data=metadata_file_data, + ) + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return f"{redact_auth_from_url(self._url)} (from {self.comes_from}){rp}" + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash(self.url) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Link): + return NotImplemented + return self.url == other.url + + def __lt__(self, other: Any) -> bool: + if not isinstance(other, Link): + return NotImplemented + return self.url < other.url + + @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 self._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.1", + issue=13157, + ) + + return project_name + + _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") + + @property + def subdirectory_fragment(self) -> Optional[str]: + match = self._subdirectory_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + def metadata_link(self) -> Optional["Link"]: + """Return a link to the associated core metadata file (if any).""" + if self.metadata_file_data is None: + return None + metadata_url = f"{self.url_without_fragment}.metadata" + if self.metadata_file_data.hashes is None: + return Link(metadata_url) + return Link(metadata_url, hashes=self.metadata_file_data.hashes) + + def as_hashes(self) -> Hashes: + return Hashes({k: [v] for k, v in self._hashes.items()}) + + @property + def hash(self) -> Optional[str]: + return next(iter(self._hashes.values()), None) + + @property + def hash_name(self) -> Optional[str]: + return next(iter(self._hashes), None) + + @property + def show_url(self) -> str: + return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0]) + + @property + def is_file(self) -> bool: + return self.scheme == "file" + + def is_existing_dir(self) -> bool: + return self.is_file and os.path.isdir(self.file_path) + + @property + def is_wheel(self) -> bool: + return self.ext == WHEEL_EXTENSION + + @property + def is_vcs(self) -> bool: + from pip._internal.vcs import vcs + + return self.scheme in vcs.all_schemes + + @property + def is_yanked(self) -> bool: + return self.yanked_reason is not None + + @property + def has_hash(self) -> bool: + return bool(self._hashes) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed by `hashes`. + """ + if hashes is None: + return False + return any(hashes.is_hash_allowed(k, v) for k, v in self._hashes.items()) + + +class _CleanResult(NamedTuple): + """Convert link for equivalency check. + + This is used in the resolver to check whether two URL-specified requirements + likely point to the same distribution and can be considered equivalent. This + equivalency logic avoids comparing URLs literally, which can be too strict + (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users. + + Currently this does three things: + + 1. Drop the basic auth part. This is technically wrong since a server can + serve different content based on auth, but if it does that, it is even + impossible to guarantee two URLs without auth are equivalent, since + the user can input different auth information when prompted. So the + practical solution is to assume the auth doesn't affect the response. + 2. Parse the query to avoid the ordering issue. Note that ordering under the + same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are + still considered different. + 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and + hash values, since it should have no impact the downloaded content. Note + that this drops the "egg=" part historically used to denote the requested + project (and extras), which is wrong in the strictest sense, but too many + people are supplying it inconsistently to cause superfluous resolution + conflicts, so we choose to also ignore them. + """ + + parsed: urllib.parse.SplitResult + query: Dict[str, List[str]] + subdirectory: str + hashes: Dict[str, str] + + +def _clean_link(link: Link) -> _CleanResult: + parsed = link._parsed_url + netloc = parsed.netloc.rsplit("@", 1)[-1] + # According to RFC 8089, an empty host in file: means localhost. + if parsed.scheme == "file" and not netloc: + netloc = "localhost" + fragment = urllib.parse.parse_qs(parsed.fragment) + if "egg" in fragment: + logger.debug("Ignoring egg= fragment in %s", link) + try: + # If there are multiple subdirectory values, use the first one. + # This matches the behavior of Link.subdirectory_fragment. + subdirectory = fragment["subdirectory"][0] + except (IndexError, KeyError): + subdirectory = "" + # If there are multiple hash values under the same algorithm, use the + # first one. This matches the behavior of Link.hash_value. + hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment} + return _CleanResult( + parsed=parsed._replace(netloc=netloc, query="", fragment=""), + query=urllib.parse.parse_qs(parsed.query), + subdirectory=subdirectory, + hashes=hashes, + ) + + +@functools.lru_cache(maxsize=None) +def links_equivalent(link1: Link, link2: Link) -> bool: + return _clean_link(link1) == _clean_link(link2) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py b/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000..06a9a55 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/models/scheme.py @@ -0,0 +1,25 @@ +""" +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. +""" + +from dataclasses import dataclass + +SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] + + +@dataclass(frozen=True) +class Scheme: + """A Scheme holds paths which are used as the base directories for + artifacts associated with a Python package. + """ + + __slots__ = SCHEME_KEYS + + platlib: str + purelib: str + headers: str + scripts: str + data: str diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py b/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 0000000..ee7bc86 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,127 @@ +import itertools +import logging +import os +import posixpath +import urllib.parse +from dataclasses import dataclass +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__) + + +@dataclass(frozen=True) +class SearchScope: + """ + Encapsulates the locations that pip is configured to search. + """ + + __slots__ = ["find_links", "index_urls", "no_index"] + + find_links: List[str] + index_urls: List[str] + no_index: bool + + @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 get_formatted_locations(self) -> str: + lines = [] + redacted_index_urls = [] + if self.index_urls and self.index_urls != [PyPI.simple_url]: + for url in self.index_urls: + redacted_index_url = redact_auth_from_url(url) + + # Parse the URL + purl = urllib.parse.urlsplit(redacted_index_url) + + # URL is generally invalid if scheme and netloc is missing + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not purl.scheme and not purl.netloc: + logger.warning( + 'The index url "%s" seems invalid, please provide a scheme.', + redacted_index_url, + ) + + redacted_index_urls.append(redacted_index_url) + + lines.append( + "Looking in indexes: {}".format(", ".join(redacted_index_urls)) + ) + + if self.find_links: + lines.append( + "Looking in links: {}".format( + ", ".join(redact_auth_from_url(url) for url in self.find_links) + ) + ) + return "\n".join(lines) + + def get_index_urls_locations(self, project_name: str) -> List[str]: + """Returns the locations found via self.index_urls + + Checks the url_name on the main (first in the list) index and + use this url_name to produce all locations + """ + + def mkurl_pypi_url(url: str) -> str: + loc = posixpath.join( + url, urllib.parse.quote(canonicalize_name(project_name)) + ) + # For maximum compatibility with easy_install, ensure the path + # ends in a trailing slash. Although this isn't in the spec + # (and PyPI can handle it without the slash) some other index + # implementations might break if they relied on easy_install's + # behavior. + if not loc.endswith("/"): + loc = loc + "/" + return loc + + return [mkurl_pypi_url(url) for url in self.index_urls] diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py b/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 0000000..e9b50aa --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py @@ -0,0 +1,53 @@ +from typing import Optional + +from pip._internal.models.format_control import FormatControl + + +# TODO: This needs Python 3.10's improved slots support for dataclasses +# to be converted into a dataclass. +class SelectionPreferences: + """ + Encapsulates the candidate selection preferences for downloading + and installing files. + """ + + __slots__ = [ + "allow_yanked", + "allow_all_prereleases", + "format_control", + "prefer_binary", + "ignore_requires_python", + ] + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + allow_yanked: bool, + allow_all_prereleases: bool = False, + format_control: Optional[FormatControl] = None, + prefer_binary: bool = False, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """Create a SelectionPreferences object. + + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param format_control: A FormatControl object or None. Used to control + the selection of source packages / binary packages when consulting + the index and links. + :param prefer_binary: Whether to prefer an old, but valid, binary + dist over a new source dist. + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self.allow_yanked = allow_yanked + self.allow_all_prereleases = allow_all_prereleases + self.format_control = format_control + self.prefer_binary = prefer_binary + self.ignore_requires_python = ignore_requires_python diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py b/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 0000000..88925a9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,121 @@ +import sys +from typing import List, Optional, Set, Tuple + +from pip._vendor.packaging.tags import Tag + +from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot +from pip._internal.utils.misc import normalize_version_info + + +class TargetPython: + """ + Encapsulates the properties of a Python interpreter one is targeting + for a package install, download, etc. + """ + + __slots__ = [ + "_given_py_version_info", + "abis", + "implementation", + "platforms", + "py_version", + "py_version_info", + "_valid_tags", + "_valid_tags_set", + ] + + def __init__( + self, + platforms: Optional[List[str]] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + abis: Optional[List[str]] = None, + implementation: Optional[str] = None, + ) -> None: + """ + :param platforms: A list of strings or None. If None, searches for + packages that are supported by the current system. Otherwise, will + find packages that can be built on the platforms passed in. These + packages will only be downloaded for distribution: they will + not be built locally. + :param py_version_info: An optional tuple of ints representing the + Python version information to use (e.g. `sys.version_info[:3]`). + This can have length 1, 2, or 3 when provided. + :param abis: A list of strings or None. This is passed to + compatibility_tags.py's get_supported() function as is. + :param implementation: A string or None. This is passed to + compatibility_tags.py's get_supported() function as is. + """ + # Store the given py_version_info for when we call get_supported(). + self._given_py_version_info = py_version_info + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + py_version = ".".join(map(str, py_version_info[:2])) + + self.abis = abis + self.implementation = implementation + self.platforms = platforms + self.py_version = py_version + self.py_version_info = py_version_info + + # This is used to cache the return value of get_(un)sorted_tags. + self._valid_tags: Optional[List[Tag]] = None + self._valid_tags_set: Optional[Set[Tag]] = None + + def format_given(self) -> str: + """ + Format the given, non-None attributes for display. + """ + display_version = None + if self._given_py_version_info is not None: + display_version = ".".join( + str(part) for part in self._given_py_version_info + ) + + key_values = [ + ("platforms", self.platforms), + ("version_info", display_version), + ("abis", self.abis), + ("implementation", self.implementation), + ] + return " ".join( + f"{key}={value!r}" for key, value in key_values if value is not None + ) + + def get_sorted_tags(self) -> List[Tag]: + """ + Return the supported PEP 425 tags to check wheel candidates against. + + The tags are returned in order of preference (most preferred first). + """ + if self._valid_tags is None: + # Pass versions=None if no py_version_info was given since + # versions=None uses special default logic. + py_version_info = self._given_py_version_info + if py_version_info is None: + version = None + else: + version = version_info_to_nodot(py_version_info) + + tags = get_supported( + version=version, + platforms=self.platforms, + abis=self.abis, + impl=self.implementation, + ) + self._valid_tags = tags + + return self._valid_tags + + def get_unsorted_tags(self) -> Set[Tag]: + """Exactly the same as get_sorted_tags, but returns a set. + + This is important for performance. + """ + if self._valid_tags_set is None: + self._valid_tags_set = set(self.get_sorted_tags()) + + return self._valid_tags_set diff --git a/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py b/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000..ea85600 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,118 @@ +"""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._vendor.packaging.utils import ( + InvalidWheelFilename as PackagingInvalidWheelName, +) +from pip._vendor.packaging.utils import parse_wheel_filename + +from pip._internal.exceptions import InvalidWheelFilename +from pip._internal.utils.deprecation import deprecated + + +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("_", "-") + _version = wheel_info.group("ver") + if "_" in _version: + try: + parse_wheel_filename(filename) + except PackagingInvalidWheelName as e: + deprecated( + reason=( + f"Wheel filename {filename!r} is not correctly normalised. " + "Future versions of pip will raise the following error:\n" + f"{e.args[0]}\n\n" + ), + replacement=( + "to rename the wheel to use a correctly normalised " + "name (this may require updating the version in " + "the project metadata)" + ), + gone_in="25.1", + issue=12938, + ) + + _version = _version.replace("_", "-") + + self.version = _version + self.build_tag = wheel_info.group("build") + self.pyversions = wheel_info.group("pyver").split(".") + self.abis = wheel_info.group("abi").split(".") + self.plats = wheel_info.group("plat").split(".") + + # All the tag combinations from this file + self.file_tags = { + Tag(x, y, z) for x in self.pyversions for y in self.abis for z in self.plats + } + + def get_formatted_file_tags(self) -> List[str]: + """Return the wheel's tags as a sorted list of strings.""" + return sorted(str(tag) for tag in self.file_tags) + + def support_index_min(self, tags: List[Tag]) -> int: + """Return the lowest index that one of the wheel's file_tag combinations + achieves in the given list of supported tags. + + For example, if there are 8 supported tags and one of the file tags + is first in the list, then return 0. + + :param tags: the PEP 425 tags to check the wheel against, in order + with most preferred first. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + try: + return next(i for i, t in enumerate(tags) if t in self.file_tags) + except StopIteration: + raise ValueError() + + def find_most_preferred_tag( + self, tags: List[Tag], tag_to_priority: Dict[Tag, int] + ) -> int: + """Return the priority of the most preferred tag that one of the wheel's file + tag combinations achieves in the given list of supported tags using the given + tag_to_priority mapping, where lower priorities are more-preferred. + + This is used in place of support_index_min in some cases in order to avoid + an expensive linear scan of a large list of tags. + + :param tags: the PEP 425 tags to check the wheel against. + :param tag_to_priority: a mapping from tag to priority of that tag, where + lower is more preferred. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + return min( + tag_to_priority[tag] for tag in self.file_tags if tag in tag_to_priority + ) + + def supported(self, tags: Iterable[Tag]) -> bool: + """Return whether the wheel is compatible with one of the given tags. + + :param tags: the PEP 425 tags to check the wheel against. + """ + return not self.file_tags.isdisjoint(tags) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000..b51bde9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3228f4ed6df98d37f2f4c3fe79b380ef1787560d GIT binary patch literal 253 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 ORBp<(pPN-@KmC7nYdoO< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a4b19c1e44d47843febe671ea2bf9733eef8e70 GIT binary patch literal 4803 zcma)A&2JmW72nxil1qxzw`DnY(rp?vVPKO@hOxYB+w zGegM~Xdtazw;ZDW-YiLptWlH#hqE(p-pu>G_kQzM zS))<2@cH`jKlaM&mi141xcqVP@E*SEZ)mvHu{h&)%sLFePHZPm$6++)#%|(vT+=Vb zrKH>`CzVbm@j6~o?NrTpIj$v3oh8$+#Py`nX_&qjFDEOV71OWAtI1ktEm`lZo99}* zk!*H0(O(iPye_WvT;AZzPu$LyaPVB=E7z=^%~$!_6ZeF5uHLu!I^TF=@eQ$b;&isT z{m^P|9$)|9lTSYKyJ5F4{3sd3A`z($b(E#8+BY!G+G(L{#N(kB zI!Z*-&AmHO8p_dw5A*7MkqQ~=Oy=H)15y&kdFj&>9jv+XPz*xMiaQw}-3gVrOS>*k z+>7Gbg!i#fgDh2|Y3FMp-w(SuT%eOd(1TQ7kzx>I3@U0ORYNHP9${-aS(TTi&_kJa z85uJ9P@kN47hhFJqph)V-iZT1oSnSZlUWiNMD9UzWlsPP4Ws2Uq@P(5;b48+Yk#VQ zRBf5{BRyzyahM8yYcJCM;qI+n8K&KSl?(B5YnfrKnqCxcv zn%`N+WzK$MG3zs!`4F~iYqZAj%&gDN$dT2wj}IU8{3C%tNMF@{*zF3Xe2the2ccd% znfCXGO8e>{8kjj4>4z!z2Qs5IH6I@-z8DInl^-fU>dnNCLPg3&8t%q|w~Q!7SLMTp zzmPJM2G~o@22P(}Rl~sm4po8|J_!WLsw-q4xzGO6F4b9`m6?4mw=nQuaF|3U@xP-H z7E;ve*qn77ZVQ(?-0itvSv|%}y!@ozDe(%83XF1(SCLRW_I;mn#NS1p@rf6Y`cb#< zN6J@N;_J*GD&Y%+sDDKMC3ovkBHn$Zk?10gM}88HjJh<_{;rrrMg#}?ne>ljq{*4B znvwaWFCm*7K11ND=3yU5a3H%rbH6!dOjA0MDq|O|y;HM&o3PXO1#XztZJtBqk8>KW2KY}u{uOkZ5Xy#o zeYnI}MQXbUG9z374N5~47+pL&O5-f#FcENmH2Ua)&ofv?;Y4^MR1(qchiRk|QmBr? zfu9XQK@>A0Cap$Mh!yZeF?!Q%CLV=!VL>mr%b;e=HTMohA?=~%5J*fdyGs|&-NMt5 zfTs&6Qh^*P%pu?>+>}>mX&_fX9XnlO-sy+>^hLfEL^}qr44LwN2~s^_zh~Myu};|; zXm-rTR$y}r`D*VRf8U(qa*7e5PV#FfOGT^c_`WvWlO)EYfbq zMefGP(cI2d?hZoT&)xkjN(^+OycdW-Q z*46M`I<({)kf=everAo`Gn-lI%4D{I*>|ZwcJ`OY=Fb14@yLaDQV)1PxQw@6G1BY= znov3|`X;z6YjV4^6a5v{W%MN)svK8(SsZ6aff^-olpd(&s_~0#!0<~xtAJ%F59JcZ z^O9k3wcA0)C9%gJq#5K!27d$D4-<; zsCi}^V|popas`YtWfXlAFfHAB4O~ zObl&bjte8dI+Z6bp-6sCG~K?u%Ghh~$k(xV(=Cjq{4+sAFEvSaD4NbiNLCElNh#J$lrAIP7SA^olJAq^O)3qD zHG&|o1;h`-nELe~_+l8wlbK2o@T`krM`>v)g92G94f4|NNDC#YR*;lZvO=Q{UPUEk zfFx_>J!;5yd7m00guF2+JGvr{r=^Dh{|1SeBIGK1KECRQXgtehTWjm3EpMx4Z@K4& zLO>&RLnXEE*2`O!m#UK1G_T2DBLlJ>Uvc?>~ z^Aal0R)7~8p2=31ioHo$Upz>P=KOpATS%FTrE~qV)bxe6MO+yxNpF;SvDx&^y*1QP ztXif39w{vnL+6Hg^KGMRK{AO{*IWe@a9M0#=ZhF8ATCAo1(SI{EByQpE*MJ@+OFj} V^zysS>NfqZqFr}vcav?_{sZ^dtGNIG literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/download.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/download.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b25c0f81d6cf9e109bbde4123b00ca6653c976de GIT binary patch literal 5493 zcmbVQOLN@D5yl(X<#PEHCF;4B%|vTUOF!Z`sd6IOdf0MgN-=56-c$+&E@rtP@mLLp zqPfAk9Me}^lRRBk!BDz}`X#8$o@EclXAd0-2TnZ`_Grn|rHo=wKb zs|v0^4*#^ads0#ULY>1`1)XcS)2^y0zS35F)z?C`t;wg}*5%V^8}ezkO+59`itM%> zIc+DZv@0sjF~Vvz)*h2>Gpt49?Qz+*!g@5(o{()joQ$U0Q?l)Z)6qZ1 zLbj{nTy(O1Qnts!Q_*~TK04h#9i3^Pk-S=XHagcn7oBgPk1n(?s0!0}8|=9~wSCba zXJdYyIqdm)rEB;T{^XZN`vu9JVl)0UTfkeJeGhLPf5xB1+wc1)BzFPh=lql4T=GwW zGe6>5{%QXVxXpbjb+*v8{ImW!a9{M#vy(o_uCp<4FZc~`UwTLJpYtz%srVOnwDx86 zp7&os?*;U(_}a44To^QOBwKNqcz&ZBge+}r1)|sJ^JI;)G;IX2A9OsC@U&I^hK#k; z)N|*yVBA{`S?=8Jiy(=;FgI5=`yp$px$^-_`$?Qq`}`Ucu0N9RmO@?5VxMuwF=B3s ziLHchTu5=g2y`aC0HDV6dWWRg! zts6H#Sk5Q87o^PXCfrShCpOc30y~i_ayz}vcq7H=F}#jE;ikcW<+GgmUPrjzrsx%) z*yLgEr2Q}u>{F2&G(WdE6PrBlz&H0VYLic2$DLjV88|}8ly%it=an7xzOt+siqM2E zjIO>7ucF^4@a<(~OKECLgL)^41&hU%ki~1F*EDlIh(&Jqm7I+x>#sRQWVM`$*yQcsvdkKTI)gkte-C^cQ{hFlOS)8Z5fGdS#V+aicgby~Gl?Fm1FZf=CIV_w^Lf>n=qbi61pLcf7q>hce0kS2H3 zp`NMhs?gT;4UN~)Hikw_JacFWD>E>{%yj--W_}Iq3p>+yRJ63;8ADSzB!OQRmEEeZ zXXc)!DzPPdM$toiY)=uj_3;gZzv-JpD?TxrbzS!AnV!DuTi{nR-M2C7uIy>_R@CJR z?aWF)$?RoCOk^5HIbUf*Cv!4;M+L$vO9QQO>9N`zOnjI^`wi*8eq$jW)Jy0Qdm+8G z5-5rTzsMaZ#}zPgZjer!lZ6T`7$QtM+<|uT8GDip)zRu|O{;5`3Z811CI$DzEM&A=XGH@za0|38*&mQ0Yd^-B1I|>kP`PJJPooXO8gTIbP zK2whH4?dhv`mF11hOm6OYnoDC1hf5J{{Wq0*L%tkJI|1A-vr&&eQl56r}H^s2!L!y zm2lMi^BHMJAMD7D-Sc?*|ElJ4!;5_>rHHOl!=ts!d_)#&1YOBToWYhFLE2zZUu+j@ zeOxO;DB(pavuWif103MK5%L4zk=yT&8WoCK@GCDWw5O+nHx2$nD1pBLlB?0P4T3qy zD$mgMJ211zBH~E{djx;?fpzloE(T18Z z@I(PLuMCaMNG}O<*P_&d(YkN!k!`@|mk@G{H%O9^UWH5>W9$u`Ulq=JW!IqI-o6xm zb$>J^e{+z$!vsvw2z=&+2MU)iP0qfCNDw#PU0J!;D5L!4M%N1w%hwvK$QBKeNb}KP z3h)OqV6-?9R7pI9bic6Hp!C)&hrIP0N~8QoAi2`47V1AiJsrl9n&eZ|twce@$jV6R zYnw2ri|ou|DggLPB;r*fuYokpL*Yr{iwvCW7=IjTXP%MAO3=8Nlv0SZjGAV^xHXt} z7PljF8$At`-y+d=T2vxOY)&{MyGxt5&>)-dqBsDuU`1FKcw5&p6bQcIn_uZe6bghh zRmpVN$69)&d7h#vQ?c9`=3V)l%kt6bP5IFTa)TZU_k@wVbu@z(JTYk!pd$7r~2E z`?pDuOwAM*VG9&%SXLgXOOKF9-H~1L@q_Xc$@P(r%*w*

G^hiQ}UF354rr^aZk{ zWmeU}%)$Cv<%mMZ4l=VxQUAy~$1rifLZqsutPnF5AlL6J@j0pxw-;2vTvY~BnX!&@ z&Ze54d{6m86~?aV1KR8Qx|OMWx~hDEDrabXW^Acj3ROE&4k{ghy^7tV#z9>&Mtrzd zZATy4Vmz~aeMkGvG^!H&hVn~$Sjn8-dREzkqdj=*J|r3_y>=iyc3x4^CPA_2!cpurwt8|3 z6QZboa&2q%aqapji&BNl--5m#O>uHO{&ONW2-OTly~!73x5JTaJ2--j74<%XG-_u; zLQ?2|eY z$}z_)q%*iJ0jS_zoHKCi=T=&7I7Zz_g`5^xZkq?Pbq0Pym`5KXfCCV06 zU;KTLU*S$^`wmKZP1C;9bnRQssQ&Y!Bi}z23g|P}XcA?_{~QXKJ+F+yfrW#zjk^pA z2n>fpLuC{iCf@c$r&oI2{}3Pe5*Ebo5}~E>Wg-XLmOCcRd`VVja87ZT6hK-@{|xeLL?mFXH`MnL4-5{CeZ;>A#G4ZF<_Pg;4=D|M3yT8;1~2k;Kl%x>{HJ z2r=OSVv|Jw%cULm(VrfLKmB!Z1poYFXoY`5q)mjt&3^&XtQDXOi6KEJ;YY5=SBc03 zPKuSV<36<*kuH&Ah9sZhV9?obAUng=5SCo$a8*pu4+;4HG=RuBxOLOSN48T2^)9T-G8ry8;wu`*n0kFqq zUE3O!wfx6;%_)rV>qKbFxrM-kh|1-1bYc_M+h=g3Z@H-E{DikSdw}{$q%A}Y7N(qv zl>CAmQ6BnRoiJ#X=QS58GnEIw{M6A=?9&dDe*vXMa6WzXbs@inf05Xy#j$n%nF9z_ zQg?Z=&iz%4{(5M2=ue;G(0cBugmT0v(MzlRJ1LtYz-|evvPP2U+2cEsV_H#=c8Y^C z6&IuW6ZO#@d0;L)fzl73B|?92$OxO8tJ{L5MWT6~xO5OGl95bf6j`NJ5BaV1V2VPy z^JWpke@f+^EU65|LG-8JEDp2yAtw~SS#YY_oUYmAEoFeV5TK`DoU`X9=1$b@=?nh? D!|Grm literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..455ff0af3146cc7671308d02e0571bd2e1951b28 GIT binary patch literal 8421 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 Optional[AuthInfo]: ... + + @abstractmethod + def save_auth_info(self, url: str, username: str, password: str) -> None: ... + + +class KeyRingNullProvider(KeyRingBaseProvider): + """Keyring null provider""" + + has_keyring = False + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return None + + +class KeyRingPythonProvider(KeyRingBaseProvider): + """Keyring interface which uses locally imported `keyring`""" + + has_keyring = True + + def __init__(self) -> None: + import keyring + + self.keyring = keyring + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # Support keyring's get_credential interface which supports getting + # credentials without a username. This is only available for + # keyring>=15.2.0. + if hasattr(self.keyring, "get_credential"): + logger.debug("Getting credentials from keyring for %s", url) + cred = self.keyring.get_credential(url, username) + if cred is not None: + return cred.username, cred.password + return None + + if username is not None: + logger.debug("Getting password from keyring for %s", url) + password = self.keyring.get_password(url, username) + if password: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + self.keyring.set_password(url, username, password) + + +class KeyRingCliProvider(KeyRingBaseProvider): + """Provider which uses `keyring` cli + + Instead of calling the keyring package installed alongside pip + we call keyring on the command line which will enable pip to + use which ever installation of keyring is available first in + PATH. + """ + + has_keyring = True + + def __init__(self, cmd: str) -> None: + self.keyring = cmd + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # This is the default implementation of keyring.get_credential + # https://github.com/jaraco/keyring/blob/97689324abcf01bd1793d49063e7ca01e03d7d07/keyring/backend.py#L134-L139 + if username is not None: + password = self._get_password(url, username) + if password is not None: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return self._set_password(url, username, password) + + def _get_password(self, service_name: str, username: str) -> Optional[str]: + """Mirror the implementation of keyring.get_password using cli""" + if self.keyring is None: + return None + + cmd = [self.keyring, "get", service_name, username] + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + res = subprocess.run( + cmd, + stdin=subprocess.DEVNULL, + stdout=subprocess.PIPE, + env=env, + ) + if res.returncode: + return None + return res.stdout.decode("utf-8").strip(os.linesep) + + def _set_password(self, service_name: str, username: str, password: str) -> None: + """Mirror the implementation of keyring.set_password using cli""" + if self.keyring is None: + return None + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + subprocess.run( + [self.keyring, "set", service_name, username], + input=f"{password}{os.linesep}".encode(), + env=env, + check=True, + ) + return None + + +@lru_cache(maxsize=None) +def get_keyring_provider(provider: str) -> KeyRingBaseProvider: + logger.verbose("Keyring provider requested: %s", provider) + + # keyring has previously failed and been disabled + if KEYRING_DISABLED: + provider = "disabled" + if provider in ["import", "auto"]: + try: + impl = KeyRingPythonProvider() + logger.verbose("Keyring provider set: import") + return impl + except ImportError: + pass + except Exception as exc: + # In the event of an unexpected exception + # we should warn the user + msg = "Installed copy of keyring fails with exception %s" + if provider == "auto": + msg = msg + ", trying to find a keyring executable as a fallback" + logger.warning(msg, exc, exc_info=logger.isEnabledFor(logging.DEBUG)) + if provider in ["subprocess", "auto"]: + cli = shutil.which("keyring") + if cli and cli.startswith(sysconfig.get_path("scripts")): + # all code within this function is stolen from shutil.which implementation + @typing.no_type_check + def PATH_as_shutil_which_determines_it() -> str: + path = os.environ.get("PATH", None) + if path is None: + try: + path = os.confstr("CS_PATH") + except (AttributeError, ValueError): + # os.confstr() or CS_PATH is not available + path = os.defpath + # bpo-35755: Don't use os.defpath if the PATH environment variable is + # set to an empty string + + return path + + scripts = Path(sysconfig.get_path("scripts")) + + paths = [] + for path in PATH_as_shutil_which_determines_it().split(os.pathsep): + p = Path(path) + try: + if not p.samefile(scripts): + paths.append(path) + except FileNotFoundError: + pass + + path = os.pathsep.join(paths) + + cli = shutil.which("keyring", path=path) + + if cli: + logger.verbose("Keyring provider set: subprocess with executable %s", cli) + return KeyRingCliProvider(cli) + + logger.verbose("Keyring provider set: disabled") + return KeyRingNullProvider() + + +class MultiDomainBasicAuth(AuthBase): + def __init__( + self, + prompting: bool = True, + index_urls: Optional[List[str]] = None, + keyring_provider: str = "auto", + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + self.keyring_provider = keyring_provider # type: ignore[assignment] + self.passwords: Dict[str, AuthInfo] = {} + # When the user is prompted to enter credentials and keyring is + # available, we will offer to save them. If the user accepts, + # this value is set to the credentials they entered. After the + # request authenticates, the caller should call + # ``save_credentials`` to save these. + self._credentials_to_save: Optional[Credentials] = None + + @property + def keyring_provider(self) -> KeyRingBaseProvider: + return get_keyring_provider(self._keyring_provider) + + @keyring_provider.setter + def keyring_provider(self, provider: str) -> None: + # The free function get_keyring_provider has been decorated with + # functools.cache. If an exception occurs in get_keyring_auth that + # cache will be cleared and keyring disabled, take that into account + # if you want to remove this indirection. + self._keyring_provider = provider + + @property + def use_keyring(self) -> bool: + # We won't use keyring when --no-input is passed unless + # a specific provider is requested because it might require + # user interaction + return self.prompting or self._keyring_provider not in ["auto", "disabled"] + + def _get_keyring_auth( + self, + url: Optional[str], + username: Optional[str], + ) -> Optional[AuthInfo]: + """Return the tuple auth for a given url from keyring.""" + # Do nothing if no url was provided + if not url: + return None + + try: + return self.keyring_provider.get_auth_info(url, username) + except Exception as exc: + # Log the full exception (with stacktrace) at debug, so it'll only + # show up when running in verbose mode. + logger.debug("Keyring is skipped due to an exception", exc_info=True) + # Always log a shortened version of the exception. + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + global KEYRING_DISABLED + KEYRING_DISABLED = True + get_keyring_provider.cache_clear() + return None + + def _get_index_url(self, url: str) -> Optional[str]: + """Return the original index URL matching the requested URL. + + Cached or dynamically generated credentials may work against + the original index URL rather than just the netloc. + + The provided url should have had its username and password + removed already. If the original index url had credentials then + they will be included in the return value. + + Returns None if no matching index was found, or if --no-index + was specified by the user. + """ + if not url or not self.index_urls: + return None + + url = remove_auth_from_url(url).rstrip("/") + "/" + parsed_url = urllib.parse.urlsplit(url) + + candidates = [] + + for index in self.index_urls: + index = index.rstrip("/") + "/" + parsed_index = urllib.parse.urlsplit(remove_auth_from_url(index)) + if parsed_url == parsed_index: + return index + + if parsed_url.netloc != parsed_index.netloc: + continue + + candidate = urllib.parse.urlsplit(index) + candidates.append(candidate) + + if not candidates: + return None + + candidates.sort( + reverse=True, + key=lambda candidate: commonprefix( + [ + parsed_url.path, + candidate.path, + ] + ).rfind("/"), + ) + + return urllib.parse.urlunsplit(candidates[0]) + + def _get_new_credentials( + self, + original_url: str, + *, + allow_netrc: bool = True, + allow_keyring: bool = False, + ) -> AuthInfo: + """Find and return credentials for the specified URL.""" + # Split the credentials and netloc from the url. + url, netloc, url_user_password = split_auth_netloc_from_url( + original_url, + ) + + # Start with the credentials embedded in the url + username, password = url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in url for %s", netloc) + return url_user_password + + # Find a matching index url for this request + index_url = self._get_index_url(url) + if index_url: + # Split the credentials from the url. + index_info = split_auth_netloc_from_url(index_url) + if index_info: + index_url, _, index_url_user_password = index_info + logger.debug("Found index url %s", index_url) + + # If an index URL was found, try its embedded credentials + if index_url and index_url_user_password[0] is not None: + username, password = index_url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in index url for %s", netloc) + return index_url_user_password + + # Get creds from netrc if we still don't have them + if allow_netrc: + netrc_auth = get_netrc_auth(original_url) + if netrc_auth: + logger.debug("Found credentials in netrc for %s", netloc) + return netrc_auth + + # If we don't have a password and keyring is available, use it. + if allow_keyring: + # The index url is more specific than the netloc, so try it first + # fmt: off + kr_auth = ( + self._get_keyring_auth(index_url, username) or + self._get_keyring_auth(netloc, username) + ) + # fmt: on + if kr_auth: + logger.debug("Found credentials in keyring for %s", netloc) + return kr_auth + + return username, password + + def _get_url_and_credentials( + self, original_url: str + ) -> Tuple[str, Optional[str], Optional[str]]: + """Return the credentials to use for the provided URL. + + If allowed, netrc and keyring may be used to obtain the + correct credentials. + + Returns (url_without_credentials, username, password). Note + that even if the original URL contains credentials, this + function may return a different username and password. + """ + url, netloc, _ = split_auth_netloc_from_url(original_url) + + # Try to get credentials from original url + username, password = self._get_new_credentials(original_url) + + # If credentials not found, use any stored credentials for this netloc. + # Do this if either the username or the password is missing. + # This accounts for the situation in which the user has specified + # the username in the index url, but the password comes from keyring. + if (username is None or password is None) and netloc in self.passwords: + un, pw = self.passwords[netloc] + # It is possible that the cached credentials are for a different username, + # in which case the cache should be ignored. + if username is None or username == un: + username, password = un, pw + + if username is not None or password is not None: + # Convert the username and password if they're None, so that + # this netloc will show up as "cached" in the conditional above. + # Further, HTTPBasicAuth doesn't accept None, so it makes sense to + # cache the value that is going to be used. + username = username or "" + password = password or "" + + # Store any acquired credentials. + self.passwords[netloc] = (username, password) + + assert ( + # Credentials were found + (username is not None and password is not None) + # Credentials were not found + or (username is None and password is None) + ), f"Could not load credentials from url: {original_url}" + + return url, username, password + + def __call__(self, req: Request) -> Request: + # Get credentials for this request + url, username, password = self._get_url_and_credentials(req.url) + + # Set the url of the request to the url without any credentials + req.url = url + + if username is not None and password is not None: + # Send the basic auth with this request + req = HTTPBasicAuth(username, password)(req) + + # Attach a hook to handle 401 responses + req.register_hook("response", self.handle_401) + + return req + + # Factored out to allow for easy patching in tests + def _prompt_for_password( + self, netloc: str + ) -> Tuple[Optional[str], Optional[str], bool]: + username = ask_input(f"User for {netloc}: ") if self.prompting else None + if not username: + return None, None, False + if self.use_keyring: + auth = self._get_keyring_auth(netloc, username) + if auth and auth[0] is not None and auth[1] is not None: + return auth[0], auth[1], False + password = ask_password("Password: ") + return username, password, True + + # Factored out to allow for easy patching in tests + def _should_save_password_to_keyring(self) -> bool: + if ( + not self.prompting + or not self.use_keyring + or not self.keyring_provider.has_keyring + ): + return False + return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" + + def handle_401(self, resp: Response, **kwargs: Any) -> Response: + # We only care about 401 responses, anything else we want to just + # pass through the actual response + if resp.status_code != 401: + return resp + + username, password = None, None + + # Query the keyring for credentials: + if self.use_keyring: + username, password = self._get_new_credentials( + resp.url, + allow_netrc=False, + allow_keyring=True, + ) + + # We are not able to prompt the user so simply return the response + if not self.prompting and not username and not password: + return resp + + parsed = urllib.parse.urlparse(resp.url) + + # Prompt the user for a new username and password + save = False + if not username and not password: + username, password, save = self._prompt_for_password(parsed.netloc) + + # Store the new username and password to use for future requests + self._credentials_to_save = None + if username is not None and password is not None: + self.passwords[parsed.netloc] = (username, password) + + # Prompt to save the password to keyring + if save and self._should_save_password_to_keyring(): + self._credentials_to_save = Credentials( + url=parsed.netloc, + username=username, + password=password, + ) + + # Consume content and release the original connection to allow our new + # request to reuse the same one. + # The result of the assignment isn't used, it's just needed to consume + # the content. + _ = resp.content + resp.raw.release_conn() + + # Add our new username and password to the request + req = HTTPBasicAuth(username or "", password or "")(resp.request) + req.register_hook("response", self.warn_on_401) + + # On successful request, save the credentials that were used to + # keyring. (Note that if the user responded "no" above, this member + # is not set and nothing will be saved.) + if self._credentials_to_save: + req.register_hook("response", self.save_credentials) + + # Send our new request + new_resp = resp.connection.send(req, **kwargs) + new_resp.history.append(resp) + + return new_resp + + def warn_on_401(self, resp: Response, **kwargs: Any) -> None: + """Response callback to warn about incorrect credentials.""" + if resp.status_code == 401: + logger.warning( + "401 Error, Credentials not correct for %s", + resp.request.url, + ) + + def save_credentials(self, resp: Response, **kwargs: Any) -> None: + """Response callback to save credentials on success.""" + assert ( + self.keyring_provider.has_keyring + ), "should never reach here without keyring" + + creds = self._credentials_to_save + self._credentials_to_save = None + if creds and resp.status_code < 400: + try: + logger.info("Saving credentials to keyring") + self.keyring_provider.save_auth_info( + creds.url, creds.username, creds.password + ) + except Exception: + logger.exception("Failed to save credentials") diff --git a/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py b/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000..fca04e6 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,118 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from datetime import datetime +from typing import BinaryIO, Generator, Optional, Union + +from pip._vendor.cachecontrol.cache import SeparateBodyBaseCache +from pip._vendor.cachecontrol.caches import SeparateBodyFileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> Generator[None, None, None]: + """If we can't access the cache then we can just skip caching and process + requests as if caching wasn't enabled. + """ + try: + yield + except OSError: + pass + + +class SafeFileCache(SeparateBodyBaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + + There is a race condition when two processes try to write and/or read the + same entry at the same time, since each entry consists of two separate + files (https://github.com/psf/cachecontrol/issues/324). We therefore have + additional logic that makes sure that both files to be present before + returning an entry; this fixes the read side of the race condition. + + For the write side, we assume that the server will only ever return the + same data for the same URL, which ought to be the case for files pip is + downloading. PyPI does not have a mechanism to swap out a wheel for + another wheel, for example. If this assumption is not true, the + CacheControl issue will need to be fixed. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = SeparateBodyFileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + with open(metadata_path, "rb") as f: + return f.read() + + def _write(self, path: str, data: bytes) -> None: + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(data) + # Inherit the read/write permissions of the cache directory + # to enable multi-user cache use-cases. + mode = ( + os.stat(self.directory).st_mode + & 0o666 # select read/write permissions of cache directory + | 0o600 # set owner read/write permissions + ) + # Change permissions only if there is no risk of following a symlink. + if os.chmod in os.supports_fd: + os.chmod(f.fileno(), mode) + elif os.chmod in os.supports_follow_symlinks: + os.chmod(f.name, mode, follow_symlinks=False) + + replace(f.name, path) + + def set( + self, key: str, value: bytes, expires: Union[int, datetime, None] = None + ) -> None: + path = self._get_cache_path(key) + self._write(path, value) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) + with suppressed_cache_errors(): + os.remove(path + ".body") + + def get_body(self, key: str) -> Optional[BinaryIO]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + return open(body_path, "rb") + + def set_body(self, key: str, body: bytes) -> None: + path = self._get_cache_path(key) + ".body" + self._write(path, body) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/network/download.py b/venv/lib/python3.10/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000..5c3bce3 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/network/download.py @@ -0,0 +1,187 @@ +"""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 Response + +from pip._internal.cli.progress_bars import get_download_progress_renderer +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.index import PyPI +from pip._internal.models.link import Link +from pip._internal.network.cache import is_from_cache +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks +from pip._internal.utils.misc import format_size, redact_auth_from_url, splitext + +logger = logging.getLogger(__name__) + + +def _get_http_response_size(resp: Response) -> Optional[int]: + try: + return int(resp.headers["content-length"]) + except (ValueError, KeyError, TypeError): + return None + + +def _prepare_download( + resp: Response, + link: Link, + progress_bar: str, +) -> Iterable[bytes]: + total_length = _get_http_response_size(resp) + + if link.netloc == PyPI.file_storage_domain: + url = link.show_url + else: + url = link.url_without_fragment + + logged_url = redact_auth_from_url(url) + + if total_length: + logged_url = f"{logged_url} ({format_size(total_length)})" + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + else: + logger.info("Downloading %s", logged_url) + + if logger.getEffectiveLevel() > logging.INFO: + show_progress = False + elif is_from_cache(resp): + show_progress = False + elif not total_length: + show_progress = True + elif total_length > (512 * 1024): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp) + + if not show_progress: + return chunks + + renderer = get_download_progress_renderer(bar_type=progress_bar, size=total_length) + return renderer(chunks) + + +def sanitize_content_filename(filename: str) -> str: + """ + Sanitize the "filename" value from a Content-Disposition header. + """ + return os.path.basename(filename) + + +def parse_content_disposition(content_disposition: str, default_filename: str) -> str: + """ + Parse the "filename" value from a Content-Disposition header, and + return the default filename if the result is empty. + """ + m = email.message.Message() + m["content-type"] = content_disposition + filename = m.get_param("filename") + if filename: + # We need to sanitize the filename to prevent directory traversal + # in case the filename contains ".." path parts. + filename = sanitize_content_filename(str(filename)) + return filename or default_filename + + +def _get_http_response_filename(resp: Response, link: Link) -> str: + """Get an ideal filename from the given HTTP response, falling back to + the link filename if not provided. + """ + filename = link.filename # fallback + # Have a look at the Content-Disposition header for a better guess + content_disposition = resp.headers.get("content-disposition") + if content_disposition: + filename = parse_content_disposition(content_disposition, filename) + ext: Optional[str] = splitext(filename)[1] + if not ext: + ext = mimetypes.guess_extension(resp.headers.get("content-type", "")) + if ext: + filename += ext + if not ext and link.url != resp.url: + ext = os.path.splitext(resp.url)[1] + if ext: + filename += ext + return filename + + +def _http_get_download(session: PipSession, link: Link) -> Response: + target_url = link.url.split("#", 1)[0] + resp = session.get(target_url, headers=HEADERS, stream=True) + raise_for_status(resp) + return resp + + +class Downloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__(self, link: Link, location: str) -> Tuple[str, str]: + """Download the file given by link into location.""" + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", e.response.status_code, link + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + return filepath, content_type + + +class BatchDownloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__( + self, links: Iterable[Link], location: str + ) -> Iterable[Tuple[Link, Tuple[str, str]]]: + """Download the files given by links into location.""" + for link in links: + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", + e.response.status_code, + link, + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + yield link, (filepath, content_type) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py b/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000..03f883c --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py @@ -0,0 +1,210 @@ +"""Lazy ZIP over HTTP""" + +__all__ = ["HTTPRangeRequestUnsupported", "dist_from_wheel_url"] + +from bisect import bisect_left, bisect_right +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, Dict, 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) + except BadZipFile: + pass + else: + break + + def _stream_response( + self, start: int, end: int, base_headers: Dict[str, str] = HEADERS + ) -> Response: + """Return HTTP response to a range request from start to end.""" + headers = base_headers.copy() + headers["Range"] = f"bytes={start}-{end}" + # TODO: Get range requests to be correctly cached + headers["Cache-Control"] = "no-cache" + return self._session.get(self._url, headers=headers, stream=True) + + def _merge( + self, start: int, end: int, left: int, right: int + ) -> Generator[Tuple[int, int], None, None]: + """Return a generator of intervals to be fetched. + + Args: + start (int): Start of needed interval + end (int): End of needed interval + left (int): Index of first overlapping downloaded data + right (int): Index after last overlapping downloaded data + """ + lslice, rslice = self._left[left:right], self._right[left:right] + i = start = min([start] + lslice[:1]) + end = max([end] + rslice[-1:]) + for j, k in zip(lslice, rslice): + if j > i: + yield i, j - 1 + i = k + 1 + if i <= end: + yield i, end + self._left[left:right], self._right[left:right] = [start], [end] + + def _download(self, start: int, end: int) -> None: + """Download bytes from start to end inclusively.""" + with self._stay(): + left = bisect_left(self._right, start) + right = bisect_right(self._left, end) + for start, end in self._merge(start, end, left, right): + response = self._stream_response(start, end) + response.raise_for_status() + self.seek(start) + for chunk in response_chunks(response, self._chunk_size): + self._file.write(chunk) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/network/session.py b/venv/lib/python3.10/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000..5e10f8f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/network/session.py @@ -0,0 +1,523 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +import email.utils +import functools +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) + + +@functools.lru_cache(maxsize=1) +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()) + 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]]] = [] + self.pip_proxy = None + + # Attach our User Agent to the request + self.headers["User-Agent"] = user_agent() + + # Attach our Authentication handler to the session + self.auth = MultiDomainBasicAuth(index_urls=index_urls) + + # Create our urllib3.Retry instance which will allow us to customize + # how we handle retries. + retries = urllib3.Retry( + # Set the total number of retries that a particular request can + # have. + total=retries, + # A 503 error from PyPI typically means that the Fastly -> Origin + # connection got interrupted in some way. A 503 error in general + # is typically considered a transient error so we'll go ahead and + # retry it. + # A 500 may indicate transient error in Amazon S3 + # A 502 may be a transient error from a CDN like CloudFlare or CloudFront + # A 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 502, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ssl_context=ssl_context, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries, ssl_context=ssl_context) + self._trusted_host_adapter = insecure_adapter + + self.mount("https://", secure_adapter) + self.mount("http://", insecure_adapter) + + # Enable file:// urls + self.mount("file://", LocalFSAdapter()) + + for host in trusted_hosts: + self.add_trusted_host(host, suppress_logging=True) + + def update_index_urls(self, new_index_urls: List[str]) -> None: + """ + :param new_index_urls: New index urls to update the authentication + handler with. + """ + self.auth.index_urls = new_index_urls + + def add_trusted_host( + self, host: str, source: Optional[str] = None, suppress_logging: bool = False + ) -> None: + """ + :param host: It is okay to provide a host that has previously been + added. + :param source: An optional source string, for logging where the host + string came from. + """ + if not suppress_logging: + msg = f"adding trusted host: {host!r}" + if source is not None: + msg += f" (from {source})" + logger.info(msg) + + parsed_host, parsed_port = parse_netloc(host) + if parsed_host is None: + raise ValueError(f"Trusted host URL must include a host part: {host!r}") + if (parsed_host, parsed_port) not in self.pip_trusted_origins: + self.pip_trusted_origins.append((parsed_host, parsed_port)) + + self.mount( + build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter + ) + self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) + if not parsed_port: + self.mount( + build_url_from_netloc(host, scheme="http") + ":", + self._trusted_host_adapter, + ) + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> Generator[SecureOrigin, None, None]: + yield from SECURE_ORIGINS + for host, port in self.pip_trusted_origins: + yield ("*", host, "*" if port is None else port) + + def is_secure_origin(self, location: Link) -> bool: + # Determine if this url used a secure transport mechanism + parsed = urllib.parse.urlparse(str(location)) + origin_protocol, origin_host, origin_port = ( + parsed.scheme, + parsed.hostname, + parsed.port, + ) + + # The protocol to use to see if the protocol matches. + # Don't count the repository type as part of the protocol: in + # cases such as "git+ssh", only use "ssh". (I.e., Only verify against + # the last scheme.) + origin_protocol = origin_protocol.rsplit("+", 1)[-1] + + # Determine if our origin is a secure origin by looking through our + # hardcoded list of secure origins, as well as any additional ones + # configured on this PackageFinder instance. + for secure_origin in self.iter_secure_origins(): + secure_protocol, secure_host, secure_port = secure_origin + if origin_protocol != secure_protocol and secure_protocol != "*": + continue + + try: + addr = ipaddress.ip_address(origin_host or "") + network = ipaddress.ip_network(secure_host) + except ValueError: + # We don't have both a valid address or a valid network, so + # we'll check this origin against hostnames. + if ( + origin_host + and origin_host.lower() != secure_host.lower() + and secure_host != "*" + ): + continue + else: + # We have a valid address and network, so see if the address + # is contained within the network. + if addr not in network: + continue + + # Check to see if the port matches. + if ( + origin_port != secure_port + and secure_port != "*" + and secure_port is not None + ): + continue + + # If we've gotten here, then this origin matches the current + # secure origin and we should return True + return True + + # If we've gotten to this point, then the origin isn't secure and we + # will not accept it as a valid location to search. We will however + # log a warning that we are ignoring it. + logger.warning( + "The repository located at %s is not a trusted or secure host and " + "is being ignored. If this repository is available via HTTPS we " + "recommend you use HTTPS instead, otherwise you may silence " + "this warning and allow it anyway with '--trusted-host %s'.", + origin_host, + origin_host, + ) + + return False + + def request(self, method: str, url: str, *args: Any, **kwargs: Any) -> Response: + # Allow setting a default timeout on a session + kwargs.setdefault("timeout", self.timeout) + # Allow setting a default proxies on a session + kwargs.setdefault("proxies", self.proxies) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py b/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000..bba4c26 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,98 @@ +from typing import Dict, Generator + +from pip._vendor.requests.models import 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"} + +DOWNLOAD_CHUNK_SIZE = 256 * 1024 + + +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 = DOWNLOAD_CHUNK_SIZE +) -> Generator[bytes, None, None]: + """Given a requests Response, provide the data chunks.""" + try: + # Special case for urllib3. + for chunk in response.raw.stream( + chunk_size, + # We use decode_content=False here because we don't + # want urllib3 to mess with the raw bytes we get + # from the server. If we decompress inside of + # urllib3 then we cannot verify the checksum + # because the checksum will be of the compressed + # file. This breakage will only occur if the + # server adds a Content-Encoding header, which + # depends on how the server was configured: + # - Some servers will notice that the file isn't a + # compressible file and will leave the file alone + # and with an empty Content-Encoding + # - Some servers will notice that the file is + # already compressed and will leave the file + # alone and will add a Content-Encoding: gzip + # header + # - Some servers won't notice anything at all and + # will take a file that's already been compressed + # and compress it again and set the + # Content-Encoding: gzip header + # + # By setting this not to decode automatically we + # hope to eliminate problems with the second case. + decode_content=False, + ): + yield chunk + except AttributeError: + # Standard file-like object. + while True: + chunk = response.raw.read(chunk_size) + if not chunk: + break + yield chunk diff --git a/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py b/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000..22ec8d2 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,62 @@ +"""xmlrpclib.Transport implementation +""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING, Tuple + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status + +if TYPE_CHECKING: + from xmlrpc.client import _HostType, _Marshallable + + from _typeshed import SizedBuffer + +logger = logging.getLogger(__name__) + + +class PipXmlrpcTransport(xmlrpc.client.Transport): + """Provide a `xmlrpclib.Transport` implementation via a `PipSession` + object. + """ + + def __init__( + self, index_url: str, session: PipSession, use_datetime: bool = False + ) -> None: + super().__init__(use_datetime) + index_parts = urllib.parse.urlparse(index_url) + self._scheme = index_parts.scheme + self._session = session + + def request( + self, + host: "_HostType", + handler: str, + request_body: "SizedBuffer", + verbose: bool = False, + ) -> Tuple["_Marshallable", ...]: + assert isinstance(host, str) + parts = (self._scheme, host, handler, None, None, None) + url = urllib.parse.urlunparse(parts) + try: + headers = {"Content-Type": "text/xml"} + response = self._session.post( + url, + data=request_body, + headers=headers, + stream=True, + ) + raise_for_status(response) + self.verbose = verbose + return self.parse_response(response.raw) + except NetworkConnectionError as exc: + assert exc.response + logger.critical( + "HTTP error %s while getting %s", + exc.response.status_code, + url, + ) + raise diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..79f8d8b186a95c532a68ee27c4a67f577ff37153 GIT binary patch literal 201 zcmYk0u?oU47=%;lAc7C#(Ef_6h)>`m&LM4ok{@dllD~xxK9KL?;Oy#KIGId(aNlt^ zom(y!BI$8^>YVS4e-)`5l4F_BiIZ3r$GZr5{^8TZIbw(qoFVqm;b@U7O>BmyYJ#$@ zA**3TJ3>zl_=%0P+j_HxNQ{+N?L}#f;K_p|%NVTc!Fddd$=L`pt;AB+etOM!SJw?a L?(>T{ODM$`H?}ru literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/check.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/check.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7587ba1561b3b724cd06fb8e7fdb101419568e4c GIT binary patch literal 4818 zcmZ`-TXWmS6~-<=kc23Tk{#KyWrtSm#7ttzj#IbIIH_AZPSQGx8(%WTw1Yz2B?TE5 zY604@25i%jXL^~*^rbU>m7Y5JFMa4U9{SR!{)0}ZvHP6`DN$)k4Hjq5o?R@?e&;&} zN@iyr1HZqH{?>1f$q*78hvCOYe$)p8?zIcmFYEzgGMq7`>V z%gykW=)8NL8ItW?kgx7D_q7iUF(+Ej4AGKvyQX_lI&w)~?C~YT?Z^el$F=;rmY2~p zG4h7CYRcD_3_behxc|nue+kxa%1e4|6>>+eYI#k}>)vJR^|)9N$DUd4l{y#a#c|mY zFUgjy%eVSWYKtWU_NzTxEQ%A)D(+QrQa0sztzGL`Vo99B?6<{fIV)G7UB-P;k2d6r z;DXa$G5d@-3%lQ^6 zO+O6%jZhZWt)QC~_1h}hk?}nV@dFu4_rp09$9AwARUCCUrpG{ZZ1YU**UIMJ7xCuGkbhM6bh$AL;> zy%Scne&na}*3>dsd*P#Um8m^<$%WHD6P+8l(iJq)K>Qgle_%*cT7q3SWJTIb24sHS z5GGE`Dw=o8^SC85KM2#J`nY_VqA`7N>z!&*^YjaQUg3CNl!##{AvZj4d+3Mc3eQu= z@z`R{^ZYnYG7W(gTH+2hhvq9owMnMt-@)1goOHUTlFc9+tO@xzmf59#kZle(E^R13 z?rsKgf9)|mvla#$YlElRW)fdry>fXi4KjIY0;IJ;Fj#|&ar`*pwPZkmfalY-?xyTM zS{*!9OL!i6B(>2vMvb+Y))C0Ep^A_Au?m|RTsLXLAJ7EG2;4PdnXzk(c+R(o)wnRf zTT_Cz}X2CK-Wv+@M&SCkAlI@`S+Dd6oL{6j{E-;tQXRE+85IM z>zx_32u~EtaQp$Br8t80v}hhghek?a(FTioJ!cwC+V|=dEm-~Jp58&>fHj7)lJ?p-hx@WjK<;?v)KYJ&Km4Eq$Y2%+86xmnx(G7KwY90XVcAO7z!`w$BB|% z4&CI}fIuM90Qx%w0EpuIb>KSA{j8w$GTcy$tx&myE62 zXa?5xEhnD=fGc0}^g&+LmeBXiv8}Csna$*O))4lW06T#<`|TJ zzDbeR4tl`d*u`xeR69u9T?8VI2L$UlZTvp!wU2m?YzBUsO7Uhp$i`#s4T+TiRZaWt zY}3!$8JHEI*NaS^K}X*9W6>_dm||ihNkZwztJ?1VdQp*|XUZ=OVtXVRB{7;xN;T#q z`Lr`zQ~*yx685XnqmJRk)D<*^9r@}Ja9ER%0Z!njFnu9P;MUWD>;}DnhVhOd&p0jY zG*OupSS(YWh6ajyn^vkuK}rEu%)qu6B8yR{F@Yn!N70=0gr?%6F`k1IF-VKn)WlL_ zBAZP1iPdGfv2P-OUX$Q7@HH%HS61C(EpBt0H8^JucUaA|m;-XOSQF@X%ob$+g$4Y> z5>kz;AJgkNSu%;7E(*Sbp9P61*2I-wLqn7atg{i%7?Id6ADJ0&L(=cj2fEpBjh-gd zXEmZ!jVNnJ-Uch_trIN)SlOmLWT&U?zVZi~?I#q11eQaTwf!C_ijW2()LEAn=m$t6 zK*>S2Pc=S{Y@S|(!kErKt)a<{-yz`c8DFt=?bQy`?*57u^(RPKlGv?ux8|7I_0W$t zg#X^JX#rZPX6$rI_fHCd$swkz*EJQV??EVMVRbr`PDwJwl9vY2FeK6%Pu5AzOM1n; zH)gZLUC^mu=1*`d>4|y8g7%KLaj*ao(k6qCsnJ_L@qczVfJNFu<5U0(lbb|^)(h*o zx(_AzcU;32O)A|q=BZ#xkI-O+=Hu$(NNyAr*^&2+eZI>xYuDH{N63|XGdb+l>p6dDFyvKXSoqsT{)}r^jP&g% zj6u(kM?rn2FpxFPb+_`_hws0CN6|YWFzIlL`P)G#*OTmaGK@u;cn>N}DY8sfH7i`2Y}rc<4QeSQ2OaBz)8sOfkCqa)E*Q4qlhL1RyKu*_`gL5hX;WD`R3>Akte{87PZ5vL+ zr`8tfTO$iBXl=pydUOS@wFvM8+?Z`Iz#0x#bYcLJb`n)Khq&2binKUy4wv2%d_lR?$BY z%I^d!y%m*EYL=QNnqmbd{;CHG7m30n=mQc9txof~{=RTeeY>HKGKzg2y2a^lx5D=t zwz@!O$I!TEzTIq$^731!Tx#<1v8n+!{_;ypTrcWX4lE`J*Y&jfjp>uY)eY1r3jb)C zY~o-#UYTBdk`vTP*c5ey&K+GcE2?1C8`My|6wcj}sqcZosvl2kkegFA$jn%)zpUq` zMzmt)CKYy{$`qfd#lh(0ThXFotE`ECNROl}q%(vjqB3F#YE$rQQ&+QG?RxnQ`5uER z4bfPDVgre$!7j7LEY%*6d8u)D%WT*U)FmxcBcxk2`GWO=GyVdV$qUY%=Zly4aggB) YoAc)l)A^dWs7DqyM)|SBUi0~X0R^5CcK`qY literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05c573bc868ed8cea21f3e231b8c9a396100c7e3 GIT binary patch literal 6344 zcmai2O>7)TcJAu#>FN0&4k?k;pIee?X<`q#Mx6a|B*U;QEwr(@3rUu;z3U8`Q#I63 z{WGfW5ye5zLJ1w@5@Gj{Qx*=$APelCb4qSOu6xM2PXTfWj6Da)YAq?>tDfPHWFSL! zb=B)vuU@^Xdf$5$)oNu8zu!*&V>5nB)BcMZM}G@we26FRGfm?fXTIjTX@}nSLW^y3JtDom1_C z-wNj4c~!Ukh2VsHA~@-uRPCa_7%aIFJ3;WEy_C};Rt zP};)e=lB~>8FX^^dFXV0SKnpsA8~eDYhV0|R$#rYXC>|>UeEX9I4krA!sl%}D_x7i z#2bV{X6DC(UXqo*FVOIkNM`oU1hoxcWacM>ILXTEULg3L(GV2-hr?tLg`S@ow?zWs z_4P;woq`{X5dC#sC54(LC1zo`hiBkQ< zYoC0~7P^$L{qWOIudmi+MweIz)YB$4vlvSYd2t(6EGP?&$ zpc1dQt<3H!t983sx!VmQKJo?X)o%CU$n(jbXc;g|*64PB*Qf>9)%+5Yz~t9qm9mn^upf#LAbg02u5A=2ODd{o#cKL{_*O& z-&%_YiRcWy-UDw_#B0OBaIHHCu`RIjYtfK43YH{Z>q{ZVVs*G97cuHdJh6qMtl6x| z6zxW?&l0Fv*^jU4xwWTg>Q%d3TUXsNNwwpfaTmFir7YE10Z{#g6GH7OS-O6Ur!ooW3RHW$sgqJy(%~MSxl`eH}{$R32L={jrh{aBPQLnvR6+V`;2L6Aa1@scCW}(;L%xE%B8@$N1zt)#E8fVf7YiT2CaBCO)Zbsc}avNGUk~xfG^3qd% z(hRFfE1BP0;AM=aQ{UN_w7GR6{#9~vZ;@A0NTYB22GbO!N}4_VZn8vNyKFL-&ZR}@ z{oAxklw~dccknIqT3UNWI==3kYCcoWy;EszD(y7vJGZRuGO`8Dn%Y;jnao4ZdvN_G z{&t~HXuqq)zuSgB^!H=3)mmEJJF`z~vHVkg(wfXCjdUKCs6Q~VYIUVqBW>~K-r3|_ zV$rusK^crI zoel`%aR-iPTnQjyqfo1=z#h&Q!)+rz0LG(mNsr z+`5e8K3xD5PiO1h_oXZ~P&PB1gdG$xR z4jWC%st(Z3#cE zmO^mA*dctz+1w2ojYW9GFj+}qCb4DqY@=lL0|Zw<1h5fFR_Vbm07~-uS%r(f2Rm{K z9890On*fC{E6{kutPBNY5^n=&;Ing@0pn$c4<^f36gdx-B}Imkd^m;~ZOB!sS$?#+ zNrA}#NGWSXDo%GuW_d$83Gysa3z%;ZXXaKkfY>;a1RfS5jgg4kCnRA`eoE(8+acQ)A_DmKDep5U4C-U<0@f5eyQD?M5o@iQN*YT{;}GTbot81YnsxYm!Mq z;o4MEWa2K)YTe_e&8Lf)jHFeMs`Bc#u<{*n8al`SghGE}mTX;T^k+S{3uRVDt;#Ij zDwGWyEgNd)SkG4pHF0_A17 zfIdb}tuvEZe`wh)d~Y%RU(dYMpEUoBsH8=cna}knmbC;eKzm}okhjRppQ1Q+Mrcn{ zq;d^U{2_{QflkSU-P6LBsU>V@F?aT$>c2#;fVc5W?MuUg`@gMi)0rZ=o-(4sB^&Ew z;~ z`R_>aDheIutg@3ZanqD{K{z%~;vg5G=K1&V4EZcm78ie@{S`~t7Qzr!nkm5(o9M^_ zbiWW-6C)^2%)p)?3rY)nrBugPE48>W(&YOHKLDZ#aVivE07P{K+%<$bg|rCESYH~O zj2EBkx3#36B1qV3Ozd$fwf35+4lU;P^+^fVerO^{+JVyacOaGIAXI{!(o|X@mzLWf zeaxM|W!j|7wDGxb=!Gx}eJfuUcopGP3-ucG(Mg|s8p+_sr2Mn;?df})Va?}v{&A{B z1;I)kT3QGs3}^*yHZ|%y8$CI>^Dh{^g3+t6zye1|wXZYnUM{)vvr1UO2zYO^ZR%gj z`@no1E45o=uk7H5jAS@U;OIjR_fN5=lY0~AGS2Zk&MZ!E116-SKrvJu zUvsUi2cGqEdsVSW0*AJd&EFD1l!)~xxe<**uJWBD#JiLy=^^{girz-7NOK4{Ru2-eRqP9S z4{Ig=oQfZ#$mS_I-axDca3sG)DXj8I@?-j3;9_I6sS>ixOm>jKojT|h%O0WBEE|<~ z=!=24R5nnPH>e<7mQ57xs`8xjr>JN4O#4^0sX)V-Hdzr)cIbOMu1!?(q;j2l>*8@{ zAk%x*@3y)s(VuQ$%(@@_1Nh@U3JZ9&K=`HGx;;f6osg%X(CC-VfRqNl0}+97FQkv5?jX1V>{7_oL-W|LfYyh2 zVu|7#(to-JKYHm`KpjD<+o8l-^MgB>-N1KZCFVsT3$kN44P(P zs)8oMC}hjp7P6$J``z}LzXH3knwW&>jkz4wtfQ0>2Vx$GM%w2p9%>;Fzp^;K= zGc|x6xPp0V!bENMw{r7gHi;xUOr zt0Za9O4485xXBXL=oCr1hssVXUyVC89?8`_Peu1t++kvCscBM16x%;b-=lgD{rH;?9#TTW$#=Z$#b-~ zjx(q^tsb7I?tS57Ib(IMvJ%|*Cn}T6HwOWcLZEzeB-B(X0)@`%Z026=8x|R9aefo} z0lBXD4hkDrjC9F(nZdK;X`)^=tE{Xy4IR15;h*_?>M=opY?6muH!~i~ z%J=WK>MJ3uzkoq)Shu?+K1i4?IZ4y_N+VG zKI$HoI;GaJ_Hp;P*@A0?lbLY-Dl-|ruAI=dH4DD3+@YYez^5w`z7}!$scK5Yk$rCTKi@9<@PJ? zEA3a^SEYQm^;-LN_jSo1ZC!8QaBoQdSnKQUo9<0r3!Vzz*w)=Q{o}z^|A}DHp9_xr zCxW+p2gk`^Zl&y>@=t$kx!>^51gHJ8!Q1}1;2r;@Z>$vj^Zo@~`DT!NL-VWt#g8@r z;nJE*x|t%85WzlvJ7 zhFWAF*ed(+<$KD((yX>p@t^dc!hOF~eA<6W`f(X|WzT;`-c9<1emv_xhnnx<9iI1J zz&pIKZMe66QPs1 zzOPzu*21;-JK@IqdRIk(AD3D1%|_U+MfJ7h?ETJqqtn5)skB9T!>=pVRq?@Z22qV~ z_*SRh?Syy`9v;su1<`}9x_iBg`|5nBr1tc;>fxRTqNC%tYW2Id)!=5M;|Hp0#FMYr z!eF@5@$704dF}L3BLjf@$6izQwZ{G6t%CfMHFyu>7lhI9a2()Zdn>Bj_8zb~Z$oi*O1B#8w}UXmo8hed z`bMMW-%)rC^k0vs({W;ZyYo@RJG|3fU6ofn?8_XmIhn%1Z$yHGgToj2*cRW$h;5Er z5XR$}o3PPYO-|Vrj#?-3THRFutBn4xw`!Z-I)D}z*Km`!(g4B=YYji(tSr-o_Ktj@9jm&i^ukgOkg~b6gR?d zvKHdW`dWbdlVU$u4`W*e(T3{Ob6h3qUmm{&9M^G#e*sCP^|ft%E7#98^)0(^`}&5i zF7@>tqp$VthsGz6<^9}_**E%T-+E~3+6T}PmS$<&$m5FjP`j;N)xvWRbY0{BcW`9o zRik$yUCn>mVqRFP=2Q_qawkXL*lYN4PToF#Vm%QIBiI}uRvpC6)x5flA2rWpfypA1 zD@fw;+A@R*XN7okOX-l}0iSB>8Pxdf?&AAlpu$DfU28<^i+*sw6GZc?jc9FSd45^d zI#>do)y4Zk=l)`=vAnpx8Lf3YPc2-%vKTg^V4gFGH5M+eH`W&+F(7#$XcoKckU(6Z zxRAWT!un=>)Z=89Qr64*QC+=?Y#qnQAK&~{93f{s z(7<&x*LYtG%)s*XYnpGkxxfz0SqpGI`k9j^%M)nLc7&(mBhNdPXSwBtlA-L8o$~_s!bSxEb#8~jYxY%w$vXzNf?Lm%-YSX@^#&8Jm!X6+ zrd~sG2S-Q=Q_>2?q+T(kG%on5W`OWab3nX`Z3@pItP`c#AMfV5jO(|MiG;cO=8udm z%hw>Q430456J*l1N!g_i_j6k|uH`!ueO|Ge##nZ`!+G>sb zKoo+!aJ7&?{hO$yh+Oq9s}~}OeR=W2wU!EM{-&3;8ThF>5p6*LCPThE(6TDZTy$$u zv`#fc0WNZ)Y+HtfWx>?eCrwK)=_Nyb8`npK0R_QeXeniU3ISb}s0J`_28I(tK~40{ zEvsV!(E65z;hyaqPzaU`Ak=`b%K#d^^KS%^L)GWhI=<6QnN@4kkzsKfQRr}jA=@o= z8;^^NtegxJk&=v6E*Y!AFey&D`hdxPZ!b;Y?eC*PIE}>0CGQRyX;^u@xvpFk*C{Nr zKO&ds0xBOFE>=|*7(w)YBAxn*|>QBI(jlvq%j zTGI}%MESnmEMN@nW>Hk5O^DSzEOu}^NJ)o64E#0fI+@JA>}0bKwc<2ZoRlQ^3#F2S zzZXG+Yi$|AAbinz%}EG}(_L)qtdY2Y zBB7q@BA_8lTUHT4{EC8bvqsh(rc#%!iaF>3LX%+2qzKNDAp!by7>?SQqC=|)o{|+ zZ);I*$M(5)4bU<}J>M%}E$5T9`~h%%8v-FJY(AHeH>~|d+)?yN_HYNtLMf^H9mtB? z+5@?xYW2Q8kmM)Z6axGae z3(kANpbmhtP#uenZkPyptJ!UI;sQHI6&c$CClG9y1F$q=s{x}(i99P~M&dlD5sk$5 zMn^1*FA2D1RvXXyl*q$T5Q(__15^voAek(dDc>R24NCc9`KK1pL=0J9lq_2}er6Tq zjyfuj{1JQn3qOV+$_SCK!|7v?0tLCif^)z^9>mDEapZ%%UkD0*5oM*I=#QbSjAI-} zB`En5_?`5pR_1=Ft?2%=f8gV?JLVq@%2I0ihx{23s&OefoYuAdBmOK(D@nazV#V^0 z`o~Z*nU>^&DYy_U|G57IN~iaf&iN-$dH@cRgZ?D?oYXz(pF-)O;%WaGxEp4IGTvnO ziD&(Da4{T~tL&Xz38q$TaiQegBXXtsrTZ@WmvGdisc?l zd&&~JO)U4glst*io0L1B@}EZO6FQ|6X zH%O}w_>g%|@i^=b@YX;C;joxcH`$={ zQJy4S-hJFWuXdTNGm#z*x}ZXqiFV?1KZQ@s^TZm4%!FXdG!e+6kly%H7q8=2dNy22bdYL34NvDuC>2$dwt6Fn{ zSK;okGk1p%P6t=V-Cf9DExA}@dPO|MzEE5!om^rhXRWLy^bTig+!)VSMYj)_yY#; zere&jP=5em$Alp;D|G-^4_BoYgj180%Ai3&`0V5<_IMS<=<3(u=mkX$yBn%bKe8eZ zt_l0cw0+rYxv+Ex-jxzOgBEw+j>K<} zwu>>MXWxerMwKQKDbD%9^2Vx6ReZ*iZVWuYpfs6$@fa@gY7snH&R5jh49 zXUY!ly_N62!U+?T&LRc39$Tg@WSlw6U`fd^zUW=pck=f1m<^6h9sLvo`|b}pbreM4 zRnU+kp48Zou+l^EQ$*&D1%ZUc&^PF!hlheX&!(mKP!qp}3C3kMi@vpOd{U;a6rGtH zcII~q&}}aa>$YeNOpKba%(k23@DABg1s;xxZ5_W!nGVhRy=bzpi`GOfxo%-`QY+fM zH*OLuP8L{lM4wSBa*F2Zil3(jnIBZ(tTE&lT&7C|uFkLlpTfdYZ}Hvb2!1xg0|5?r zor6w&6R3llP1KJlTv&GUh_j*kWsF~JsO8vNVr*|p)^$9dJxNwkq7nuUtf78g|Qfw)-J1Wp0nfyPvSl@0DboaSV# zueei#?xgN!@bf_thi4Be)o-GmO@fe&u4ESgKKd2_JRXk>n>nz#N0nSjKmOP-A(!!Q zJ(?LaSQ9YqJ^yC`=YGpchHwP2BaDx$NQ8DSMX4T+5hvk+45Q>!yatR4(*qyO_l;(O zTn}~Vc>rr`mWX527~3iPuuUHtzC8<$*DFNh3`F4>m2L9_h%tCCCN?2N`7h6)Zv)TB z{1w$gZ+;H~<-Huzb-17qZ`_Nsue~$4G$P+1q|Pe%7~ln?%v*<7AadZ&t3lSayAeDb zY^`_cPlqWf9dLR!{7gUn$Cye@VgkKWC>u1NhKu0_L)26#B*La4INx7neR4iUa*zT3{0c-RwGi!c=dOS z{Y@f}OwhK)`wHvS8lrP^%BO~yp!uz@FBM1{usq-KJuiRC?(74N+1G&181Tz$A zZErSfin5YifoKC#X*5(MrjhtKMf3G=2O=QBX1I%`c!EA^gv}wO68BUewFEzcI(McM z1b*lxo=(g~E!iHROg45b3u_MXltGZbl!(N?#rDW_)%(2VFnfvMSJzwFU<4+cW)aVE zWsfy3C>4jCgy8km#1-{TsTj|BFmTq%rqO$W&alND{!@bY0xDJtRt`o70BXS$CV(fc z3d|7OteCc4(T$G^IEMl9o}qD^Dz)}gIhI#6$qtsf)H>! zY}Z%>vxAPsFU1#v&OnI8GN1td`Xoe})}-;8llt~GcuD%Em%mqB)gbEF>J%~5%)^gj z?|?7TEV%bHS}js1Kcuk2S+fMMp5f8ut*DlQ{!yeizkXEgK70lIh(um8EMf5GJn5mk*)kkgd;X zy*K}SQxYOFu7ZVYA_Bvgk;xiex`{qeXu(<(sEPpHgV$ZCvbV8aTPIglgr@rYyf-C< z|9}M|0R^doPeH1P#yxMAd5rb}Y0}*(zAs%h6$@Sy=-^4&IRapQWTAvUKKNQB@>Kc? zJ^a-mO&&2K(5P#9T*ndqKGq2*EEQ;`DPJ07%bV@Lj?Q~>$f`Pi1biIC$5b{q)9L2*)UHM$RhSX0T01# z?i}d64tP%j!c+Hk^@H9-G!0yVohy#MMIfDgbZ$U72E`wSg-u%9f#i47x@#qLm zEVvfo)TV>6Z~nISW4J1RfITK#_OI9vbOguHGM@le02-=3L9b`~c`l>qXg}|3Tr?2E z$tY;*C&(RBe?#8;c+wNN$92yf83opoQ3!v6oen>Vo&dL)+tx{lcTPOiwhBJD2l|3L zS))^rS~?k>lF;C3^z00dvpCLe=eFQ<$HFZv^)~Oo5=$%``l)D_CB7uYS!Kgt z8jFK%U#H{Ife%wLw%0kIMVFn%YNxBnG^7St33jYS2^p5auo?-irR^{D=B`V`msDE( zj|fFW6lOfZ=^cg&sn_6HV8^(B&_N^u9@Sn^?7a8id&j|QB>ocioJa8a$!DJZTJ?OQ zRYZeOc??C`#8{N|Dg=6)H28#o7ViJ3rgyQW?Wnp`^!GnId zuPH(tXv|+iEIxT+@RzR}*(_ z9#UlA#lR#`<`BjCjMT5PTue+sV4bH#sPdVJ#kqnUcK)qlr*mV!*7 z?o%1PM`)m)Ft@vGYLC)89HN)|XuMw|G=;vypJD3<0X|DF-~jXt>yZV&hh|Og+yH- z62+Q;4tENPGC;l{ky5=`3@?fJr*a#^woBbB!^1)5hA3xq0*9z8h-`@WooSpOAo$?7 z%Vn&+4}Ju8zBJ6vSq9&mlku`z$H}D3u#jEo&0`C^I5P$`9y{XahwD0Udt~Rm@~&?K zD4M16$gT~y>-6qG8A!u015)V@yuq)~N$U~6iQc(9kn_+!uyDntO!Tf|(+CYvS`(}a z!{MMJG84Hha+{1Naomek{mVSQ)KS2MY2gPII-Nrf|T?@ON5hgbR@sH4zQHX=;8<30#0C{pHjZ9+z zeQXW{SW$}2M;4XBQ9szhiebM0Rex= zHuu0wET4V=Mng1Vp?3jiPPisqVh!>FXadMWNR@D2`717=@VJQ1Bz$H|gBzf^bPZk(;Cvj|R8K!Tk;IIk(zjFM30DJB%&E z$V!F?zvwO3Jh$&Ts1RX$FKRASi*b4Q<%U+$4rV?v!evu|h)bs^6@hP;atN zZ!!4>k~r_dgH*@XhqqZogF3dByWN(0g6GGXaOY@jVx(kKgqmX+=}toEPBAA8@&I#m zI*8+4%`is?sG^B32A%pn=6;_EiIe(6CjX4dPmsjeuPqxf>OrfOZN`w%`xRE9yGpf? z{0AK2zeZBfpvd_5g$+K0&4QmBIpgPW>wjkCjh}&L{S;q%{XY=0KQYFP|7(5*|@kgE=Ij`hgK^T@vptMs`s zPp-Cmzj5Ar3`26zo-sFkb^5!;QMP25X#Hf8V>{EI%X{JL0XTf_RPU%i;;Y_ZA`If6 zAQz7@3M9i5gbFCZ)X}AfuPYK)qK&PjSTKs@Eg5l}IhoO8_{?I#!`B#o7Z{OmFHm)X z6eLWdF-Z-~v3!WJAXGQ~nkcpNJ+&2*7~3Qb7(^pLktpe zz(+hI-O5_cc4KjAx|c`m?0!G9Ae-TmH2WkIjoC!9QJRTFgLE{WK<&@6+KCJ_KDQxrZOB|ZU;3G`INBOzvW?cJ=l(z0Y;`IC literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e95fa1207ff3fffcf41e42ccdde0fa9cd6ede76d GIT binary patch literal 207 zcmYk0F$w}P5Jj`Hg$N$RVs{i<5l>(v)*;yp$>5rVB)hPM2l6f!*0$cl%B0c<^FDv3 z8Mj<6Smtqi>XPrGf2v##d19TV*om#G1O;K>6gn=n|>gYy_fB4;DWfqDfz-zah3`sp>_ PU7Z?w+?QYCEURW;o$WZT literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b945fbb641d96917fb37388a9818f9ed46adb59a GIT binary patch literal 4979 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30b9161de91fabd51e2cde0b18e86003079cb96b GIT binary patch literal 1488 zcmZuxPmdcl6t_KplTLQGJ(SX2p%F-kNNlDRRS$p=YFVI2R4cluVlJb}*qb;zV~=cS zmxKgWE!V1Fp?l;D@F_TOo+}a(9{~^ZWgtWv|yo(0*P1Hu}Rs z==a*#Y(5yDLe~=*D2frql;k+Z@Nea$uwo0>Yj$oIPV6*uCwB`k_6k4t8{5r0MK|s? zb1%PA1aSa!pEkmP%$!>jR~vs&1@+e6hyydCGG}VY6K|6#yq*20?LrM*BeKElWlYCpqEXMtZ@3+EiacpIa+2bR6C&+*cIjKnn?8D|z@ zwDiE|8h1gc^Bga{r-Zso??>+ppP|Qyx;C=WGhkKtw~_wv3}aOPzJvZB?}JV6!lmvM z>!YvGQ*68me(5jlg?nDJ>CN*tc`Phev`#e_BQUdZD!49mNSV%nOGZO3!o!2Z@b2AP zgKjs3_Dz!;9hxy)$pOOFThUdD2Tk;RyO5MAvA+s90*>tyE@-tg%H^9PWzrJ&u-{Q0P*d4uYR1Z~r&sk_ zL&>E=s&~rf7?!LsC7|M@6-0Zkvf*O|Wr!*wb!AT^7kyvVDo~wzsB5*_UhiOv5^i1v z>xJ5K+XI8TG`KjHNxkZ@TFXBp^(Jib_YcvxnkgMAIp(H}C_5F*?2kai)8YP5r6LVr?06SI4HCdkrGoQX{*o~~0$LG>sNQHIR literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2db4b56b886158af32c1a35be56a559c4635561d GIT binary patch literal 2369 zcmaJ?&5zqe6rUM8j^jyWRhzVM0;&p?wg`z;(y_QIQq(|XE>F%%Nr*#S+v5IpT{%LZ{EE3d%qVq8Ww`<*WKUz z?@fgMP#?2b9X>vSNB#_gqAsGCk`Q-s@g`jYZ!Od!y{lujriYct=o-bi5>_L#Yeuzh zEwZ{+F=vExQN3F)#?`P9HM`AXY=-mELU#cph7T6m(jo3H(;8c$7F+4-bdJ`a>D^Pb z!F1Y$*?D*t*lD^r(WuiUx(pg;DA_=*mC=XySn5(Yb#0$ zZ)nSSAUtN%K&B$-4V02>TQA_C=za_53%3SANbm6NK*T&^JcYS>oG|XlB;a7SrR9sC za+$heSnO~|h*;$3XQws>y+p(wlXAScI(6)m(yzO25Hbq3FGlVbb0kX#NgBtYbeQiu z0q@6-D|`tG^B(Nv$kHTCH6F1jxg7}RrLh?1HChf00fq$kusY7*@eD_*{Bs2i$&Kem!oV=;4O)@EiyqW$3G#^6CKKcZdba@DJo` zwG$rI${ipSCgW7@1nFjr$Q6S5=X%^*!Wlx=gCuKS=m=&kpJ z%e~Ej`<-pZw>x3b>mutF{lbs|;I*^f+3GRj+fWjDAveQ#Y z=|mIIIb(dalVNV%2mxJQ93?l;s3WNioI|6xoj$~aU@>(Cj$=!&_B9vpXpjMj4k8ld+q*_=ZI%(oMA=t$F(ULCC7IumVIS}EzQ6St& zhEB1aHLgMjT*=Kq#!yO(=2Z%@3_|HCxK6Jc3=|&~@ckVI3b+)Yk?DsTMgUEKE!FqQ z6K%JW>M&o)G+No$c8v@@zY7`_YV6_XYrEBvl^U6m5n9cv)Z7Q|`U3GK9i`Rb`xxz- z7>$h7%ye4Y$C>$*P;1xx*4)86phqno>1Ypjh4$#(hXc-M?b}yWVm?@tEqls91#3>qz+RK1I#j~?w7MTb!RcFo=X}8r z;~sF-(1~0Q6+>aAKDAL~xXEK@0LAEdG4BWd=;8yx5?840O9!t^584{7j!UsTdg%~Q zujcL0ybh%Wdr^ln>E+caF#}glyoH4VNcUS-Za@d{naC@Y^#;CBa1y7Ls4Af;0WA;- zg*jm;p|IPk2}MNWyb>3bxTwS>CEfy&>x!Pmni^J^Y61T(mBmRDV$Sr8mqA(H0-?_l ztZw~v(;!eY>NZ{*hE2C1rnQ<^9f!uA z<3M4J+8pM@mNyy$$~cijZ}X5 zxFR&uP_}1!S+Q{u=={=&s%2Lza*$s*NhyV9r(jg1F0c74{cN03({U6@IgWTo9ZQ3T zKIR?02c5JC(M(cQQxFA-nKz=C4nlTQ5u>~YLPw@%0)5r-3a(e`xQ;Edq>*_@#StXv S4bjMJV7OPLLjER3^W{Hc*rHJY literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..621c373384679d6db8788c67c667b823d90721fe GIT binary patch literal 1230 zcmY*Z-HRMW5by5!*xA{+m=BDE1Zl*83wJvnAqXNO7b7Zi2?-LiFT?D1-R@jwrpNA{ zTX)$5F}?<0d=ugB(f`E%%+Fb>?>FT<)g?ok5dB!d1a9mgVo zfe0ZGJ$y$v`{2Rg204gDEC%2C<3!NMWSIPpk;wj#+UP-J3R&kRuCMR4MJe|3=`*Os zr&2zdQVc!E$f2 zhcQACu1Oc;DOx@z3u1bQ(McaY2B!=O>#bfma=5I4e^zUQ%shgxTFkJ5+VEBv^^BW2 z@Q3#w^1Hk5@kz%eZb#dQRiLt_$#L0=ePChnuFQ_+5|X|im$HlcbX-_ImD8T zjI7Gxkg6W?y}I>DUX&mrYcv}>H(A$NKNIyj9{nNH zFEuEgDmgDqlL|Ph!R*YiBiqT&MCJ8#j^NWHsE^XJn550p%w>INwEJ$V3j;e1_9wQh zPMe}hv!XVjud}AXZ>rIsf%#%nq$qQwWtr;!Io8ugIUJ6|3*vfr8hubn(U$Nb iMNPkjA|esym9T`xjCq*VIb-Y$SAR2~{S^k6{`?2<*k9NH literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8a656f4fbdb7fbaeb8aae63cf5203d8f5994c9ec GIT binary patch literal 1454 zcmZWpOK%)S5bo}I?Ck7%6-VJ=1wn&kiIw7=M3Hhp5kfIWfP!NsLRR)Nn%yq%jx#U1 zd%W4z8byQ)hln45knAJ>g#+giH%^?nfpMswS?3{o)Q{?}uKMb$>dDvEe1h%QpXiP3_G#taD|DP^QPOACn|I1M z5qF~TBgn+(dH!fSN)nJ&$E?4Km5Q?oUb!mEECU(NVm%F25!XTrN<|Z>>?}&5YK
WO2DLuBA^u$`)r}W30lq}jydT1{#yzM+=$Id><-nWT%<~x)e zBX^58(2^_MC0V+s$n8FPh|C|m-@5xa+r%bM>s`ZDvp=IV)OvZAc{hmKn^8*4_Ygb! zxP(4h^Mhuu_Rv}qgVk7nKxRaHhwT#|aXF_9v*0bB)r|8z1O7#(G}3(^zA2HZ6f(_A zLpaw{;CnlJ{MN1Od}I>D3z?6R?t$-fZ1-y#6)z$^6eBYD>F|jZZ=8IEze4@D~~Th;OPzQyc~mh*(FX1o%NN`C^@a zSj-X8A!c`=^EB!Asq`>)i@V!VmgRZ{`o*nH#YZrXN(FUjO-QSH;UWjc&82B{)SRRG z6w7b%-e*yqfM~4!55}hIcPcl@Cljn!N5H6@NPKRjT36+0#aGzWZPlw?h8KXODZt7B zDRWu1cOH+Sei0SRRb?AeEBi2yvwlmus3=W|*73=d`9@H zR8Yi45XPAXiBC1i3y^h=R8YqfG|n#~8Wi*DN)zPk2VKOZZsXAP8SPTWd}=@MT8!G1 z;pdzFV|77Ts_A>!9+3? zhF1~pAjGIdE)mSCIzp32B`wrwIDfZRyNGH~>Nrt@m-%WE*q(sC+vL>?YktE}ntw!P zDJ^R-HP^2UZ<|x^cAASafsZLl>H{1+;$hI2SeN;XVbJV3W9%GP|1z7MxlZq&{{W4@ BpJ4z1 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2cf4e3f59c180a6151841ef6db5823732aca66ff GIT binary patch literal 2736 zcmZ`*&5zSY6rUM?#>r-v-37`=TbDv1RW~U@RaIIc#8)pXkV+9ERb@GzNn&v9XlA_2 zM&1)W7WEH6NV~`W7yScz;OuMF1LvOjDt$9{mIW0@9?#7Cn0fF0-h0Uw7CZ#cpW9DH ze>V~OOD*<4i?Fx|uXq9jMHDBfUwv_(z?vk+#O#|Bt8ZboZzT4_={tIEChnxsZ|J#| zc#~$oIcfD<7%{Z7z}maGzesInvZW)4I&6u$Y-woI2K9b1`v+*VrnG>v0PowJmXaE_ zXqzqq_p;_#0-EaTvkc6=|Or3BvvTCi8_a$f>r2xhm_`eEM)24n94Xy z!=!`DRyJj6Af|DeG7f8h65eBhU^1V|EK5W%pdb=#ju}gWkdFjtS&YIY2}C}a@+@LP zlqD$C_Gm!-|&2%bhnU9Emh_!{tDhF1(=kf=Zp@HU~i zAdeslkBx1kz+$;DsPQ#|xp5OoyhC=8H13-BO#U%Y%sHjNI~FCoSez*^C9sQuY8Chq zdaPDjx?|5yU(=WO>kImET3G`g@?qvD*=Q7}qwZ|wa%G+mZpbGrmEyc#VsExO->*zN z?_bYSHaq?9?oYX3{@U6GDKq9%Tg*fV>#}a+yz2fn3ty7h%BJZ9~&lWtszvvq=paxNgUNMA{s_k zVM%~PVLnh$uq4?r3Tqcb5-UiV3U*Wh>Z@ADDi8qBer#>OS5jJc?H#AU1*G{Av`ZlI z+}VX6G|YWDX8tskV-4mZ<<00SjwbOhs4T7EVt?umTx^`Vn$cD9`!sTqm zk2nh@qkfwC!#H80>s^0}!RXmHd!$Lm0c+zh^#PQctLt3@UhPW%Of=3i0g(m@7qWBS z=TIIIS4ui=X^V`5e(im(f>b)2Ay0w7G(bg3GEth!tkS%j#VG*ykdi*E1{KbISTrVL zq@h<0t4i510CrGeBhZ%DWkx#+7{qZH+=hu;00Ixgm$-yr`!#vpHa)yd_$Nxug05D< zbSuzT@kEyMh-rYdM@cpalOWRtPm~MQG4rLRJWnG9n)#!wRLP?O^ao4;KpH58Me##( z+onWA!GK!i0EC0YU_$nFj!}q0*4Tr8dYkZlm;=iKMl40VDM*+#Q=b z3T`0hP`3cMU~~uFMzmof6Fo2hh>e?Q6G?Zcp@6yVNw4qIC+49eoAK6ICQm)L5%)d)M=Pcq$l+ zJq*|Q9r_}VR0|m9Nm9XAcKsWmj&H_-ec@MCUg(n8)tWj6KM8K-r(h@-p)$!h)g?m( zY__7WssLG?pn=}>&*%_C0qM++TzMn%CR5J)r^M`7Ri*qnv%jx*!LbL_iAJ_I$)YQ`}xvNL2$aTk7@!R6+q2n0FM}u3C@2 z=bTq1!@C)`yg$vVcz+A>;vx*BMR4`AU$z_%l8!*K&41p@maX^j(m%xWtogqB+AoN6 z@+m(DN;<2&4WH7MJ`@~%G835h)tf`PW#z^9&GU_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/build/build_tracker.py b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/build_tracker.py new file mode 100644 index 0000000..0ed8dd2 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/build_tracker.py @@ -0,0 +1,138 @@ +import contextlib +import hashlib +import logging +import os +from types import TracebackType +from typing import Dict, Generator, Optional, Type, Union + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +@contextlib.contextmanager +def update_env_context_manager(**changes: str) -> Generator[None, None, None]: + target = os.environ + + # Save values from the target and change them. + non_existent_marker = object() + saved_values: Dict[str, Union[object, str]] = {} + for name, new_value in changes.items(): + try: + saved_values[name] = target[name] + except KeyError: + saved_values[name] = non_existent_marker + target[name] = new_value + + try: + yield + finally: + # Restore original values in the target. + for name, original_value in saved_values.items(): + if original_value is non_existent_marker: + del target[name] + else: + assert isinstance(original_value, str) # for mypy + target[name] = original_value + + +@contextlib.contextmanager +def get_build_tracker() -> Generator["BuildTracker", None, None]: + root = os.environ.get("PIP_BUILD_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="build-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_BUILD_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with BuildTracker(root) as tracker: + yield tracker + + +class TrackerId(str): + """Uniquely identifying string provided to the build tracker.""" + + +class BuildTracker: + """Ensure that an sdist cannot request itself as a setup requirement. + + When an sdist is prepared, it identifies its setup requirements in the + context of ``BuildTracker.track()``. If a requirement shows up recursively, this + raises an exception. + + This stops fork bombs embedded in malicious packages.""" + + def __init__(self, root: str) -> None: + self._root = root + self._entries: Dict[TrackerId, InstallRequirement] = {} + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "BuildTracker": + logger.debug("Entered build tracker: %s", self._root) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.cleanup() + + def _entry_path(self, key: TrackerId) -> str: + hashed = hashlib.sha224(key.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement, key: TrackerId) -> None: + """Add an InstallRequirement to build tracking.""" + + # Get the file to write information about this requirement. + entry_path = self._entry_path(key) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = f"{req.link} is already being built: {contents}" + raise LookupError(message) + + # If we're here, req should really not be building already. + assert key not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries[key] = req + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement, key: TrackerId) -> None: + """Remove an InstallRequirement from build tracking.""" + + # Delete the created file and the corresponding entry. + os.unlink(self._entry_path(key)) + del self._entries[key] + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for key, req in list(self._entries.items()): + self.remove(req, key) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement, key: str) -> Generator[None, None, None]: + """Ensure that `key` cannot install itself as a setup requirement. + + :raises LookupError: If `key` was already provided in a parent invocation of + the context introduced by this method.""" + tracker_id = TrackerId(key) + self.add(req, tracker_id) + yield + self.remove(req, tracker_id) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 0000000..c66ac35 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000..3397ccf --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,42 @@ +"""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 + + assert distinfo_dir is not None + return os.path.join(metadata_dir, distinfo_dir) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 0000000..c01dd1c --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py @@ -0,0 +1,74 @@ +"""Metadata generation logic for legacy source distributions. +""" + +import logging +import os + +from pip._internal.build_env import BuildEnvironment +from pip._internal.cli.spinners import open_spinner +from pip._internal.exceptions import ( + InstallationError, + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.setuptools_build import make_setuptools_egg_info_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def _find_egg_info(directory: str) -> str: + """Find an .egg-info subdirectory in `directory`.""" + filenames = [f for f in os.listdir(directory) if f.endswith(".egg-info")] + + if not filenames: + raise InstallationError(f"No .egg-info directory found in {directory}") + + if len(filenames) > 1: + raise InstallationError( + f"More than one .egg-info directory found in {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/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000..064811a --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,37 @@ +import logging +import os +from typing import Optional + +from pip._vendor.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/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000..719d69d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py @@ -0,0 +1,46 @@ +import logging +import os +from typing import Optional + +from pip._vendor.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/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 0000000..3ee2a70 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py @@ -0,0 +1,102 @@ +import logging +import os.path +from typing import List, Optional + +from pip._internal.cli.spinners import open_spinner +from pip._internal.utils.setuptools_build import make_setuptools_bdist_wheel_args +from pip._internal.utils.subprocess import call_subprocess, format_command_args + +logger = logging.getLogger(__name__) + + +def format_command_result( + command_args: List[str], + command_output: str, +) -> str: + """Format command information for logging.""" + command_desc = format_command_args(command_args) + text = f"Command arguments: {command_desc}\n" + + if not command_output: + text += "Command output: None" + elif logger.getEffectiveLevel() > logging.DEBUG: + text += "Command output: [use --verbose to show]" + else: + if not command_output.endswith("\n"): + command_output += "\n" + text += f"Command output:\n{command_output}" + + return text + + +def get_legacy_build_wheel_path( + names: List[str], + temp_dir: str, + name: str, + command_args: List[str], + command_output: str, +) -> Optional[str]: + """Return the path to the wheel in the temporary build directory.""" + # Sort for determinism. + names = sorted(names) + if not names: + msg = f"Legacy build of wheel for {name!r} created no files.\n" + msg += format_command_result(command_args, command_output) + logger.warning(msg) + return None + + if len(names) > 1: + msg = ( + f"Legacy build of wheel for {name!r} created more than one file.\n" + f"Filenames (choosing first): {names}\n" + ) + 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/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py b/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000..4b6fbc4 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,181 @@ +"""Validation of dependencies of packages +""" + +import logging +from contextlib import suppress +from email.parser import Parser +from functools import reduce +from typing import ( + Callable, + Dict, + FrozenSet, + Generator, + Iterable, + List, + NamedTuple, + Optional, + Set, + Tuple, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.tags import Tag, parse_tag +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import BaseDistribution +from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +class PackageDetails(NamedTuple): + version: Version + dependencies: List[Requirement] + + +# Shorthands +PackageSet = Dict[NormalizedName, PackageDetails] +Missing = Tuple[NormalizedName, Requirement] +Conflicting = Tuple[NormalizedName, Version, 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 dependencies of %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 check_unsupported( + packages: Iterable[BaseDistribution], + supported_tags: Iterable[Tag], +) -> Generator[BaseDistribution, None, None]: + for p in packages: + with suppress(FileNotFoundError): + wheel_file = p.read_text("WHEEL") + wheel_tags: FrozenSet[Tag] = reduce( + frozenset.union, + map(parse_tag, Parser().parsestr(wheel_file).get_all("Tag", [])), + frozenset(), + ) + if wheel_tags.isdisjoint(supported_tags): + yield p + + +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/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py b/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000..ae5dd37 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,256 @@ +import collections +import logging +import os +from dataclasses import dataclass, field +from typing import Container, Dict, Generator, Iterable, List, NamedTuple, Optional, Set + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import InvalidVersion + +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: + try: + dist_version = dist.version + except InvalidVersion: + # legacy version + return f"{dist.raw_name}==={dist.raw_version}" + else: + 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"], + ) + + +@dataclass(frozen=True) +class FrozenRequirement: + name: str + req: str + editable: bool + comments: Iterable[str] = field(default_factory=tuple) + + @property + def canonical_name(self) -> NormalizedName: + return canonicalize_name(self.name) + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement": + editable = dist.editable + if editable: + req, comments = _get_editable_info(dist) + else: + comments = [] + direct_url = dist.direct_url + if direct_url: + # if PEP 610 metadata is present, use it + req = direct_url_as_pep440_direct_reference(direct_url, dist.raw_name) + else: + # name==version requirement + req = _format_as_name_version(dist) + + return cls(dist.raw_name, req, editable, comments=comments) + + def __str__(self) -> str: + req = self.req + if self.editable: + req = f"-e {req}" + return "\n".join(list(self.comments) + [str(req)]) + "\n" diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000..24d6a5d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..964ec44be40db0945f961ac7d4299cca02cba0df GIT binary patch literal 265 zcmYjMyJ`b55Y)NJVemhwHRNs++=h@UWg6oqjnJKzyTytmwCe*K{6YDb6sg_jFH%L9 z2V`Jp85U+{<7%~31#jo~VN>?UEdHY^;-L)Jg`9d;uG*^g;&lBOvwn&0;E{DkZv~x} zs41{m?s`8>(ebcAFjxjUjIFclAI0ckuAQ=x`(`6g_ zu{gnmVFFJbq@#>6Y}(r!U=nQpA|O!$LqRYH>mer0RwxFB-#%cI-=vPP703 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b2144568b1f2074b6827573746fc56e07406f2d4 GIT binary patch literal 1494 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 z None: + """Install a package in editable mode. Most arguments are pass-through + to setuptools. + """ + logger.info("Running setup.py develop for %s", name) + + args = make_setuptools_develop_args( + setup_py_path, + global_options=global_options, + no_user_config=isolated, + prefix=prefix, + home=home, + use_user_site=use_user_site, + ) + + with indent_log(): + with build_env: + call_subprocess( + args, + command_desc="python setup.py develop", + cwd=unpacked_source_directory, + ) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py b/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000..aef42aa --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,741 @@ +"""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, + Protocol, + 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 StreamWrapper, 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: + + class File(Protocol): + src_record_path: "RecordPath" + dest_path: str + changed: bool + + def save(self) -> None: + pass + + +logger = logging.getLogger(__name__) + +RecordPath = NewType("RecordPath", str) +InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]] + + +def rehash(path: str, blocksize: int = 1 << 20) -> Tuple[str, str]: + """Return (encoded_digest, length) for path using hashlib.sha256()""" + h, length = hash_file(path, blocksize) + digest = "sha256=" + urlsafe_b64encode(h.digest()).decode("latin1").rstrip("=") + return (digest, str(length)) + + +def csv_io_kwargs(mode: str) -> Dict[str, Any]: + """Return keyword arguments to properly open a CSV file + in the given mode. + """ + return {"mode": mode, "newline": "", "encoding": "utf-8"} + + +def fix_script(path: str) -> bool: + """Replace #!python with #!/path/to/python + Return True if file was changed. + """ + # XXX RECORD hashes will need to be updated + assert os.path.isfile(path) + + with open(path, "rb") as script: + firstline = script.readline() + if not firstline.startswith(b"#!python"): + return False + exename = sys.executable.encode(sys.getfilesystemencoding()) + firstline = b"#!" + exename + os.linesep.encode("ascii") + rest = script.read() + with open(path, "wb") as script: + script.write(firstline) + script.write(rest) + return True + + +def wheel_root_is_purelib(metadata: Message) -> bool: + return metadata.get("Root-Is-Purelib", "").lower() == "true" + + +def get_entrypoints(dist: BaseDistribution) -> Tuple[Dict[str, str], Dict[str, str]]: + console_scripts = {} + gui_scripts = {} + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + console_scripts[entry_point.name] = entry_point.value + elif entry_point.group == "gui_scripts": + gui_scripts[entry_point.name] = entry_point.value + return console_scripts, gui_scripts + + +def message_about_scripts_not_on_PATH(scripts: Sequence[str]) -> Optional[str]: + """Determine if any scripts are not on PATH and format a warning. + Returns a warning message if one or more scripts are not on PATH, + otherwise None. + """ + if not scripts: + return None + + # Group scripts by the path they were installed in + grouped_by_dir: Dict[str, Set[str]] = collections.defaultdict(set) + for destfile in scripts: + parent_dir = os.path.dirname(destfile) + script_name = os.path.basename(destfile) + grouped_by_dir[parent_dir].add(script_name) + + # We don't want to warn for directories that are on PATH. + not_warn_dirs = [ + os.path.normcase(os.path.normpath(i)).rstrip(os.sep) + for i in os.environ.get("PATH", "").split(os.pathsep) + ] + # If an executable sits with sys.executable, we don't warn for it. + # This covers the case of venv invocations without activating the venv. + not_warn_dirs.append( + os.path.normcase(os.path.normpath(os.path.dirname(sys.executable))) + ) + warn_for: Dict[str, Set[str]] = { + parent_dir: scripts + for parent_dir, scripts in grouped_by_dir.items() + if os.path.normcase(os.path.normpath(parent_dir)) not in not_warn_dirs + } + if not warn_for: + return None + + # Format a message + msg_lines = [] + for parent_dir, dir_scripts in warn_for.items(): + sorted_scripts: List[str] = sorted(dir_scripts) + if len(sorted_scripts) == 1: + start_text = f"script {sorted_scripts[0]} is" + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + f"The {start_text} installed in '{parent_dir}' which is not on PATH." + ) + + last_line_fmt = ( + "Consider adding {} to PATH or, if you prefer " + "to suppress this warning, use --no-warn-script-location." + ) + if len(msg_lines) == 1: + msg_lines.append(last_line_fmt.format("this directory")) + else: + msg_lines.append(last_line_fmt.format("these directories")) + + # Add a note if any directory starts with ~ + warn_for_tilde = any( + i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i + ) + if warn_for_tilde: + tilde_warning_msg = ( + "NOTE: The current PATH contains path(s) starting with `~`, " + "which may not be expanded by all applications." + ) + msg_lines.append(tilde_warning_msg) + + # Returns the formatted multiline message + return "\n".join(msg_lines) + + +def _normalized_outrows( + outrows: Iterable[InstalledCSVRow], +) -> List[Tuple[str, str, str]]: + """Normalize the given rows of a RECORD file. + + Items in each row are converted into str. Rows are then sorted to make + the value more predictable for tests. + + Each row is a 3-tuple (path, hash, size) and corresponds to a record of + a RECORD file (see PEP 376 and PEP 427 for details). For the rows + passed to this function, the size can be an integer as an int or string, + or the empty string. + """ + # Normally, there should only be one row per path, in which case the + # second and third elements don't come into play when sorting. + # However, in cases in the wild where a path might happen to occur twice, + # we don't want the sort operation to trigger an error (but still want + # determinism). Since the third element can be an int or string, we + # coerce each element to a string to avoid a TypeError in this case. + # For additional background, see-- + # https://github.com/pypa/pip/issues/5868 + return sorted( + (record_path, hash_, str(size)) for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path: RecordPath, lib_dir: str) -> str: + return os.path.join(lib_dir, record_path) + + +def _fs_to_record_path(path: str, lib_dir: str) -> RecordPath: + # On Windows, do not handle relative paths if they belong to different + # logical disks + if os.path.splitdrive(path)[0].lower() == os.path.splitdrive(lib_dir)[0].lower(): + path = os.path.relpath(path, lib_dir) + + path = path.replace(os.path.sep, "/") + return cast("RecordPath", path) + + +def get_csv_rows_for_installed( + old_csv_rows: List[List[str]], + installed: Dict[RecordPath, RecordPath], + changed: Set[RecordPath], + generated: List[str], + lib_dir: str, +) -> List[InstalledCSVRow]: + """ + :param installed: A map from archive RECORD path to installation RECORD + path. + """ + installed_rows: List[InstalledCSVRow] = [] + for row in old_csv_rows: + if len(row) > 3: + logger.warning("RECORD line has more than three elements: %s", row) + old_record_path = cast("RecordPath", row[0]) + new_record_path = installed.pop(old_record_path, old_record_path) + if new_record_path in changed: + digest, length = rehash(_record_to_fs_path(new_record_path, lib_dir)) + else: + digest = row[1] if len(row) > 1 else "" + length = row[2] if len(row) > 2 else "" + installed_rows.append((new_record_path, digest, length)) + for f in generated: + path = _fs_to_record_path(f, lib_dir) + digest, length = rehash(f) + installed_rows.append((path, digest, length)) + return installed_rows + [ + (installed_record_path, "", "") for installed_record_path in installed.values() + ] + + +def get_console_script_specs(console: Dict[str, str]) -> List[str]: + """ + Given the mapping from entrypoint name to callable, return the relevant + console script specs. + """ + # Don't mutate caller's version + console = console.copy() + + scripts_to_generate = [] + + # Special case pip and setuptools to generate versioned wrappers + # + # The issue is that some projects (specifically, pip and setuptools) use + # code in setup.py to create "versioned" entry points - pip2.7 on Python + # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into + # the wheel metadata at build time, and so if the wheel is installed with + # a *different* version of Python the entry points will be wrong. The + # correct fix for this is to enhance the metadata to be able to describe + # such versioned entry points. + # Currently, 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. As a workaround, we + # override the versioned entry points in the wheel and generate the + # correct ones. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append(f"pip{sys.version_info[0]} = {pip_script}") + + scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") + # Delete any other versioned pip entry points + pip_ep = [k for k in console if re.match(r"pip(\d+(\.\d+)?)?$", k)] + for k in pip_ep: + del console[k] + easy_install_script = console.pop("easy_install", None) + if easy_install_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("easy_install = " + easy_install_script) + + scripts_to_generate.append( + f"easy_install-{get_major_minor_version()} = {easy_install_script}" + ) + # Delete any other versioned easy_install entry points + easy_install_ep = [ + k for k in console if re.match(r"easy_install(-\d+\.\d+)?$", k) + ] + for k in easy_install_ep: + del console[k] + + # Generate the console entry points specified in the wheel + scripts_to_generate.extend(starmap("{} = {}".format, console.items())) + + return scripts_to_generate + + +class ZipBackedFile: + def __init__( + self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile + ) -> None: + self.src_record_path = src_record_path + self.dest_path = dest_path + self._zip_file = zip_file + self.changed = False + + def _getinfo(self) -> ZipInfo: + return self._zip_file.getinfo(self.src_record_path) + + def save(self) -> None: + # 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() + + # optimization: the file is created by open(), + # skip the decompression when there is 0 bytes to decompress. + with open(self.dest_path, "wb") as dest: + if zipinfo.file_size > 0: + with self._zip_file.open(zipinfo) as f: + blocksize = min(zipinfo.file_size, 1024 * 1024) + shutil.copyfileobj(f, dest, blocksize) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "File") -> None: + self._file = file + self.src_record_path = self._file.src_record_path + self.dest_path = self._file.dest_path + self.changed = False + + def save(self) -> None: + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point: str) -> None: + super().__init__( + f"Invalid script entry point: {entry_point} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information." + ) + + +def _raise_for_invalid_entrypoint(specification: str) -> None: + entry = get_export_entry(specification) + if entry is not None and entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + +class PipScriptMaker(ScriptMaker): + def make( + self, specification: str, options: Optional[Dict[str, Any]] = None + ) -> List[str]: + _raise_for_invalid_entrypoint(specification) + return super().make(specification, options) + + +def _install_wheel( # noqa: C901, PLR0915 function is too long + 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 = ( + f"Unexpected file in {wheel_path}: {record_path!r}. .data directory" + " contents should be named like: '/'." + ) + raise InstallationError(message) + + try: + scheme_path = scheme_paths[scheme_key] + except KeyError: + valid_scheme_keys = ", ".join(sorted(scheme_paths)) + message = ( + f"Unknown scheme key used in {wheel_path}: {scheme_key} " + f"(for file {record_path!r}). .data directory contents " + f"should be in subdirectories named with a valid scheme " + f"key ({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) + + existing_parents = set() + for file in files: + # 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(file.dest_path) + if parent_dir not in existing_parents: + ensure_dir(parent_dir) + existing_parents.add(parent_dir) + 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 contextlib.redirect_stdout( + StreamWrapper.from_stream(sys.stdout) + ) as stdout: + with warnings.catch_warnings(): + warnings.filterwarnings("ignore") + for path in pyc_source_file_paths(): + success = compileall.compile_file(path, force=True, quiet=True) + if success: + pyc_path = pyc_output_path(path) + assert os.path.exists(pyc_path) + pyc_record_path = cast( + "RecordPath", pyc_path.replace(os.path.sep, "/") + ) + record_installed(pyc_record_path, pyc_path) + logger.debug(stdout.getvalue()) + + maker = PipScriptMaker(None, scheme.scripts) + + # Ensure old scripts are overwritten. + # See https://github.com/pypa/pip/issues/1800 + maker.clobber = True + + # Ensure we don't generate any variants for scripts because this is almost + # never what somebody wants. + # See https://bitbucket.org/pypa/distlib/issue/35/ + maker.variants = {""} + + # This is required because otherwise distlib creates scripts that are not + # executable. + # See https://bitbucket.org/pypa/distlib/issue/32/ + maker.set_mode = True + + # Generate the console and GUI entry points specified in the wheel + scripts_to_generate = get_console_script_specs(console) + + gui_scripts_to_generate = list(starmap("{} = {}".format, gui.items())) + + generated_console_scripts = maker.make_multiple(scripts_to_generate) + generated.extend(generated_console_scripts) + + generated.extend(maker.make_multiple(gui_scripts_to_generate, {"gui": True})) + + if warn_script_location: + msg = message_about_scripts_not_on_PATH(generated_console_scripts) + if msg is not None: + logger.warning(msg) + + generated_file_mode = 0o666 & ~current_umask() + + @contextlib.contextmanager + def _generate_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + with adjacent_tmp_file(path, **kwargs) as f: + yield f + os.chmod(f.name, generated_file_mode) + replace(f.name, path) + + dest_info_dir = os.path.join(lib_dir, info_dir) + + # Record pip as the installer + installer_path = os.path.join(dest_info_dir, "INSTALLER") + with _generate_file(installer_path) as installer_file: + installer_file.write(b"pip\n") + generated.append(installer_path) + + # Record the PEP 610 direct URL reference + if direct_url is not None: + direct_url_path = os.path.join(dest_info_dir, DIRECT_URL_METADATA_NAME) + with _generate_file(direct_url_path) as direct_url_file: + direct_url_file.write(direct_url.to_json().encode("utf-8")) + generated.append(direct_url_path) + + # Record the REQUESTED file + if requested: + requested_path = os.path.join(dest_info_dir, "REQUESTED") + with open(requested_path, "wb"): + pass + generated.append(requested_path) + + record_text = distribution.read_text("RECORD") + record_rows = list(csv.reader(record_text.splitlines())) + + rows = get_csv_rows_for_installed( + record_rows, + installed=installed, + changed=changed, + generated=generated, + lib_dir=lib_dir, + ) + + # Record details of all files installed + record_path = os.path.join(dest_info_dir, "RECORD") + + with _generate_file(record_path, **csv_io_kwargs("w")) as record_file: + # Explicitly cast to typing.IO[str] as a workaround for the mypy error: + # "writer" has incompatible type "BinaryIO"; expected "_Writer" + writer = csv.writer(cast("IO[str]", record_file)) + writer.writerows(_normalized_outrows(rows)) + + +@contextlib.contextmanager +def req_error_context(req_description: str) -> Generator[None, None, None]: + try: + yield + except InstallationError as e: + message = f"For req: {req_description}. {e.args[0]}" + raise InstallationError(message) from e + + +def install_wheel( + name: str, + wheel_path: str, + scheme: Scheme, + req_description: str, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + with ZipFile(wheel_path, allowZip64=True) as z: + with req_error_context(req_description): + _install_wheel( + name=name, + wheel_zip=z, + wheel_path=wheel_path, + scheme=scheme, + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=requested, + ) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py b/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000..e6aa344 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,732 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import mimetypes +import os +import shutil +from dataclasses import dataclass +from pathlib import Path +from typing import Dict, Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.distributions.installed import InstalledDistribution +from pip._internal.exceptions import ( + DirectoryUrlHashUnsupported, + HashMismatch, + HashUnpinned, + InstallationError, + MetadataInconsistent, + NetworkConnectionError, + VcsHashUnsupported, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_metadata_distribution +from pip._internal.models.direct_url import ArchiveInfo +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.network.download import BatchDownloader, Downloader +from pip._internal.network.lazy_wheel import ( + HTTPRangeRequestUnsupported, + dist_from_wheel_url, +) +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes, MissingHashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ( + display_path, + hash_file, + hide_url, + redact_auth_from_requirement, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + build_tracker: BuildTracker, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, +) -> BaseDistribution: + """Prepare a distribution for installation.""" + abstract_dist = make_distribution_for_install_requirement(req) + tracker_id = abstract_dist.build_tracker_id + if tracker_id is not None: + with build_tracker.track(req, tracker_id): + abstract_dist.prepare_distribution_metadata( + finder, build_isolation, check_build_deps + ) + return abstract_dist.get_metadata_distribution() + + +def unpack_vcs_link(link: Link, location: str, verbosity: int) -> None: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend is not None + vcs_backend.unpack(location, url=hide_url(link.url), verbosity=verbosity) + + +@dataclass +class File: + path: str + content_type: Optional[str] = None + + def __post_init__(self) -> None: + if self.content_type is None: + self.content_type = mimetypes.guess_type(self.path)[0] + + +def get_http_url( + link: Link, + download: Downloader, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> File: + temp_dir = TempDirectory(kind="unpack", globally_managed=True) + # If a download dir is specified, is the file already downloaded there? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + content_type = None + else: + # let's download to a tmp dir + from_path, content_type = download(link, temp_dir.path) + if hashes: + hashes.check_against_path(from_path) + + return File(from_path, content_type) + + +def get_file_url( + link: Link, download_dir: Optional[str] = None, hashes: Optional[Hashes] = None +) -> File: + """Get file and optionally check its hash.""" + # If a download dir is specified, is the file already there and valid? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + else: + from_path = link.file_path + + # If --require-hashes is off, `hashes` is either empty, the + # link's embedded hash, or MissingHashes; it is required to + # match. If --require-hashes is on, we are satisfied by any + # hash in `hashes` matching: a URL-based or an option-based + # one; no internet-sourced hash will be in `hashes`. + if hashes: + hashes.check_against_path(from_path) + return File(from_path, None) + + +def unpack_url( + link: Link, + location: str, + download: Downloader, + verbosity: int, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> Optional[File]: + """Unpack link into location, downloading if required. + + :param hashes: A Hashes object, one of whose embedded hashes must match, + or HashMismatch will be raised. If the Hashes is empty, no matches are + required, and unhashable types of requirements (like VCS ones, which + would ordinarily raise HashUnsupported) are allowed. + """ + # non-editable vcs urls + if link.is_vcs: + unpack_vcs_link(link, location, verbosity=verbosity) + return None + + assert not link.is_existing_dir() + + # file urls + if link.is_file: + file = get_file_url(link, download_dir, hashes=hashes) + + # http urls + else: + file = get_http_url( + link, + download, + download_dir, + hashes=hashes, + ) + + # unpack the archive to the build dir location. even when only downloading + # archives, they have to be unpacked to parse dependencies, except wheels + if not link.is_wheel: + unpack_file(file.path, location, file.content_type) + + return file + + +def _check_download_dir( + link: Link, + download_dir: str, + hashes: Optional[Hashes], + warn_on_hash_mismatch: bool = True, +) -> Optional[str]: + """Check download_dir for previously downloaded file with correct hash + If a correct file is found return its path else None + """ + download_path = os.path.join(download_dir, link.filename) + + if not os.path.exists(download_path): + return None + + # If already downloaded, does its hash match? + logger.info("File was already downloaded %s", download_path) + if hashes: + try: + hashes.check_against_path(download_path) + except HashMismatch: + if warn_on_hash_mismatch: + logger.warning( + "Previously-downloaded file %s has bad hash. Re-downloading.", + download_path, + ) + os.unlink(download_path) + return None + return download_path + + +class RequirementPreparer: + """Prepares a Requirement""" + + def __init__( + self, + build_dir: str, + download_dir: Optional[str], + src_dir: str, + build_isolation: bool, + check_build_deps: bool, + build_tracker: BuildTracker, + session: PipSession, + progress_bar: str, + finder: PackageFinder, + require_hashes: bool, + use_user_site: bool, + lazy_wheel: bool, + verbosity: int, + legacy_resolver: bool, + ) -> None: + super().__init__() + + self.src_dir = src_dir + self.build_dir = build_dir + self.build_tracker = build_tracker + self._session = session + self._download = Downloader(session, progress_bar) + self._batch_download = BatchDownloader(session, progress_bar) + self.finder = finder + + # Where still-packed archives should be written to. If None, they are + # not saved, and are deleted immediately after unpacking. + self.download_dir = download_dir + + # Is build isolation allowed? + self.build_isolation = build_isolation + + # Should check build dependencies? + self.check_build_deps = check_build_deps + + # Should hash-checking be required? + self.require_hashes = require_hashes + + # Should install in user site-packages? + self.use_user_site = use_user_site + + # Should wheels be downloaded lazily? + self.use_lazy_wheel = lazy_wheel + + # How verbose should underlying tooling be? + self.verbosity = verbosity + + # Are we using the legacy resolver? + self.legacy_resolver = legacy_resolver + + # Memoized downloaded files, as mapping of url: path. + self._downloaded: Dict[str, str] = {} + + # Previous "header" printed for a link-based InstallRequirement + self._previous_requirement_header = ("", "") + + def _log_preparing_link(self, req: InstallRequirement) -> None: + """Provide context for the requirement being prepared.""" + if req.link.is_file and not req.is_wheel_from_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = redact_auth_from_requirement(req.req) if req.req else str(req) + + # If we used req.req, inject requirement source if available (this + # would already be included if we used req directly) + if req.req and req.comes_from: + if isinstance(req.comes_from, str): + comes_from: Optional[str] = req.comes_from + else: + comes_from = req.comes_from.from_path() + if comes_from: + information += f" (from {comes_from})" + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.is_wheel_from_cache: + with indent_log(): + logger.info("Using cached %s", req.link.filename) + + def _ensure_link_req_src_dir( + self, req: InstallRequirement, parallel_builds: bool + ) -> None: + """Ensure source_dir of a linked InstallRequirement.""" + # Since source_dir is only set for editable requirements. + if req.link.is_wheel: + # We don't need to unpack wheels, so no need for a source + # directory. + return + assert req.source_dir is None + if req.link.is_existing_dir(): + # build local directories in-tree + req.source_dir = req.link.file_path + return + + # We always delete unpacked sdists after pip runs. + req.ensure_has_source_dir( + self.build_dir, + autodelete=True, + parallel_builds=parallel_builds, + ) + req.ensure_pristine_source_checkout() + + def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: + # By the time this is called, the requirement's link should have + # been checked so we can tell what kind of requirements req is + # and raise some more informative errors than otherwise. + # (For example, we can raise VcsHashUnsupported for a VCS URL + # rather than HashMissing.) + if not self.require_hashes: + return req.hashes(trust_internet=True) + + # We could check these first 2 conditions inside unpack_url + # and save repetition of conditions, but then we would + # report less-useful error messages for unhashable + # requirements, complaining that there's no hash provided. + if req.link.is_vcs: + raise VcsHashUnsupported() + if req.link.is_existing_dir(): + raise DirectoryUrlHashUnsupported() + + # Unpinned packages are asking for trouble when a new version + # is uploaded. This isn't a security check, but it saves users + # a surprising hash mismatch in the future. + # file:/// URLs aren't pinnable, so don't complain about them + # not being pinned. + if not req.is_direct and not req.is_pinned: + raise HashUnpinned() + + # If known-good hashes are missing for this requirement, + # shim it with a facade object that will provoke hash + # computation and then raise a HashMissing exception + # showing the user what the hash should be. + return req.hashes(trust_internet=False) or MissingHashes() + + def _fetch_metadata_only( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + if self.legacy_resolver: + logger.debug( + "Metadata-only fetching is not used in the legacy resolver", + ) + return None + if self.require_hashes: + logger.debug( + "Metadata-only fetching is not used as hash checking is required", + ) + return None + # Try PEP 658 metadata first, then fall back to lazy wheel if unavailable. + return self._fetch_metadata_using_link_data_attr( + req + ) or self._fetch_metadata_using_lazy_wheel(req.link) + + def _fetch_metadata_using_link_data_attr( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + """Fetch metadata from the data-dist-info-metadata attribute, if possible.""" + # (1) Get the link to the metadata file, if provided by the backend. + metadata_link = req.link.metadata_link() + if metadata_link is None: + return None + assert req.req is not None + logger.verbose( + "Obtaining dependency information for %s from %s", + req.req, + metadata_link, + ) + # (2) Download the contents of the METADATA file, separate from the dist itself. + metadata_file = get_http_url( + metadata_link, + self._download, + hashes=metadata_link.as_hashes(), + ) + with open(metadata_file.path, "rb") as f: + metadata_contents = f.read() + # (3) Generate a dist just from those file contents. + metadata_dist = get_metadata_distribution( + metadata_contents, + req.link.filename, + req.req.name, + ) + # (4) Ensure the Name: field from the METADATA file matches the name from the + # install requirement. + # + # NB: raw_name will fall back to the name from the install requirement if + # the Name: field is not present, but it's noted in the raw_name docstring + # that that should NEVER happen anyway. + if canonicalize_name(metadata_dist.raw_name) != canonicalize_name(req.req.name): + raise MetadataInconsistent( + req, "Name", req.req.name, metadata_dist.raw_name + ) + return metadata_dist + + def _fetch_metadata_using_lazy_wheel( + self, + link: Link, + ) -> Optional[BaseDistribution]: + """Fetch metadata using lazy wheel, if possible.""" + # --use-feature=fast-deps must be provided. + if not self.use_lazy_wheel: + return None + if link.is_file or not link.is_wheel: + logger.debug( + "Lazy wheel is not used as %r does not point to a remote wheel", + link, + ) + return None + + wheel = Wheel(link.filename) + name = canonicalize_name(wheel.name) + logger.info( + "Obtaining dependency information from %s %s", + name, + wheel.version, + ) + url = link.url.split("#", 1)[0] + try: + return dist_from_wheel_url(name, url, self._session) + except HTTPRangeRequestUnsupported: + logger.debug("%s does not support range requests", url) + return None + + def _complete_partial_requirements( + self, + partially_downloaded_reqs: Iterable[InstallRequirement], + parallel_builds: bool = False, + ) -> None: + """Download any requirements which were only fetched by metadata.""" + # Download to a temporary directory. These will be copied over as + # needed for downstream 'download', 'wheel', and 'install' commands. + temp_dir = TempDirectory(kind="unpack", globally_managed=True).path + + # Map each link to the requirement that owns it. This allows us to set + # `req.local_file_path` on the appropriate requirement after passing + # all the links at once into BatchDownloader. + links_to_fully_download: Dict[Link, InstallRequirement] = {} + for req in partially_downloaded_reqs: + assert req.link + links_to_fully_download[req.link] = req + + batch_download = self._batch_download( + links_to_fully_download.keys(), + temp_dir, + ) + for link, (filepath, _) in batch_download: + logger.debug("Downloading link %s to %s", link, filepath) + req = links_to_fully_download[link] + # Record the downloaded file path so wheel reqs can extract a Distribution + # in .get_dist(). + req.local_file_path = filepath + # Record that the file is downloaded so we don't do it again in + # _prepare_linked_requirement(). + self._downloaded[req.link.url] = filepath + + # If this is an sdist, we need to unpack it after downloading, but the + # .source_dir won't be set up until we are in _prepare_linked_requirement(). + # Add the downloaded archive to the install requirement to unpack after + # preparing the source dir. + if not req.is_wheel: + req.needs_unpacked_archive(Path(filepath)) + + # This step is necessary to ensure all lazy wheels are processed + # successfully by the 'download', 'wheel', and 'install' commands. + for req in partially_downloaded_reqs: + self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool = False + ) -> BaseDistribution: + """Prepare a requirement to be obtained from req.link.""" + assert req.link + self._log_preparing_link(req) + with indent_log(): + # Check if the relevant file is already available + # in the download directory + file_path = None + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir( + req.link, + self.download_dir, + hashes, + # When a locally built wheel has been found in cache, we don't warn + # about re-downloading when the already downloaded wheel hash does + # not match. This is because the hash must be checked against the + # original link, not the cached link. It that case the already + # downloaded file will be removed and re-fetched from cache (which + # implies a hash check against the cache entry's origin.json). + warn_on_hash_mismatch=not req.is_wheel_from_cache, + ) + + if file_path is not None: + # The file is already available, so mark it as downloaded + self._downloaded[req.link.url] = file_path + else: + # The file is not available, attempt to fetch only metadata + metadata_dist = self._fetch_metadata_only(req) + if metadata_dist is not None: + req.needs_more_preparation = True + return metadata_dist + + # None of the optimizations worked, fully prepare the requirement + return self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirements_more( + self, reqs: Iterable[InstallRequirement], parallel_builds: bool = False + ) -> None: + """Prepare linked requirements more, if needed.""" + reqs = [req for req in reqs if req.needs_more_preparation] + for req in reqs: + # Determine if any of these requirements were already downloaded. + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + if file_path is not None: + self._downloaded[req.link.url] = file_path + req.needs_more_preparation = False + + # Prepare requirements we found were already downloaded for some + # reason. The other downloads will be completed separately. + partially_downloaded_reqs: List[InstallRequirement] = [] + for req in reqs: + if req.needs_more_preparation: + partially_downloaded_reqs.append(req) + else: + self._prepare_linked_requirement(req, parallel_builds) + + # TODO: separate this part out from RequirementPreparer when the v1 + # resolver can be removed! + self._complete_partial_requirements( + partially_downloaded_reqs, + parallel_builds=parallel_builds, + ) + + def _prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool + ) -> BaseDistribution: + assert req.link + link = req.link + + hashes = self._get_linked_req_hashes(req) + + if hashes and req.is_wheel_from_cache: + assert req.download_info is not None + assert link.is_wheel + assert link.is_file + # We need to verify hashes, and we have found the requirement in the cache + # of locally built wheels. + if ( + isinstance(req.download_info.info, ArchiveInfo) + and req.download_info.info.hashes + and hashes.has_one_of(req.download_info.info.hashes) + ): + # At this point we know the requirement was built from a hashable source + # artifact, and we verified that the cache entry's hash of the original + # artifact matches one of the hashes we expect. We don't verify hashes + # against the cached wheel, because the wheel is not the original. + hashes = None + else: + logger.warning( + "The hashes of the source archive found in cache entry " + "don't match, ignoring cached built wheel " + "and re-downloading source." + ) + req.link = req.cached_wheel_source_link + link = req.link + + self._ensure_link_req_src_dir(req, parallel_builds) + + if link.is_existing_dir(): + local_file = None + elif link.url not in self._downloaded: + try: + local_file = unpack_url( + link, + req.source_dir, + self._download, + self.verbosity, + self.download_dir, + hashes, + ) + except NetworkConnectionError as exc: + raise InstallationError( + f"Could not install requirement {req} because of HTTP " + f"error {exc} for URL {link}" + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # If download_info is set, we got it from the wheel cache. + if req.download_info is None: + # Editables don't go through this function (see + # prepare_editable_requirement). + assert not req.editable + req.download_info = direct_url_from_link(link, req.source_dir) + # Make sure we have a hash in download_info. If we got it as part of the + # URL, it will have been verified and we can rely on it. Otherwise we + # compute it from the downloaded file. + # FIXME: https://github.com/pypa/pip/issues/11943 + if ( + isinstance(req.download_info.info, ArchiveInfo) + and not req.download_info.info.hashes + and local_file + ): + hash = hash_file(local_file.path)[0].hexdigest() + # We populate info.hash for backward compatibility. + # This will automatically populate info.hashes. + req.download_info.info.hash = f"sha256={hash}" + + # For use in later processing, + # preserve the file path on the requirement. + if local_file: + req.local_file_path = local_file.path + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + return dist + + def save_linked_requirement(self, req: InstallRequirement) -> None: + assert self.download_dir is not None + assert req.link is not None + link = req.link + if link.is_vcs or (link.is_existing_dir() and req.editable): + # Make a .zip of the source_dir we already created. + req.archive(self.download_dir) + return + + if link.is_existing_dir(): + logger.debug( + "Not copying link to destination directory " + "since it is a directory: %s", + link, + ) + return + if req.local_file_path is None: + # No distribution was downloaded for this requirement. + return + + download_location = os.path.join(self.download_dir, link.filename) + if not os.path.exists(download_location): + shutil.copy(req.local_file_path, download_location) + download_path = display_path(download_location) + logger.info("Saved %s", download_path) + + def prepare_editable_requirement( + self, + req: InstallRequirement, + ) -> BaseDistribution: + """Prepare an editable requirement.""" + assert req.editable, "cannot prepare a non-editable req as editable" + + logger.info("Obtaining %s", req) + + with indent_log(): + if self.require_hashes: + raise InstallationError( + f"The editable requirement {req} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash." + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + assert req.source_dir + req.download_info = direct_url_for_editable(req.unpacked_source_directory) + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + + req.check_if_exists(self.use_user_site) + + return dist + + def prepare_installed_requirement( + self, + req: InstallRequirement, + skip_reason: str, + ) -> BaseDistribution: + """Prepare an already-installed requirement.""" + assert req.satisfied_by, "req should have been satisfied but isn't" + assert skip_reason is not None, ( + "did not get skip reason skipped but req.satisfied_by " + f"is set to {req.satisfied_by}" + ) + logger.info( + "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version + ) + with indent_log(): + if self.require_hashes: + logger.debug( + "Since it is already installed, we are trusting this " + "package without checking its hash. To ensure a " + "completely repeatable environment, install into an " + "empty virtualenv." + ) + return InstalledDistribution(req).get_metadata_distribution() diff --git a/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py b/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000..0e8452f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,185 @@ +import importlib.util +import os +import sys +from collections import namedtuple +from typing import Any, List, Optional + +if sys.version_info >= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib + +from pip._vendor.packaging.requirements import InvalidRequirement + +from pip._internal.exceptions import ( + InstallationError, + InvalidPyProjectBuildRequires, + MissingPyProjectBuildRequires, +) +from pip._internal.utils.packaging import get_requirement + + +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 = tomllib.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 falsy because that means + # the user explicitly requested --no-use-pep517. The value 0 as + # opposed to False can occur when the value is provided via an + # environment variable or config file option (due to the quirk of + # strtobool() returning an integer in pip's configuration code). + if has_pyproject and not has_setup: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project does not have a setup.py" + ) + use_pep517 = True + elif build_system and "build-backend" in build_system: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project specifies a build backend of {} " + "in pyproject.toml".format(build_system["build-backend"]) + ) + use_pep517 = True + + # If we haven't worked out whether to use PEP 517 yet, + # and the user hasn't explicitly stated a preference, + # we do so if the project has a pyproject.toml file + # or if we cannot import setuptools or wheels. + + # We fallback to PEP 517 when without setuptools or without the wheel package, + # so setuptools can be installed as a default build backend. + # For more info see: + # https://discuss.python.org/t/pip-without-setuptools-could-the-experience-be-improved/11810/9 + # https://github.com/pypa/pip/issues/8559 + elif use_pep517 is None: + use_pep517 = ( + has_pyproject + or not importlib.util.find_spec("setuptools") + or not importlib.util.find_spec("wheel") + ) + + # At this point, we know whether we're going to use PEP 517. + assert use_pep517 is not None + + # If we're using the legacy code path, there is nothing further + # for us to do here. + if not use_pep517: + return None + + if build_system is None: + # Either the user has a pyproject.toml with no build-system + # section, or the user has no pyproject.toml, but has opted in + # explicitly via --use-pep517. + # In the absence of any explicit backend specification, we + # assume the setuptools backend that most closely emulates the + # traditional direct setup.py execution, and require wheel and + # a version of setuptools that supports that backend. + + build_system = { + "requires": ["setuptools>=40.8.0"], + "build-backend": "setuptools.build_meta:__legacy__", + } + + # If we're using PEP 517, we have build system information (either + # from pyproject.toml, or defaulted by the code above). + # Note that at this point, we do not know if the user has actually + # specified a backend, though. + assert build_system is not None + + # Ensure that the build-system section in pyproject.toml conforms + # to PEP 518. + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise MissingPyProjectBuildRequires(package=req_name) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InvalidPyProjectBuildRequires( + package=req_name, + reason="It is not a list of strings.", + ) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + get_requirement(requirement) + except InvalidRequirement as error: + raise InvalidPyProjectBuildRequires( + package=req_name, + reason=f"It contains an invalid requirement: {requirement!r}", + ) from error + + backend = build_system.get("build-backend") + backend_path = build_system.get("backend-path", []) + check: List[str] = [] + if backend is None: + # If the user didn't specify a backend, we assume they want to use + # the setuptools backend. But we can't be sure they have included + # a version of setuptools which supplies the backend. So we + # make a note to check that this requirement is present once + # we have set up the environment. + # This is quite a lot of work to check for a very specific case. But + # the problem is, that case is potentially quite common - projects that + # adopted PEP 518 early for the ability to specify requirements to + # execute setup.py, but never considered needing to mention the build + # tools themselves. The original PEP 518 code had a similar check (but + # implemented in a different way). + backend = "setuptools.build_meta:__legacy__" + check = ["setuptools>=40.8.0"] + + return BuildSystemDetails(requires, backend, check, backend_path) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000..422d851 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,90 @@ +import collections +import logging +from dataclasses import dataclass +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__) + + +@dataclass(frozen=True) +class InstallationResult: + name: str + + +def _validate_requirements( + requirements: List[InstallRequirement], +) -> Generator[Tuple[str, InstallRequirement], None, None]: + for req in requirements: + assert req.name, f"invalid to-be-installed requirement: {req}" + yield req.name, req + + +def install_given_reqs( + requirements: List[InstallRequirement], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + warn_script_location: bool, + use_user_site: bool, + pycompile: bool, +) -> List[InstallationResult]: + """ + Install everything in the given list. + + (to be called after having downloaded and unpacked the packages) + """ + to_install = collections.OrderedDict(_validate_requirements(requirements)) + + if to_install: + logger.info( + "Installing collected packages: %s", + ", ".join(to_install.keys()), + ) + + installed = [] + + with indent_log(): + for req_name, requirement in to_install.items(): + if requirement.should_reinstall: + logger.info("Attempting uninstall: %s", req_name) + with indent_log(): + uninstalled_pathset = requirement.uninstall(auto_confirm=True) + else: + uninstalled_pathset = None + + try: + requirement.install( + global_options, + root=root, + home=home, + prefix=prefix, + warn_script_location=warn_script_location, + use_user_site=use_user_site, + pycompile=pycompile, + ) + except Exception: + # if install did not succeed, rollback previous uninstall + if uninstalled_pathset and not requirement.install_succeeded: + uninstalled_pathset.rollback() + raise + else: + if uninstalled_pathset and requirement.install_succeeded: + uninstalled_pathset.commit() + + installed.append(InstallationResult(req_name)) + + return installed diff --git a/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4bb7ab04be2d80070eda8df30a6c22db1d28f82 GIT binary patch literal 2337 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 Rbeb_fkuwuW9M6Do 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 Ko;k4png0hpUaaW= literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c9d2afb6f40c3b6b6674606797c1554b64baa337 GIT binary patch literal 24842 zcma)kdypK*dEd_L?Bn+C_6~=``!&RSiMs_s5+nrz5Z)vt=t$u~N^44sy`8zk9`?na zIRLlZi)n$WNVXBD?ATSdtg1uBj?IcI@jppiE~gx)@^D;EN-jHbYLYlE$9AGPsn}Lz z%MeNA_xpNgcK5K9jKlQy^z^&G{@&fK@$p;&|9*4z>x;kfLy5$H=S%;;EMCsw@&1OH zNH__{s3%JL*C-kCZk9~>O_q}KYn3edO_fsen=YmCYt}Q3Y$#$yfog(m-3B?(nMpjG}+it+R&IPO*J-_HcGx!eY&x!v`OOW`sT)#(iVwl>RTJz zO4}r!t#5DaDD9B=NPTBxS812TbBOOQ?UDFs-EKTpdP?GB^}UUKrG1V4rTy|gUO&({ zSUT7^R5~Q@`TF5Tp;VCgME&W;kvttiEpl-ZhW%zNr`W% zpJ|*eoo$>eos;*i_4ADjr3(_@R=?P|RJtVb?e$k0ua;hw_>TJJ#-~c3YJ9r%>Bg1P zmBwdEpJ~jM<{Gb+UTeHwdcE=4(q|>#&id8HwbC_-@2X#K+$i0U`0n}}jWlE>2 z(J`(i3P-;|$eb$}LHdnKecAO8vtFYcAh6R4dI^vsSItYaO@TtTbFCX5Mg>rz=XeE6QWq=5x!nx^u2lz3n!gS6i*y z=PT%-Dwx5fe7V@XQ&X)bn+c}pTCcU&ry}Qu%T3Qmu?jnWQK^;+HodOgJGIubC)qF5 zlq93Q+@kB3z3MG=ykMb?isxRyuvKk-Stex*zdPbKNN+37E| zncwc-a^3nsI+~lfRI9t*is!qHH~Ae&Bj^n(xuN)iId9&^?}kOUiDmHJa>Mm2PQ|Yv z5lx1Pu2b{5M*UwWYkJh>=p#yuM`_X-OwGo6tKyW~D{a+ULZfBB)u;y>8|WnCp9Mz3SeaogxEI_4lp`qhee3qX|(?DMVWLTzzbxz6wf3??ex?J{dFyZ10x zUXYu|A}_ZwLn;`<^tJ1i70D1}Z`B;PysYZMRLv`geURZY?@qK)LDwtGsB1yB8fDc3 zy7Y_TslQyQ17h$kd8g`CxfA>U*?2jF$GewI zB-{jP1L%TLN{*N#N%=D!co6)XhlVJmO<+M!$#UC&Dz;*-H<;o`QVMa(tIlOfc^durl=Eq{dIYg6&SwytL2S->4Y66tUqmafJD-*O zM={!G@P5^~hVRFa^SW~bv1b8=rgO)6qkrTWQ`ULY`5b2HIp_24^Wi8<&iA3jag=?_ z`2u1uAofM4jM$4($4$&fMP|-&U&6Yloq4BMhjf+RClFcPdREk(h+qm8N4?>R!vPwwitg z4cYb9Vy$YUPN^+yTKCAcy-LmLFJF{Qm*(D26f!}6vEG`m)XOcQosd>xocD?30!REHB8Z{8ahz<#T@q#3V!1BPN zf|`SDlq0a}plm^=Aq)c=L51bE+dh8m#UNYrTAV;feFFGUonY`XgOdzSF*wcOlL&&e za{Xo1tdh;8>Hqb2{%eOjaDYr7a5{{{X34F)7>%UbjJ|e)Eq^v zw^7?Bd9(b@_gUYjF2n@1c@JOlENxj$byG;+D)nx2*stvp-yz}7ZdUzJH`_E8S$bD@ zMEz)Yq-oUnw!51{xJSy^UAF&J7vnGQ_4i3z`=y2h5+0QDha`Tun?|kzdcQ~gD})8d zK#%@~|Mc1s2Xp(-1iQ<5MLNP6DKqONu;Hw^OPyC{XPd2AK)|eq0K2x>Y=LkSy6poV zwpO)*ulDS$hRxXsHth;Fj~B9*PVsu7802c6>;>?pY8>mY&M-L3K)~l5V*)ujueGeI zt}q-KFcu`-f!Xo`i)=}dMHd!bh!28^dJ8)k@IeJX9lf0?wA z#oJb6%F3BzMmm+Y(#gD$Gb}S}SoqB{m48Y6nQ1d`=J{qKA9AGAlAcUw(n*vtOv5y- z4^c}pm+b7g`~+DmM!l&5MaKUu#P|sE{3S%NofB${kBz&O02<@3sWt8enJ*?*jV2HkzCP9af;4cdQi^EGP^Xb2wFK0P_;Fv5>rxu^n#h-2HBqnCHKY2F zH>*ni2!H+DeN%m!vDIV~2yQ96Hu^BJn(QW338hlqC}NE2ke>AkTIuV;`36kBmZLOoLew6Chh$9cAow25%w=vfQ~83Dps% z34-COV)Obc7!g5)NTXmWm&t~wmg0;t?5PEQ%aqF~R4)HIUcAEy(pc-XvDq-+O&fWv ze$E(^U#|8TU?gW+#w1p_v;E0oVO6EFfkov4lQPPp?nQ)ncqy@jg>y_F7@A8+484^6 zDuj!#WiWlIxktvy&WPQbr)YS>?&R!nKA}0_JM*I87rCmLO%C#b*Mm;`{1-=py(_#e?hVNfcliIZ3hqUR$01 z6E?!FYQAeHI?oOP1y-*54U@f(3%>o!dzNA>zQ(b-)n7_xE3}dXn zZ-0zrFOMJ#G`1PQEr{@=&Ytfvrh&O9jC1}4#y2BE2p7%>Lh&_uTLM~m-X7u*VXbts5T4IXKoXWi@vJEBhX>7b&Hd>hSp+YzL( zDj;D9oiWLrj2EiH?#91bcT=^6~xAx*DvnbcPo%lBfi+i zOU2e4oPFc!l_C_t>a(b9Sa*XFu);d;2s=%P2Kz9q%W=kmF0()qk8FYG5sA9oKZC0V zhz@YFW8OAf+x(;t@V}40rIeGrBVs}4y{jVFQ9_n6UbZU@TeNZx<>gA#cJD#&XW!9E z<6=%kT*~Q}AT{7yqg@BGrlcNmXs1pcD?V#us&q9k4}3fwervXTEiJRExo;34PIF9; z%u}ZxB~P6?1=v4>cg1xLl2GXZMM5kNEbxLV$hJT=D$oH(K%R@%L4{acaE(Ugm_gl@ zJg1t-CZEn4yN5$aoH>}(Qn=_Zg;-VD!RR03qzYUFZw5iv@GJ+6+m|&yG}N?j2yp~4 zd@tKINEq(}q8v-8J`|LRCsve{R*0I7h!C|=UEvx;>#k7)^6DpPK}xzvOnU(ZAot&a zy#dq{33rg7eu6;{^>R8?2f=PmL>3YAT`MtZ@0*wiRB0#v5}*1`{=tp~m}zi2m{<1&rjt;(~{J}-L!qm26n3tsE4o)hWf3`j!_ zI#aC-v75`zqKlEWfc8Nkpj~im*;1AIVhiJW)9tJ2Ze_)@U%QI=s7G7GZ-LDRF`cnp zNcz2bk#*@?uoHj;P@+M&Jz>YBxTQa_m<9&>@IH*}RIykrgl)wg;T)}BH?FtVA-Mhw zx9j|h-EOs)sSy?J(&0jn)Xfz}WqSrzwbfqHg6a=qr)ZrHX?$Q227?iXBBBL3XqQ3@ zW{|G5+tkb)Le5Z9RX@#AqntX~+u+~10oOBWX${)2;U_$*jdBy@k|~^0T+Ksx1*5ZV zI1T{j8o-#ORD5KkQ^e**7Y!n|?KKE=e2-NR2eop6dR(;)UreYDs17jKEI|#XItXg$wbsw85>-b3DC?7*kQx2wh+sybaPiU+6D#T$B27vq8=_RQwwy_k znlR741%?cB`GERySrz8+q3ea(CxaD%wp_i`wWvGrvuh&{6H7U$Zj!5(KMEOUj53XP z*&koaL#bmtgcjHzU4uSc5H52}LjP_(G@-FJ)paM)gfPCE#`>nZ>9Fne1B-1!nFFF8 zShThVliGk$UjYlygyzi&jB;nwc?I!;LQSlzgzoqfp!y2NAEfoPsh`7(`gsI}4eIlZ z^Q&ImXBi`t6O3HF_}TKg8<($KP_!k8JQ!HZ%QYuRF?>Eq-g57$Pctt}BD7zt3SUwp zY6n?b(9sP~y^GXBMk_*o266SX4E{cXAd3uoM@|Ac!Z_TgzJ*<#iwq6u;`)uZ$!&TN zqQcCP77BhQ36BF96UGI=WtbME=*L-WENdCl#+WsRw7fBvq{IZ7iO&aS%KT2}@Q__P zw2^^LOG+K9l$v-UFmcnye7+$xHy;8QXfgnB6W@g22jDrdRNpuJ6gKi+=>DiFv>+Lz zozxojf`*gc2EdgVaxNwxf{7v^irOU8dHR~W&PcXEt6S(5K}d+y*Tp$Ci5{vSX7GT) zk0S`IImqvYtgJrPEcC2Umzjb4I~d0vgIy{VF?1cz@aww>LcS6vgZBD0nxyrt-@V{I zmuDvmQDd7orjyWknb6KcqYEC>Fh4XOgVi0zGOe%ai8Y9~`BhXeYru^z(yAa%%sXcp z^Qu*TNz9>f+f*7Q3og@x*G z8fqZ>JIhtj=x8o=2JKv8Q(J;uMf+0ip1lI&i@ncXTs(zx3#zh67ap&Oy>bSv>23E< z851Q9HemrVMw$b`U*h&LKxz#K;YM!w9=(%M4NiN1_)WfBK8r8J0C*(1# zNBL~$$dLW;adn9$v<%}Etf7$qp5R|8HwhB{hlt4P&@dK~wfl)R&OK)TAvBX+)7uy- zionY*0VP694iW7ExZG~idqqrV8F0Sm@FlBexNhYUA&|NIp!i4~RcHJ$>d%+Pfs$E6 z9_SeQ`7dEFLcrq_mqN=E>T2|kx};ZP3Y8c%qQ7tn=vH%*;z5O#?RRVfZwiVUnWiA5 zDDuV&VEOzWUn*SYdIbd-8&r%W)1uuIpvx*evsIczv6n?T(8))NH&(4>#*h6aL6iBcMo`W0nPMr zV@Y+3us5jzbQ|IzMDzyhbM?~DDw=^Tra~fKX%V0H&-i^@s1G5V-3X?_rph9*_%-;1t=|?CVw)@17DC6X zf56>9ZY7t}Mg<}zQit?M7AOdHv04-+&48NTv_7&PXCLP>FgqE!WX|mD9kO56H8Oy; z&>*yx;l7wcgnJ-Xk^=8j3Y)uxUCy0DcK~fj?b8?ZxT{}BmfzwKhzF?@1lu{x))iIq zL{CV^WQWG;HQ>)k!)GXB)nN?>8>1Sv(^-`k-`{0NSYgiU92_z$LyA1nAF^@MA5wFf z87Pgp_h}R3PWBD3x-`}Bs|8D(V2kz^$9zaTMsn`a)EszPF>aF=5*#c951K2XZRA@t z-}5eGGRvEwx{Vnp3`ry8p(Ed>J>6i7?pe^aarpN*{w(U825d|NS~@dBX5nLt56lIp zF`A2S9>&XeoeTKGfsNF5KTxdSK>kh^_+_~byX*U@q2vBdWQs_M&I^U}`t33z6@UcTu|BkIkT^-R~tu8F8f8WRj@f2dGNg=&a zkmD_D736i*f&_wc<+LV$ezwbrfN}`FHP!=u$&q*#QkApl{}njR3LS~NTIBddGt;Lj zI4kTZ{5#sd)I`7i`o-66I77v%g3zqOnqWB# zYwL3m6CbmA7n%#Kb`cs&QS;TR&>KLdfp+4WK>R{at6tMK{IRK`!Z&H%f$#y3uBIES z-|xDiq9v|p0j}bZn>mEAvt$73?qa37VjtE3-CikxC2*jZ0Xgj>)t5-C$3ml%zy%Z; z`v^xD8T<}|uQL#VTb#ejeElK=A_EO{HxUC;bMX_b2R1rMgM8{K@`6m*SdbFZr2Ydd z8QfITfo~H&_u`|OodN>OTC~K22!@^)k?3R^V;>BK-XRXv1JKJ27ojyTV%gOmK%1eS zLTGyXd>E%;nodwL=^cpQGI%@WXEiBsU_%zR4o-`7TbPET{R=UZjxZ98xcb~ikfuKv*gM%Kzs+xC z7>DBF-H}6O&q33xzz=Cf`)N&s)QWIwWlZpQ=0}i)J{+^m55}M!Ff(u^dOZDConu1? z%XhDL0Pac7V|BqV;RW!Wpgp{wwc##kPZ3Kmi3<>LIF#5J~i*tV8B#(H!i`;a|!w=xPV~4mErpcZP?XrVr}vv zIMgQa{@Mn{@H@p{aS={;e)XcLVDvr!Vy1sgPvix_Rqj-3b)Hb@+d?;Z4j{&q6o10K zFar<*H6UMA3^1Tb4F5{KChNeU*?d&yi*?rIo|b>QRFSS81?fkV<^$DJa22 zWDAUMXXBFy#qOLJaH88=b zr>C8F@WP25h6|}66&z@)1DteB_yJMWA$G@52Sj}bpn*m`3GAd5dTGa!$;VPL??b5c z#PcVmS$FkoXs~nWDi|Z}=yt%H5tCd^>qtnR!mR~mUFYR%T95=ugQAX_iAlsbuVxqCTS94& zu2pM=q(}$-#Gw+(;cS48CqT-5Btf_;Q9D&>yC5Lbjk~2P3g=1afF<%f7&Q_HQJ;n~ zL*G2dEK<$mh7cpOy)w{FXtL~$^#rZEHf-3HI(%W;6cxf*2!#tU`x@Dz-#xlPbEVb- z*J0=NR8@vW_A%miK>9$~G>gR{^P5M_l-H}}gg&ux0+T`2U))YS5PFULEaqIyB!~+P z{bM9Vny)|P$2iA2cnKl{31BrM8R$xv5JcY&8Y&4d;NU;Rru{C)kHHFp{GdDffU1`} znvbCOt%wM`@XU#J8^bOK2V zr*O!2mPIoQu|v7Dkt(#eb;7m|cYeA+hX!mw{IAz;LvK7#RE`2iN@DTq*1X*Ucp)@i zlud%7^Ehy^2qfpV$9x z%}R^84_X?SL4aGmXCM^_NG)Y!r6)OdxctMA1?Qh7a_Y%0kHMxMgp{w4p6i@GuZ6MY zHl%-^q-(dJQ-_B?G##KvFZZWJmQ#Yna#PS|U{Rv#Oy2-|FK)0{`!~*CqbrB4xNERu zU&l`{0vb5as#l=4;5O1UO~{#Gt8>hi*5}C83w)6?;E}=uXfZrwu1^%qNcPq|?FEtV z^e7GqM<-{39F9Q44#7jv>oLWI9&9Yy{X7?*q>^e2(b+?fp928E)c_3dW_ZeOHiqi# z*HsjZ(c1u)1RMuc4Y6Wi%x;xyAN?Z?5FH6Bc>@uyl9v)AuQ6cWq6urO@GCv|AY*8) zrLoomFMfuOS%3kYl!IdyXe^MlUB0)ML;#dL$aB4Ji=1JcWEl@2EOP6j#C1Yg#v`oiD_E7CF{}y2lwi`>x%t zwc*yfNQM#oBJdq%rq2rJI>7OJF12tn9v)(XzJND1_bH=0LEbT^8Ft#))UPraGz7!l zmIrDN;7fSgMhsw324VqS$geKT{27BkXC6yFZ;YoA)(h$+!H})rP$O}kU*T4oLh0ND zPuoCR#3rIN^)Ws>aY5~JGNRck(7Yg{S}h-u0Vb0)IHto_@PZRnJdOk8=kruFklT9} zHUk(=k+7y@TY>e*VF4gPv3Ee>(M{f`0}XP)Stq?E(M@fk-99s?-B!{djesci3L1EV zXW{<6hR2&j06`Rz1kFoJ$t?+J8#jj9850^A1E*HRklZB$0G7Z(9w+fPDWR}rN|$r! z&4YL9%I7+A{=@F<5Um=yQ&^GVdn&|Scgt2kgq9x}M{%?yCtp2&?bCDNFl1Z(ZDhhE zy0{dgN*`i@h3_D7{o+mFM3P%+mOHh!m`#6|OE`&)JS~uZoQL&tIw?n|P7Pt6$`sck zHjn&v&$oD8z3Kzh3BoOu`V2erX$D+H^)3VUFjP(J)W2ftBL*~n>Jbd;pMwogwErL3 zeHtb=8~H4GzDc9A|F6^WftB8X3bJ?vOaDu>-ow(Njbv107*)$tkq06^CP&LNBX`=LYhstJcK9OY8E}& z+RZ*RE+oEi@~!0R$ZBqNw41}*_EqW%x8d~lNEa7gJV>sN`%`P%yW`Fj_s449+1SmO zcXTsrJG;2@g8h2?$GW2^xn*@iN>0QjC#BUi-X}1N6DYH*JJFq#GQart5992P5uNjC zW^r=oxBE}-U_NlQMsMyo%EIQ(>NQ*}03552$!dims23fFV-c(mGvA2+%@nvu$Q=r-y}C4<-OUH}OcV;ze2lsop zR*>V|Gxp)Tg<2cNufy{NI5{l05vvsDaW=??j?1V8#@)b}4~&Y!L?$jNEP0|cdV!vB znwlu6G7_DQ=TMjl%WYB^(AEQkMDY4io#;uhWFh`PD_wMuP!k%R=WIp`NG9ZSI%C)ctM{vufk_V5f6)PE3ocX>bDiZ8i)_2 zF7voJyggu-<1urs4ZN%1F~akvDT%3XqBQ&(h4lRldz9CTg$SpCr3;T#6S?)?NC{~x z6S>9>MjTYC&%@`?^D>x}_Oc%&g_0rA*%4ta9>_07q@$TIF&IUJtx7v-RD$;)8)Xc} z7>mBI$KjcKBlITkB4gqQ&96?nSZhKqv=gUkJg4A3oMdzcvj1ylnh$T9(0*um*Ct0F$6Y-8^eOv= z=V3zEYB%f(-1S9#)6b$tEbY7tJ0U*;VdAs{6b`Nfb2}tXZRmUQ%8F=cxbVPnPia4` zSVaI~i>--RBL*DZBd1kercPD!{zT!tEdd=u6y^|Ut~=JV$BV~mzXnP2eT$c(R6Jba zHX3qFay?pR5$8p4(k4j39J=gwzVc+>`tRKc?MhL1qtSCE=)>7FXtozs#o-ii>SOIN zvh@vMsD0BuEHhmw!p!-J2m~}((6>#a;;%C%0P+@Nzlq>F_^Lm_Z!iIpg~QEy+wmy= zVL}tG9!vx|;2SK4+!{7Q$|kz*!X_9OxXs`P8IZx20~r{npk^7YK)&n&Vi4)Il3~jrIKC(FV%U*GN#I3# zLgaJAd0Lq%Snko-2+UVNj<_4bNPjb}Rh>!rd8cWu5WGiBDu3y}Opk&qhI+{40epPb zigb!O>2K$9Los03g+l7m+}zxyP@Bo)b`&q5xV>}ZOAE5J+{9&k*wMj6Ro}-FXZSJ;~WpIeW-(yf`Kqa*L zWd^^(;NLJ1xcRq?5jOkG@xQ~@eGL9Hga5{Wx)L$YDJqH8A26VOL;Vp0tZPF34+j5} z!JjfXz~I{q$O@?a403#Zj~2cJ4ej1Nn?6sY6nUf=HvJ=b06i7&dTk~ zZ8B#jjeI(nH#dQRe*jnckIb-_W-9lcsm;hWWp1+Kdef+P`}WOw^I|+!jL-TuHp540 zluU=?!^U`IhT}6w@_#9_rIErbn6oOTEdFOAMuas4^M$kvYwHK6j(Z4KQ#)7rA(tc;HAP%qu>EppY8q zi?_Va^B0Hs@O;lwyNRa5DySA>1LD}CPY_qgX!mDfC#X4!djXv8)5J;x6p0PdKWMA= zQPw6YDzkfdKRRiuiuP+LBqpE+&KmNXv*?l})UPiLqpusr33XMaT7}#Kt0C%VTRcxF zmxl^<(*{bZ14^Ti7($ICW~`=rcU|_V5|Hjz9jaQ)E3Qjx;?|*_BN7?`)#s4BV&{ma zlS0JMcyHdds-n^_8`Y+4Y_g{@aWF@{1JKZ352qL-`2a3FgP$M+WCM1i(YHsrJ%e4M zp$8on=PRmL!v!k)E4VKSIKU&;0}2;@R(M*?$pTGdBN*v#S$Xv`+7B|(4Q{w&=51Wc zpWm;%GkAVR+bD9&-Agn}y>6!a8(MaM3P^8iO;ab^Rbmd2}$mQtpR2B;s1?&3Hr*Bnxgv>I@1Gs43Xjc)wl2 zi}V$?sQb7VD2$tkqo3X+4xa7zp@b6N7x(^fm-+CEcHkx_Trgbd#AOGnC~~re>|8Le zrQ&ebgy-lyJ3A|>vpQ8wGqbZ=#~G&qcKevj+O;CY(5=`SWE`L1qA){8I4?XJsb(0= zBIsPd43HLWvfOqykK4l3%Bd6B?k6H!6agPolbzM7(gn^C~ZE!-IMghD& zmL;$GLIRhsTJ>N9l%IlE%F-+>_5I6O+Q7vcn48iRlXPRz&4BCII0R(PC-RsQE^mdK zbU3>|&Q;&ZRmZ_I%~)v6oc@3|dtBLJS>I9@(D}kG^%8!93@--57Sx(Fhz%fg41NKX zs4?ci-3mUm5)dAUnz6$mw&FrAp_@S(+lQrv#0rlGY%0bx3Vy~FeLYf6M|DbYYUq_P+pdctf3JBDYY(!djkl#lCG=yRb@ zpi!Nteu-lktS`RBm+oVpqT)K(A}vODk`?tL!&aa+vXW_L**ciTy;pVh#gN*ekQT`G z)kG4mr^rd;`bUmFZX|Ll(mc*KHng3=4g_JBpU7LBr}l&J66{%58xOpC#U4Meb}`qs zp}AtZBx zMS{jtD5h{LdLlUZu?5GbX4$CB0C<4yZvuyA=1j8HD&K1Np&oj@^275*{eY|VKV1uyj zYP0YN$m$ij5K)9Bjl;>oYaxhaUWp_mXrAb@4-LmWe}J3pM8qONPIwAIHjxF|jsC_! zb`L{$#^2~~5=U6ZaM|EkI!eKBatziH{f_*(G10H_J!j^ViSO_IO&#C86ITL*lv9K- Illc$-KTgk<0ssI2 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_set.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_set.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c72cb1635b4ec91d28847940b6eb8c08f239cecd GIT binary patch literal 3916 zcma)9-EZT@5$7%`ijrm7r})mkd=hP%o(?%FY0|V!93yG22-*fd;Cw9#0RcgC*Ajgc zsoP!oVx0}Nv0wAh=OBRZ(Qo}j`jF>+OrQFEZvpPwnWerZqb0D*<#J{?Gr!rHVYa$j zw&42b>G$p1E0*;ye3-s$c=!Z{{0mIXVkEIzc&7>J(iSDSwiCPSw483CRWQ#^;&zLz zqFEObuUl%Bh{dgoGGBR0T9wZ&=Cb0s#foRNwaUnzRrmf4(yiS((JS`^0 zJ9yX57qL|E@>&$8SsF)S5)XKghFuPuwcn>wg-LRsKkCPVcX_HJls0`8;NcS(@*gm9 zt3{aAqURP_ikG7rR(g*xpPKZYcso>Y|HGfGY7o$ zvaU`Ux5w23eIx4d=wTrHyPB)O1Hk#%C#YchV6a&@O2t4@Fa&b|oKs1v8{<`GYinn}Fh>>aC4mcG|`_noGU z6~EI9qlaOe%Vsa`HG?=+T%=*rgzw@ABv*~zvGxLZ6{{e?Z%P*?&vr?f4mR&kbO%2+ zMsyJYn$d+;Ixvj8-iL*PuxIof+;m7T=u_*ibw)4{AcPCw&{M+P3mZZPDG0uMYC?K< zK`08AI9`V7Zy@eV?-VdNv?M(tf3}GAh%#%>x+HiI%2C$kGB^-f_mXPbct_h{q48oq zRY8a@ZMS*Kzv_vdO?Z5UYSX`NS%dn5p;Cz;Xly4LoF2K;81v0&iEcnG_fQyqKpCTZ z1xC)ms7t!5VG?+pw1bde60rdf^J;n9N!ZaiLfT8gQEpR_6-VU}H{8aUJ$hj<^9+-O;WzXGvg2)b3H3 z^tsf|VHT%#Dk?~bZ|0=vVh|YLqBMyFl+=hz+!q_p;Kp*3XUsyAiZD#L{T3Fv&oR*Q zuw%9fGUt?@&_f%7&^at9_XG@Pg^OaIOGkmnyl-sC7^T_Zn}$_jpa{f87~5aP6`qrP zLeRx)Fuj3`*I`-`OM>@igJ}qyK&HX_+fSk-loI3P)X(-0d89t_pF~+dRi{1#@hDB- zlJyV$C$J$;cLwzBtI-xeL1hqA@l%|x0`o0=iC_+HFF1Zd=h4Bb+qyK?R~L+$+Ci=A zp7csnm}}5bSlJ0r#m|APZcm~`ujVWmBaqqVJdNDBVhDr8 zqeO{kqQ@yXc*j_Jz9etuTzVzWiyvm*g`AI(Wugj!#ylemf3UuWoR4Yj1kw~%=)K&r zpz|w0C7=fYGs9kwr)(7UzrYu>A)+@!#)2hjzYeq#(@>eLlfheaFkHbjqd96l)*OL1 z8PaI3Otw5Da1zi8I1k&47GQERkd0tK^>w8uG7Llm*1R#-QLlvxb_e)O@hC&-sFJ~( zON?1yGG1J;2UC|p!iNQ>D`NviB#x|X4euxPCRkLN!eeX*)&hW8gi!A;hp}bA`Xxx4 zw`Hvp%IP}%9?(dv(jF<>6+&MOUZ1mLj$uLhF&MX(C@-ob<@YQ_836Px{f?fIuSuQm z4sPyd{?PIMV<_^z>Tn-@<^wnr`@BE$4HUb3^VB# zbK$tU|i>xN_Y_}KjobHD)aZbKg<)HHOggw zcs;mx_a1O{vm*}lu|%kPT&QE<0T*_-n1Gh>b{HK4wak(uF5dQKoJPn7c=E?%kw)@} z$j{OQS+FCO|F?Q0?Ph#}{=hiI#zbPS#HRJj@}zw_B-lj#oj#(F&=49(UcZ8yuE%iFMxy6ki&BTs=Z;OEQ{w(-@ZlVgVp7dypfYGX z&A-T0pEVX*Ct?S`{V`5+!LxaVoX=4a>|foYL){k(`Sc35I(bmPCK|w}%R$i1SUSxD0#8tG&ZoGVm}6F^ ziNKx)4~qHY@T?6|^{U0%YR##+HII55gxXs~AXUApi%HgQLw(dMQI;f-r(?)?`TvHi zj(b=+5q|Ss{R%YyjR5`;SSA|z9{~_F`YKMO$ttba48`d8paE{eF+#@}s7nyyU%*$n k$UWtv3h;m$Ei*`a+qoxqFoj68(X%R0Px# literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5591ab6acda5a7dbdefeeea93c3d3d7d3276593f GIT binary patch literal 18761 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 ItCL6mKWPTZSpWb4 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/req/constructors.py b/venv/lib/python3.10/site-packages/pip/_internal/req/constructors.py new file mode 100644 index 0000000..56a964f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/req/constructors.py @@ -0,0 +1,560 @@ +"""Backing implementation for InstallRequirement's various constructors + +The idea here is that these formed a major chunk of InstallRequirement's size +so, moving them and support code dedicated to them outside of that class +helps creates for better understandability for the rest of the code. + +These are meant to be used elsewhere within pip to create instances of +InstallRequirement. +""" + +import copy +import logging +import os +import re +from dataclasses import dataclass +from typing import Collection, Dict, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement +from pip._vendor.packaging.specifiers import Specifier + +from pip._internal.exceptions import InstallationError +from pip._internal.models.index import PyPI, TestPyPI +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.req.req_file import ParsedRequirement +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import is_installable_dir +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import is_url, vcs + +__all__ = [ + "install_req_from_editable", + "install_req_from_line", + "parse_editable", +] + +logger = logging.getLogger(__name__) +operators = Specifier._operators.keys() + + +def _strip_extras(path: str) -> Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def _set_requirement_extras(req: Requirement, new_extras: Set[str]) -> Requirement: + """ + Returns a new requirement based on the given one, with the supplied extras. If the + given requirement already has extras those are replaced (or dropped if no new extras + are given). + """ + match: Optional[re.Match[str]] = re.fullmatch( + # see https://peps.python.org/pep-0508/#complete-grammar + r"([\w\t .-]+)(\[[^\]]*\])?(.*)", + str(req), + flags=re.ASCII, + ) + # ireq.req is a valid requirement so the regex should always match + assert ( + match is not None + ), f"regex match on requirement {req} failed, this should never happen" + pre: Optional[str] = match.group(1) + post: Optional[str] = match.group(3) + assert ( + pre is not None and post is not None + ), f"regex group selection for requirement {req} failed, this should never happen" + extras: str = "[{}]".format(",".join(sorted(new_extras)) if new_extras else "") + return get_requirement(f"{pre}{extras}{post}") + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + f"Could not detect requirement name for '{editable_req}', " + "please specify one with #egg=your_package_name" + ) + 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, "") + get_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 + + +@dataclass(frozen=True) +class RequirementParts: + requirement: Optional[Requirement] + link: Optional[Link] + markers: Optional[Marker] + extras: Set[str] + + +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] = get_requirement(name) + except InvalidRequirement as exc: + raise InstallationError(f"Invalid requirement: {name!r}: {exc}") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + parts = parse_req_from_editable(editable_req) + + return InstallRequirement( + parts.requirement, + comes_from=comes_from, + user_supplied=user_supplied, + editable=True, + permit_editable_wheels=permit_editable_wheels, + link=parts.link, + constraint=constraint, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + extras=parts.extras, + ) + + +def _looks_like_path(name: str) -> bool: + """Checks whether the string "looks like" a path on the filesystem. + + This does not check whether the target actually exists, only judge from the + appearance. + + Returns true if any of the following conditions is true: + * a path separator is found (either os.path.sep or os.path.altsep); + * a dot is found (which represents the current directory). + """ + if os.path.sep in name: + return True + if os.path.altsep is not None and os.path.altsep in name: + return True + if name.startswith("."): + return True + return False + + +def _get_url_from_path(path: str, name: str) -> Optional[str]: + """ + First, it checks whether a provided path is an installable directory. If it + is, returns the path. + + If false, check if the path is an archive file (such as a .whl). + The function checks if the path is a file. If false, if the path has + an @, it will treat it as a PEP 440 URL requirement and return the path. + """ + if _looks_like_path(name) and os.path.isdir(path): + if is_installable_dir(path): + return path_to_url(path) + # TODO: The is_installable_dir test here might not be necessary + # now that it is done in load_pyproject_toml too. + raise InstallationError( + f"Directory {name!r} is not installable. Neither 'setup.py' " + "nor 'pyproject.toml' found." + ) + if not is_archive_file(path): + return None + if os.path.isfile(path): + return path_to_url(path) + urlreq_parts = name.split("@", 1) + if len(urlreq_parts) >= 2 and not _looks_like_path(urlreq_parts[0]): + # If the path contains '@' and the part before it does not look + # like a path, try to treat it as a PEP 440 URL req instead. + return None + logger.warning( + "Requirement %r looks like a filename, but the file does not exist", + name, + ) + return path_to_url(path) + + +def parse_req_from_line(name: str, line_source: Optional[str]) -> RequirementParts: + if is_url(name): + marker_sep = "; " + else: + marker_sep = ";" + if marker_sep in name: + name, markers_as_string = name.split(marker_sep, 1) + markers_as_string = markers_as_string.strip() + if not markers_as_string: + markers = None + else: + markers = Marker(markers_as_string) + else: + markers = None + name = name.strip() + req_as_string = None + path = os.path.normpath(os.path.abspath(name)) + link = None + extras_as_string = None + + if is_url(name): + link = Link(name) + else: + p, extras_as_string = _strip_extras(path) + url = _get_url_from_path(p, name) + if url is not None: + link = Link(url) + + # it's a local file, dir, or url + if link: + # Handle relative file URLs + if link.scheme == "file" and re.search(r"\.\./", link.url): + link = Link(path_to_url(os.path.normpath(os.path.abspath(link.path)))) + # wheel file + if link.is_wheel: + wheel = Wheel(link.filename) # can raise InvalidWheelFilename + req_as_string = f"{wheel.name}=={wheel.version}" + else: + # set the req to the egg fragment. when it's not there, this + # will become an 'unnamed' requirement + req_as_string = link.egg_fragment + + # a requirement specifier + else: + req_as_string = name + + extras = convert_extras(extras_as_string) + + def with_source(text: str) -> str: + if not line_source: + return text + return f"{text} (from {line_source})" + + def _parse_req_string(req_as_string: str) -> Requirement: + try: + return get_requirement(req_as_string) + except InvalidRequirement as exc: + 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}: {exc}") + if add_msg: + msg += f"\nHint: {add_msg}" + raise InstallationError(msg) + + if req_as_string is not None: + req: Optional[Requirement] = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: Optional[Union[str, InstallRequirement]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + """Creates an InstallRequirement from a name, which might be a + requirement, directory containing 'setup.py', filename, or URL. + + :param line_source: An optional string describing where the line is from, + for logging purposes in case of an error. + """ + parts = parse_req_from_line(name, line_source) + + return InstallRequirement( + parts.requirement, + comes_from, + link=parts.link, + markers=parts.markers, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + constraint=constraint, + extras=parts.extras, + user_supplied=user_supplied, + ) + + +def install_req_from_req_string( + req_string: str, + comes_from: Optional[InstallRequirement] = None, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + try: + req = get_requirement(req_string) + except InvalidRequirement as exc: + raise InstallationError(f"Invalid requirement: {req_string!r}: {exc}") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + f"{comes_from.name} depends on {req} " + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + if parsed_req.is_editable: + req = install_req_from_editable( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + constraint=parsed_req.constraint, + isolated=isolated, + user_supplied=user_supplied, + config_settings=config_settings, + ) + + else: + req = install_req_from_line( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + isolated=isolated, + global_options=( + parsed_req.options.get("global_options", []) + if parsed_req.options + else [] + ), + hash_options=( + parsed_req.options.get("hashes", {}) if parsed_req.options else {} + ), + constraint=parsed_req.constraint, + line_source=parsed_req.line_source, + user_supplied=user_supplied, + config_settings=config_settings, + ) + return req + + +def install_req_from_link_and_ireq( + link: Link, ireq: InstallRequirement +) -> InstallRequirement: + return InstallRequirement( + req=ireq.req, + comes_from=ireq.comes_from, + editable=ireq.editable, + link=link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + ) + + +def install_req_drop_extras(ireq: InstallRequirement) -> InstallRequirement: + """ + Creates a new InstallationRequirement using the given template but without + any extras. Sets the original requirement as the new one's parent + (comes_from). + """ + return InstallRequirement( + req=( + _set_requirement_extras(ireq.req, set()) if ireq.req is not None else None + ), + comes_from=ireq, + editable=ireq.editable, + link=ireq.link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + constraint=ireq.constraint, + extras=[], + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + permit_editable_wheels=ireq.permit_editable_wheels, + ) + + +def install_req_extend_extras( + ireq: InstallRequirement, + extras: Collection[str], +) -> InstallRequirement: + """ + Returns a copy of an installation requirement with some additional extras. + Makes a shallow copy of the ireq object. + """ + result = copy.copy(ireq) + result.extras = {*ireq.extras, *extras} + result.req = ( + _set_requirement_extras(ireq.req, result.extras) + if ireq.req is not None + else None + ) + return result diff --git a/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py b/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 0000000..f6ba70f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,623 @@ +""" +Requirements file parsing +""" + +import codecs +import locale +import logging +import optparse +import os +import re +import shlex +import sys +import urllib.parse +from dataclasses import dataclass +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Generator, + Iterable, + List, + NoReturn, + Optional, + Tuple, +) + +from pip._internal.cli import cmdoptions +from pip._internal.exceptions import InstallationError, RequirementsFileParseError +from pip._internal.models.search_scope import SearchScope + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + from pip._internal.network.session import PipSession + +__all__ = ["parse_requirements"] + +ReqFileLines = Iterable[Tuple[int, str]] + +LineParser = Callable[[str], Tuple[str, Values]] + +SCHEME_RE = re.compile(r"^(http|https|file):", re.I) +COMMENT_RE = re.compile(r"(^|\s+)#.*$") + +# Matches environment variable-style values in '${MY_VARIABLE_1}' with the +# variable name consisting of only uppercase letters, digits or the '_' +# (underscore). This follows the POSIX standard defined in IEEE Std 1003.1, +# 2013 Edition. +ENV_VAR_RE = re.compile(r"(?P\$\{(?P[A-Z0-9_]+)\})") + +SUPPORTED_OPTIONS: List[Callable[..., optparse.Option]] = [ + cmdoptions.index_url, + cmdoptions.extra_index_url, + cmdoptions.no_index, + cmdoptions.constraints, + cmdoptions.requirements, + cmdoptions.editable, + cmdoptions.find_links, + cmdoptions.no_binary, + cmdoptions.only_binary, + cmdoptions.prefer_binary, + cmdoptions.require_hashes, + cmdoptions.pre, + cmdoptions.trusted_host, + cmdoptions.use_new_feature, +] + +# options to be passed to requirements +SUPPORTED_OPTIONS_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.global_options, + cmdoptions.hash, + cmdoptions.config_settings, +] + +SUPPORTED_OPTIONS_EDITABLE_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.config_settings, +] + + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] +SUPPORTED_OPTIONS_EDITABLE_REQ_DEST = [ + str(o().dest) for o in SUPPORTED_OPTIONS_EDITABLE_REQ +] + +# order of BOMS is important: codecs.BOM_UTF16_LE is a prefix of codecs.BOM_UTF32_LE +# so data.startswith(BOM_UTF16_LE) would be true for UTF32_LE data +BOMS: List[Tuple[bytes, str]] = [ + (codecs.BOM_UTF8, "utf-8"), + (codecs.BOM_UTF32, "utf-32"), + (codecs.BOM_UTF32_BE, "utf-32-be"), + (codecs.BOM_UTF32_LE, "utf-32-le"), + (codecs.BOM_UTF16, "utf-16"), + (codecs.BOM_UTF16_BE, "utf-16-be"), + (codecs.BOM_UTF16_LE, "utf-16-le"), +] + +PEP263_ENCODING_RE = re.compile(rb"coding[:=]\s*([-\w.]+)") +DEFAULT_ENCODING = "utf-8" + +logger = logging.getLogger(__name__) + + +@dataclass(frozen=True) +class ParsedRequirement: + # TODO: replace this with slots=True when dropping Python 3.9 support. + __slots__ = ( + "requirement", + "is_editable", + "comes_from", + "constraint", + "options", + "line_source", + ) + + requirement: str + is_editable: bool + comes_from: str + constraint: bool + options: Optional[Dict[str, Any]] + line_source: Optional[str] + + +@dataclass(frozen=True) +class ParsedLine: + __slots__ = ("filename", "lineno", "args", "opts", "constraint") + + filename: str + lineno: int + args: str + opts: Values + constraint: bool + + @property + def is_editable(self) -> bool: + return bool(self.opts.editables) + + @property + def requirement(self) -> Optional[str]: + if self.args: + return self.args + elif self.is_editable: + # We don't support multiple -e on one line + return self.opts.editables[0] + return None + + +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.requirement is not None + + # get the options that apply to requirements + if line.is_editable: + supported_dest = SUPPORTED_OPTIONS_EDITABLE_REQ_DEST + else: + supported_dest = SUPPORTED_OPTIONS_REQ_DEST + req_options = {} + for dest in supported_dest: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional["PipSession"] = None, +) -> None: + if opts.hashes: + logger.warning( + "%s line %s has --hash but no requirement, and will be ignored.", + filename, + lineno, + ) + + if options: + # percolate options upward + if opts.require_hashes: + options.require_hashes = opts.require_hashes + if opts.features_enabled: + options.features_enabled.extend( + f for f in opts.features_enabled if f not in options.features_enabled + ) + + # set finder options + if finder: + find_links = finder.find_links + index_urls = finder.index_urls + no_index = finder.search_scope.no_index + if opts.no_index is True: + no_index = True + index_urls = [] + if opts.index_url and not no_index: + index_urls = [opts.index_url] + if opts.extra_index_urls and not no_index: + index_urls.extend(opts.extra_index_urls) + if opts.find_links: + # FIXME: it would be nice to keep track of the source + # of the find_links: support a find-links local path + # relative to a requirements file. + value = opts.find_links[0] + req_dir = os.path.dirname(os.path.abspath(filename)) + relative_to_reqs_file = os.path.join(req_dir, value) + if os.path.exists(relative_to_reqs_file): + value = relative_to_reqs_file + find_links.append(value) + + if session: + # We need to update the auth urls in session + session.update_index_urls(index_urls) + + search_scope = SearchScope( + find_links=find_links, + index_urls=index_urls, + no_index=no_index, + ) + finder.search_scope = search_scope + + if opts.pre: + finder.set_allow_all_prereleases() + + if opts.prefer_binary: + finder.set_prefer_binary() + + if session: + for host in opts.trusted_hosts or []: + source = f"line {lineno} of {filename}" + session.add_trusted_host(host, source=source) + + +def handle_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, + finder: Optional["PackageFinder"] = None, + session: Optional["PipSession"] = None, +) -> Optional[ParsedRequirement]: + """Handle a single parsed requirements line; This can result in + creating/yielding requirements, or updating the finder. + + :param line: The parsed line to be processed. + :param options: CLI options. + :param finder: The finder - updated by non-requirement lines. + :param session: The session - updated by non-requirement lines. + + Returns a ParsedRequirement object if the line is a requirement line, + otherwise returns None. + + For lines that contain requirements, the only options that have an effect + are from SUPPORTED_OPTIONS_REQ, and they are scoped to the + requirement. Other options from SUPPORTED_OPTIONS may be present, but are + ignored. + + For lines that do not contain requirements, the only options that have an + effect are from SUPPORTED_OPTIONS. Options from SUPPORTED_OPTIONS_REQ may + be present, but are ignored. These lines may contain multiple options + (although our docs imply only one is supported), and all our parsed and + affect the finder. + """ + + if line.requirement is not None: + 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, [{os.path.abspath(filename): None}] + ) + + def _parse_and_recurse( + self, + filename: str, + constraint: bool, + parsed_files_stack: List[Dict[str, Optional[str]]], + ) -> Generator[ParsedLine, None, None]: + for line in self._parse_file(filename, constraint): + if line.requirement is None 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 + # and then abspath so that we can identify recursive references + req_path = os.path.abspath( + os.path.join( + os.path.dirname(filename), + req_path, + ) + ) + parsed_files = parsed_files_stack[0] + if req_path in parsed_files: + initial_file = parsed_files[req_path] + tail = ( + f" and again in {initial_file}" + if initial_file is not None + else "" + ) + raise RequirementsFileParseError( + f"{req_path} recursively references itself in {filename}{tail}" + ) + # Keeping a track where was each file first included in + new_parsed_files = parsed_files.copy() + new_parsed_files[req_path] = filename + yield from self._parse_and_recurse( + req_path, nested_constraint, [new_parsed_files, *parsed_files_stack] + ) + 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 = urllib.parse.urlsplit(url).scheme + # Pip has special support for file:// URLs (LocalFSAdapter). + if scheme in ["http", "https", "file"]: + # Delay importing heavy network modules until absolutely necessary. + from pip._internal.network.utils import raise_for_status + + 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: + raw_content = f.read() + except OSError as exc: + raise InstallationError(f"Could not open requirements file: {exc}") + + content = _decode_req_file(raw_content, url) + + return url, content + + +def _decode_req_file(data: bytes, url: str) -> str: + for bom, encoding in BOMS: + if data.startswith(bom): + return data[len(bom) :].decode(encoding) + + for line in data.split(b"\n")[:2]: + if line[0:1] == b"#": + result = PEP263_ENCODING_RE.search(line) + if result is not None: + encoding = result.groups()[0].decode("ascii") + return data.decode(encoding) + + try: + return data.decode(DEFAULT_ENCODING) + except UnicodeDecodeError: + locale_encoding = locale.getpreferredencoding(False) or sys.getdefaultencoding() + logging.warning( + "unable to decode data from %s with default encoding %s, " + "falling back to encoding from locale: %s. " + "If this is intentional you should specify the encoding with a " + "PEP-263 style comment, e.g. '# -*- coding: %s -*-'", + url, + DEFAULT_ENCODING, + locale_encoding, + locale_encoding, + ) + return data.decode(locale_encoding) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py b/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 0000000..3262d82 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,934 @@ +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from optparse import Values +from pathlib import Path +from typing import Any, Collection, Dict, Iterable, List, Optional, Sequence, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment +from pip._internal.exceptions import InstallationError, PreviousBuildDirError +from pip._internal.locations import get_scheme +from pip._internal.metadata import ( + BaseDistribution, + get_default_environment, + get_directory_distribution, + get_wheel_distribution, +) +from pip._internal.metadata.base import FilesystemWheel +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.operations.build.metadata import generate_metadata +from pip._internal.operations.build.metadata_editable import generate_editable_metadata +from pip._internal.operations.build.metadata_legacy import ( + generate_metadata as generate_metadata_legacy, +) +from pip._internal.operations.install.editable_legacy import ( + install_editable as install_editable_legacy, +) +from pip._internal.operations.install.wheel import install_wheel +from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path +from pip._internal.req.req_uninstall import UninstallPathSet +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + ConfiguredBuildBackendHookCaller, + ask_path_exists, + backup_dir, + display_path, + hide_url, + is_installable_dir, + redact_auth_from_requirement, + redact_auth_from_url, +) +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.unpacking import unpack_file +from pip._internal.utils.virtualenv import running_under_virtualenv +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +class InstallRequirement: + """ + Represents something that may be installed later on, may have information + about where to fetch the relevant requirement and also contains logic for + installing the said requirement. + """ + + def __init__( + self, + req: Optional[Requirement], + comes_from: Optional[Union[str, "InstallRequirement"]], + editable: bool = False, + link: Optional[Link] = None, + markers: Optional[Marker] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + *, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + constraint: bool = False, + extras: Collection[str] = (), + user_supplied: bool = False, + permit_editable_wheels: bool = False, + ) -> None: + assert req is None or isinstance(req, Requirement), req + self.req = req + self.comes_from = comes_from + self.constraint = constraint + self.editable = editable + self.permit_editable_wheels = permit_editable_wheels + + # source_dir is the local directory where the linked requirement is + # located, or unpacked. In case unpacking is needed, creating and + # populating source_dir is done by the RequirementPreparer. Note this + # is not necessarily the directory where pyproject.toml or setup.py is + # located - that one is obtained via unpacked_source_directory. + self.source_dir: Optional[str] = None + if self.editable: + assert link + if link.is_file: + self.source_dir = os.path.normpath(os.path.abspath(link.file_path)) + + # original_link is the direct URL that was provided by the user for the + # requirement, either directly or via a constraints file. + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + + # When this InstallRequirement is a wheel obtained from the cache of locally + # built wheels, this is the source link corresponding to the cache entry, which + # was used to download and build the cached wheel. + self.cached_wheel_source_link: Optional[Link] = None + + # Information about the location of the artifact that was downloaded . This + # property is guaranteed to be set in resolver results. + self.download_info: Optional[DirectUrl] = None + + # Path to any downloaded or already-existing package. + self.local_file_path: Optional[str] = None + if self.link and self.link.is_file: + self.local_file_path = self.link.file_path + + if extras: + self.extras = extras + elif req: + self.extras = req.extras + else: + self.extras = set() + if markers is None and req: + markers = req.marker + self.markers = markers + + # This holds the Distribution object if this requirement is already installed. + self.satisfied_by: Optional[BaseDistribution] = None + # Whether the installation process should try to uninstall an existing + # distribution before installing this requirement. + self.should_reinstall = False + # Temporary build location + self._temp_build_dir: Optional[TempDirectory] = None + # Set to True after successful installation + self.install_succeeded: Optional[bool] = None + # Supplied options + self.global_options = global_options if global_options else [] + self.hash_options = hash_options if hash_options else {} + self.config_settings = config_settings + # Set to True after successful preparation of this requirement + self.prepared = False + # User supplied requirement are explicitly requested for installation + # by the user via CLI arguments or requirements files, as opposed to, + # e.g. dependencies, extras or constraints. + self.user_supplied = user_supplied + + self.isolated = isolated + self.build_env: BuildEnvironment = NoOpBuildEnvironment() + + # For PEP 517, the directory where we request the project metadata + # gets stored. We need this to pass to build_wheel, so the backend + # can ensure that the wheel matches the metadata (see the PEP for + # details). + self.metadata_directory: Optional[str] = None + + # The static build requirements (from pyproject.toml) + self.pyproject_requires: Optional[List[str]] = None + + # Build requirements that we will check are available + self.requirements_to_check: List[str] = [] + + # The PEP 517 backend we should use to build the project + self.pep517_backend: Optional[BuildBackendHookCaller] = None + + # Are we using PEP 517 for this requirement? + # After pyproject.toml has been loaded, the only valid values are True + # and False. Before loading, None is valid (meaning "use the default"). + # Setting an explicit value before loading pyproject.toml is supported, + # but after loading this flag should be treated as read only. + self.use_pep517 = use_pep517 + + # If config settings are provided, enforce PEP 517. + if self.config_settings: + if self.use_pep517 is False: + logger.warning( + "--no-use-pep517 ignored for %s " + "because --config-settings are specified.", + self, + ) + self.use_pep517 = True + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + # This requirement needs to be unpacked before it can be installed. + self._archive_source: Optional[Path] = None + + def __str__(self) -> str: + if self.req: + s = redact_auth_from_requirement(self.req) + if self.link: + s += f" from {redact_auth_from_url(self.link.url)}" + elif self.link: + s = redact_auth_from_url(self.link.url) + else: + s = "" + if self.satisfied_by is not None: + if self.satisfied_by.location is not None: + location = display_path(self.satisfied_by.location) + else: + location = "" + s += f" in {location}" + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from: Optional[str] = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += f" (from {comes_from})" + return s + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__} object: " + f"{str(self)} editable={self.editable!r}>" + ) + + def format_debug(self) -> str: + """An un-tested helper for getting state, for debugging.""" + attributes = vars(self) + names = sorted(attributes) + + state = (f"{attr}={attributes[attr]!r}" for attr in sorted(names)) + return "<{name} object: {{{state}}}>".format( + name=self.__class__.__name__, + state=", ".join(state), + ) + + # Things that are valid for all kinds of requirements? + @property + def name(self) -> Optional[str]: + if self.req is None: + return None + return self.req.name + + @functools.cached_property + def supports_pyproject_editable(self) -> bool: + if not self.use_pep517: + return False + assert self.pep517_backend + with self.build_env: + runner = runner_with_spinner_message( + "Checking if build backend supports build_editable" + ) + with self.pep517_backend.subprocess_runner(runner): + return "build_editable" in self.pep517_backend._supported_features() + + @property + def specifier(self) -> SpecifierSet: + assert self.req is not None + return self.req.specifier + + @property + def is_direct(self) -> bool: + """Whether this requirement was specified as a direct URL.""" + return self.original_link is not None + + @property + def is_pinned(self) -> bool: + """Return whether I am pinned to an exact version. + + For example, some-package==1.2 is pinned; some-package>1.2 is not. + """ + assert self.req is not None + specifiers = self.req.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + if trust_internet: + link = self.link + elif self.is_direct and self.user_supplied: + link = self.original_link + else: + link = None + if link and link.hash: + assert link.hash_name is not None + good_hashes.setdefault(link.hash_name, []).append(link.hash) + return Hashes(good_hashes) + + def from_path(self) -> Optional[str]: + """Format a nice indicator to show where this "comes from" """ + if self.req is None: + return None + s = str(self.req) + if self.comes_from: + comes_from: Optional[str] + if isinstance(self.comes_from, str): + comes_from = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += "->" + comes_from + return s + + def ensure_build_location( + self, build_dir: str, autodelete: bool, parallel_builds: bool + ) -> str: + assert build_dir is not None + if self._temp_build_dir is not None: + assert self._temp_build_dir.path + return self._temp_build_dir.path + if self.req is None: + # Some systems have /tmp as a symlink which confuses custom + # builds (such as numpy). Thus, we ensure that the real path + # is returned. + self._temp_build_dir = TempDirectory( + kind=tempdir_kinds.REQ_BUILD, globally_managed=True + ) + + return self._temp_build_dir.path + + # This is the only remaining place where we manually determine the path + # for the temporary directory. It is only needed for editables where + # it is the value of the --src option. + + # When parallel builds are enabled, add a UUID to the build directory + # name so multiple builds do not interfere with each other. + dir_name: str = canonicalize_name(self.req.name) + if parallel_builds: + dir_name = f"{dir_name}_{uuid.uuid4().hex}" + + # FIXME: Is there a better place to create the build_dir? (hg and bzr + # need this) + if not os.path.exists(build_dir): + logger.debug("Creating directory %s", build_dir) + os.makedirs(build_dir) + actual_build_dir = os.path.join(build_dir, dir_name) + # `None` indicates that we respect the globally-configured deletion + # settings, which is what we actually want when auto-deleting. + delete_arg = None if autodelete else False + return TempDirectory( + path=actual_build_dir, + delete=delete_arg, + kind=tempdir_kinds.REQ_BUILD, + globally_managed=True, + ).path + + def _set_requirement(self) -> None: + """Set requirement after generating metadata.""" + assert self.req is None + assert self.metadata is not None + assert self.source_dir is not None + + # Construct a Requirement object from the generated metadata + if isinstance(parse_version(self.metadata["Version"]), Version): + op = "==" + else: + op = "===" + + self.req = get_requirement( + "".join( + [ + self.metadata["Name"], + op, + self.metadata["Version"], + ] + ) + ) + + def warn_on_mismatching_name(self) -> None: + assert self.req is not None + metadata_name = canonicalize_name(self.metadata["Name"]) + if canonicalize_name(self.req.name) == metadata_name: + # Everything is fine. + return + + # If we're here, there's a mismatch. Log a warning about it. + logger.warning( + "Generating metadata for package %s " + "produced metadata for project name %s. Fix your " + "#egg=%s fragments.", + self.name, + metadata_name, + self.name, + ) + self.req = get_requirement(metadata_name) + + def check_if_exists(self, use_user_site: bool) -> None: + """Find an installed distribution that satisfies or conflicts + with this requirement, and set self.satisfied_by or + self.should_reinstall appropriately. + """ + if self.req is None: + return + existing_dist = get_default_environment().get_distribution(self.req.name) + if not existing_dist: + return + + version_compatible = self.req.specifier.contains( + existing_dist.version, + prereleases=True, + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if existing_dist.in_usersite: + self.should_reinstall = True + elif running_under_virtualenv() and existing_dist.in_site_packages: + raise InstallationError( + f"Will not install to the user site because it will " + f"lack sys.path precedence to {existing_dist.raw_name} " + f"in {existing_dist.location}" + ) + else: + self.should_reinstall = True + else: + if self.editable: + self.should_reinstall = True + # when installing editables, nothing pre-existing should ever + # satisfy + self.satisfied_by = None + else: + self.satisfied_by = existing_dist + + # Things valid for wheels + @property + def is_wheel(self) -> bool: + if not self.link: + return False + return self.link.is_wheel + + @property + def is_wheel_from_cache(self) -> bool: + # When True, it means that this InstallRequirement is a local wheel file in the + # cache of locally built wheels. + return self.cached_wheel_source_link is not None + + # Things valid for sdists + @property + def unpacked_source_directory(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return os.path.join( + self.source_dir, self.link and self.link.subdirectory_fragment or "" + ) + + @property + def setup_py_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_py = os.path.join(self.unpacked_source_directory, "setup.py") + + return setup_py + + @property + def setup_cfg_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_cfg = os.path.join(self.unpacked_source_directory, "setup.cfg") + + return setup_cfg + + @property + def pyproject_toml_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return make_pyproject_path(self.unpacked_source_directory) + + def load_pyproject_toml(self) -> None: + """Load the pyproject.toml file. + + After calling this routine, all of the attributes related to PEP 517 + processing for this requirement have been set. In particular, the + use_pep517 attribute can be used to determine whether we should + follow the PEP 517 or legacy (setup.py) code path. + """ + pyproject_toml_data = load_pyproject_toml( + self.use_pep517, self.pyproject_toml_path, self.setup_py_path, str(self) + ) + + if pyproject_toml_data is None: + assert not self.config_settings + self.use_pep517 = False + return + + self.use_pep517 = True + requires, backend, check, backend_path = pyproject_toml_data + self.requirements_to_check = check + self.pyproject_requires = requires + self.pep517_backend = ConfiguredBuildBackendHookCaller( + self, + self.unpacked_source_directory, + backend, + backend_path=backend_path, + ) + + def isolated_editable_sanity_check(self) -> None: + """Check that an editable requirement if valid for use with PEP 517/518. + + This verifies that an editable that has a pyproject.toml either supports PEP 660 + or as a setup.py or a setup.cfg + """ + if ( + self.editable + and self.use_pep517 + and not self.supports_pyproject_editable + and not os.path.isfile(self.setup_py_path) + and not os.path.isfile(self.setup_cfg_path) + ): + raise InstallationError( + f"Project {self} has a 'pyproject.toml' and its build " + f"backend is missing the 'build_editable' hook. Since it does not " + f"have a 'setup.py' nor a 'setup.cfg', " + f"it cannot be installed in editable mode. " + f"Consider using a build backend that supports PEP 660." + ) + + def prepare_metadata(self) -> None: + """Ensure that project metadata is available. + + Under PEP 517 and PEP 660, call the backend hook to prepare the metadata. + Under legacy processing, call setup.py egg-info. + """ + assert self.source_dir, f"No source dir for {self}" + details = self.name or f"from {self.link}" + + if self.use_pep517: + assert self.pep517_backend is not None + if ( + self.editable + and self.permit_editable_wheels + and self.supports_pyproject_editable + ): + self.metadata_directory = generate_editable_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata_legacy( + build_env=self.build_env, + setup_py_path=self.setup_py_path, + source_dir=self.unpacked_source_directory, + isolated=self.isolated, + details=details, + ) + + # Act on the newly generated metadata, based on the name and version. + if not self.name: + self._set_requirement() + else: + self.warn_on_mismatching_name() + + self.assert_source_matches_version() + + @property + def metadata(self) -> Any: + if not hasattr(self, "_metadata"): + self._metadata = self.get_dist().metadata + + return self._metadata + + def get_dist(self) -> BaseDistribution: + if self.metadata_directory: + return get_directory_distribution(self.metadata_directory) + elif self.local_file_path and self.is_wheel: + assert self.req is not None + return get_wheel_distribution( + FilesystemWheel(self.local_file_path), + canonicalize_name(self.req.name), + ) + raise AssertionError( + f"InstallRequirement {self} has no metadata directory and no wheel: " + f"can't make a distribution." + ) + + def assert_source_matches_version(self) -> None: + assert self.source_dir, f"No source dir for {self}" + version = self.metadata["version"] + if self.req and self.req.specifier and version not in self.req.specifier: + logger.warning( + "Requested %s, but installing version %s", + self, + version, + ) + else: + logger.debug( + "Source in %s has version %s, which satisfies requirement %s", + display_path(self.source_dir), + version, + self, + ) + + # For both source distributions and editables + def ensure_has_source_dir( + self, + parent_dir: str, + autodelete: bool = False, + parallel_builds: bool = False, + ) -> None: + """Ensure that a source_dir is set. + + This will create a temporary build dir if the name of the requirement + isn't known yet. + + :param parent_dir: The ideal pip parent_dir for the source_dir. + Generally src_dir for editables and build_dir for sdists. + :return: self.source_dir + """ + if self.source_dir is None: + self.source_dir = self.ensure_build_location( + parent_dir, + autodelete=autodelete, + parallel_builds=parallel_builds, + ) + + def needs_unpacked_archive(self, archive_source: Path) -> None: + assert self._archive_source is None + self._archive_source = archive_source + + def ensure_pristine_source_checkout(self) -> None: + """Ensure the source directory has not yet been built in.""" + assert self.source_dir is not None + if self._archive_source is not None: + unpack_file(str(self._archive_source), self.source_dir) + elif is_installable_dir(self.source_dir): + # If a checkout exists, it's unwise to keep going. + # version inconsistencies are logged later, but do not fail + # the installation. + raise PreviousBuildDirError( + f"pip can't proceed with requirements '{self}' due to a " + f"pre-existing build directory ({self.source_dir}). This is likely " + "due to a previous installation that failed . pip is " + "being responsible and not assuming it can delete this. " + "Please delete it and try again." + ) + + # For editable installations + def update_editable(self) -> None: + if not self.link: + logger.debug( + "Cannot update repository at %s; repository location is unknown", + self.source_dir, + ) + return + assert self.editable + assert self.source_dir + if self.link.scheme == "file": + # Static paths don't get updated + return + vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) + # Editable requirements are validated in Requirement constructors. + # So here, if it's neither a path nor a valid VCS URL, it's a bug. + assert vcs_backend, f"Unsupported VCS URL {self.link.url}" + hidden_url = hide_url(self.link.url) + vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) + + # Top-level Actions + def uninstall( + self, auto_confirm: bool = False, verbose: bool = False + ) -> Optional[UninstallPathSet]: + """ + Uninstall the distribution currently satisfying this requirement. + + Prompts before removing or modifying files unless + ``auto_confirm`` is True. + + Refuses to delete or modify files outside of ``sys.prefix`` - + thus uninstallation within a virtual environment can only + modify that virtual environment, even if the virtualenv is + linked to global site-packages. + + """ + assert self.req + dist = get_default_environment().get_distribution(self.req.name) + if not dist: + logger.warning("Skipping %s as it is not installed.", self.name) + return None + logger.info("Found existing installation: %s", dist) + + uninstalled_pathset = UninstallPathSet.from_dist(dist) + uninstalled_pathset.remove(auto_confirm, verbose) + return uninstalled_pathset + + def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: + def _clean_zip_name(name: str, prefix: str) -> str: + assert name.startswith( + prefix + os.path.sep + ), f"name {name!r} doesn't start with prefix {prefix!r}" + name = name[len(prefix) + 1 :] + name = name.replace(os.path.sep, "/") + return name + + assert self.req is not None + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.req.name + "/" + name + + def archive(self, build_dir: Optional[str]) -> None: + """Saves archive to provided build_dir. + + Used for saving downloaded VCS requirements as part of `pip download`. + """ + assert self.source_dir + if build_dir is None: + return + + create_archive = True + archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) + archive_path = os.path.join(build_dir, archive_name) + + if os.path.exists(archive_path): + response = ask_path_exists( + f"The file {display_path(archive_path)} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ", + ("i", "w", "b", "a"), + ) + if response == "i": + create_archive = False + elif response == "w": + logger.warning("Deleting %s", display_path(archive_path)) + os.remove(archive_path) + elif response == "b": + dest_file = backup_dir(archive_path) + logger.warning( + "Backing up %s to %s", + display_path(archive_path), + display_path(dest_file), + ) + shutil.move(archive_path, dest_file) + elif response == "a": + sys.exit(-1) + + if not create_archive: + return + + zip_output = zipfile.ZipFile( + archive_path, + "w", + zipfile.ZIP_DEFLATED, + allowZip64=True, + ) + with zip_output: + dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) + for dirpath, dirnames, filenames in os.walk(dir): + for dirname in dirnames: + dir_arcname = self._get_archive_name( + dirname, + parentdir=dirpath, + rootdir=dir, + ) + zipdir = zipfile.ZipInfo(dir_arcname + "/") + zipdir.external_attr = 0x1ED << 16 # 0o755 + zip_output.writestr(zipdir, "") + for filename in filenames: + file_arcname = self._get_archive_name( + filename, + parentdir=dirpath, + rootdir=dir, + ) + filename = os.path.join(dirpath, filename) + zip_output.write(filename, file_arcname) + + logger.info("Saved %s", display_path(archive_path)) + + def install( + self, + global_options: Optional[Sequence[str]] = None, + root: Optional[str] = None, + home: Optional[str] = None, + prefix: Optional[str] = None, + warn_script_location: bool = True, + use_user_site: bool = False, + pycompile: bool = True, + ) -> None: + assert self.req is not None + scheme = get_scheme( + self.req.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + if self.editable and not self.is_wheel: + deprecated( + reason=( + f"Legacy editable install of {self} (setup.py develop) " + "is deprecated." + ), + replacement=( + "to add a pyproject.toml or enable --use-pep517, " + "and use setuptools >= 64. " + "If the resulting installation is not behaving as expected, " + "try using --config-settings editable_mode=compat. " + "Please consult the setuptools documentation for more information" + ), + gone_in="25.1", + issue=11457, + ) + if self.config_settings: + logger.warning( + "--config-settings ignored for legacy editable install of %s. " + "Consider upgrading to a version of setuptools " + "that supports PEP 660 (>= 64).", + self, + ) + install_editable_legacy( + global_options=global_options if global_options is not None else [], + prefix=prefix, + home=home, + use_user_site=use_user_site, + name=self.req.name, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + ) + self.install_succeeded = True + return + + assert self.is_wheel + assert self.local_file_path + + install_wheel( + self.req.name, + self.local_file_path, + scheme=scheme, + req_description=str(self.req), + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=self.download_info if self.is_direct else None, + requested=self.user_supplied, + ) + self.install_succeeded = True + + +def check_invalid_constraint_type(req: InstallRequirement) -> str: + # Check for unsupported forms + problem = "" + if not req.name: + problem = "Unnamed requirements are not allowed as constraints" + elif req.editable: + problem = "Editable requirements are not allowed as constraints" + elif req.extras: + problem = "Constraints cannot have extras" + + if problem: + deprecated( + reason=( + "Constraints are only allowed to take the form of a package " + "name and a version specifier. Other forms were originally " + "permitted as an accident of the implementation, but were " + "undocumented. The new implementation of the resolver no " + "longer supports these forms." + ), + replacement="replacing the constraint with a requirement", + # No plan yet for when the new resolver becomes default + gone_in=None, + issue=8210, + ) + + return problem + + +def _has_option(options: Values, reqs: List[InstallRequirement], option: str) -> bool: + if getattr(options, option, None): + return True + for req in reqs: + if getattr(req, option, None): + return True + return False + + +def check_legacy_setup_py_options( + options: Values, + reqs: List[InstallRequirement], +) -> None: + has_build_options = _has_option(options, reqs, "build_options") + has_global_options = _has_option(options, reqs, "global_options") + if has_build_options or has_global_options: + deprecated( + reason="--build-option and --global-option are deprecated.", + issue=11859, + replacement="to use --config-settings", + gone_in=None, + ) + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option. " + ) + options.format_control.disallow_binaries() diff --git a/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py b/venv/lib/python3.10/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000..ec7a6e0 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py b/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000..26df208 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,633 @@ +import functools +import os +import sys +import sysconfig +from importlib.util import cache_from_source +from typing import Any, Callable, Dict, Generator, Iterable, List, Optional, Set, Tuple + +from pip._internal.exceptions import LegacyDistutilsInstall, UninstallMissingRecord +from pip._internal.locations import get_bin_prefix, get_bin_user +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.logging import getLogger, indent_log +from pip._internal.utils.misc import ask, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory +from pip._internal.utils.virtualenv import running_under_virtualenv + +logger = getLogger(__name__) + + +def _script_names( + bin_dir: str, script_name: str, is_gui: bool +) -> Generator[str, None, None]: + """Create the fully qualified name of the files created by + {console,gui}_scripts for the given ``dist``. + Returns the list of file names + """ + exe_name = os.path.join(bin_dir, script_name) + yield exe_name + if not WINDOWS: + return + yield f"{exe_name}.exe" + yield f"{exe_name}.exe.manifest" + if is_gui: + yield f"{exe_name}-script.pyw" + else: + yield f"{exe_name}-script.py" + + +def _unique( + fn: Callable[..., Generator[Any, None, None]] +) -> Callable[..., Generator[Any, None, None]]: + @functools.wraps(fn) + def unique(*args: Any, **kw: Any) -> Generator[Any, None, None]: + seen: Set[Any] = set() + for item in fn(*args, **kw): + if item not in seen: + seen.add(item) + yield item + + return unique + + +@_unique +def uninstallation_paths(dist: BaseDistribution) -> Generator[str, None, None]: + """ + Yield all the uninstallation paths for dist based on RECORD-without-.py[co] + + Yield paths to all the files in RECORD. For each .py file in RECORD, add + the .pyc and .pyo in the same directory. + + UninstallPathSet.add() takes care of the __pycache__ .py[co]. + + If RECORD is not found, raises an error, + 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: + raise UninstallMissingRecord(distribution=dist) + + for entry in entries: + path = os.path.join(location, entry) + yield path + if path.endswith(".py"): + dn, fn = os.path.split(path) + base = fn[:-3] + path = os.path.join(dn, base + ".pyc") + yield path + path = os.path.join(dn, base + ".pyo") + yield path + + +def compact(paths: Iterable[str]) -> Set[str]: + """Compact a path set to contain the minimal number of paths + necessary to contain all paths in the set. If /a/path/ and + /a/path/to/a/file.txt are both in the set, leave only the + shorter path.""" + + sep = os.path.sep + short_paths: Set[str] = set() + for path in sorted(paths, key=len): + should_skip = any( + path.startswith(shortpath.rstrip("*")) + and path[len(shortpath.rstrip("*").rstrip(sep))] == sep + for shortpath in short_paths + ) + if not should_skip: + short_paths.add(path) + return short_paths + + +def compress_for_rename(paths: Iterable[str]) -> Set[str]: + """Returns a set containing the paths that need to be renamed. + + This set may include directories when the original sequence of paths + included every file on disk. + """ + case_map = {os.path.normcase(p): p for p in paths} + remaining = set(case_map) + unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) + wildcards: Set[str] = set() + + def norm_join(*a: str) -> str: + return os.path.normcase(os.path.join(*a)) + + for root in unchecked: + if any(os.path.normcase(root).startswith(w) for w in wildcards): + # This directory has already been handled. + continue + + all_files: Set[str] = set() + all_subdirs: Set[str] = set() + for dirname, subdirs, files in os.walk(root): + all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) + all_files.update(norm_join(root, dirname, f) for f in files) + # If all the files we found are in our remaining set of files to + # remove, then remove them from the latter set and add a wildcard + # for the directory. + if not (all_files - remaining): + remaining.difference_update(all_files) + wildcards.add(root + os.sep) + + return set(map(case_map.__getitem__, remaining)) | wildcards + + +def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: + """Returns a tuple of 2 sets of which paths to display to user + + The first set contains paths that would be deleted. Files of a package + are not added and the top-level directory of the package has a '*' added + at the end - to signify that all it's contents are removed. + + The second set contains files that would have been skipped in the above + folders. + """ + + will_remove = set(paths) + will_skip = set() + + # Determine folders and files + folders = set() + files = set() + for path in will_remove: + if path.endswith(".pyc"): + continue + if path.endswith("__init__.py") or ".dist-info" in path: + folders.add(os.path.dirname(path)) + files.add(path) + + _normcased_files = set(map(os.path.normcase, files)) + + folders = compact(folders) + + # This walks the tree using os.walk to not miss extra folders + # that might get added. + for folder in folders: + for dirpath, _, dirfiles in os.walk(folder): + for fname in dirfiles: + if fname.endswith(".pyc"): + continue + + file_ = os.path.join(dirpath, fname) + if ( + os.path.isfile(file_) + and os.path.normcase(file_) not in _normcased_files + ): + # We are skipping this file. Add it to the set. + will_skip.add(file_) + + will_remove = files | {os.path.join(folder, "*") for folder in folders} + + return will_remove, will_skip + + +class StashedUninstallPathSet: + """A set of file rename operations to stash files while + tentatively uninstalling them.""" + + def __init__(self) -> None: + # Mapping from source file root to [Adjacent]TempDirectory + # for files under that directory. + self._save_dirs: Dict[str, TempDirectory] = {} + # (old path, new path) tuples for each move that may need + # to be undone. + self._moves: List[Tuple[str, str]] = [] + + def _get_directory_stash(self, path: str) -> str: + """Stashes a directory. + + Directories are stashed adjacent to their original location if + possible, or else moved/copied into the user's temp dir.""" + + try: + save_dir: TempDirectory = AdjacentTempDirectory(path) + except OSError: + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[os.path.normcase(path)] = save_dir + + return save_dir.path + + def _get_file_stash(self, path: str) -> str: + """Stashes a file. + + If no root has been provided, one will be created for the directory + in the user's temp directory.""" + path = os.path.normcase(path) + head, old_head = os.path.dirname(path), None + save_dir = None + + while head != old_head: + try: + save_dir = self._save_dirs[head] + break + except KeyError: + pass + head, old_head = os.path.dirname(head), head + else: + # Did not find any suitable root + head = os.path.dirname(path) + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[head] = save_dir + + relpath = os.path.relpath(path, head) + if relpath and relpath != os.path.curdir: + return os.path.join(save_dir.path, relpath) + return save_dir.path + + def stash(self, path: str) -> str: + """Stashes the directory or file and returns its new location. + Handle symlinks as files to avoid modifying the symlink targets. + """ + path_is_dir = os.path.isdir(path) and not os.path.islink(path) + if path_is_dir: + new_path = self._get_directory_stash(path) + else: + new_path = self._get_file_stash(path) + + self._moves.append((path, new_path)) + if path_is_dir and os.path.isdir(new_path): + # If we're moving a directory, we need to + # remove the destination first or else it will be + # moved to inside the existing directory. + # We just created new_path ourselves, so it will + # be removable. + os.rmdir(new_path) + renames(path, new_path) + return new_path + + def commit(self) -> None: + """Commits the uninstall by removing stashed files.""" + for save_dir in self._save_dirs.values(): + save_dir.cleanup() + self._moves = [] + self._save_dirs = {} + + def rollback(self) -> None: + """Undoes the uninstall by moving stashed files back.""" + for p in self._moves: + logger.info("Moving to %s\n from %s", *p) + + for new_path, path in self._moves: + try: + logger.debug("Replacing %s from %s", new_path, path) + if os.path.isfile(new_path) or os.path.islink(new_path): + os.unlink(new_path) + elif os.path.isdir(new_path): + rmtree(new_path) + renames(path, new_path) + except OSError as ex: + logger.error("Failed to restore %s", new_path) + logger.debug("Exception: %s", ex) + + self.commit() + + @property + def can_rollback(self) -> bool: + return bool(self._moves) + + +class UninstallPathSet: + """A set of file paths to be removed in the uninstallation of a + requirement.""" + + def __init__(self, dist: BaseDistribution) -> None: + self._paths: Set[str] = set() + self._refuse: Set[str] = set() + self._pth: Dict[str, UninstallPthEntries] = {} + self._dist = dist + self._moved_paths = StashedUninstallPathSet() + # Create local cache of normalize_path results. Creating an UninstallPathSet + # can result in hundreds/thousands of redundant calls to normalize_path with + # the same args, which hurts performance. + self._normalize_path_cached = functools.lru_cache(normalize_path) + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + # aka is_local, but caching normalized sys.prefix + if not running_under_virtualenv(): + return True + return path.startswith(self._normalize_path_cached(sys.prefix)) + + def add(self, path: str) -> None: + head, tail = os.path.split(path) + + # we normalize the head to resolve parent directory symlinks, but not + # the tail, since we only want to uninstall symlinks, not their targets + path = os.path.join(self._normalize_path_cached(head), os.path.normcase(tail)) + + if not os.path.exists(path): + return + if self._permitted(path): + self._paths.add(path) + else: + self._refuse.add(path) + + # __pycache__ files can show up after 'installed-files.txt' is created, + # due to imports + if os.path.splitext(path)[1] == ".py": + self.add(cache_from_source(path)) + + def add_pth(self, pth_file: str, entry: str) -> None: + pth_file = self._normalize_path_cached(pth_file) + if self._permitted(pth_file): + if pth_file not in self._pth: + self._pth[pth_file] = UninstallPthEntries(pth_file) + self._pth[pth_file].add(entry) + else: + self._refuse.add(pth_file) + + def remove(self, auto_confirm: bool = False, verbose: bool = False) -> None: + """Remove paths in ``self._paths`` with confirmation (unless + ``auto_confirm`` is True).""" + + if not self._paths: + logger.info( + "Can't uninstall '%s'. No files were found to uninstall.", + self._dist.raw_name, + ) + return + + dist_name_version = f"{self._dist.raw_name}-{self._dist.raw_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 LegacyDistutilsInstall(distribution=dist) + + elif dist.installed_as_egg: + # package installed by easy_install + # We cannot match on dist.egg_name because it can slightly vary + # i.e. setuptools-0.6c11-py2.6.egg vs setuptools-0.6rc11-py2.6.egg + paths_to_remove.add(dist_location) + easy_install_egg = os.path.split(dist_location)[1] + easy_install_pth = os.path.join( + os.path.dirname(dist_location), + "easy-install.pth", + ) + paths_to_remove.add_pth(easy_install_pth, "./" + easy_install_egg) + + elif dist.installed_with_dist_info: + for path in uninstallation_paths(dist): + paths_to_remove.add(path) + + elif develop_egg_link: + # PEP 660 modern editable is handled in the ``.dist-info`` case + # above, so this only covers the setuptools-style editable. + with open(develop_egg_link) as fh: + link_pointer = os.path.normcase(fh.readline().strip()) + normalized_link_pointer = paths_to_remove._normalize_path_cached( + link_pointer + ) + assert os.path.samefile( + normalized_link_pointer, normalized_dist_location + ), ( + f"Egg-link {develop_egg_link} (to {link_pointer}) does not match " + f"installed location of {dist.raw_name} (at {dist_location})" + ) + paths_to_remove.add(develop_egg_link) + easy_install_pth = os.path.join( + os.path.dirname(develop_egg_link), "easy-install.pth" + ) + paths_to_remove.add_pth(easy_install_pth, dist_location) + + else: + logger.debug( + "Not sure how to uninstall: %s - Check: %s", + dist, + dist_location, + ) + + if dist.in_usersite: + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + + # find distutils scripts= scripts + try: + for script in dist.iter_distutils_script_names(): + paths_to_remove.add(os.path.join(bin_dir, script)) + if WINDOWS: + paths_to_remove.add(os.path.join(bin_dir, f"{script}.bat")) + except (FileNotFoundError, NotADirectoryError): + pass + + # find console_scripts and gui_scripts + def iter_scripts_to_remove( + dist: BaseDistribution, + bin_dir: str, + ) -> Generator[str, None, None]: + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + yield from _script_names(bin_dir, entry_point.name, False) + elif entry_point.group == "gui_scripts": + yield from _script_names(bin_dir, entry_point.name, True) + + for s in iter_scripts_to_remove(dist, bin_dir): + paths_to_remove.add(s) + + return paths_to_remove + + +class UninstallPthEntries: + def __init__(self, pth_file: str) -> None: + self.file = pth_file + self.entries: Set[str] = set() + self._saved_lines: Optional[List[bytes]] = None + + def add(self, entry: str) -> None: + entry = os.path.normcase(entry) + # On Windows, os.path.normcase converts the entry to use + # backslashes. This is correct for entries that describe absolute + # paths outside of site-packages, but all the others use forward + # slashes. + # os.path.splitdrive is used instead of os.path.isabs because isabs + # treats non-absolute paths with drive letter markings like c:foo\bar + # as absolute paths. It also does not recognize UNC paths if they don't + # have more than "\\sever\share". Valid examples: "\\server\share\" or + # "\\server\share\folder". + if WINDOWS and not os.path.splitdrive(entry)[0]: + entry = entry.replace("\\", "/") + self.entries.add(entry) + + def remove(self) -> None: + logger.verbose("Removing pth entries from %s:", self.file) + + # If the file doesn't exist, log a warning and return + if not os.path.isfile(self.file): + logger.warning("Cannot remove entries from nonexistent file %s", self.file) + return + with open(self.file, "rb") as fh: + # windows uses '\r\n' with py3k, but uses '\n' with py2.x + lines = fh.readlines() + self._saved_lines = lines + if any(b"\r\n" in line for line in lines): + endline = "\r\n" + else: + endline = "\n" + # handle missing trailing newline + if lines and not lines[-1].endswith(endline.encode("utf-8")): + lines[-1] = lines[-1] + endline.encode("utf-8") + for entry in self.entries: + try: + logger.verbose("Removing entry: %s", entry) + lines.remove((entry + endline).encode("utf-8")) + except ValueError: + pass + with open(self.file, "wb") as fh: + fh.writelines(lines) + + def rollback(self) -> bool: + if self._saved_lines is None: + logger.error("Cannot roll back changes to %s, none were made", self.file) + return False + logger.debug("Rolling %s back to previous state", self.file) + with open(self.file, "wb") as fh: + fh.writelines(self._saved_lines) + return True diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3e26c88b938573f8b90cd2b2d85caaa3e1b4917 GIT binary patch literal 201 zcmYk0u?oU47=%;lAc7C#(Ef_6h)>`m&LM4o(jViWkfenUK9KL?;Oy#KIGId(aNlt^ zon0;$BI$8^>YVS4e-)`5l0%u$iIZ3r$Gh-({^4Wb9MA{wwx{Tz!;vvonqogRRpS-6 zJ+X!nc?3fZxGDCQxAkTXfg)B;wHKu^fFlQzIHG4|z+IyyFa literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bfbae4c67a400ac99701986353efeccc24be022a GIT binary patch literal 1053 zcmZuwJ#Q015Z>@Y!(;Bq5R`QBk>w4@4WGhzLcIkU@!Pt~s5(WBZi*^6c6uk!VQ% zO#TZ6^|n;h=_nFr&lrrzNb@|iGunOg##e4`wiwyh&)+7;g0b&5SvQxGLvnRWAerPD z%X!3e5sBQ19B$7<=H_1H)v=TLc_V6Y1{?x#!0WP!0BK= zJ|&0b>VN=P#3hS_F&XWnKuu7{iP74i4Qio_KoLk+) zAr0KGE=;37TR@why`_H$^PS6`bv63G8*Jw+R RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05da82610bff07838aac6f44ce202ed36587c5ec GIT binary patch literal 208 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 S`h?rGn81W#6+T{m@&5wKt>lIP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py b/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 0000000..1dd0d70 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,597 @@ +"""Dependency Resolution + +The dependency resolution in pip is performed as follows: + +for top-level requirements: + a. only one spec allowed per project, regardless of conflicts or not. + otherwise a "double requirement" exception is raised + b. they override sub-dependency requirements. +for sub-dependencies + a. "first found, wins" (where the order is breadth first) +""" + +import logging +import sys +from collections import defaultdict +from itertools import chain +from typing import DefaultDict, Iterable, List, Optional, Set, Tuple + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.requirements import Requirement + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + HashError, + HashErrors, + InstallationError, + NoneMetadataError, + UnsupportedPythonVersion, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.utils import compatibility_tags +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import normalize_version_info +from pip._internal.utils.packaging import check_requires_python + +logger = logging.getLogger(__name__) + +DiscoveredDependencies = DefaultDict[Optional[str], List[InstallRequirement]] + + +def _check_dist_requires_python( + dist: BaseDistribution, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + f"Package {dist.raw_name!r} requires a different Python: " + f"{version} not in {requires_python!r}" + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + self._add_requirement_to_set(requirement_set, req) + + # Actually prepare the files, and collect any exceptions. Most hash + # exceptions cannot be checked ahead of time, because + # _populate_link() needs to be called before we can make decisions + # based on link type. + discovered_reqs: List[InstallRequirement] = [] + hash_errors = HashErrors() + for req in chain(requirement_set.all_requirements, discovered_reqs): + try: + discovered_reqs.extend(self._resolve_one(requirement_set, req)) + except HashError as exc: + exc.req = req + hash_errors.append(exc) + + if hash_errors: + raise hash_errors + + return requirement_set + + def _add_requirement_to_set( + self, + requirement_set: RequirementSet, + install_req: InstallRequirement, + parent_req_name: Optional[str] = None, + extras_requested: Optional[Iterable[str]] = None, + ) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]]: + """Add install_req as a requirement to install. + + :param parent_req_name: The name of the requirement that needed this + added. The name is used because when multiple unnamed requirements + resolve to the same name, we could otherwise end up with dependency + links that point outside the Requirements set. parent_req must + already be added. Note that None implies that this is a user + supplied requirement, vs an inferred one. + :param extras_requested: an iterable of extras used to evaluate the + environment markers. + :return: Additional requirements to scan. That is either [] if + the requirement is not applicable, or [install_req] if the + requirement is applicable and has just been added. + """ + # If the markers do not match, ignore this requirement. + if not install_req.match_markers(extras_requested): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + install_req.name, + install_req.markers, + ) + return [], None + + # If the wheel is not supported, raise an error. + # Should check this after filtering out based on environment markers to + # allow specifying different wheels based on the environment/OS, in a + # single requirements file. + if install_req.link and install_req.link.is_wheel: + wheel = Wheel(install_req.link.filename) + tags = compatibility_tags.get_supported() + if requirement_set.check_supported_wheels and not wheel.supported(tags): + raise InstallationError( + f"{wheel.filename} is not a supported wheel on this platform." + ) + + # This next bit is really a sanity check. + assert ( + not install_req.user_supplied or parent_req_name is None + ), "a user supplied req shouldn't have a parent" + + # Unnamed requirements are scanned again and the requirement won't be + # added as a dependency until after scanning. + if not install_req.name: + requirement_set.add_unnamed_requirement(install_req) + return [install_req], None + + try: + existing_req: Optional[InstallRequirement] = ( + requirement_set.get_requirement(install_req.name) + ) + except KeyError: + existing_req = None + + has_conflicting_requirement = ( + parent_req_name is None + and existing_req + and not existing_req.constraint + and existing_req.extras == install_req.extras + and existing_req.req + and install_req.req + and existing_req.req.specifier != install_req.req.specifier + ) + if has_conflicting_requirement: + raise InstallationError( + f"Double requirement given: {install_req} " + f"(already in {existing_req}, name={install_req.name!r})" + ) + + # When no existing requirement exists, add the requirement as a + # dependency and it will be scanned again after. + if not existing_req: + requirement_set.add_named_requirement(install_req) + # We'd want to rescan this requirement later + return [install_req], install_req + + # Assume there's no need to scan, and that we've already + # encountered this for scanning. + if install_req.constraint or not existing_req.constraint: + return [], existing_req + + does_not_satisfy_constraint = install_req.link and not ( + existing_req.link and install_req.link.path == existing_req.link.path + ) + if does_not_satisfy_constraint: + raise InstallationError( + f"Could not satisfy constraints for '{install_req.name}': " + "installation from path or url cannot be " + "constrained to a version" + ) + # If we're now installing a constraint, mark the existing + # object for real installation. + existing_req.constraint = False + # If we're now installing a user supplied requirement, + # mark the existing object as such. + if install_req.user_supplied: + existing_req.user_supplied = True + existing_req.extras = tuple( + sorted(set(existing_req.extras) | set(install_req.extras)) + ) + logger.debug( + "Setting %s extras to: %s", + existing_req, + existing_req.extras, + ) + # Return the existing requirement for addition to the parent and + # scanning again. + return [existing_req], existing_req + + def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: + if self.upgrade_strategy == "to-satisfy-only": + return False + elif self.upgrade_strategy == "eager": + return True + else: + assert self.upgrade_strategy == "only-if-needed" + return req.user_supplied or req.constraint + + def _set_req_to_reinstall(self, req: InstallRequirement) -> None: + """ + Set a requirement to be installed. + """ + # Don't uninstall the conflict if doing a user install and the + # conflict is not a user install. + assert req.satisfied_by is not None + if not self.use_user_site or req.satisfied_by.in_usersite: + req.should_reinstall = True + req.satisfied_by = None + + def _check_skip_installed( + self, req_to_install: InstallRequirement + ) -> Optional[str]: + """Check if req_to_install should be skipped. + + This will check if the req is installed, and whether we should upgrade + or reinstall it, taking into account all the relevant user options. + + After calling this req_to_install will only have satisfied_by set to + None if the req_to_install is to be upgraded/reinstalled etc. Any + other value will be a dist recording the current thing installed that + satisfies the requirement. + + Note that for vcs urls and the like we can't assess skipping in this + routine - we simply identify that we need to pull the thing down, + then later on it is pulled down and introspected to assess upgrade/ + reinstalls etc. + + :return: A text reason for why it was skipped, or None. + """ + if self.ignore_installed: + return None + + req_to_install.check_if_exists(self.use_user_site) + if not req_to_install.satisfied_by: + return None + + if self.force_reinstall: + self._set_req_to_reinstall(req_to_install) + return None + + if not self._is_upgrade_allowed(req_to_install): + if self.upgrade_strategy == "only-if-needed": + return "already satisfied, skipping upgrade" + return "already satisfied" + + # Check for the possibility of an upgrade. For link-based + # requirements we have to pull the tree down and inspect to assess + # the version #, so it's handled way down. + if not req_to_install.link: + try: + self.finder.find_requirement(req_to_install, upgrade=True) + except BestVersionAlreadyInstalled: + # Then the best version is installed. + return "already up-to-date" + except DistributionNotFound: + # No distribution found, so we squash the error. It will + # be raised later when we re-try later to do the install. + # Why don't we just raise here? + pass + + self._set_req_to_reinstall(req_to_install) + return None + + def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: + upgrade = self._is_upgrade_allowed(req) + best_candidate = self.finder.find_requirement(req, upgrade) + if not best_candidate: + return None + + # Log a warning per PEP 592 if necessary before returning. + link = best_candidate.link + if link.is_yanked: + reason = link.yanked_reason or "" + msg = ( + # Mark this as a unicode string to prevent + # "UnicodeEncodeError: 'ascii' codec can't encode character" + # in Python 2 when the reason contains non-ascii characters. + "The candidate selected for download or install is a " + f"yanked version: {best_candidate}\n" + f"Reason for being yanked: {reason}" + ) + logger.warning(msg) + + return link + + def _populate_link(self, req: InstallRequirement) -> None: + """Ensure that if a link can be found for this, that it is found. + + Note that req.link may still be None - if the requirement is already + installed and not needed to be upgraded based on the return value of + _is_upgrade_allowed(). + + If preparer.require_hashes is True, don't use the wheel cache, because + cached wheels, always built locally, have different hashes than the + files downloaded from the index server and thus throw false hash + mismatches. Furthermore, cached wheels at present have undeterministic + contents due to file modification times. + """ + if req.link is None: + req.link = self._find_requirement_link(req) + + if self.wheel_cache is None or self.preparer.require_hashes: + return + + assert req.link is not None, "_find_requirement_link unexpectedly returned None" + cache_entry = self.wheel_cache.get_cache_entry( + link=req.link, + package_name=req.name, + supported_tags=get_supported(), + ) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + if req.link is req.original_link and cache_entry.persistent: + req.cached_wheel_source_link = req.link + if cache_entry.origin is not None: + req.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + req.download_info = direct_url_from_link( + req.link, link_is_in_wheel_cache=cache_entry.persistent + ) + req.link = cache_entry.link + + def _get_dist_for(self, req: InstallRequirement) -> BaseDistribution: + """Takes a InstallRequirement and returns a single AbstractDist \ + representing a prepared variant of the same. + """ + if req.editable: + return self.preparer.prepare_editable_requirement(req) + + # satisfied_by is only evaluated by calling _check_skip_installed, + # so it must be None here. + assert req.satisfied_by is None + skip_reason = self._check_skip_installed(req) + + if req.satisfied_by: + return self.preparer.prepare_installed_requirement(req, skip_reason) + + # We eagerly populate the link, since that's our "legacy" behavior. + self._populate_link(req) + dist = self.preparer.prepare_linked_requirement(req) + + # NOTE + # The following portion is for determining if a certain package is + # going to be re-installed/upgraded or not and reporting to the user. + # This should probably get cleaned up in a future refactor. + + # req.req is only avail after unpack for URL + # pkgs repeat check_if_exists to uninstall-on-upgrade + # (#14) + if not self.ignore_installed: + req.check_if_exists(self.use_user_site) + + if req.satisfied_by: + should_modify = ( + self.upgrade_strategy != "to-satisfy-only" + or self.force_reinstall + or self.ignore_installed + or req.link.scheme == "file" + ) + if should_modify: + self._set_req_to_reinstall(req) + else: + logger.info( + "Requirement already satisfied (use --upgrade to upgrade): %s", + req, + ) + return dist + + def _resolve_one( + self, + requirement_set: RequirementSet, + req_to_install: InstallRequirement, + ) -> List[InstallRequirement]: + """Prepare a single requirements file. + + :return: A list of additional InstallRequirements to also install. + """ + # Tell user what we are doing for this requirement: + # obtain (editable), skipping, processing (local url), collecting + # (remote url or package name) + if req_to_install.constraint or req_to_install.prepared: + return [] + + req_to_install.prepared = True + + # Parse and return dependencies + dist = self._get_dist_for(req_to_install) + # This will raise UnsupportedPythonVersion if the given Python + # version isn't compatible with the distribution's Requires-Python. + _check_dist_requires_python( + dist, + version_info=self._py_version_info, + ignore_requires_python=self.ignore_requires_python, + ) + + more_reqs: List[InstallRequirement] = [] + + def add_req(subreq: Requirement, extras_requested: Iterable[str]) -> None: + # This idiosyncratically converts the Requirement to str and let + # make_install_req then parse it again into Requirement. But this is + # the legacy resolver so I'm just not going to bother refactoring. + sub_install_req = self._make_install_req(str(subreq), req_to_install) + parent_req_name = req_to_install.name + to_scan_again, add_to_parent = self._add_requirement_to_set( + requirement_set, + sub_install_req, + parent_req_name=parent_req_name, + extras_requested=extras_requested, + ) + if parent_req_name and add_to_parent: + self._discovered_dependencies[parent_req_name].append(add_to_parent) + more_reqs.extend(to_scan_again) + + with indent_log(): + # We add req_to_install before its dependencies, so that we + # can refer to it when adding dependencies. + assert req_to_install.name is not None + if not requirement_set.has_requirement(req_to_install.name): + # 'unnamed' requirements will get added here + # 'unnamed' requirements can only come from being directly + # provided by the user. + assert req_to_install.user_supplied + self._add_requirement_to_set( + requirement_set, req_to_install, parent_req_name=None + ) + + if not self.ignore_dependencies: + if req_to_install.extras: + logger.debug( + "Installing extra requirements: %r", + ",".join(req_to_install.extras), + ) + missing_requested = sorted( + set(req_to_install.extras) - set(dist.iter_provided_extras()) + ) + for missing in missing_requested: + logger.warning( + "%s %s does not provide the extra '%s'", + dist.raw_name, + dist.version, + missing, + ) + + available_requested = sorted( + set(dist.iter_provided_extras()) & set(req_to_install.extras) + ) + for subreq in dist.iter_dependencies(available_requested): + add_req(subreq, extras_requested=available_requested) + + return more_reqs + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Create the installation order. + + The installation order is topological - requirements are installed + before the requiring thing. We break cycles at an arbitrary point, + and make no other guarantees. + """ + # The current implementation, which we may change at any point + # installs the user specified things in the order given, except when + # dependencies must come earlier to achieve topological order. + order = [] + ordered_reqs: Set[InstallRequirement] = set() + + def schedule(req: InstallRequirement) -> None: + if req.satisfied_by or req in ordered_reqs: + return + if req.constraint: + return + ordered_reqs.add(req) + for dep in self._discovered_dependencies[req.name]: + schedule(dep) + order.append(req) + + for install_req in req_set.requirements.values(): + schedule(install_req) + return order diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ca52ba15ab8efaa363ede20cdde9f16b32a72771 GIT binary patch literal 212 zcmYk0JqiLb5QVd{g$N$RVs{i<5l>(v)*-t)B!e*tNp@um59D1etZlu8l?fL5;C=JM z8yGvE&sfs^`jEN4GX7PhVV4}rgpM89qS)V<&+8xF7dQs=0lZZd9dtMtjFqIQ`lf2U zFs&jZVL&s0rUu*?l{M>nwS+(sD<|5MkQl&`15PHQH$sEQV09nKnr}N`KISPvk@MP( S&*|oDyI$iqKNKbjCHny3LptgJ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45ffc5dc31e2ebe63c8b1cce6983bb900baae40b GIT binary patch literal 6104 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1abf090d11520c4ea69c10b0ef7daaef2348597a GIT binary patch literal 21681 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 G{eJ_dQl)JG literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e9fc0631d2f1acb3490c6d5ac5d850032bf8efa2 GIT binary patch literal 8027 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 aLH#-Xd&($>wh`uAsNGwJV{Dnb-TwmdE8Ru_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c69030694d29ac639e21f78ea8757b6b0e496bcd GIT binary patch literal 10445 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 0000000..0f31dc9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py @@ -0,0 +1,139 @@ +from dataclasses import dataclass +from typing import FrozenSet, Iterable, Optional, Tuple + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName +from pip._vendor.packaging.version import Version + +from pip._internal.models.link import Link, links_equivalent +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.hashes import Hashes + +CandidateLookup = Tuple[Optional["Candidate"], Optional[InstallRequirement]] + + +def format_name(project: NormalizedName, extras: FrozenSet[NormalizedName]) -> str: + if not extras: + return project + extras_expr = ",".join(sorted(extras)) + return f"{project}[{extras_expr}]" + + +@dataclass(frozen=True) +class Constraint: + specifier: SpecifierSet + hashes: Hashes + links: FrozenSet[Link] + + @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) -> Version: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 0000000..6617644 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,574 @@ +import logging +import sys +from typing import TYPE_CHECKING, Any, FrozenSet, Iterable, Optional, Tuple, Union, cast + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import ( + HashError, + InstallationSubprocessError, + InvalidInstalledPackage, + MetadataInconsistent, + MetadataInvalid, +) +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, Requirement, format_name + +if TYPE_CHECKING: + from .factory import Factory + +logger = logging.getLogger(__name__) + +BaseCandidate = Union[ + "AlreadyInstalledCandidate", + "EditableCandidate", + "LinkCandidate", +] + +# Avoid conflicting with the PyPI package "Python". +REQUIRES_PYTHON_IDENTIFIER = cast(NormalizedName, "") + + +def as_base_candidate(candidate: Candidate) -> Optional[BaseCandidate]: + """The runtime version of BaseCandidate.""" + base_candidate_classes = ( + AlreadyInstalledCandidate, + EditableCandidate, + LinkCandidate, + ) + if isinstance(candidate, base_candidate_classes): + return candidate + return None + + +def make_install_req_from_link( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert not template.editable, "template is editable" + if template.req: + line = str(template.req) + else: + line = link.url + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.original_link = template.original_link + ireq.link = link + ireq.extras = template.extras + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + ireq = install_req_from_editable( + link.url, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + permit_editable_wheels=template.permit_editable_wheels, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.extras = template.extras + return ireq + + +def _make_install_req_from_dist( + dist: BaseDistribution, template: InstallRequirement +) -> InstallRequirement: + if template.req: + line = str(template.req) + elif template.link: + line = f"{dist.canonical_name} @ {template.link.url}" + else: + line = f"{dist.canonical_name}=={dist.version}" + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.satisfied_by = dist + return ireq + + +class _InstallRequirementBackedCandidate(Candidate): + """A candidate backed by an ``InstallRequirement``. + + This represents a package request with the target not being already + in the environment, and needs to be fetched and installed. The backing + ``InstallRequirement`` is responsible for most of the leg work; this + class exposes appropriate information to the resolver. + + :param link: The link passed to the ``InstallRequirement``. The backing + ``InstallRequirement`` will use this link to fetch the distribution. + :param source_link: The link this candidate "originates" from. This is + different from ``link`` when the link is found in the wheel cache. + ``link`` would point to the wheel cache, while this points to the + found remote link (e.g. from pypi.org). + """ + + dist: BaseDistribution + is_installed = False + + def __init__( + self, + link: Link, + source_link: Link, + ireq: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[Version] = 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() + self._hash: Optional[int] = None + + def __str__(self) -> str: + return f"{self.name} {self.version}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._link)!r})" + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash((self.__class__, self._link)) + return self._hash + + 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) -> Version: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return ( + f"{self.name} {self.version} " + f"(from {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), + ) + # check dependencies are valid + # TODO performance: this means we iterate the dependencies at least twice, + # we may want to cache parsed Requires-Dist + try: + list(dist.iter_dependencies(list(dist.iter_provided_extras()))) + except InvalidRequirement as e: + raise MetadataInvalid(self._ireq, str(e)) + + def _prepare(self) -> BaseDistribution: + try: + dist = self._prepare_distribution() + except HashError as e: + # Provide HashError the underlying ireq that caused it. This + # provides context for the resulting error message to show the + # offending line to the user. + e.req = self._ireq + raise + except InstallationSubprocessError as exc: + # The output has been presented already, so don't duplicate it. + exc.context = "See above for output." + raise + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.iter_dependencies() if with_requires else () + for r in requires: + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[Version] = None, + ) -> None: + source_link = link + cache_entry = factory.get_wheel_cache_entry(source_link, name) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + link = cache_entry.link + ireq = make_install_req_from_link(link, template) + assert ireq.link == link + if ireq.link.is_wheel and not ireq.link.is_file: + wheel = Wheel(ireq.link.filename) + wheel_name = canonicalize_name(wheel.name) + assert name == wheel_name, f"{name!r} != {wheel_name!r} for wheel" + # Version may not be present for PEP 508 direct URLs + if version is not None: + wheel_version = Version(wheel.version) + assert ( + version == wheel_version + ), f"{version!r} != {wheel_version!r} for wheel {name}" + + if cache_entry is not None: + assert ireq.link.is_wheel + assert ireq.link.is_file + if cache_entry.persistent and template.link is template.original_link: + ireq.cached_wheel_source_link = source_link + if cache_entry.origin is not None: + ireq.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + ireq.download_info = direct_url_from_link( + source_link, link_is_in_wheel_cache=cache_entry.persistent + ) + + super().__init__( + link=link, + source_link=source_link, + ireq=ireq, + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + preparer = self._factory.preparer + return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) + + +class EditableCandidate(_InstallRequirementBackedCandidate): + is_editable = True + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[Version] = None, + ) -> None: + super().__init__( + link=link, + source_link=link, + ireq=make_install_req_from_editable(link, template), + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + return self._factory.preparer.prepare_editable_requirement(self._ireq) + + +class AlreadyInstalledCandidate(Candidate): + is_installed = True + source_link = None + + def __init__( + self, + dist: BaseDistribution, + template: InstallRequirement, + factory: "Factory", + ) -> None: + self.dist = dist + self._ireq = _make_install_req_from_dist(dist, template) + self._factory = factory + self._version = None + + # This is just logging some messages, so we can do it eagerly. + # The returned dist would be exactly the same as self.dist because we + # set satisfied_by in _make_install_req_from_dist. + # TODO: Supply reason based on force_reinstall and upgrade_strategy. + skip_reason = "already satisfied" + factory.preparer.prepare_installed_requirement(self._ireq, skip_reason) + + def __str__(self) -> str: + return str(self.dist) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.dist!r})" + + def __eq__(self, other: object) -> bool: + if not isinstance(other, AlreadyInstalledCandidate): + return NotImplemented + return self.name == other.name and self.version == other.version + + def __hash__(self) -> int: + return hash((self.name, self.version)) + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> Version: + if self._version is None: + self._version = self.dist.version + return self._version + + @property + def is_editable(self) -> bool: + return self.dist.editable + + def format_for_error(self) -> str: + return f"{self.name} {self.version} (Installed)" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + if not with_requires: + return + + try: + for r in self.dist.iter_dependencies(): + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + except InvalidRequirement as exc: + raise InvalidInstalledPackage(dist=self.dist, invalid_exc=exc) from None + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> None: + """ + :param comes_from: the InstallRequirement that led to this candidate if it + differs from the base's InstallRequirement. This will often be the + case in the sense that this candidate's requirement has the extras + while the base's does not. Unlike the InstallRequirement backed + candidates, this requirement is used solely for reporting purposes, + it does not do any leg work. + """ + self.base = base + self.extras = frozenset(canonicalize_name(e) for e in extras) + self._comes_from = comes_from if comes_from is not None else self.base._ireq + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}(base={self.base!r}, extras={self.extras!r})" + + def __hash__(self) -> int: + return hash((self.base, self.extras)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.base == other.base and self.extras == other.extras + return False + + @property + def project_name(self) -> NormalizedName: + return self.base.project_name + + @property + def name(self) -> str: + """The normalised name of the project the candidate refers to""" + return format_name(self.base.project_name, self.extras) + + @property + def version(self) -> Version: + 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): + yield from factory.make_requirements_from_spec( + str(r), + self._comes_from, + valid_extras, + ) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + # We don't return anything here, because we always + # depend on the base candidate, and we'll get the + # install requirement from that. + return None + + +class RequiresPythonCandidate(Candidate): + is_installed = False + source_link = None + + def __init__(self, py_version_info: Optional[Tuple[int, ...]]) -> None: + if py_version_info is not None: + version_info = normalize_version_info(py_version_info) + else: + version_info = sys.version_info[:3] + self._version = Version(".".join(str(c) for c in version_info)) + + # We don't need to implement __eq__() and __ne__() since there is always + # only one RequiresPythonCandidate in a resolution, i.e. the host Python. + # The built-in object.__eq__() and object.__ne__() do exactly what we want. + + def __str__(self) -> str: + return f"Python {self._version}" + + @property + def project_name(self) -> NormalizedName: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def name(self) -> str: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def version(self) -> Version: + return self._version + + def format_for_error(self) -> str: + return f"Python {self.version}" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + return () + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 0000000..6c273eb --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,823 @@ +import contextlib +import functools +import logging +from typing import ( + TYPE_CHECKING, + Callable, + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, + Protocol, + 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.packaging.version import InvalidVersion, Version +from pip._vendor.resolvelib import ResolutionImpossible + +from pip._internal.cache import CacheEntry, WheelCache +from pip._internal.exceptions import ( + DistributionNotFound, + InstallationError, + InvalidInstalledPackage, + MetadataInconsistent, + MetadataInvalid, + UnsupportedPythonVersion, + UnsupportedWheel, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_drop_extras, + install_req_from_link_and_ireq, +) +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.resolution.base import InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import Candidate, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + SpecifierWithoutExtrasRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + self._finder = finder + self.preparer = preparer + self._wheel_cache = wheel_cache + self._python_candidate = RequiresPythonCandidate(py_version_info) + self._make_install_req_from_spec = make_install_req + self._use_user_site = use_user_site + self._force_reinstall = force_reinstall + self._ignore_requires_python = ignore_requires_python + + self._build_failures: Cache[InstallationError] = {} + self._link_candidate_cache: Cache[LinkCandidate] = {} + self._editable_candidate_cache: Cache[EditableCandidate] = {} + self._installed_candidate_cache: Dict[str, AlreadyInstalledCandidate] = {} + self._extras_candidate_cache: Dict[ + Tuple[int, FrozenSet[NormalizedName]], ExtrasCandidate + ] = {} + self._supported_tags_cache = get_supported() + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_unsorted_tags()): + return + msg = f"{link.filename} is not a supported wheel on this platform." + raise UnsupportedWheel(msg) + + def _make_extras_candidate( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> ExtrasCandidate: + cache_key = (id(base), frozenset(canonicalize_name(e) for e in extras)) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras, comes_from=comes_from) + self._extras_candidate_cache[cache_key] = candidate + return candidate + + def _make_candidate_from_dist( + self, + dist: BaseDistribution, + extras: FrozenSet[str], + template: InstallRequirement, + ) -> Candidate: + try: + base = self._installed_candidate_cache[dist.canonical_name] + except KeyError: + base = AlreadyInstalledCandidate(dist, template, factory=self) + self._installed_candidate_cache[dist.canonical_name] = base + if not extras: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[Version], + ) -> Optional[Candidate]: + base: Optional[BaseCandidate] = self._make_base_candidate_from_link( + link, template, name, version + ) + if not extras or base is None: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_base_candidate_from_link( + self, + link: Link, + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[Version], + ) -> Optional[BaseCandidate]: + # TODO: Check already installed candidate, and use it if the link and + # editable flag match. + + if link in self._build_failures: + # We already tried this candidate before, and it does not build. + # Don't bother trying again. + return None + + if template.editable: + if link not in self._editable_candidate_cache: + try: + self._editable_candidate_cache[link] = EditableCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except (MetadataInconsistent, MetadataInvalid) as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + + return self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + return self._link_candidate_cache[link] + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + + try: + # 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 + except InvalidVersion as e: + raise InvalidInstalledPackage(dist=installed_dist, invalid_exc=e) + + 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 = result.applicable_candidates + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_base_candidate_from_link( + link, + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + is_satisfied_by: Callable[[Requirement, Candidate], bool], + ) -> Iterable[Candidate]: + # Collect basic lookup information from the requirements. + explicit_candidates: Set[Candidate] = set() + ireqs: List[InstallRequirement] = [] + for req in requirements[identifier]: + cand, ireq = req.get_candidate_lookup() + if cand is not None: + explicit_candidates.add(cand) + if ireq is not None: + ireqs.append(ireq) + + # If the current identifier contains extras, add requires and explicit + # candidates from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + if parsed_requirement.name != identifier: + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + for req in requirements.get(parsed_requirement.name, []): + _, ireq = req.get_candidate_lookup() + if ireq is not None: + ireqs.append(ireq) + + # Add explicit candidates from constraints. We only do this if there are + # known ireqs, which represent requirements not already explicit. If + # there are no ireqs, we're constraining already-explicit requirements, + # which is handled later when we return the explicit candidates. + if ireqs: + try: + explicit_candidates.update( + self._iter_candidates_from_constraints( + identifier, + constraint, + template=ireqs[0], + ), + ) + except UnsupportedWheel: + # If we're constrained to install a wheel incompatible with the + # target architecture, no candidates will ever be valid. + return () + + # Since we cache all the candidates, incompatibility identification + # can be made quicker by comparing only the id() values. + incompat_ids = {id(c) for c in incompatibilities.get(identifier, ())} + + # If none of the requirements want an explicit candidate, we can ask + # the finder for candidates. + if not explicit_candidates: + return self._iter_found_candidates( + ireqs, + constraint.specifier, + constraint.hashes, + prefers_installed, + incompat_ids, + ) + + return ( + c + for c in explicit_candidates + if id(c) not in incompat_ids + and constraint.is_satisfied_by(c) + and all(is_satisfied_by(req, c) for req in requirements[identifier]) + ) + + def _make_requirements_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given InstallRequirement. In + most cases this will be a single object but the following special cases exist: + - the InstallRequirement has markers that do not apply -> result is empty + - the InstallRequirement has both a constraint (or link) and extras + -> result is split in two requirement objects: one with the constraint + (or link) and one with the extra. This allows centralized constraint + handling for the base, resulting in fewer candidate rejections. + """ + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + elif not ireq.link: + if ireq.extras and ireq.req is not None and ireq.req.specifier: + yield SpecifierWithoutExtrasRequirement(ireq) + yield SpecifierRequirement(ireq) + else: + self._fail_if_link_is_unsupported_wheel(ireq.link) + # Always make the link candidate for the base requirement to make it + # available to `find_candidates` for explicit candidate lookup for any + # set of extras. + # The extras are required separately via a second requirement. + cand = self._make_base_candidate_from_link( + ireq.link, + template=install_req_drop_extras(ireq) if ireq.extras else ireq, + name=canonicalize_name(ireq.name) if ireq.name else None, + version=None, + ) + if cand is None: + # There's no way we can satisfy a URL requirement if the underlying + # candidate fails to build. An unnamed URL must be user-supplied, so + # we fail eagerly. If the URL is named, an unsatisfiable requirement + # can make the resolver do the right thing, either backtrack (and + # maybe find some other requirement that's buildable) or raise a + # ResolutionImpossible eventually. + if not ireq.name: + raise self._build_failures[ireq.link] + yield UnsatisfiableRequirement(canonicalize_name(ireq.name)) + else: + # require the base from the link + yield self.make_requirement_from_candidate(cand) + if ireq.extras: + # require the extras on top of the base candidate + yield self.make_requirement_from_candidate( + self._make_extras_candidate(cand, frozenset(ireq.extras)) + ) + + def collect_root_requirements( + self, root_ireqs: List[InstallRequirement] + ) -> CollectedRootRequirements: + collected = CollectedRootRequirements([], {}, {}) + for i, ireq in enumerate(root_ireqs): + if ireq.constraint: + # Ensure we only accept valid constraints + problem = check_invalid_constraint_type(ireq) + if problem: + raise InstallationError(problem) + if not ireq.match_markers(): + continue + assert ireq.name, "Constraint must be named" + name = canonicalize_name(ireq.name) + if name in collected.constraints: + collected.constraints[name] &= ireq + else: + collected.constraints[name] = Constraint.from_ireq(ireq) + else: + reqs = list( + self._make_requirements_from_install_req( + ireq, + requested_extras=(), + ) + ) + if not reqs: + continue + template = reqs[0] + if ireq.user_supplied and template.name not in collected.user_requested: + collected.user_requested[template.name] = i + collected.requirements.extend(reqs) + # Put requirements with extras at the end of the root requires. This does not + # affect resolvelib's picking preference but it does affect its initial criteria + # population: by putting extras at the end we enable the candidate finder to + # present resolvelib with a smaller set of candidates to resolvelib, already + # taking into account any non-transient constraints on the associated base. This + # means resolvelib will have fewer candidates to visit and reject. + # Python's list sort is stable, meaning relative order is kept for objects with + # the same key. + collected.requirements.sort(key=lambda r: r.name != r.project_name) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirements_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given specifier. In most cases + this will be a single object but the following special cases exist: + - the specifier has markers that do not apply -> result is empty + - the specifier has both a constraint and extras -> result is split + in two requirement objects: one with the constraint and one with the + extra. This allows centralized constraint handling for the base, + resulting in fewer candidate rejections. + """ + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirements_from_install_req(ireq, requested_extras) + + def make_requires_python_requirement( + self, + specifier: SpecifierSet, + ) -> Optional[Requirement]: + if self._ignore_requires_python: + return None + # Don't bother creating a dependency for an empty Requires-Python. + if not str(specifier): + return None + return RequiresPythonRequirement(specifier, self._python_candidate) + + def get_wheel_cache_entry( + self, link: Link, name: Optional[str] + ) -> Optional[CacheEntry]: + """Look up the link in the wheel cache. + + If ``preparer.require_hashes`` is True, don't use the wheel cache, + because cached wheels, always built locally, have different hashes + than the files downloaded from the index server and thus throw false + hash mismatches. Furthermore, cached wheels at present have + nondeterministic contents due to file modification times. + """ + if self._wheel_cache is None: + return None + return self._wheel_cache.get_cache_entry( + link=link, + package_name=name, + supported_tags=self._supported_tags_cache, + ) + + def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]: + # TODO: Are there more cases this needs to return True? Editable? + dist = self._installed_dists.get(candidate.project_name) + if dist is None: # Not installed, no uninstallation required. + return None + + # We're installing into global site. The current installation must + # be uninstalled, no matter it's in global or user site, because the + # user site installation has precedence over global. + if not self._use_user_site: + return dist + + # We're installing into user site. Remove the user site installation. + if dist.in_usersite: + return dist + + # We're installing into user site, but the installed incompatible + # package is in global site. We can't uninstall that, and would let + # the new user installation to "shadow" it. But shadowing won't work + # in virtual environments, so we error out. + if running_under_virtualenv() and dist.in_site_packages: + message = ( + f"Will not install to the user site because it will lack " + f"sys.path precedence to {dist.raw_name} in {dist.location}" + ) + raise InstallationError(message) + return None + + def _report_requires_python_error( + self, causes: Sequence["ConflictCause"] + ) -> UnsupportedPythonVersion: + assert causes, "Requires-Python error reported with no cause" + + version = self._python_candidate.version + + if len(causes) == 1: + specifier = str(causes[0].requirement.specifier) + message = ( + f"Package {causes[0].parent.name!r} requires a different " + f"Python: {version} not in {specifier!r}" + ) + return UnsupportedPythonVersion(message) + + message = f"Packages require a different Python. {version} not in:" + for cause in causes: + package = cause.parent.format_for_error() + specifier = str(cause.requirement.specifier) + message += f"\n{specifier!r} (required by {package})" + return UnsupportedPythonVersion(message) + + def _report_single_requirement_conflict( + self, req: Requirement, parent: Optional[Candidate] + ) -> DistributionNotFound: + if parent is None: + req_disp = str(req) + else: + req_disp = f"{req} (from {parent.name})" + + cands = self._finder.find_all_candidates(req.project_name) + skipped_by_requires_python = self._finder.requires_python_skipped_reasons() + + versions_set: Set[Version] = set() + yanked_versions_set: Set[Version] = set() + for c in cands: + is_yanked = c.link.is_yanked if c.link else False + if is_yanked: + yanked_versions_set.add(c.version) + else: + versions_set.add(c.version) + + versions = [str(v) for v in sorted(versions_set)] + yanked_versions = [str(v) for v in sorted(yanked_versions_set)] + + if yanked_versions: + # Saying "version X is yanked" isn't entirely accurate. + # https://github.com/pypa/pip/issues/11745#issuecomment-1402805842 + logger.critical( + "Ignored the following yanked versions: %s", + ", ".join(yanked_versions) or "none", + ) + if skipped_by_requires_python: + logger.critical( + "Ignored the following versions that require a different python " + "version: %s", + "; ".join(skipped_by_requires_python) or "none", + ) + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req_disp, + ", ".join(versions) or "none", + ) + if str(req) == "requirements.txt": + logger.info( + "HINT: You are attempting to install a package literally " + 'named "requirements.txt" (which cannot exist). Consider ' + "using the '-r' flag to install the packages listed in " + "requirements.txt" + ) + + return DistributionNotFound(f"No matching distribution found for {req}") + + def get_installation_error( + self, + e: "ResolutionImpossible[Requirement, Candidate]", + constraints: Dict[str, Constraint], + ) -> InstallationError: + assert e.causes, "Installation error reported with no cause" + + # If one of the things we can't solve is "we need Python X.Y", + # that is what we report. + requires_python_causes = [ + cause + for cause in e.causes + if isinstance(cause.requirement, RequiresPythonRequirement) + and not cause.requirement.is_satisfied_by(self._python_candidate) + ] + if requires_python_causes: + # The comprehension above makes sure all Requirement instances are + # RequiresPythonRequirement, so let's cast for convenience. + return self._report_requires_python_error( + cast("Sequence[ConflictCause]", requires_python_causes), + ) + + # Otherwise, we have a set of causes which can't all be satisfied + # at once. + + # The simplest case is when we have *one* cause that can't be + # satisfied. We just report that case. + if len(e.causes) == 1: + req, parent = e.causes[0] + if req.name not in constraints: + return self._report_single_requirement_conflict(req, parent) + + # OK, we now have a list of requirements that can't all be + # satisfied at once. + + # A couple of formatting helpers + def text_join(parts: List[str]) -> str: + if len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def describe_trigger(parent: Candidate) -> str: + ireq = parent.get_install_requirement() + if not ireq or not ireq.comes_from: + return f"{parent.name}=={parent.version}" + if isinstance(ireq.comes_from, InstallRequirement): + return str(ireq.comes_from.name) + return str(ireq.comes_from) + + triggers = set() + for req, parent in e.causes: + if parent is None: + # This is a root requirement, so we can report it directly + trigger = req.format_for_error() + else: + trigger = describe_trigger(parent) + triggers.add(trigger) + + if triggers: + info = text_join(sorted(triggers)) + else: + info = "the requested packages" + + msg = ( + f"Cannot install {info} because these package versions " + "have conflicting dependencies." + ) + logger.critical(msg) + msg = "\nThe conflict is caused by:" + + relevant_constraints = set() + for req, parent in e.causes: + if req.name in constraints: + relevant_constraints.add(req.name) + msg = msg + "\n " + if parent: + msg = msg + f"{parent.name} {parent.version} depends on " + else: + msg = msg + "The user requested " + msg = msg + req.format_for_error() + for key in relevant_constraints: + spec = constraints[key].specifier + msg += f"\n The user requested (constraint) {key}{spec}" + + msg = ( + msg + + "\n\n" + + "To fix this you could try to:\n" + + "1. loosen the range of package versions you've specified\n" + + "2. remove package versions to allow pip to attempt to solve " + + "the dependency conflict\n" + ) + + logger.info(msg) + + return DistributionNotFound( + "ResolutionImpossible: for help visit " + "https://pip.pypa.io/en/latest/topics/dependency-resolution/" + "#dealing-with-dependency-conflicts" + ) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 0000000..a1d57e0 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py @@ -0,0 +1,174 @@ +"""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 +import logging +from collections.abc import Sequence +from typing import TYPE_CHECKING, Any, Callable, Iterator, Optional, Set, Tuple + +from pip._vendor.packaging.version import _BaseVersion + +from pip._internal.exceptions import MetadataInvalid + +from .base import Candidate + +logger = logging.getLogger(__name__) + +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 + try: + candidate = func() + except MetadataInvalid as e: + logger.warning( + "Ignoring version %s of %s since it has invalid metadata:\n" + "%s\n" + "Please use pip<24.1 if you need to use this version.", + version, + e.ireq.name, + e, + ) + # Mark version as found to avoid trying other candidates with the same + # version, since they most likely have invalid metadata as well. + versions_found.add(version) + else: + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_prepended( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers the already-installed + candidate and NOT to upgrade. The installed candidate is therefore + always yielded first, and candidates from index come later in their + normal ordering, except skipped when the version is already installed. + """ + yield installed + versions_found: Set[_BaseVersion] = {installed.version} + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_inserted( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers to upgrade an + already-installed package. Candidates from index are returned in their + normal ordering, except replaced when the version is already installed. + + The implementation iterates through and yields other candidates, inserting + the installed candidate exactly once before we start yielding older or + equivalent candidates, or after all other candidates if they are all newer. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + # If the installed candidate is better, yield it first. + if installed.version >= version: + yield installed + versions_found.add(installed.version) + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + # If the installed candidate is older than all other candidates. + if installed.version not in versions_found: + yield installed + + +class FoundCandidates(SequenceCandidate): + """A lazy sequence to provide candidates to the resolver. + + The intended usage is to return this from `find_matches()` so the resolver + can iterate through the sequence multiple times, but only access the index + page when remote packages are actually needed. This improve performances + when suitable candidates are already installed on disk. + """ + + def __init__( + self, + get_infos: Callable[[], Iterator[IndexCandidateInfo]], + installed: Optional[Candidate], + prefers_installed: bool, + incompatible_ids: Set[int], + ): + self._get_infos = get_infos + self._installed = installed + self._prefers_installed = prefers_installed + self._incompatible_ids = incompatible_ids + + def __getitem__(self, index: Any) -> Any: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + def __iter__(self) -> Iterator[Candidate]: + infos = self._get_infos() + if not self._installed: + iterator = _iter_built(infos) + elif self._prefers_installed: + iterator = _iter_built_with_prepended(self._installed, infos) + else: + iterator = _iter_built_with_inserted(self._installed, infos) + return (c for c in iterator if id(c) not in self._incompatible_ids) + + def __len__(self) -> int: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + @functools.lru_cache(maxsize=1) + def __bool__(self) -> bool: + if self._prefers_installed and self._installed: + return True + return any(self) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000..fb0dd85 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,258 @@ +import collections +import math +from functools import lru_cache +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + Iterator, + Mapping, + Sequence, + TypeVar, + Union, +) + +from pip._vendor.resolvelib.providers import AbstractProvider + +from .base import Candidate, Constraint, Requirement +from .candidates import REQUIRES_PYTHON_IDENTIFIER +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.providers import Preference + from pip._vendor.resolvelib.resolvers import RequirementInformation + + PreferenceInformation = RequirementInformation[Requirement, Candidate] + + _ProviderBase = AbstractProvider[Requirement, Candidate, str] +else: + _ProviderBase = AbstractProvider + +# Notes on the relationship between the provider, the factory, and the +# candidate and requirement classes. +# +# The provider is a direct implementation of the resolvelib class. Its role +# is to deliver the API that resolvelib expects. +# +# Rather than work with completely abstract "requirement" and "candidate" +# concepts as resolvelib does, pip has concrete classes implementing these two +# ideas. The API of Requirement and Candidate objects are defined in the base +# classes, but essentially map fairly directly to the equivalent provider +# methods. In particular, `find_matches` and `is_satisfied_by` are +# requirement methods, and `get_dependencies` is a candidate method. +# +# The factory is the interface to pip's internal mechanisms. It is stateless, +# and is created by the resolver and held as a property of the provider. It is +# responsible for creating Requirement and Candidate objects, and provides +# services to those objects (access to pip's finder and preparer). + + +D = TypeVar("D") +V = TypeVar("V") + + +def _get_with_identifier( + mapping: Mapping[str, V], + identifier: str, + default: D, +) -> Union[D, V]: + """Get item from a package name lookup mapping with a resolver identifier. + + This extra logic is needed when the target mapping is keyed by package + name, which cannot be directly looked up with an identifier (which may + contain requested extras). Additional logic is added to also look up a value + by "cleaning up" the extras from the identifier. + """ + if identifier in mapping: + return mapping[identifier] + # HACK: Theoretically we should check whether this identifier is a valid + # "NAME[EXTRAS]" format, and parse out the name part with packaging or + # some regular expression. But since pip's resolver only spits out three + # kinds of identifiers: normalized PEP 503 names, normalized names plus + # extras, and Requires-Python, we can cheat a bit here. + name, open_bracket, _ = identifier.partition("[") + if open_bracket and name in mapping: + return mapping[name] + return default + + +class PipProvider(_ProviderBase): + """Pip's provider implementation for resolvelib. + + :params constraints: A mapping of constraints specified by the user. Keys + are canonicalized project names. + :params ignore_dependencies: Whether the user specified ``--no-deps``. + :params upgrade_strategy: The user-specified upgrade strategy. + :params user_requested: A set of canonicalized package names that the user + supplied for pip to install/upgrade. + """ + + def __init__( + self, + factory: Factory, + constraints: Dict[str, Constraint], + ignore_dependencies: bool, + upgrade_strategy: str, + user_requested: Dict[str, int], + ) -> None: + self._factory = factory + self._constraints = constraints + self._ignore_dependencies = ignore_dependencies + self._upgrade_strategy = upgrade_strategy + self._user_requested = user_requested + self._known_depths: Dict[str, float] = collections.defaultdict(lambda: math.inf) + + def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: + return requirement_or_candidate.name + + def get_preference( + self, + identifier: str, + resolutions: Mapping[str, Candidate], + candidates: Mapping[str, Iterator[Candidate]], + information: Mapping[str, Iterable["PreferenceInformation"]], + backtrack_causes: Sequence["PreferenceInformation"], + ) -> "Preference": + """Produce a sort key for given requirement based on preference. + + The lower the return value is, the more preferred this group of + arguments is. + + Currently pip considers the following in order: + + * Prefer if any of the known requirements is "direct", e.g. points to an + explicit URL. + * If equal, prefer if any requirement is "pinned", i.e. contains + operator ``===`` or ``==``. + * If equal, calculate an approximate "depth" and resolve requirements + closer to the user-specified requirements first. If the depth cannot + by determined (eg: due to no matching parents), it is considered + infinite. + * Order user-specified requirements by the order they are specified. + * If equal, prefers "non-free" requirements, i.e. contains at least one + operator, such as ``>=`` or ``<``. + * If equal, order alphabetically for consistency (helps debuggability). + """ + try: + next(iter(information[identifier])) + except StopIteration: + # There is no information for this identifier, so there's no known + # candidates. + has_information = False + else: + has_information = True + + if has_information: + lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) + candidate, ireqs = zip(*lookups) + else: + candidate, ireqs = None, () + + operators = [ + specifier.operator + for specifier_set in (ireq.specifier for ireq in ireqs if ireq) + for specifier in specifier_set + ] + + direct = candidate is not None + pinned = any(op[:2] == "==" for op in operators) + unfree = bool(operators) + + try: + requested_order: Union[int, float] = self._user_requested[identifier] + except KeyError: + requested_order = math.inf + if has_information: + parent_depths = ( + self._known_depths[parent.name] if parent is not None else 0.0 + for _, parent in information[identifier] + ) + inferred_depth = min(d for d in parent_depths) + 1.0 + else: + inferred_depth = math.inf + else: + inferred_depth = 1.0 + self._known_depths[identifier] = inferred_depth + + requested_order = self._user_requested.get(identifier, math.inf) + + # Requires-Python has only one candidate and the check is basically + # free, so we always do it first to avoid needless work if it fails. + requires_python = identifier == REQUIRES_PYTHON_IDENTIFIER + + # Prefer the causes of backtracking on the assumption that the problem + # resolving the dependency tree is related to the failures that caused + # the backtracking + backtrack_cause = self.is_backtrack_cause(identifier, backtrack_causes) + + return ( + not requires_python, + not direct, + not pinned, + not backtrack_cause, + inferred_depth, + requested_order, + not unfree, + identifier, + ) + + def find_matches( + self, + identifier: str, + requirements: Mapping[str, Iterator[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + ) -> Iterable[Candidate]: + def _eligible_for_upgrade(identifier: str) -> bool: + """Are upgrades allowed for this project? + + This checks the upgrade strategy, and whether the project was one + that the user specified in the command line, in order to decide + whether we should upgrade if there's a newer version available. + + (Note that we don't need access to the `--upgrade` flag, because + an upgrade strategy of "to-satisfy-only" means that `--upgrade` + was not specified). + """ + if self._upgrade_strategy == "eager": + return True + elif self._upgrade_strategy == "only-if-needed": + user_order = _get_with_identifier( + self._user_requested, + identifier, + default=None, + ) + return user_order is not None + return False + + constraint = _get_with_identifier( + self._constraints, + identifier, + default=Constraint.empty(), + ) + return self._factory.find_candidates( + identifier=identifier, + requirements=requirements, + constraint=constraint, + prefers_installed=(not _eligible_for_upgrade(identifier)), + incompatibilities=incompatibilities, + is_satisfied_by=self.is_satisfied_by, + ) + + @lru_cache(maxsize=None) + def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool: + return requirement.is_satisfied_by(candidate) + + def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]: + with_requires = not self._ignore_dependencies + return [r for r in candidate.iter_dependencies(with_requires) if r is not None] + + @staticmethod + def is_backtrack_cause( + identifier: str, backtrack_causes: Sequence["PreferenceInformation"] + ) -> bool: + for backtrack_cause in backtrack_causes: + if identifier == backtrack_cause.requirement.name: + return True + if backtrack_cause.parent and identifier == backtrack_cause.parent.name: + return True + return False diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000..0594569 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,81 @@ +from collections import defaultdict +from logging import getLogger +from typing import Any, DefaultDict + +from pip._vendor.resolvelib.reporters import BaseReporter + +from .base import Candidate, Requirement + +logger = getLogger(__name__) + + +class PipReporter(BaseReporter): + def __init__(self) -> None: + self.reject_count_by_package: DefaultDict[str, int] = defaultdict(int) + + self._messages_at_reject_count = { + 1: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 8: ( + "pip is still looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 13: ( + "This is taking longer than usual. You might need to provide " + "the dependency resolver with stricter constraints to reduce " + "runtime. See https://pip.pypa.io/warnings/backtracking for " + "guidance. If you want to abort this run, press Ctrl + C." + ), + } + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + self.reject_count_by_package[candidate.name] += 1 + + count = self.reject_count_by_package[candidate.name] + if count not in self._messages_at_reject_count: + return + + message = self._messages_at_reject_count[count] + logger.info("INFO: %s", message.format(package_name=candidate.name)) + + msg = "Will try a different candidate, due to conflict:" + for req_info in criterion.information: + req, parent = req_info.requirement, req_info.parent + # Inspired by Factory.get_installation_error + msg += "\n " + if parent: + msg += f"{parent.name} {parent.version} depends on " + else: + msg += "The user requested " + msg += req.format_for_error() + logger.debug(msg) + + +class PipDebuggingReporter(BaseReporter): + """A reporter that does an info log for every event it sees.""" + + def starting(self) -> None: + logger.info("Reporter.starting()") + + def starting_round(self, index: int) -> None: + logger.info("Reporter.starting_round(%r)", index) + + def ending_round(self, index: int, state: Any) -> None: + logger.info("Reporter.ending_round(%r, state)", index) + logger.debug("Reporter.ending_round(%r, %r)", index, state) + + def ending(self, state: Any) -> None: + logger.info("Reporter.ending(%r)", state) + + def adding_requirement(self, requirement: Requirement, parent: Candidate) -> None: + logger.info("Reporter.adding_requirement(%r, %r)", requirement, parent) + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + logger.info("Reporter.rejecting_candidate(%r, %r)", criterion, candidate) + + def pinning(self, candidate: Candidate) -> None: + logger.info("Reporter.pinning(%r)", candidate) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000..b04f41b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,245 @@ +from typing import Any, Optional + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.constructors import install_req_drop_extras +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, CandidateLookup, Requirement, format_name + + +class ExplicitRequirement(Requirement): + def __init__(self, candidate: Candidate) -> None: + self.candidate = candidate + + def __str__(self) -> str: + return str(self.candidate) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.candidate!r})" + + def __hash__(self) -> int: + return hash(self.candidate) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, ExplicitRequirement): + return False + return self.candidate == other.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._equal_cache: Optional[str] = None + self._hash: Optional[int] = None + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + @property + def _equal(self) -> str: + if self._equal_cache is not None: + return self._equal_cache + + self._equal_cache = str(self._ireq) + return self._equal_cache + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._ireq.req)!r})" + + def __eq__(self, other: object) -> bool: + if not isinstance(other, SpecifierRequirement): + return NotImplemented + return self._equal == other._equal + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash(self._equal) + return self._hash + + @property + def project_name(self) -> NormalizedName: + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + return canonicalize_name(self._ireq.req.name) + + @property + def name(self) -> str: + return format_name(self.project_name, self._extras) + + def format_for_error(self) -> str: + # Convert comma-separated specifiers into "A, B, ..., F and G" + # This makes the specifier a bit more "human readable", without + # risking a change in meaning. (Hopefully! Not all edge cases have + # been checked) + parts = [s.strip() for s in str(self).split(",")] + if len(parts) == 0: + return "" + elif len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def get_candidate_lookup(self) -> CandidateLookup: + return None, self._ireq + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self.name, ( + f"Internal issue: Candidate is not for this requirement " + f"{candidate.name} vs {self.name}" + ) + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + spec = self._ireq.req.specifier + return spec.contains(candidate.version, prereleases=True) + + +class SpecifierWithoutExtrasRequirement(SpecifierRequirement): + """ + Requirement backed by an install requirement on a base package. + Trims extras from its install requirement if there are any. + """ + + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = install_req_drop_extras(ireq) + self._equal_cache: Optional[str] = None + self._hash: Optional[int] = None + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + @property + def _equal(self) -> str: + if self._equal_cache is not None: + return self._equal_cache + + self._equal_cache = str(self._ireq) + return self._equal_cache + + def __eq__(self, other: object) -> bool: + if not isinstance(other, SpecifierWithoutExtrasRequirement): + return NotImplemented + return self._equal == other._equal + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash(self._equal) + return self._hash + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._specifier_string = str(specifier) # for faster __eq__ + self._hash: Optional[int] = None + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self.specifier)!r})" + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash((self._specifier_string, self._candidate)) + return self._hash + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, RequiresPythonRequirement): + return False + return ( + self._specifier_string == other._specifier_string + and self._candidate == other._candidate + ) + + @property + def project_name(self) -> NormalizedName: + return self._candidate.project_name + + @property + def name(self) -> str: + return self._candidate.name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + if self.specifier.contains(self._candidate.version, prereleases=True): + return self._candidate, None + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self._candidate.name, "Not Python candidate" + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class UnsatisfiableRequirement(Requirement): + """A requirement that cannot be satisfied.""" + + def __init__(self, name: NormalizedName) -> None: + self._name = name + + def __str__(self) -> str: + return f"{self._name} (unavailable)" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._name)!r})" + + def __eq__(self, other: object) -> bool: + if not isinstance(other, UnsatisfiableRequirement): + return NotImplemented + return self._name == other._name + + def __hash__(self) -> int: + return hash(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/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 0000000..c12beef --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,317 @@ +import contextlib +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import install_req_extend_extras +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) +from pip._internal.utils.packaging import get_requirement + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ): + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + self.factory = Factory( + finder=finder, + preparer=preparer, + make_install_req=make_install_req, + wheel_cache=wheel_cache, + use_user_site=use_user_site, + force_reinstall=force_reinstall, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + py_version_info=py_version_info, + ) + self.ignore_dependencies = ignore_dependencies + self.upgrade_strategy = upgrade_strategy + self._result: Optional[Result] = None + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + collected = self.factory.collect_root_requirements(root_reqs) + provider = PipProvider( + factory=self.factory, + constraints=collected.constraints, + ignore_dependencies=self.ignore_dependencies, + upgrade_strategy=self.upgrade_strategy, + user_requested=collected.user_requested, + ) + if "PIP_RESOLVER_DEBUG" in os.environ: + reporter: BaseReporter = PipDebuggingReporter() + else: + reporter = PipReporter() + resolver: RLResolver[Requirement, Candidate, str] = RLResolver( + provider, + reporter, + ) + + try: + limit_how_complex_resolution_can_be = 200000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=limit_how_complex_resolution_can_be + ) + + except ResolutionImpossible as e: + error = self.factory.get_installation_error( + cast("ResolutionImpossible[Requirement, Candidate]", e), + collected.constraints, + ) + raise error from e + + req_set = RequirementSet(check_supported_wheels=check_supported_wheels) + # process candidates with extras last to ensure their base equivalent is + # already in the req_set if appropriate. + # Python's sort is stable so using a binary key function keeps relative order + # within both subsets. + for candidate in sorted( + result.mapping.values(), key=lambda c: c.name != c.project_name + ): + ireq = candidate.get_install_requirement() + if ireq is None: + if candidate.name != candidate.project_name: + # extend existing req's extras + with contextlib.suppress(KeyError): + req = req_set.get_requirement(candidate.project_name) + req_set.add_named_requirement( + install_req_extend_extras( + req, get_requirement(candidate.name).extras + ) + ) + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + for req in reqs: + req.prepared = True + req.needs_more_preparation = False + return req_set + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Get order for installation of requirements in RequirementSet. + + The returned list contains a requirement before another that depends on + it. This helps ensure that the environment is kept consistent as they + get installed one-by-one. + + The current implementation creates a topological ordering of the + dependency graph, giving more weight to packages with less + or no dependencies, while breaking any cycles in the graph at + arbitrary points. We make no guarantees about where the cycle + would be broken, other than it *would* be broken. + """ + assert self._result is not None, "must call resolve() first" + + if not req_set.requirements: + # Nothing is left to install, so we do not need an order. + return [] + + graph = self._result.graph + weights = get_topological_weights(graph, set(req_set.requirements.keys())) + + sorted_items = sorted( + req_set.requirements.items(), + key=functools.partial(_req_set_item_sorter, weights=weights), + reverse=True, + ) + return [ireq for _, ireq in sorted_items] + + +def get_topological_weights( + graph: "DirectedGraph[Optional[str]]", requirement_keys: Set[str] +) -> Dict[Optional[str], int]: + """Assign weights to each node based on how "deep" they are. + + This implementation may change at any point in the future without prior + notice. + + We first simplify the dependency graph by pruning any leaves and giving them + the highest weight: a package without any dependencies should be installed + first. This is done again and again in the same way, giving ever less weight + to the newly found leaves. The loop stops when no leaves are left: all + remaining packages have at least one dependency left in the graph. + + Then we continue with the remaining graph, by taking the length for the + longest path to any node from root, ignoring any paths that contain a single + node twice (i.e. cycles). This is done through a depth-first search through + the graph, while keeping track of the path to the node. + + Cycles in the graph result would result in node being revisited while also + being on its own path. In this case, take no action. This helps ensure we + don't get stuck in a cycle. + + When assigning weight, the longer path (i.e. larger length) is preferred. + + We are only interested in the weights of packages that are in the + requirement_keys. + """ + path: Set[Optional[str]] = set() + weights: Dict[Optional[str], int] = {} + + def visit(node: Optional[str]) -> None: + if node in path: + # We hit a cycle, so we'll break it here. + return + + # Time to visit the children! + path.add(node) + for child in graph.iter_children(node): + visit(child) + path.remove(node) + + if node not in requirement_keys: + return + + last_known_parent_count = weights.get(node, 0) + weights[node] = max(last_known_parent_count, len(path)) + + # Simplify the graph, pruning leaves that have no dependencies. + # This is needed for large graphs (say over 200 packages) because the + # `visit` function is exponentially slower then, taking minutes. + # See https://github.com/pypa/pip/issues/10557 + # We will loop until we explicitly break the loop. + while True: + leaves = set() + for key in graph: + if key is None: + continue + for _child in graph.iter_children(key): + # This means we have at least one child + break + else: + # No child. + leaves.add(key) + if not leaves: + # We are done simplifying. + break + # Calculate the weight for the leaves. + weight = len(graph) - 1 + for leaf in leaves: + if leaf not in requirement_keys: + continue + weights[leaf] = weight + # Remove the leaves from the graph, making it simpler. + for leaf in leaves: + graph.remove(leaf) + + # Visit the remaining graph. + # `None` is guaranteed to be the root node by resolvelib. + visit(None) + + # Sanity check: all requirement keys should be in the weights, + # and no other keys should be in the weights. + difference = set(weights.keys()).difference(requirement_keys) + assert not difference, difference + + return weights + + +def _req_set_item_sorter( + item: Tuple[str, InstallRequirement], + weights: Dict[Optional[str], int], +) -> Tuple[int, str]: + """Key function used to sort install requirements for installation. + + Based on the "weight" mapping calculated in ``get_installation_order()``. + The canonical package name is returned as the second member as a tie- + breaker to ensure the result is predictable, which is useful in tests. + """ + name = canonicalize_name(item[0]) + return weights[name], name diff --git a/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py b/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 0000000..2e0e3df --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,252 @@ +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 Version +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.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 ( + ExternallyManagedEnvironment, + check_externally_managed, + ensure_dir, +) + +_WEEK = datetime.timedelta(days=7) + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +def _convert_date(isodate: str) -> datetime.datetime: + """Convert an ISO format string to a date. + + Handles the format 2020-01-22T14:24:01Z (trailing Z) + which is not supported by older versions of fromisoformat. + """ + return datetime.datetime.fromisoformat(isodate.replace("Z", "+00:00")) + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self._state: Dict[str, Any] = {} + self._statefile_path = None + + # Try to load the existing state + if cache_dir: + self._statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self._statefile_path, encoding="utf-8") as statefile: + self._state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def get(self, current_time: datetime.datetime) -> Optional[str]: + """Check if we have a not-outdated version loaded already.""" + if not self._state: + return None + + if "last_check" not in self._state: + return None + + if "pypi_version" not in self._state: + return None + + # Determine if we need to refresh the state + last_check = _convert_date(self._state["last_check"]) + time_since_last_check = current_time - last_check + if time_since_last_check > _WEEK: + return None + + return self._state["pypi_version"] + + def set(self, pypi_version: str, current_time: datetime.datetime) -> None: + # If we do not have a path to cache in, don't bother saving. + if not self._statefile_path: + return + + # Check to make sure that we own the directory + if not check_path_owner(os.path.dirname(self._statefile_path)): + return + + # Now that we've ensured the directory is owned by this user, we'll go + # ahead and make sure that all our directories are created. + ensure_dir(os.path.dirname(self._statefile_path)) + + state = { + # Include the key so it's easy to tell which pip wrote the + # file. + "key": self.key, + "last_check": current_time.isoformat(), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self._statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self._statefile_path) + except OSError: + # Best effort. + pass + + +@dataclass +class UpgradePrompt: + old: str + new: str + + def __rich__(self) -> Group: + if WINDOWS: + pip_cmd = f"{get_best_invocation_for_this_python()} -m pip" + else: + pip_cmd = get_best_invocation_for_this_pip() + + notice = "[bold][[reset][blue]notice[reset][bold]][reset]" + return Group( + Text(), + Text.from_markup( + f"{notice} A new release of pip is available: " + f"[red]{self.old}[reset] -> [green]{self.new}[reset]" + ), + Text.from_markup( + f"{notice} To update, run: " + f"[green]{escape(pip_cmd)} install --upgrade pip" + ), + ) + + +def was_installed_by_pip(pkg: str) -> bool: + """Checks whether pkg was installed by pip + + This is used not to display the upgrade message when pip is in fact + installed by system package manager, such as dnf on Fedora. + """ + dist = get_default_environment().get_distribution(pkg) + return dist is not None and "pip" == dist.installer + + +def _get_current_remote_pip_version( + session: PipSession, options: optparse.Values +) -> Optional[str]: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=False, # Explicitly set to False + ) + + finder = PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + best_candidate = finder.find_best_candidate("pip").best_candidate + if best_candidate is None: + return None + + return str(best_candidate.version) + + +def _self_version_check_logic( + *, + state: SelfCheckState, + current_time: datetime.datetime, + local_version: Version, + 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: + check_externally_managed() + except ExternallyManagedEnvironment: + return + + upgrade_prompt = _self_version_check_logic( + state=SelfCheckState(cache_dir=options.cache_dir), + current_time=datetime.datetime.now(datetime.timezone.utc), + local_version=installed_dist.version, + get_remote_version=functools.partial( + _get_current_remote_pip_version, session, options + ), + ) + if upgrade_prompt is not None: + logger.warning("%s", upgrade_prompt, extra={"rich": True}) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c9af3c1830027d564c28351feb74e16cf99b03b7 GIT binary patch literal 196 zcmYk0u?oU47=%;lAc7C#(Ef_6h)>`m&LM4ok{@dllD~xxK9KL?;Oy#KIGId(aNlt^ zom(y!BI$8^>YVS4e-)`5l4F_BiIZ3r$GZr5{^6tH95F-)&JcU(aJ0ykCN@J;H9^_d zkkv4v9igWN{KUrDZM|7TB*x0C_M$XK@Z>>~WeisJFfjEIWEzO2to`(w@2;*Jdfev& Iah6buFA;4tQ2+n{ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd731f002d216b202415e3b5d76b1aa678c9ad9e GIT binary patch literal 3851 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0cae391bb3544e0788ece32790c4e11a6c7adbf GIT binary patch literal 1622 zcmZWpPjBQj6ps^6CX-I5Lj}79BxE5j5!(suUJ*hd^@Qd^xy&W<#O{pSOcFgi?Y2r+ zLhOM{zr*&p--QF`TsiR(;KZ{tEp4&nf6vdq_ulV4yV~82J#4>U|FQZd^t?aq=3yJ+ z<~!{AHynhw@B|TlK^DZ#{=&yOD1r@LP-4$$G1!EQA+8595}}Mvs2GaqEnSSn2Tm5t z*vUh&BgStBi=F?;cf|zd<1GS}(Z?R5?1?F&>kypS)!;9kb1v`_nR^`ee8>x+EHP`w@ z%uB%}dTg8?6HwKtgQ)z(NMLxGZNbn@maloal42JBg^BRy3F+vMN*kQVb-@j~zOfN^ zLkzv-8`*_@s5!Cv+h*4k`w!Ul1P9}tlGf$)#_}4>j}UN#5WF$#3KGAIvMrb0q|p+x zoabwqp{ay`g?jJ72&aEe(x35Ir%Q%B-8^;SzY6uaSfl<2_FcwM^?v zG*G^pef?Fck-x*5=Vz9=6iH7r%QBR_NE@RHoo-#2)t3;Vu_<=#<1is^f7}hB;v2-z zt@N&0_XgNqwBO_6F4`7r_$Ijajei=vqpg2SVA^8*BDfA(4?cDBL5u5K|2lBHunler zGDPP`?|s0R;=v9MSMi&4mRIG8TBXSl>}%l!P->L%1N=>TERLhKc)Y+h%DI+K~b>L~69`&_$c*@owp&iafv^VZgfc;?bN^~Zz~ z8c;GJW8cXiF=JV}XXXpsSY`w{^C32V>$T)pWWxlf6l=prwt}0$#omR2!-Xo3V2qcN zK^N#t-9>i==nVBF>^*TU@gKx!3+BIQ-~hLuW7n3}n8al2JK3YsedO{S74Kc1*aTTe zMIh)+u);K<#JS!}u8GqfV0fRk#Gbe0-N1yW!&@T46?yJqaKkx#gs4Zy=&ALi8*Q4x zs6KHR@~f9uG?gY#B6x^ z(bN1+pJ3=O@v^p@$7CPriAhNI17Ijf$Z<01hFK=6JjBh literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compat.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..377dbbd8f0a072d6948f8f8faf1f670bcfd5b7d7 GIT binary patch literal 1967 zcmZ8i&2!sC6xXg~NmlGMP0}wYASh7G5GxQmK+1IZXqgFQ>`V<4>WfC!u53B7R+O5L_j}K*+4Kx(e;)re4C{vR zx1PM%8Zh|`y7&VIV)PAy2+mL+S6{PlR$r@cRo_~_246F?Cr;l%#?TNkl?mto~nVv#!WU}c5Y#+S*`fx+)mJYF5I_1E*YdXroy%W(1% z^cCort6L6TzF{ODStV;vYyI_+LDqjm{VSm1>d7^7mdVuv%pz)yuaj#BxPOD- zp3%DT_?wzj*) zL2#je30-^u!(#`)G&1AZ*f+G()!_(kehbDl zc6#C7qwd~=POrDyvXm7Hk*TGfNx`^$z&YdUdXX0G@Q~(&@pj2Guyd;oPG#HyB`wUg zIhFjo!IwaOPJ{0RAQEskN@WocdYDtWF-+yC9Bd4Dl*gkq9|oZEFaT{qQK7iiet$C% zsiYf46dy!GDgt;p2-93ro<~`r-xNX2CIDNzm?~!!iBM)@1>UR%j9g^n2C@)7YnT@1 zP1sSEMmg3FFPaHL4SI#)00aq`5%dJ}n-ZPi8O+8ebn6S_6dxm4tIg0U8r#PhWJk+@ zBw!6^+>`puI7Q-J*zvTaPgQ$MGvjB7$S?Q_`VqCvs0Ai?KD38bRDEsMZQ(=s+g`PP zpHboGO!^7SGIr#P=_E_@1F>E0>YF1e3$Yypb12&Y1z=Z16;4H&Wx*#~cWwdg;!LF#h@vc`ESvg6=0``-^xT_m9;E_wbbA$zw*CDP%`2yUct2Wr=QHldQGQ$c z1L|`c0T|j-<#oeO_p9#iZg>B2@ShuZ{rxn{Dxl{1p&WR-!nIAcKCWxZvmLIba?>V$LdLCc));)EzSNi(YN zRfL}px(ISjtyiFnRT#X+I%*&fS@p*A2DYr_vueMEpXp=Is$8j+GTHc8o59mqD(9U0 z%H>qBlE+lJG>;j9gi$ut2`OR=ZZDdaFSvXYCej#J96m)e^s+IA(mTU5li;6B$b7S- z5Qmg~0}k?AFhI)J(<<2^5mkNhr~r7tL&3EhEsOj5{OfwSxcNWN)v5+Ll=KG~F0|Z( z3&MtB#k7%q#@_+)o_1Z?^ORR^#D_)11y#ma4x~rSK&N=4TjcB z$_Ycl;xJTe7dE#Sj|u*k*6d_#I0UfxWj!;+R47|c3%#OCr&a-E1r>EDz`Jmka^;3$ z9!)4L+WI!ESOdngdHFCQGRlM^RK-p;&TBoCC7|5fT4nvh^U6c6L!#Wp-+=OfMO=y_ zD1XY*?{FQj7vR%8;F>+k{dB@enbCW?T8R%~ungC9p{%(;Bo}+;vboyyUhxpH=?p`e Od$HTt`^Rm*Y5fb`aU4ki literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c49cd5698a3158ae161c7994961bd9a78f5c5554 GIT binary patch literal 4456 zcmb_fNsk-H74E8THhVaWq**mu?Diy%#aJS>MGzE4kYgu?5rbAN*$4<3bPuaI(^hY) zZjNSTG6*mVEFW^n*$6Om)PKn#=f38ovrbWDE8nZ;swlZ6B)VAjYI(1}`s%C4cz(WO z;Pco1-?sj6+%W!5jmgg(8aMHz9cCE9Xc~eE9vLqKpxx?2D;mDQUVO#IsDIMW>A{>g zrhJ>y!Mjz&o5IB!rv$%kRDbmF(uXpV%FCqdMZ$d$t9$MPKihV1{pyx``Qp#q_v0|} zGJn$#{A|y?<87t2%2V35M%B!%kNq^uolla?k0US0OLw|SAgeR^{H?ugJB~h=Dn(Cj zVqSivJyKdEhH z0~ugm?`D3G)`!^YZPF0dlD&Lo@=aS=+=^lmXRC-NrI3$vwT7SE@>F|!>iy~6Ej%Wk zXLnF!#sTXYhpf+fOugM>2mH{uYkh0Xmxd zKL5bjXMMY8-!^*2)}RLLrkqkp4xS})`ePJZ82rUTp9$l@cx?1ohDGY=f6qU)s+fZnUNdRl6Rskob@ zxrx0}^H{f9)={W;P^Up(#R@-ugr8ZjoprrHuaVD^*CEAiT2`h-$Qzhh#Jw;b+DUXg zTSie~7CVY>g*j#WAJ&}x(qgKPjwz@o_gAf>_rL9hI-v(B^3k;D#5L4u)Rjwx4v7e^ z<5IM5m#OtO3II5DKwl4_`U#CEP}CVJs#MTzFo~D?DOuk|(L6f9D(nWCPv|sf$;$vR zRilAAph>i*;vhWKc`7cTm_num12JEp`~VfrS8)FT8gR(&ng!!~T=08bz0H*(e@8H@G;KkDvYJb&Tx4LTROy?gaa z>&oTa@~>RIGCksaUKvfeQ04hd;;GChNzQFBQ%0g%Du_qWfNGkjN_PC++|i9xCIfTY z?Z8~XH`>(vWUJjxvp59j27!%LRs%)Mv%xxtIrbu3WLDXEzE}eDeu0jE!E6>vMYBSOJ_PO>P5C($*Qpp&Y>d%LYfENBoJLpD?=W0n zAo@fCm&$X8StaKMN>iWBn;3yD8{T14U=b1NA;40S;hvFN!nh4N-Z#F5K0=O-4~#EP z^?8p!HUP!q{n-ieWhBd5ddM&Or_V#gN3_P zX6hy;=XN&{NL6xM?q)=5OTDMfN~X|)oF(~;CxoW{Kro4Bg=14!cF$7F8TLj{qJVn~HQZu4ZNLSI z{TualiXC`LODQUV<(pI|6+{N{G1WE8##CFbbPZJ|ZuKEwy0wrov=HrguzY9yg>GEdK#Y{jt63DN ze?s-w1-dqQCMNQ?J|?8Jf@9jy3>!GBTWCVv5HRwQO+RfD2ZtZJmFdpX!Tuf%huN$V*JTr1>X(6rzf@ zB16$utFUTY86$0sEDddd!1g`|cAx6R(e+%)2Hd#grrjioRVIZ?39gGI#Fbuq+a2tY zn&9K>zW2+IYLfvB_2}9l=Dmrx z9QLK|Ufgvbcv0r=c!4iQ0SsRr!45vmJAVh zI}}|K>a)>EN9%w-TUy47WBVcX(~(j$RM5eyI>iAdJypM@g52dZBSw!`&MSV}8vJ#8 zRhj1L4jj$-21}%LVOon8B-LRR?(hW&tOa>3zSj4+1f6lqdTEuXT8^SCw8|Tes@1@! zdO9z+S|V<@S~*v^3bMTf=R=W{DU%A)jphmbNva_wj6|$z#Xl#Esu434DYhc1)Neik z#7NV0_Ni0$yi9)${6H2-s!mNQ+0lQTUP%`89aX?g>RX^r(NCZ>7IEi#7>jNoZ;#u9jAp@m<-NUp&Sg>!r=OemJlEz-I^8y&!9a^B-)Je_yfq3%j)N G&wl{~l0WeP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d95e9fd081a7b5fdd179bb809efa1512e24104bd GIT binary patch literal 519 zcmYjNv5pfl5VhCdWC^K{RPr&f2U^HulP%jBu{)K|t zEfp;#72^n`8|l57(Tr!FCtO`E2-^4akN!9MpCx%{4JPjp=>?J|8=|SM2D+h|nM!j+ zjhGqsxzTgoeB&FgtB+*)=C za-I3fsF>@0@L)63>Xc{Ez#;mMm4<&-qc3=mNCFAS7kXRWkuw8wOD8hXsk&olKCy}K zIO?I-OO~6mvaHLzM7f558@vo$KBmjlUr8Y-z zVAVUYhwW+`mG7+cy~GzsIk>GHPhf+8y?*slCI@CUs&1!xlO!HPw$6izUJdd9ZbW4}I literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4134bfe84abb6fb417db4329a783c1f2d388d850 GIT binary patch literal 3321 zcmaJ@TaVku6()xlak<)yy%#&F-LOrYKtWb=TA(cq*RWx`seyJK#CFpPEeJ|8l4w&T zGc%OEyAsfL_qD&EEnq+Pzx1KceC<>E*ta;1-S3cEty~ACz%!iDT+aEK+Wr^7(b#V}rFAnsD7||* zjYmo8J`hj!-Fv0|;2;;J^DxD5%PgHdl1kuXH4G<0DvXBV;o9vxpL}}f*3AcZ@9kd= z`n2WpW1@2duWCXF1Fka2O)!U*JD;Ohh{AByq2kALvn* z{;>Vgm5z$F*vq5-<7g;UCy(<^7^hlD0MRLQoG9$J0Ii)L$Q7KrNfy}fWJG!~@`mx(khZ5kXoh(x{zt##qOt1 z10VF>!mD}^Q=1!wDR(q(0opBXOpU2IWm9WvPn}~IQEl9>UTscI&5oITPg~DyZaz0> z?$mweOpWJeJ?op-w%GpR+d!keK%>2cgKD{wu4C!PN)^3+5-C-~&`7c&P#BggL!p0x zZz0RZ9E?^&5^(YyiSs13NNkhXfdC%Wf-}cT@PGloFClsnBZ{{1JkQ)U?N>hYt#xyk z$x9e~BmNu=R0vNX=OFP;K0c;Ii%ib>=TnwTj(GL*x zZj|RD3rZDrPOoGKk9NjTpxtgRkWoqQK7<@X>K z$PgkPUJ9@ZnG<|WaVHBiTh)d(k4=OGJ2oFXGlYp|e>OP#D;qF`m!mFlD+Q6FXL1M9 z!q|7Xi!l>Dn>Pk*=*(R1J+t@<_fL$ed)qjsuxm^m`4eqV8^`7!P3=5#rwwiMRo)~| zRE)3|8J1!ETqL=WL}aG{2QGUWD^2t^DAIn-Qn5a0`+k5&g6XpKYV}QhVlU9dd^{ju zq_mwLiJ$;Y%(?K%=m0~pdVSAe6sg5dJt5LFEqFV)Kgx=P2R#u)K|dq*)gn+JV3GDk zd#=sG3va5V3S0k>6j~svH}0X4m!TxdO4cU)V`IC$5G1nhz$b@bW)ytH^}5T*xQ4_d-Ih)JzCyk zMl%9U_@=|faYYVCeM9JwUDX9TJNYi%rywoHJ?IY?(VidY>56dWW(p?uME@p9RH!%F!zbVDS{%6`hvBul+GkdK%ag+7%DB7 zSh^zUm1{$hil@1}F6mgxSnT(<;WF1`U%M9j+B5xEhnE*L#oO1CtRE%ndV8_*3x-uK zR^`0X2jBM}Ct@NJz~>1W2{v_fVgNJ?Y!3W<*(%Eo7P1-X=o zH^MMV(@fVTFKS2&el9Ikcy(T;#9FDn?Om&D&+8P5>H&mnc(!L=GMlW)Y_@4N vZ34!A;hXH0%K#9f0)PC+b=X&~%U-aC|E0gpHks+Z0E{mwYTVcUU;pyI%4M2J literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4fa0dd434de45905db19fea9c7a9062c03d9864b GIT binary patch literal 2081 zcmZux&1>976xT>2t)$i3j^o$~q|G)-Q0t>7?atUMM_-wl z-PAz~rOwsYUP8e>_J1h-3wr2zu08cns3CFRn_WAbQi&P8c^{)UzxRGqwpyVD&mYr2 zx9iBV{=&uL6TspQ4EZxm%wi<7a?&RRWjnKTr|;ynPjk2L=3d`3dM9h-e&07T&4N7a zhemd@W*+q;kUdUWgSVK^TU#CrSonhWmsrzi=oV!WYk_7tSY~T%h5KM3ymi51XZQ-l z&@G>>va>JT{u#FP(CVD~8*;NcMEl=VDlLm7>rmaiD~6+V!oMuGN*&x!1s|$MBGU~J zjjr+iP@({F^y{>E0^eqps8OuScq}qlI+LN)Av2+<(zHl&u06rkSQJAW|2lstd_5TV zV94KKs;vX-&>~h%7}>C<_O>;36sfHpTRD5SxLn&P@6eY3BS^1Em(7~|G z^Hjwt6AmirD3K%WB~`@>CR|iSi$BqHr%a0u71+$8iT36~k~-KD$u_1df3?I#Fdseb zJ(66=o+wADs(Or13a+kir)o4FTptKXZ3M^aO?WZsW$B<-?W$2(eAK;pqbF0vuUELjsDE2W3RdwBi$&@=2;jrR04$Yvk~W6JWPfoKE$%0JXq8Q z40DR#L4YQ<#K(#pAa$U1r%vt2mT7wD09)KWB#)gbow`%6w#B8|l^2cGoi>V~Ci2SM z*Q*IcH&mmh%CDWBpl;MIBl}3j5b$vxB9WVimbec-u&;{t@b7aQv!*_*TGOBo#KSt6 zlXwXz>`eW6#B%L3x{uVKM|Ipy02S*j&cUQtu~WHJoW+7qfEr~1_R|80^WbzuZUgRE z!On{I04}(iW_(%S<|-aQHv%(a1YQDscuUQ{YiI{f;oflqKFL^(^crfOLARG<6`znp zN9cQ!!>sIvn1)d2776zzW*L&W1ypV*u&cgMnY$UV8m6v05D7 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2aaa72979e0fcb7e10cf511637dc524dfdedbb3c GIT binary patch literal 2417 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 Ors4C~!=2Zz{`kN1r3~Z% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..35ec22c4ae6c94c3a4db88e05d2264edc2ed4b94 GIT binary patch literal 4412 zcmZ`+&vP8b6`r1%ogJ-KKP=0?glz@~s@Pyl7?Thv#{mmFkWezQY)m$g&FprscBI*v zb$74iRqa**as{YVk_*Qiq^ew;za8?!Qm0Td7yN=;5`6k3kJK`yR8ZGB``%a4U;_0@F7N4Kt zb7+ZnTTa6A6h8~gGe`72$IqkX!hya|^9Yt7aklK#o_S0WSgJ8I*~&959_VhI#VbO> zGP4wS1-~P@y>%2T<5v5|Yv8M*V4PIpq{eSE5(z3IGv9~KjnqhngJ#5Y2uF`m}J7ObP zXdX33y=%deDQzU#m6uEzYZqAd9Z4&?S(`AP8YmO?(pZxlOt}-QSZitAT*(RaF{MPs zO=ZfdcmQWAISr$v#4zPs%QvKin}fL35=t5WUgOrUO_?V$L!4?}F+kXpVm-tt_mIY<(e3nhU*w?&R5( z`O7aZs6>lPy|}doXsCr=(pzXGKnrG07y3F$)j}KSz~Z#%&i4jpy44Y_wIc5M1^_aJ z4^S6S%z8eXc6~QwRaSLfufjsF`fb46?243P!vsHK7qj=bwPc`mx?{EH){hj@V{q=>Bt4lf<0xctNb9(5#hv*{a77NVL zY&%4KYzOZ#C#xQ9-@qH(_koZt59Hu4JC_}`xPdnctQ59d5I=`--?mVW;)on`DNWWy zls8vJOGmvNu7jf^ougTId$voIA@|5cQJb$+BK+=jMA4S0s3k?L1&@?y^`%G$QJnDz zc9AJOb9%EWq79j7Ei!uIiCVLx#BBsB(im$u!y^oZ_^2q+^giF6t#Ej>k)$aN)r*xX z#zjnfw2Jv3@&QdmqslzBbI~jt@xabTuUXddiHzC0Ck_JQ9h>~qCz|eL|D2^BnN78H&+%Z zF{7jn=)u*%V=f1TBSKExM34*Ufhkm!tNDU!p07oD7QK6G`R(^FMp`Clvv?#FlZ((b zi|!>E&o@*NSySreDtS-~_v1y}hAE4%`8H&yu}paeg*n;KLg~hnuV|oS10-5=3swty zu|!OM5Ud}(^cDtFGbpM-6@fvZSoNDqFo_V!mtj8S@&E=x4dF`t0|jRz@W$uFD&7`* z)A{hNkvnAE-)5gWZ3d=RZSUoy`Z z!LdFl(x)qcSk-AGE+G0wtFLq{dBZ##H(Ok^S31e+TH4L>-hHWbe|_V@VDrVxFI{>0 zCqI4VXRkiCGIQ8NPe6HvJVg2SF|_W(aKr#G_8Fi_JbK^d&a(4}Edl8PWQ6Bk6SO*c z(h{(^^Di3Kc*IN?r@c3Qvw;c%?r0&qXzPgd1Wub?YR4hm9L@;_D%bWvPcG3Ud2t;Pyn^Q%<}_?m9N7*#I=jn zv(Dx@q#L(Np^m_3tz^e1!cW&sxt-aSSy93QOaRq~1V6#X5=NFJI2IsKFd|n|w(kg4 zAmkP`+w7_A&%92bL<#JBvw+4N03z?<@sNK=mIwv3Om!B;0r3dwIAEWx%#c_t*=;Ly zbI(C0NEG4O?rdoX|A-Zswi$gOt?9e%7XKrfiqKbe39|BcsQ%w?`l^anjolc@6$w@m zAy?9-&%P=tA-=By)4NBCy-7bsr>_VMnD9f~4oz5wfj-DOfzp9U|8P2tut^+&#E~3R zqY|7#iQ$5f-BB=P+8+j6>=hg@?oT2etgbHYsy*OS#9RIbBNx7*iR{PM%7vKu_DxcBB!x-R!O!mN%pA@f^LuBGd3)xVZ{=M~RveE`AJqYr+_K=Q zpE;`8o;@Xj4hJ)w!u)2Qr}p?^w{fN{1&(ShVRsIeVQo$s4;y&eWagNh0Bu2Loo+pH zAZYt35nk=)yq}6|6bf|_Md)DTX#Y3~f!eDs-Df=asS9l8^h{}HX721 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49c8be0c5c3fae1e341d2c3dabf551c7fa807bdc GIT binary patch literal 946 zcmY*YJ8#=C5GE!08NZqud2CuWL~7EhKu|Od93()I7O~R?S`^u&ZK5(IkhGHs$<+Rg z4(-_glA$x#PWcO+dQ^ zBV2pJHTMy%)AA;wYp`pZC~S}x)Nj+~*dZPA?5h*D$a)`n&-0BVmQZz*QJ3*?DrT`_ zDfjCS&^hw3E)C{cLcyrYEMbaXtK9Lgrio|eRbR!zALe_&sA2Bw*4uC|>Rk+ar~Q-n zr+u%KSBjMD++;jrk}pXxYDF~3XR&TxgexZ@J!hG2g(n|YSkGP_ofP#RF&4TtI5=BL z(+-bkRF?%+bHPX0Tx7Z6t&rJ=u%!#2&@K9c3EoEE@eg!|Z?Uo#NVJI6N5qEtIQgry zqK-Qda~RRsy)@M?T_)Yw9i?0{LIovm3_f>bF`BXkb;mGM|G`KPjyzk~VCYhkUQwaf z56%vcPd@fmI`%A4H5oQc_a~@>{bw4SODbd_(kW9}K987=#c zOke}#rRk?*Rj~s<(E;bwYwJoBk#rPAx(tUwU6@(wEl}|PDfoqgKVx$Ac5>1117}}3@h>11c=l$+Zqy5o{KkIvdv<=$zu(rIn?8c}+wAw@FIx!x zp(o4Dg2@x;q5+ek3>T_8bZd&69g z+S9#Lo>b`wj*Tu@brHcWqh>5eb@iz8=_irMCEII~^gJ0d5jA-e#d#$e2UMa~=7osN zB|6Pm?Y`+cj)sMR*&uukJ}cN!aOkICuseo7mKnl3de_zQQv!g|fGZ z@1DT72eWJI75ah9@Qj?GDR?X-ZRtpNK*u3Q`tLil^Ad&DAr{$55C%uUp{-@J2>iwo}ywbl-CrA z9Mrs2q!!9uRLK@ikxRAprG%27wvs*LyynV1>dgoK%cN-M&XD%EhgBQvm$JB%!m)C1 z9>9MkrB_6DPyKDKtYT zsPX|wJlyCPw|8}POtnN_$ee1hC$7Nf=5-_;>^ z8eXSNh`35hCV)1K-_`#0B?jLvqGrfP(8YZ)gl^ysC?NTVY;P?_)Yl_QUVDy%ed1$_ za2>T$R{ei#o|&@hL$wYW-eBO(nr2N#ry!FC^vT>X^Y-1_Tt$}M8acsv@)5@*wI0&0`z2XeXm6lv; zb}3mb1*DMyJ4K74eJu*eee=KQ59mXm_q9*`3jrGUJF^r`$~F*`#Lmvn&gING-#O=- zjV30F48MQw{i`0%G4^kI82;IK_y|}0dlZsM9=59DEM<$OAE>x*Ar^)9bmz5MCw+O@Rs zanSPh?&|f_z7kZEw6K~e?XQO_wSOMOcwUQcsHCG?Y2kW138I!CmaVk3;>V3&1aZ?( zs*QBK{}czUdOEY(iW5H!ed>Hw>qwV*Ii)@ieTZ)=3 zbJDq&s}$rJqa(XAri#*5<27NlWbgAzNtTo&Cve$nqUOj+Id#vjOv-6BrKSh-%*a`^ z&d51hN6yn4Sm78}SdcH^&8$4G=K5EHLAGlUvhV}-)<}ICJjGv z*E>NdW4GA}lb{_cw_&=ucoVg%%Jo~)tu|D3Ge&pSbp5&?z-UDmzs**((>hy^BI$1X zVMoP9)4Y~C*(9l>4IHXs$TT_B3Hg`FIu}s{Y)|yKGx+bxxxtwZ3> z`q_2ux2g>YyS%Mh+sk3FzTDnT8d2-rrE_mD$3ddbw*Bg+48qSe?O261J&Wnme7`ldp!3w;RJ-w$jq2mnrEs{=NfLr$q@649X?|Q3 zd3WlFFljCV?(_(RNZoWA!`|jr&$uDI%pbhvcV4o*<_zT zPshf@7-N?I9eGxMkCVCg`EAD8mXL6~M|=(LWreDBsM~zsXOBW}>_T0&)ZMnec!4G* zvBcL4toue^{%n|6jXJGl$PEq$!3(Uo)67))CI&y^L&h6eFf9$wbDmZrS354cbI({O z9cv)udK8$_BI1pg4X)DG4}VlAxEURipHTqZUOPQH`-fZOn72}>}GsZnn?pfWjL>yQ>>tR3Mf6lh@HcRXzR};IZIPA_@ z;z-`J{>uIa_xy(M01?O@r1E`p?? zM3hjn-J>>09nw$yr7TM#xwtp{AXY9Z?~ot4LCtMpPS>!dp|0Jz&srwmn(SuM*m-xY zT*|QMLXT;lL_>Peo5pu5Do6Mcy?y`*+62-Ql>ncAmbsonOI z#>l=&-344mX4z;9B(m0v84FvRF%n zUI#U@qqb^kn(#0nT|r&{fSr(Z5`AL_MF~mi^yBC3=Ba&d3bVkoOhS+P5Ai$d;CT@VO3N0-5U_6E)?zzOk2LmAWYKEoh_o;umXkv;3P=>1z-dm4rK+GdUr-2Shy zO5c|r53x!z>+#vTkhR^1@i@q@hLaYZ*EC}a&@z{Pm1cI#J zp)rlch_q_r)5fgjlY}E8MV^-yJ+B$bPDu5V=WTWTu>S@WRYq0M(-em^X&VeJ(VBFw zU!|f zT7OC{zoOy^*i4N`uGz#fRLtq1z-)dxS1gISX}(}B*e70?wPp(^?8*GBJ)1LqtLQuO zqs`DSrW`f$31j>|t8siR$lWVdZ0VSf40-dJK*$0<6O73s4*vQ3h`E&lU{p#cz%S^F z%Zl;g?mzGiAkv$@NjkMi8wvs*(}|TN_SkZF)ENY2#kF8Jvus$mp11^{<#5C1Lx>|B0xx07>bOPuSe6SEAM#`YcfEbL2aB2#zYgbI0A> z@pXL(CpC)3Yjo<3I{=P>QabU;rQ6qUtlqlntz5dfqR9mw@pR1ds-Yjp0O1qs6ZHOo z%Y?rLySp%AfWcAw2NN1{;VdXFGCDI6>CL>y(iG42S5(kZLtmoe2_g*`3DAGRWyG20 z-T5QpWQ+C5w` zc_{h8Wd4++skJ<>Kfo<@lHE2etpy%3uQRKVS7v@pVc0l$dK@1(mIfa4K4C6nk(*O9VTtZ45%P^S1%+M(7U$bngx>dH+ zuigE1%8shLWmo-rWe>krm}&TB-=uf#Fx$wLbE@owR%4(%pvrETZw!_P8-;SAF;pIE z6wAfNuJW$NaCx|~yS!VC@xqbDp7Nf?-tykYzVg1t{__6DXnC}8pnO2}XTpPxL*+xN z?1zUNN6JT3IU62r1m!@LbK$YZ@$zw19tck~PL@wL#>!)=o)2GWoGPDE<-zcDqf{=b zav^-Nai)C6G`RQp>=UCr&d1o$x>=sMX0RgL_0V9u_~g1>KF5anZhn5$V941Be`(QU zd)VHGPWfeSth~a`v;F*4v=6b-QDf0z2iU=fF6Q|T+Fo6>*dcZpV_(CpN7zx!dX!r$ zuVdctavyC0JBGGn>lWU)fckNE0`(Jo4@P_s^^^4ukE3cRJw1tZZm%|Z$&;C>I7;G>%R;xHM<#Mtw?5A!hPf7K$Yz<|mU&&D z=SeHXH|FcL<*90tVr4^ftuVY^Us?{4Xo;pApziC{h=r<}xy6?nJfgwwt#mcyB}-=B znV!FL^VYP?F7fn6ytJf8-kF`ddh^aLjNE&5`mOotsmr%#Z_ZWTymhUD+RW^`=*jUY zX$f9ob&=Ozwa^rCjVDPgYDCWd$3*24Qc^_54N^0xmRYu$1@hZ+{}mD6<8mwAw=8So=`wGrH3 zu7^Abu`$dyp=O#ZInu9GqH2RzDl%88G-B2YshqD=-fvaIZcnCCVR5Ze`P>iz)~vEG z7bo9NxJV{Nyj)M4lZ@YscsjmRPnTN@;|ro1)t2$0$$LDyHyPF!CY!72avZ%pasJ$7 zQcwAKvs$}bUE;|k2sT-%M_?30WU`gk!(_6z%;u^%h%cT%N*rXq;hU;OX8D6!MG2?0 zQIwwGX-h;kz}Ut^WgBSDU z8N`jb+cS{xp>32F`!Si!)suRZq}VB!8AuNCNV;5zD3;#z?A$w-Z%B9gt=YGxOO`l} zHw5itlZ4_J&9bLbPbv$FES1>^=O6W=mx_#3z9oI1rS>g<;U(lYU9km)*+uU4@ zgsJyXIg3<7O0FXN5ZhhHMk`ioI>w6CFUmPE{-=;#I6wdUx-u z%1KldNA4G7IcitYk71@_Rgt z;+l=udk>WNDqn*8Td46to z?%IW*otd7Wzd3&)D7o0CKG9^R+bwfyH3>0FjADzxU>XgETtH2HpRzY73pO$$wcJHm z(*-3$7?J)4nv(*u8~`|HIyRE&SnZQLu;7`O=|m#=*m5F~MtDfXgCs;o0R7nPm`}_# z!1H5h22LUSiM3{T?2fh1Sc7Ho3C^t*M;t-FOCx^{bNe&v6XRq2rrx?S0$Be9dh|G> zG~H&-L%(A^_L=*{ylSlLxyiQh+P}R)^{HwYYGuM!BUTj(pfwDf4Hf|33fQ%#1sL38 zZy!@PCexa;unOcC0c;QfyzTgs*^QKpAX~z|f9$Q9 zA44wp8Gm5Ck3DQM4e)DCoRbcH8`|S(G1^oenY$Rm`mDu`<{J-aN}7MfXpir}JT0;l z7sI$#4U;!e=)HNnlohYzMd|4=;wmayd=voYbn|T>fWmg^ti*L3Q%N(dr;02kN6Q_Z z0!sMg;1(eh-=mIM%9O^Fw%F&U#9)~bc5V}Yk2BNfKfa$$mqPFafcxhgVub}nF!7et{co_EZDL{u_ zyju4wsM0PJ*!zZKTCVrCWm(@?w)M5;SpR3ag|GGw1w}z4Ye-uj(uzw+3HA2Qz_$%< zhBtFo|^au=XqL#lFS-gLfhpU_g(Pdc0` zTi>25<+cf!pwnFrRVvj8@UB!n!CSX!8F|VEDI-5eR4EI#W=d}Epsj$I2pBcxKd~KbVP7CT5{63-90N zIR?{m(NhNpDO0{YzMiMMKUDfr41o+|(PaoRviDFqgG9f{3&@BeD<-*U9cUM`KDEJM{J~)} znDePiu^W8dox2Uk*;#~#D^~ED%qH<-TDgy4#Z1W+q&8?;j_)fV1Ugeuok`v1W;I=w z1Iv9e14qHWLP$k(L2%r&A?hfr4{7`hsH*ryfchs$%4+bSS`cFV!Fu?reRwAVZJ2I? z&WA0w0x^|@a*F2rcVrCKKnfVr-iSDp!fsfBy|!*8#UC0UsoIZBK$F?AQzvy(Z;|>= z{1CP_YzF%?fY3)~nnACx$Y-rN(J5FJS!I8?DCIzC7x3m_<^g83OfgTT6asPA71z=N zG|c-Hwn{Y6Z68AWJlZq5y*&sBEUxV8ILv3TW?1%9ha62}lVhaAtC0z{12`Iwchgr* z<2}^}M>97k9Ri%0_R*l81Y|E#b-asSPCuw|b;dxtRQO3n33_<0YyvV)%0sl(%H|f;X&^IQ zOQ8=qNz9}}F7soQR8+$;^L7znZUM}_r@rNUV>zDbKg~IL1@C#tVGf{r0KY{5YkPD@ zNu)Wq2q2w*q=`x!XHZCCsy>0C$*iAPqsEV{H8N8zakyh6!L3`d$zec%<#6i4kcIG} z1Ot_X4rZ=T42QPb?ek=P!sEZc%%h&SM?7yu6zU@%fUL|UZt!j_VPa04#R71~+sSGo zeG2~6BN#O5L?m;G@Pz_qDoUb4L|TE@=(T^K^9AVwKp0acam(#T&TsS{%q7aXmr;MOOT%zo4%6^M7 zT9SB&vS1@qt5yqMLfaoAsW?&2*l!-OMsmR+LG3l9Ee|o1o`m+_J0h6L?L|ugy2We& zI${Ng54d2GBS)`riV4iCgB?KvfNK}k6>@K}-Azo|6BlIwQq*LHOe6@z6LTGUp1KeL z?+I`~FpMr`!~y(BD^8@N;5UQtDFqy5exaIh`W)4?_3c*TCXWQi8`~lGW3>GWNga{H z5cKxZ=PrCgO#|)QY9|Yla6uD2pV;f@{ioh%eB*#AsAWeoU!q|IG5us_ATaI&aN5E= zaS+OJS3I1<8MGm!gEn6|*jZV4v-;o$x$Zi?4*QNO-NTZsmEJ>TN>fNm1ayRjkXBRJ z6u*NmSREJeqso0^q$G%B?qBG2ng^8IxAoiKayV`IIGK7l4wQ9#cjNPxhDch&=iN0Z zybI8v7eZ@*W2Np9{*_u^M%Lc5Z4tU3e%LmqDJyfE)+kLPgQ;()0aev@KSAlAkrI8h z4x9UJL2Wy75$#4optH$EGAlU(#N>o5>aZH|Ghc?|4YeUB#FM)L`C*H3cu)wEY9_XS zUAf8|k*z>CBV2;87O;%QC*61w;`bs(&`RMVqO7M8&9A3PfN*-qa6oi}BFbLSib%ZZ zJyf>4Nf{xV0fu}ZXUL@$icY^vrEN$^9shx(#G+ug5A3j|iRZE9C{1{YGKFKC9Cbp^QP(MoN7wQA3yLU}-3UwECI@dfHR>or( zPs-=BnAbAb+>R?QbgVU4&TE+nCeNDJan>?0ezNxrah2sF6FokIwaf+|S!-EVU_-2k zQf>)1iobxdCEjJjOJ-y)83^_a;5+`~EU;oX8$sD-dmdSAZ%U!ueJJhUD2+a{(>&cS zKC;v=?iC-|?8qal<8*TD=qU8DlVt&H{A29+lEqH2laD->>+2h%z9m!lY`m3aXordU zg6cVicQSbAG}=5?!tEt)6VZ0|k<-a^2G}^(G{Gi2e%-8_?A)Ua8FU>A6rOKK@Vgf4 zOSl(H0$4sl!Xd=1=C)80T}J7Etqv#Zkd)x>w-9WGg#bH%hUfs&*`S&zU7*_{x`DV? z4O?7?m6Uz(1sHF9@f6P&-%$27vN`Eqoxbw+wRV>7s3s%a4I*^p%+Af+)Rx<2ywfh? zV&lT(B#es*ZAWZtfqxDl{Rl&qp@C}q9BykSHZHCv)Wy|AcfAuk*$M4ezwM3Z9$NUW z@;AuJfdit<%Rr3l&Nu3t$LT@)3uCS25 zAObjaF1P94?z!9F0We^XgUAZ%D!4R=z|}rxdJR!8r9w9q{|-czAa@aFx6rY5mc{3T_ND5LSP3+S+dKS5X7+P@>p z%Z$dlWHY=j1bKPlv(2}}V`@;0TA|Vt%6>r^@vZH)(#7%D#b2S^{fv4+`h;Z4>hXD0 ziy5dQUB<)es(KlgEAdhcZo$Mj+zL2zZd%#j)AK_&qJGKYJXRD*%swaL%!BE-*WwpWmq^5SPyR^tlD!A-ifSfDd6zh=|p`LKd-MBTV>;EsNzUNWn&cDH*@EIts>$DYAk-gcD}L(J$QB={!stY%IX@zt5h54 zw)gdQBMx6W|7DHQOgYE-rSsI86@QQA!gD5*rgT;2z#Y2H#nrqxjV8rpS?piYnh%;G+USCxbgZ2V^ksAW;7Rgbk5OV@{z)9ZDn@y?p4I_xhqYDp<3_)ZN{Q-893qU+%_Kbr5#%GapdV z1Lf#<-|hX=LKpiU0tTn|ZMZS*L(oML&!pP3_?t_(H z>Oe@1y2-QD7_oaNw{V@hKcS4wH|^z;)b;67Kvkts{zd)YCU2N%O0FZLf9}})qo_sR rJZT12-q+=#rGF_zT(l2(&fo#FP#AWsmy2d`sF)eKSoDhi@qzyb641J8 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..52a86ac955b575ff119ca2bddcc80ba9adad63eb GIT binary patch literal 22872 zcmbt+dvF}bncvRr>;sDh2!a$}qNow|09GQvhn}Wrif@Us1kxlVS}V!R#r7<)z`oQo zOAsr-mQDF_ccyIL<&xaV_K`l{ot1Ygm0ZfHN>Z1qq>{KUS9#x5qHYcUS`Q5d<@^{tt&fi^g^KR{){5`e3`MtG!^Y_;7%imYK zKYxGif&2rtvHVzVJU?E`<#V+M^AFY@%0DFS3{>~kCh`+fTb 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 A2><{9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ce1b321df9bd5f3cff579f0ec172a8fb7f0841e GIT binary patch literal 2103 zcmaJ?OK%)S5T2f$eNEQhyqq{ZM9T-vitKEnzyS*(q5x7PDt|~=S6pq zowb~kbLGy_KJqs>bKu-pPWcNQfa>1$#tMi@wr9Gly1MGC?`xMUE53uzZ!dqJJnuNp zA7*m-Y2)Ne{K;Q&;0`C56VBfxBzEqGF23EYk$a(+H^XM$3R`(QY!lxDv+~2TsOaM0f|#ddJ~iXu%Eck6rw}0yoDk z-s3B;yi*dcS?^Wr-G>#l_QoE+%CA}LEq>jut>W4Ze)E+V-sWV-8LYj=I-Ko+r`y|b zv^%Rncb-%#Een?E=5AeOpuL1iHE^{rD@f9D3PS4kA&%(v3(;4;hac-yKn{h{{q0iZ zEK84pfBixU_L^e&0nzQ8y^y%7`(o}bqiUw6WubeENKsmh%RsjTs9F?>Yw}t=9=;9m zkMJiy!QljfuN~3i?vA6JGjigblb5b?&lY)wtYw>%3^$D7`u-TXex%N37$HKc}M~ zB=UG9%4w>q5r@M9)NqojX}vex6Rb$4*sKxq<8YLvd!u=j2f_V&Bbh1~RxCMS6Of}S ztwz{*1p;+5s#Tidnliz`OMc#%SAL61k$9Fp7J>$>>BlLe|xD>2GS~-eXc@plTSW%?s&MAs_ z&|qI-IhZtd22(C56MHF!6Eixm+|ZxlH!C<3oNn5~Hfh0fn5*w$F{7d`q|sSX7DJX* zQ&!YDh%`arpfnR~3-V5YkzmFW;Pc`!EJBM4-HbNxTFT=g3oXbxQ#8e0*%6ybnw3W& z@EQcZApY(YjpMpV%vEU|Ichykn8M&=QRXy`tAh#RCd*nRAmcco+ob{w&lC>01OFGL zvgev>NMc2%Siru3!2JosaxkR1Oe0fo9MjSmBA85~EG-Tet8=*?_n$t0I1JhF_}=id zVEF7~O`<_lG!cDaD5hNjsF`|CH*Gc8?)Qz&wC7U0eaXfUS(NXi#ddnVD>m?Zu&%qd z7?kIaBF6;#dMLC-(mtFbSJVnM3HWplyIe+i8?aW#)46l+S|j7t*|U(Z84YXwg_0R vcRtTcUT5%yk(e}0?>HUOA?xI-+atb<{~9i75%+H&f3Dm6%fEe--17ec17l(l literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/retry.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/retry.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..34f4ed9c163535ec4df597bbbe2978499af085fc GIT binary patch literal 1624 zcmZux&2Aev5GJYJ)k>BPr!CT?X;Bu)p#p3vMQ=e66zC7oixI$XgX$vC%UNmT{VPdX zmSJCN1NN!U&;q^W3HlN}^t{)e`U(Zoc82TNNm@!XB!}E@hVu2R8N@}LMOVG&ItKM(S55l>>yAkyI(pY$Ns z5%zuEg*6?c^dQ7vA9|^{%Vzv$O!G9-eZ6)bOa_|ovfF%v+_*R)AZ+cIZQN?ZzNyGOV{-g<(Ds#=IbyYo8DFRG2N-CKy%EV<=De(`+RA$ugOKe}K(#_#!*{IBd-Fn@aS;Qec z&~ll%xnH%a0IAGuQ9$Xe2g77#xy&4S#dBIo5h1$EaBH3wxZQph4b6;fR#K<-0Y8E7+< zm9s6GmC|A+OKnF!h%2-=X?z8_JyVOjoM*}0qh(+*O?fU8P!_g47UlX){3ak)%o>uO zAdAa`15tYP+NU!HljGgdb_>cT4+hqZkM=tsLw z#2t3Y4+3-V2j;}3IOCjs$4b6r-v>j!Gwc{TK-2s3C0~Y|p?MuUvq5Wp>y&X*stdFa z$W9M{>7jbg{?g-bEEqdB)jV_cSi@lnZhMB6x7gp_H>ynLNZ9xg%ENJ^^yfgRUbJ)UNCg-ex>7g(JLN;hIuubOo~nl6p1YtZ-5wS5Ow6bLT( zCLiz(><3)D5HF6m+piww64*xpz$0yn2dYf61+|qxU~#C}`(kPtkEUDFtVh#B zcaLuC_9l(vhHWwXrBB^g_RE!5 z)^T&yUiDTzx=kBwmHNzM@Z7StEV{y4vZRqJba4#q~ z=;oK+aeIk!w(HXy^d{`CFYV%Kx8QU*iQcZBcWS3^(C^UqfNMi@y!?l!=c?5RizN2~p!n5uhW5WRfUOM3E8A)5|Z7 zyh>_7o+^?|axRoK6j~}7upt+WB-t51O|sFPc@L$rEE=SY
}V&K!q(L}%`t;B;J zMk*N!J|QO*%q~=t%3cg|Pf*G^7pLSrQDc&^b0$b0#i!9oAEu&=MuN&-T}wFbETLcz zn3=Lj5GDi{WWuD3MvR<~S!JWK0HDe^*p^9!2+<{3fQ2L{@>2F9F*^JGN1tnr)R>VX zqfDfisK&_*v6DR`eU8Rrhe%%ONb2xW&SbWu0GT8^g^>{%izEki;MgEO=^1xMXFQ>Z zA0tDaru-a_J&!~N&;7YvLMBm`44G8nBsyhcpMXgkATop)Av;05qir2>(7v-|=!j)Z zL`tJ3$H}DTNN_M2gPc@Djsew+hogXJ>E+zDMporXF82sPh9PjuvgC@jw2Dex8eK7X zE7C=LY7%x4Gcf+CjPv*HO~;4 zK=Ra~ulydJMMW8*qq8 zo|!XxJZITL0s(-B3o*!|of77kVazGY8}#FuF z;JtoCM`!;c8kXYYXGYX+w`1^FDtt?l_H>{l411)5WSy?j8p%wPrTUc!rr$O z$IdmjC*}HFKH^_)j8Z;`(va)AEX$3Ihfq5OK$Q)XQF*h-2E}m51fwA@R9>jk7mzX{ zi#;su)deNo!uu1r%6j<42(Amah*5I}+KdZi0lUA9ayLQTsX;o;+>&wh9G?AfP>;o+~I z{f7iDH52n@skh;rBzRp-cc~ecf&Qi_{Bs#REr{ zTi8Xy+73obh$=k*edH||nwy^8vTxa*-GsXZw}7ubt6bMY=4rAC?N}w5_DBdH0NKTr@jfiX4h*x)g_n7Pe+ZK$ zo1Cdb!6u#3@NO&-cYv&H;3rFV)d&Lk7!mKmQrE48#=CUhzOJ(tp|$-S_$7XbJ05D= zc0t!IJjTxj8zvW}H|7&ou0zb4GKPT?LkZCr8i27lH{=g6nKpzERm%Uh^%vV11;*Im zD1YixFiRVS6n9~cZbNtZP^YZI7WZMTF*Sz!ASr;kPgg1$AAo2cbSsbI$>j<}IZJtd zwW@QAvRqy@gTQEy30Hl#1rStMexQ>NX$`?61K>&xK%HCLAX?nT;R77r1?mUaL9GmEFL(!C)tw92Mp7YfUL>8r~eN|3-z5NNAF152MW z3M~gZp;Yj3D=>YaHY!ni1NhfOR}7s(IyNV6jy|q|vy>-^~Y`*V& a?fcGG&WiINzuEe?^WlsZ<@(;noBsj2yA%EZ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..364f94efdc9d2316cc9e08ebf7bf9ceb3d936a57 GIT binary patch literal 5732 zcmaJ_+mGDVc_$A!91eGOcJ_XgWO`*OogMG;P;c^zwewmZy5heos++1biRov{YTRW$Hd_G5xk$ z7TzqfyQNmC>$IG1xmE7EEw@`~Rk~iw>rS*Ly46@sGnd=j%~o-?c0VnvNlVa3@>y<%3T@f81=N}XTev%r7y z%sFw6&x;Ad!WZ}=UjkefFA#Nn8L$UxO9i!jMbBX+=2ijM@jiq1IlRw~-si-!rgMqE z!2OR(EuX)rM;yMkY=E}&{3X!#A~)|Cjf+1gnQb&&WxW|cR_@gxih`|3DEDS2q=xKw z!ZcImcS0J7RQcOMuNTHU%DvUg!X(B}>Ae_0!&Ht)J3&u0n5y5wnpnu2F?MYS9igg8 zPsHuC7{=Pwn{k>EHag@^f2${xj!4t%QYI1yl;6Mp?pwF+TvyZS(Of%9c6NlsX7BBg za}nPak1}Nkawk=e6j@)!9lFl=X92MBd<#$d2WWPTp_v=kjLn%L%Z!|5<`X8TbMt`Z z?9eoghc;mA7zTsP!9~x<@2V6*Cj7v^nsmEC%-;l3KiRr3I$2XMXxPdN(~vF|)?4RdFBaJ=J7Kol z-+EW=uZfHVkrj}YgV+U3Sc@fUord|%{eFIX2TOrA9G)i(7du1JsDy6%Tc%(`X`$;C0 zm1go2rdab;xkO8d`9-rriz`=lL@XZlKG9>z2fN?!*1m;8P#1rIuz;3SW3A&67R#!|QgJgJXnhon$F zA%$vg-e<9yoBzNbvO5I_q2$M0cT&-TWlGxpECakNWFydy-Wz{}>6Fm<#^5Vb?1>=y zUEDp|Qyllwa}J(;&IzxLG1P4NGTo z&K(U`0Xw-V=QHEJIh@GYeQQ{aOX%6?m4?;KIB*V)y!yZ#PUe$UBe|HDvC|yZ@(Ipz z?+G)FtbE@+s2m!@sk|h=kxw0Xd5L^x?!ceA!#YML@;WyUvG(ER!BSSeKbh5X_yj;x z^yHQFUA*ft(><0?af{m@mxt3I81aH_WYdoyn#OR(GzMPo$_P}=@KQdLdxw^3d>5)d zocZgSeRH4u_$*HQw|x5kZ2DJ!W_;HKG?#ujh7RTr!JLXg^9Ku{c`lzzzaOvUa|esM zH+!&@&++o2p>Hse&pn}=)Z~xza{42EO8H=!&UpB}K`oy?SRwcWeV+UmeX7O~dj!jW zJs#ON_6_bHtmdm zJzLAplU$#eeEONWnQSe`>Ah=w_VjGN3K>~^PUGH$WMAU*BmC^p2Jh$Z7?@ws^8%7X zKfAyebL*ejKeHz$c4MTm6#Nt_u07nF2*8&$u`GvB+MG*Ayx)b9MKYVI--|R4t5DU z{DAY2awS6fYV#BY8%c~c`@3Oh*YAoTPW^kEV}ee(o8O{j537a1WU7{yJ zh=8j)qNgWA#BB^C&PB*V{9|S|Z&P;na$}72v@g>#*(NSs@(T|)&IwYwupcKG31~;~ zOFp?f#3wMEj}I$kq8;H0>5h1(*B2`;`2r}$Ox;Sd-KPJ+t^mVG9geO+n237Ff!2&g z4lNifMAGT>WeR@MUPRF2d-}UUdUOzSt8N%0D+JjZ^U=x0{s0sIc}RCkTKflIy|WzP^MuBf2zf z1vEKDSRS0c8Se#A$f4fAdKn6KB09g`xG1NHe|8veC#pP>pt8wtsPdkWTM6=UO0?AU zj>xWWZzJIk_ryEMQ6j~XRF%h(-0mdEs-1q1LnV~eOM1#XmcJ@#6VbVcvTxtKeO){)h}6rmfr#?is?qO`PHx$sDwSdLN$?kVia1x+~R55$-- zljmt*f~41vaR{jJkYk6L7L@Xivl-=Vhj9qqnj|c*Q$sm~PB&GVm<(l6-uuKctxJtF z@~gCfvSF=o@)d%b)T~qUDm9d2Ny^sc*QxnKG(}o-f(;(LGH*wkeKX{@fvJ6BeggC3 zDpCF^onVtYQa06xQ1eF}<-z^53mv2~i#RgsS$JcOl*$F96;!$C7Eq0jXhUDxT3?EL zKa==Rk#9Re&o@9ps?fNrw&|L-Y1bX*nvQLwLaNyw^DyRNre-og4#Nr!GxWV*)jaAG zjM*<($^DT1+IDFN{h8j)^llgRmJ5jel1+Lz2eThKPpc+-T4hzcioR!7^)B12GY2aj z>I1?`IvqXd3#T-v@!=L6+B-x?IQ{!H9+kLLkE_v z$Nuj)_gHC1)EDt;qp%e6%7tmn0O}C;#y={cT|87JrQbx88Gny->IXAJ@Gl3Pn>j-= zWPV(tq?4oKwv8u9zo@Kz%}AH`k=oJ!FY)M7mu)m`ZEl5aYKtUeY%obRy_PUmXcImr zj8>pFm9#>efi8WWf=NHaXiB7eP@?0%`t+vNfI;w+=CVu;)q9{&s34hY@q$`ScLm+nBEGFO z+xP^-6WOH5*DPX~_MvJ;&yK&mG&@n)94T@tC+IYih*~DaEpGn0E9h56y2iF^ZOyFY6CF+RKmP&{mQ}$^x-kMKsS&RO!b`;a=$? zXNklcRC1;qjcbs%a?O{`Dyy@qS%;^ovoqGY>9r}6$?3oSDg5J81_?P@LhN&>)o*GJ e`^+n|Upp@Ql~ZB==XmT>R@ENx7slVLH2xnB8yErr literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..15323152c31bc01a678b2e9cb4c086bbc2cfb15f GIT binary patch literal 8327 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 OTCvQkq5bt<>wf{LOCe_f literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..24fc382751c75852018baa1b2b20b212659b0958 GIT binary patch literal 8091 zcmc&(-ESLLcAvR391e#RMSc1^9)D#;$D;DFyD6O1aT41LWfR$royH+HWk$RsX(V!n zzH=#A%y8jGS;Si;DEd+?wkS#!eaRotKJ=weeQSYzp4S2e{9d3y;@JJ2JCsB@?E*zm zRQAl=x!-f{IluEehtb%Wqv7vg`oCNKr<$hy8@-JFQR`J)@nc=nxK`J=&RI*Z>*~qs zOg)Xdp`K>lRL@*Jr=C{bQqO!nkEhYH+l6|e?bMxiv0l_^F0++ym+B=|&b7wc<$76_ zt=4$EQm?cp>J#nB`eb{mKBemOt?BkmeMZ-OeK6}E+12Yu{V9Lqh*m$=bJSYL>&N|L ze&tove5i$GQ}a)3uj(58^N$Wra(h?TwU4w=-_nL7PSsCg#N?q74@O254n}ate{O~G zA}@Vz)=%>>-$jk%yT`N@lb888YR~YBU!WSaoJH*fpG56BK83#1s{h#)i_h>`)Se&C zcZ46s+l6dC&M@j2KaQH``3b)?oaZDzg_%|sSJD1Lf$`dYpNoDm+q;_g1%3(hUgGSwR$b_w{6Ge+ zKn8y73cuw^pSzxDt_7QZTyq|g)+|+x)LxXn@RnPCYQ7u9GPQ4ZWDtd3tE#8@deB)6 zS0WTA7Qq11LYNqA4>Mu90-@S8v>GtByrQ2!w&YSO#zK`9lkG_`ci?>GJ zF{|T;aaZ^a9*EwF<=)F~JL27z?*_3OM$+{*y`V*V>z!=%+TQ=vnp(n_T@g0voA&;o z|C)j8ZCvqD+@v;u73}JLRZ29{l0<`~SnsW$`O=kZzT4~y;fK=gw!L`6-C7HpYi4%G5q`T92~PyA?V6zVsw`zuoaWSUe4a_ue65KJ+P+y^_#pO0 zyda{rKz0_mzZv>+el?J5-R1dZ;e|MwaCKqR4>uQD!SX_9TdqanE47ziT!;hd&v(4$ zhPUd+3!R{|&S!nR*^ayOO7RqQ{07Kd0JsaUOMqG{!D8 zaoE46>R48nXxv;SEzK=`qc41;|KbrXpK8!Ys})NTbW(FA2zi=|J5b@Tbuoo@CCBVG zLER@*W25DJ9A8dK^a`rgVOMlpw{-S&5*Iy7hOL)$n~9S&Fh^e>ANu?p>i5;<8eX{G z#|K~2K0eWBQcKv5{tMPO`etIp6M!~sKEdaAHE}dC`uaW8C;EmVPG@cROm5)w%-;6< zN;P9wiZ1ke#f1$iRa09ao$}Rd?6rM&_$4m2xglyC7k_g>&97Z@{Y_s$B}fHf9zp0v zq3_1sWqh{Zl#$q`IuHLd8?P?ixKq{D_f~V_6n*wsGitY^u+b6zN^oC^G_|sq)D%AC zPKr7r;PEvt9u@B!XpU!bGnF_^h?vBjiP~i146Rbw-%x5vPptZ~$xy%dM}pqhvlsCq zwRL>}oq~=*(5g&UYN)c2u*6s;{WB9YVH>0~dhcB&mrSzzf+hR)mgA_^m3}6{XvNJo zKmyx>p+P{@Ykz}knyM+ru#HR{dCWl4PfMAsGU-5oXQ|6M+|n_0AzjOao;viJEhA1- zr)Ok16~v8f?Snx}=oj0#mCTY}VYV*j@Y2L}=#Rvv%#o(#y3}^Gad>ym-XhpCmV&3S znn#Oh#6go;kF2eBp{(Rg14q!{{)*Ra$p!${Z**GSxZ&UTn_Wrh`Vof4v{*$K7x6e` z7>96y79ku>G|6_fT}D10TVcKXN|f(;8@{^|0Kg%)n1Ixi*-CH9l&wb&3HS+-TQ3qO%qYHVo6}uf@xEU(CJZi>j2wa#tzBH%Cs{M-- z*ye~Vlo(zHXycou@S5<14ccWxM!#1sA7dINm&u$U6iv+l&hU_QNNW4qd>$`}who!R zq4jmCCwf$oYye=`MG0`hu4+3ZFJtMEI-e>Az>SV!TMEn@o|Garm!qhansB!=&EIY; z-hTi3&#Fw!qcc1T&hObzo9zXi23$nD0bM&dRv!am+MJ^wH^h%oxRcuS-GnTu-HMvZ znWy;`cy;NAO~SvuKQf5|E~S6(KnZ|>`VL$sJ_{eX11#+QrDW?yVsL=^SFCSJnCKw4 zi%*P>Caj;so3%>_`f1-vto3|9pXB>?0$EBs$?t$n9@F}^EUY_&VxlMZE*rj;P}che zIYzZREMDZfz9Y+tGZ;^_#D+MH9sM)34JzE))#KZ$l;73GUF_1PUEVu|Qh`d?g`S|T zU+h(}cbj9zKQH%7a$+!<6q6Du@rN2Om^jBBL)Sw4B`vi;|p9 ztQ}qanVi{M<(Zb>?6quZTQttd#_$^XznL_$M;Fib>D2Y)NC{)h6C{3EfLU>y31Y++6Nnow__-XJA?sr z3i*)bDEC6P)ehnqSOx&)*lml?&iYaG=2VRx8>9 z5&r3q1-ZW7AKgKBI<@S?KJC-?A+(WqDYj`%99xjFW;g1}IN;c_a)<{W$eqJ@F^ze} z3~njgT3)KoiXxTGsN;ue9!t?mij3btA@i~}8F5Pyb^;|TiJ#CkL~uqNnz%DmEf7RsD18H7UT7AB8x;AR&b zo#|!00tRP+!J2rMaiNxh;hEFA!))dlOx2%!${yIDC$^5~6PtQHW&b{VO5DO!hnNTn znVc}eUQGO5Y7YS{y7rI_^j*bZ0WOpKZ(t!}h8ukrKEGEd4b+|HChAV^*O{oR0dGP};Q&z=lu``2W8L!=6!F?e)x>q`SC`drn+NyiPCoRf8u|UG(PP_Ck^s z_kr8(009bUG`SFREUw({WaLjF=Y_auh|3pyxvpH9{{tW`kf<3^B=;{ume^q0t)aCI^rD6+_~QA*?AA+wnP>Vnu_pF4l`w_|X3b8{F=s(8e5kcW2 zqRM*}ME}IykqQFLN25dN!yl1IdKVVMO|KPjH)z9F=5B4G@>KgwU5X2w9JnsO}8U3M!V`cRZmwDyJsi!d_A< zh-qE~ZTsg|FGM0(Rl!ecfX0aT(D7?CEpktKbncj|e)9LlNF!eFAhdFjiW!dnS4kAoWt&{8 z9?8f-4y42v;%%%b@^quqLh>Y9U4>ZkTb>AEN#aka={35Yp>_wM;E=2d3J=oqn}|4q zWpK4j+%t{L6o?RjvkX5ji>ef}AR9|_LEH*A5JKSKl#kEj7${MQ<3a%A48triCqWLp zS{#ucrD#$EM<^CiQb$xT&?G9+Ff39sqHbf2tWuR!f?|cnr~}|sQjr}v!%!pq-=Z?6 zE!u^X;0ooD%VZ>b^NDFzP@2_Q&H-Og`60t(C6oHv7@?9G56-j7T*+YnJo}oEv`|bp z+HjNffA5bBf-X9RxCcj;uz{vRo`0Zx#k!6l$Pg2fB{_sUI>MctgyF-`^&|&Fx1@!V zg%D?svwj{%ogdf;aZo!9aZF{*FG+_24}>)oVijTDAN6dkRYFe0+Ew26o(Y&3+rA5s zumKX|vOE~)2Ij&p5Ke&^d1Q)$L=BXs$Ed2t&<`ia`kdrHHyZ^tP zNjmD=rm!OwC?*ANcJ=tnceKxR3Y>UO1zwJv8O(xLIN82A_B|4K{q1Prl@ta?h(Tb7 zNB6!I-*b#xS2gjE^7x)ixQUoL-&?o=g~^v_ZAkPLB9(~{{an$*oZfkz*B&E*}V`iiOW!+3>;604JwlkKSSlkRjQ*z(FoST z5<#tpkbwAYyPb~jWjPwzdTHUhiravnBB0UhxTVFRjgnAO`{(|4hN48e#hY|fpmB{# z*Xc%fjKsDK5JZp(XTiXzVegwr2D?9}PE&LvtQAeVQQk}3q?H z0zH%s;v|O>ALJJ;T*{^iPe$^S&_u3puy__u)3k|5W^vpBOaqgl{vjcr3T%Ub59;VMv4|Y^m%FQ}Nk7`927ao_ zveWly2Z}|!NToA$Q+RffN+j_t&v1)M>e$P}{hdlpUm{FqijUl85(kDB0~M2*&U0KTbaj5&F{_ z?+zb~&*9V0KrqB`frh&o53#e!&~vj7Ghtp4EW%-k5%YP(0v?_CEM(D7{xD|oTThE6 z;At`Z6!qJefQ*hWF~~k{q8Cq&zxd|G)5b3|GiyS{O{K)tuHFm+3dD*Y!>0!z44UH& zanh^N1-`&*Wc+!s2^oet+QiOF*0{DelGQAsFdj>>j;jMHqQWl#iB3tkWu+%3zAP@9kk=g^$?KFL^ zxzeeUv)q&^<4eKK;c0GW)#PxZGBKUy;xt`yu}tBnv^+O6DLxt8|2WmT;fG~5JNikov;huXVBP%+F;b&nfHAMVAMp>^;5pg2?u~*qUX!&464yk1P!r~#5%nPp)=sU-oA%S zYo08TvpTH%GlA9KwcTd7tiASX4|ub;I`|)N-m+y!9$TMX-<2)R>i+k#qSH)JDT;Gy zd3?<;TTu#Cmd>_~)$~9}L$|o!v~htBD?13RB+nki2030;+? zRF->EP&3OlEsM;Y0LPB#r3XD zpxPjs*oIjaxltCUNxsX9ihrq;RH|zo9aw*G!_3AjxM)Ic6cDZHW_p_E4uMK#XUKa8_aOj61e4pU(Dk1)xeZNCO;^Tx65@Y{r&j<4g zj5mo#{z-iDcPAi!^+K}k#6D3U!Qp#POqrWL3dGwKdi~5HX6e{dLG4Z$J4L?o@0k literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0bac8b0081b6ce50df469e5a08b590d84b432d10 GIT binary patch literal 3292 zcmaJ@TW{mW73NSRCCj$#y%|ZHpwn#wM};kIE(L-jNxSfR)1X_&SUX4~wBb^kk;Gk! zWM)S8+O>fIZXetJ1^cmoq3?a`L!bGYr~ZXLbo-s5w359}NRXT}oXa`i`OZ0$Eicy{ zT>m=#_u!jl$N83o`OAawD?IuicnL?a#Oah@)?rq5JFfj!Iu-l%Iv&1m;*Ww(FsgQ{ z%#qG{O)gxpPF=d^i=u+olJMkm-xau zVhO!BCu5dH1JbRDv?5j^-JVD{#7#(d1lx0(xBdhDot>szc#mRjirQzniL*3Hjz5Ug zUNRPPQy*y~N1Hk}ax;&5&!U0Uzt=ze2+!NU-2Lz%O2+bIqsH>2A0=8gi$F;;R%wq` zp1*tuTX^(syo~dd8P@)s?j5Qx(Kq58Y-QMNz-}^c5WurWaqtx(&SebE@aG9c&r6ZXd-Leyl#kn1t zm7;=8i=f=0s1Brwj8T7g)B-fNum8sF&$U##t+HWk^0tr%sWh8|*bK+r&8~{l-Y`xF z?E~!9PU3DmKQhBCeXsS-z4j#p+j*R~!#Fik0qyqK#EEWC6vfE9NG05cQ72876BOWo@qqig0+v zc7{%C`w|+)IdgK~urmkNv*QQ*U?|b*P_8SlpjrXUvkyTRo%&-H9S`LJ{lAf=dP(d^#r?cPn~0K{1YS( zQTdDex0O?N!p?&W=e&C1eBro`@I1$J&MFMjp7V~Qe|*T8L-&_>zQF%I{5Q3ucc;D7 zbLcev<3B%^kg-cMO8pmcv&vf!lTuTx<>@wK26`2*Ro`WeN}av^V#y7d`$GKyotOAmK?fBD>%(0%h<~RJ zyvD|kY8d!axEJt?K%zTw9youvbIMHR+&f_x?9@GRF^;LXPTX@}co$6g&s_CZIr{5W z5rD(hr~`uAAm&fL!(&f)KU0(?k+J!ud;_KV}@YEpLpzCy%5; zmt>vrbbY4vIu}ysD1z5p2rOvfsAu8>+2Z%L9*?MFkYrtyo-4l47Rre}1f9hJX&8|= zEm5ug!neh>@U4jtn}MZW5x}s4R7G`STJe+c)19qHpFh|R_rBcQ-~Mg5_v!w2xO;!= zH}^l;-U}aZf3p3%!nXyp@CPaz=O}dx6b)slc=S;mqVWfTyuVAsp zyo$@b7oJ~p>uil7IKJ_iqQL3ld3jNads+YQL71dCN^}+DJ@qdr49ebsf(B{No(#^b z6d<;M{j=mg9ChuG9k$fKH;1hEH&QA~LO87v#bJwl#J z*j(+kF(f1^GdxH>L{Lx(n8byp=w*LWY)pe-!su%X=Oo$v@OzYR*3=Dvqi*6=R7H%l z!AKU>sH@A|N81*)&}OkPRJUkYP}++;w?x0gQ6@snEZ&&8&h}5wZg%ojN8b%+qs!CA zE9IAxnx@LS7QoB6z5gwFY6BgYJPjFDXOaltK!XyY3d%xkT(p-=g^IF0f4axNo>q;B zce5;!QM&OG@L84SRFldBN19!mpjr=`URj-qd}WCy<>oB4r#PGLZ_iE@GsC~aXidKZ zFJJ-kyyvP-h|RU4N+Aa-Snm|Bl4_lnrn5{Dn4_G25ye%7dKOSi9+fc)Uy%#pt2gOS zl@6t-K#I--g+~U@ohayFfFmdlNmO2J5LtY!7T4NQ`w-q9C-P%LT;Ij3=G0huud=%9 Vk(*vL{6?*@u;w>b8gJfg{2!|gnS=lU literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..348a79510a0b2b4be09ecf4a1ffce6cecfb71350 GIT binary patch literal 4395 zcma)9TW=f372X?{KPKpdRzmU($y@?`zSA{DnNk{mv{&i?kb*_O52m%$%7ym+w29%+GrU ze*ZlD*WO=G8^*t>bMjY0=OaAQG7W(b9|Xqc#$u2 zd)GQ=?7D28Eqv`XR@kY@=rW{>>@=jSTDqjytU|RBVM&K?{2^v zVfVLKlodw}jGt}=aT15EAPQ67jDrp>Uwj(N{1lu$r@gAyxA2c4=#`cA_RTcxW)3aL zT)|aO#4U?XGWxmrORoPIkNgu}>7p_Q#=tzX4lQM(Wuav&YhWLlht6{&UUdv*_dhU= zL%2CDD|=wRg6ju`SH^41`3iw?SopGVU>+FC891cLgq8su2*cUwH(OsQ5ww&a#xPhX zAlv!7BI)?5&Hb)O_Cv;5ZoBI~#|;G;G*o_vb0z(qK!z>P$4{ytW`STZuI@k5*OOWg zUD!`{b-Ttwsn%&bpM`?AR3iF5mgXCh2bll-_gh={v4aX&pn{s#m!9$4fy7K4bsvVG z9BR8-$d+^KlIkX@ZbEgokPF9ZviZEf&xOP-1!YmT+-mdIi)Jh7baD5cFbY+_>I!m# zn4<}$iMrB6QE{XqGx;}$SjDvOSp6wNN7hBs4pq0#_1 z-mgdDPQBY#?IiwL?dFZT3>9DR2CWx}LRs&I-8!zIxQK(O-cw;D>-yZaZaHgh1cbk82xa!r}6K*5v;9&=wf;tFKNq0LG|XJ8+j$0m&rY*s#J96G8naGe|eZ%*L`i`boIT8(^c(i9S(pm(1#|9 zYB4L3pXppVO4t#PGdBmw%=s({V?lY8d3sfDl%hBbQ4ShK+1mjE$*ep^4=F(8Mm9h0 zYtqOTCOo41Gv*ZYSaJoA^zm9ME?ACLGAovaRCnH#oDzDTnfDw=&(0jcSbHkrZLFPe z%17v=E+zW_Df=980RBK)D|^@OUj~bS9a2v@U=R~YY7MM$k}`~aX%UZ9?d|kbE9pf{ z8&2?m`DsxT>xK_3c1R*9%CgcQcwZ-CR(aHmRoLOWr;S>*bAx?|iGpx!=JwfH(vxFd za}2#rqVFwCmKD4#px%nTqES!OAjsyYvSG>&l%5kiG|l$oh^{B ziIm|^Gy<51U|?|oR6`IGxV?j9BVKgtdV};7*O13}D`CXZskPy6gUhsGTrK9=(o>Wz z3FDv8tP|c46ed|o^9!OL%XBnT77Oywm`n+ad8}mS9|pE^mOZ)K_iBB6qA{aIc*Jsk*^`z_pKZg4aPV ziP#SUfifRy1Hy|akEqDk<>9!R14T?3a8xRw#PVfZ1DN2uJ!F1pdfPeiBE0L`RGb$D({Ut?*{;)=1&#LZdkw&~R&A#{?p{E4W0a=8C7x z;9q+{ce(CApdG6E7{qrQKE3lB(Wer2AC;wKpd5qv7cJh^9|^%u(o=bwz zuld71@sS66l!W>iIa}X-c?e_9ocZNpmF7}0Fl%Pj#=zK6a0nbMeu1z|KfL$Wy85Fg z@MC_!#jNfRWOch*%9fsOJ$iia;db-mhYvoz^W@&$`&&BS#8041{FGk5#4EFrewiC3 zdwX1DMe--CjH*Z{7JW6$X4fKQpW~5K&Mj6fkoJn{d|z@LP2Z*Ooi~E!R4-=5W|JkY zW-}|2e(25Sc_#>?S||Tb6_j&XC6{Tq7CCmis^7(Q;m~*y-}nuY~YUv>djsWo9} zmWW#JS4^+zFO0mJIjd)kzddRbSIgW8za}l^J+AKO7cVt+(b8;+-(W;+(u+Pj@>> list(yield_lines('')) + [] + >>> list(yield_lines(['foo', 'bar'])) + ['foo', 'bar'] + >>> list(yield_lines('foo\nbar')) + ['foo', 'bar'] + >>> list(yield_lines('\nfoo\n#bar\nbaz #comment')) + ['foo', 'baz #comment'] + >>> list(yield_lines(['foo\nbar', 'baz', 'bing\n\n\n'])) + ['foo', 'bar', 'baz', 'bing'] + """ + return itertools.chain.from_iterable(map(yield_lines, iterable)) + + +@yield_lines.register(str) +def _(text): + return filter(_nonblank, map(str.strip, text.splitlines())) + + +def drop_comment(line): + """ + Drop comments. + + >>> drop_comment('foo # bar') + 'foo' + + A hash without a space may be in a URL. + + >>> drop_comment('http://example.com/foo#bar') + 'http://example.com/foo#bar' + """ + return line.partition(" #")[0] + + +def join_continuation(lines): + r""" + Join lines continued by a trailing backslash. + + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar \\', 'baz'])) + ['foobarbaz'] + + Not sure why, but... + The character preceding the backslash is also elided. + + >>> list(join_continuation(['goo\\', 'dly'])) + ['godly'] + + A terrible idea, but... + If no line is available to continue, suppress the lines. + + >>> list(join_continuation(['foo', 'bar\\', 'baz\\'])) + ['foo'] + """ + lines = iter(lines) + for item in lines: + while item.endswith("\\"): + try: + item = item[:-2].strip() + next(lines) + except StopIteration: + return + yield item diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 0000000..92c4c6a --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/_log.py @@ -0,0 +1,38 @@ +"""Customize logging + +Defines custom logger class for the `logger.verbose(...)` method. + +init_logging() must be called before any other modules that call logging.getLogger. +""" + +import logging +from typing import Any, cast + +# custom log level for `--verbose` output +# between DEBUG and INFO +VERBOSE = 15 + + +class VerboseLogger(logging.Logger): + """Custom Logger, defining a verbose log-level + + VERBOSE is between INFO and DEBUG. + """ + + def verbose(self, msg: str, *args: Any, **kwargs: Any) -> None: + return self.log(VERBOSE, msg, *args, **kwargs) + + +def getLogger(name: str) -> VerboseLogger: + """logging.getLogger, but ensures our VerboseLogger class is returned""" + return cast(VerboseLogger, logging.getLogger(name)) + + +def init_logging() -> None: + """Register our VerboseLogger and VERBOSE log level. + + Should be called before any calls to getLogger(), + i.e. in pip._internal.__init__ + """ + logging.setLoggerClass(VerboseLogger) + logging.addLevelName(VERBOSE, "VERBOSE") diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 0000000..16933bf --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py @@ -0,0 +1,52 @@ +""" +This code wraps the vendored appdirs module to so the return values are +compatible for the current pip code base. + +The intention is to rewrite current usages gradually, keeping the tests pass, +and eventually drop this after all usages are changed. +""" + +import os +import sys +from typing import List + +from pip._vendor import platformdirs as _appdirs + + +def user_cache_dir(appname: str) -> str: + return _appdirs.user_cache_dir(appname, appauthor=False) + + +def _macos_user_config_dir(appname: str, roaming: bool = True) -> str: + # Use ~/Application Support/pip, if the directory exists. + path = _appdirs.user_data_dir(appname, appauthor=False, roaming=roaming) + if os.path.isdir(path): + return path + + # Use a Linux-like ~/.config/pip, by default. + linux_like_path = "~/.config/" + if appname: + linux_like_path = os.path.join(linux_like_path, appname) + + return os.path.expanduser(linux_like_path) + + +def user_config_dir(appname: str, roaming: bool = True) -> str: + if sys.platform == "darwin": + return _macos_user_config_dir(appname, roaming) + + return _appdirs.user_config_dir(appname, appauthor=False, roaming=roaming) + + +# for the discussion regarding site_config_dir locations +# see +def site_config_dirs(appname: str) -> List[str]: + if sys.platform == "darwin": + return [_appdirs.site_data_dir(appname, appauthor=False, multipath=True)] + + dirval = _appdirs.site_config_dir(appname, appauthor=False, multipath=True) + if sys.platform == "win32": + return [dirval] + + # Unix-y system. Look in /etc as well. + return dirval.split(os.pathsep) + ["/etc"] diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000..d8b54e4 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/compat.py @@ -0,0 +1,79 @@ +"""Stuff that differs in different Python versions and platform +distributions.""" + +import importlib.resources +import logging +import os +import sys +from typing import IO + +__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 + + +# The importlib.resources.open_text function was deprecated in 3.11 with suggested +# replacement we use below. +if sys.version_info < (3, 11): + open_text_resource = importlib.resources.open_text +else: + + def open_text_resource( + package: str, resource: str, encoding: str = "utf-8", errors: str = "strict" + ) -> IO[str]: + return (importlib.resources.files(package) / resource).open( + "r", encoding=encoding, errors=errors + ) + + +# packages in the stdlib that may have installation metadata, but should not be +# considered 'installed'. this theoretically could be determined based on +# dist.location (py27:`sysconfig.get_paths()['stdlib']`, +# py26:sysconfig.get_config_vars('LIBDEST')), but fear platform variation may +# make this ineffective, so hard-coding +stdlib_pkgs = {"python", "wsgiref", "argparse"} + + +# windows detection, covers cpython and ironpython +WINDOWS = sys.platform.startswith("win") or (sys.platform == "cli" and os.name == "nt") diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 0000000..2e7b745 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py @@ -0,0 +1,188 @@ +"""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, + ios_platforms, + mac_platforms, +) + +_apple_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 = _apple_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 _ios_platforms(arch: str) -> List[str]: + match = _apple_arch_pat.match(arch) + if match: + name, major, minor, actual_multiarch = match.groups() + ios_version = (int(major), int(minor)) + arches = [ + # Since we have always only checked that the platform starts + # with "ios", for backwards-compatibility we extract the + # actual prefix provided by the user in case they provided + # something like "ioscustom_". It may be good to remove + # this as undocumented or deprecate it in the future. + "{}_{}".format(name, arch[len("ios_") :]) + for arch in ios_platforms(ios_version, actual_multiarch) + ] + 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.startswith("ios"): + arches = _ios_platforms(arch) + elif arch_prefix in ["manylinux2014", "manylinux2010"]: + arches = _custom_manylinux_platforms(arch) + else: + arches = [arch] + return arches + + +def _expand_allowed_platforms(platforms: Optional[List[str]]) -> Optional[List[str]]: + if not platforms: + return None + + seen = set() + result = [] + + for p in platforms: + if p in seen: + continue + additions = [c for c in _get_custom_platforms(p) if c not in seen] + seen.update(additions) + result.extend(additions) + + return result + + +def _get_python_version(version: str) -> PythonVersion: + if len(version) > 1: + return int(version[0]), int(version[1:]) + else: + return (int(version[0]),) + + +def _get_custom_interpreter( + implementation: Optional[str] = None, version: Optional[str] = None +) -> str: + if implementation is None: + implementation = interpreter_name() + if version is None: + version = interpreter_version() + return f"{implementation}{version}" + + +def get_supported( + version: Optional[str] = None, + platforms: Optional[List[str]] = None, + impl: Optional[str] = None, + abis: Optional[List[str]] = None, +) -> List[Tag]: + """Return a list of supported tags for each version specified in + `versions`. + + :param version: a string version, of the form "33" or "32", + or None. The version will be assumed to support our ABI. + :param platform: specify a list of platforms you want valid + tags for, or None. If None, use the local system platform. + :param impl: specify the exact implementation you want valid + tags for, or None. If None, use the local interpreter impl. + :param abis: specify a list of abis you want valid + tags for, or None. If None, use the local interpreter abi. + """ + supported: List[Tag] = [] + + python_version: Optional[PythonVersion] = None + if version is not None: + python_version = _get_python_version(version) + + interpreter = _get_custom_interpreter(impl, version) + + platforms = _expand_allowed_platforms(platforms) + + is_cpython = (impl or interpreter_name()) == "cp" + if is_cpython: + supported.extend( + cpython_tags( + python_version=python_version, + abis=abis, + platforms=platforms, + ) + ) + else: + supported.extend( + generic_tags( + interpreter=interpreter, + abis=abis, + platforms=platforms, + ) + ) + supported.extend( + compatible_tags( + python_version=python_version, + interpreter=interpreter, + platforms=platforms, + ) + ) + + return supported diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000..8668b3b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/datetime.py @@ -0,0 +1,11 @@ +"""For when pip wants to check the date or time. +""" + +import datetime + + +def today_is_later_than(year: int, month: int, day: int) -> bool: + today = datetime.date.today() + given = datetime.date(year, month, day) + + return today > given diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 0000000..0911147 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,124 @@ +""" +A module that implements tooling to enable easy warnings about deprecations. +""" + +import logging +import warnings +from typing import Any, Optional, TextIO, Type, Union + +from pip._vendor.packaging.version import parse + +from pip import __version__ as current_version # NOTE: tests patch this name. + +DEPRECATION_MSG_PREFIX = "DEPRECATION: " + + +class PipDeprecationWarning(Warning): + pass + + +_original_showwarning: Any = None + + +# Warnings <-> Logging Integration +def _showwarning( + message: Union[Warning, str], + category: Type[Warning], + filename: str, + lineno: int, + file: Optional[TextIO] = None, + line: Optional[str] = None, +) -> None: + if file is not None: + if _original_showwarning is not None: + _original_showwarning(message, category, filename, lineno, file, line) + elif issubclass(category, PipDeprecationWarning): + # We use a specially named logger which will handle all of the + # deprecation messages for pip. + logger = logging.getLogger("pip._internal.deprecations") + logger.warning(message) + else: + _original_showwarning(message, category, filename, lineno, file, line) + + +def install_warning_logger() -> None: + # Enable our Deprecation Warnings + warnings.simplefilter("default", PipDeprecationWarning, append=True) + + global _original_showwarning + + if _original_showwarning is None: + _original_showwarning = warnings.showwarning + warnings.showwarning = _showwarning + + +def deprecated( + *, + reason: str, + replacement: Optional[str], + gone_in: Optional[str], + feature_flag: Optional[str] = None, + issue: Optional[int] = None, +) -> None: + """Helper to deprecate existing functionality. + + reason: + Textual reason shown to the user about why this functionality has + been deprecated. Should be a complete sentence. + replacement: + Textual suggestion shown to the user about what alternative + functionality they can use. + gone_in: + The version of pip does this functionality should get removed in. + Raises an error if pip's current version is greater than or equal to + this. + feature_flag: + Command-line flag of the form --use-feature={feature_flag} for testing + upcoming functionality. + issue: + Issue number on the tracker that would serve as a useful place for + users to find related discussion and provide feedback. + """ + + # Determine whether or not the feature is already gone in this version. + is_gone = gone_in is not None and parse(current_version) >= parse(gone_in) + + message_parts = [ + (reason, f"{DEPRECATION_MSG_PREFIX}{{}}"), + ( + gone_in, + ( + "pip {} will enforce this behaviour change." + if not is_gone + else "Since pip {}, this is no longer supported." + ), + ), + ( + replacement, + "A possible replacement is {}.", + ), + ( + feature_flag, + ( + "You can use the flag --use-feature={} to test the upcoming behaviour." + if not is_gone + else None + ), + ), + ( + issue, + "Discussion can be found at https://github.com/pypa/pip/issues/{}", + ), + ] + + message = " ".join( + format_str.format(value) + for value, format_str in message_parts + if format_str is not None and value is not None + ) + + # Raise as an error if this behaviour is deprecated. + if is_gone: + raise PipDeprecationWarning(message) + + warnings.warn(message, category=PipDeprecationWarning, stacklevel=2) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 0000000..66020d3 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py @@ -0,0 +1,87 @@ +from typing import Optional + +from pip._internal.models.direct_url import ArchiveInfo, DirectUrl, DirInfo, VcsInfo +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + + +def direct_url_as_pep440_direct_reference(direct_url: DirectUrl, name: str) -> str: + """Convert a DirectUrl to a pip requirement string.""" + direct_url.validate() # if invalid, this is a pip bug + requirement = name + " @ " + fragments = [] + if isinstance(direct_url.info, VcsInfo): + requirement += ( + f"{direct_url.info.vcs}+{direct_url.url}@{direct_url.info.commit_id}" + ) + elif isinstance(direct_url.info, ArchiveInfo): + requirement += direct_url.url + if direct_url.info.hash: + fragments.append(direct_url.info.hash) + else: + assert isinstance(direct_url.info, DirInfo) + requirement += direct_url.url + if direct_url.subdirectory: + fragments.append("subdirectory=" + direct_url.subdirectory) + if fragments: + requirement += "#" + "&".join(fragments) + return requirement + + +def direct_url_for_editable(source_dir: str) -> DirectUrl: + return DirectUrl( + url=path_to_url(source_dir), + info=DirInfo(editable=True), + ) + + +def direct_url_from_link( + link: Link, source_dir: Optional[str] = None, link_is_in_wheel_cache: bool = False +) -> DirectUrl: + if link.is_vcs: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend + url, requested_revision, _ = vcs_backend.get_url_rev_and_auth( + link.url_without_fragment + ) + # For VCS links, we need to find out and add commit_id. + if link_is_in_wheel_cache: + # If the requested VCS link corresponds to a cached + # wheel, it means the requested revision was an + # immutable commit hash, otherwise it would not have + # been cached. In that case we don't have a source_dir + # with the VCS checkout. + assert requested_revision + commit_id = requested_revision + else: + # If the wheel was not in cache, it means we have + # had to checkout from VCS to build and we have a source_dir + # which we can inspect to find out the commit id. + assert source_dir + commit_id = vcs_backend.get_revision(source_dir) + return DirectUrl( + url=url, + info=VcsInfo( + vcs=vcs_backend.name, + commit_id=commit_id, + requested_revision=requested_revision, + ), + subdirectory=link.subdirectory_fragment, + ) + elif link.is_existing_dir(): + return DirectUrl( + url=link.url_without_fragment, + info=DirInfo(), + subdirectory=link.subdirectory_fragment, + ) + else: + hash = None + hash_name = link.hash_name + if hash_name: + hash = f"{hash_name}={link.hash}" + return DirectUrl( + url=link.url_without_fragment, + info=ArchiveInfo(hash=hash), + subdirectory=link.subdirectory_fragment, + ) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000..4a384a6 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,80 @@ +import os +import re +import sys +from typing import List, Optional + +from pip._internal.locations import site_packages, user_site +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) + +__all__ = [ + "egg_link_path_from_sys_path", + "egg_link_path_from_location", +] + + +def _egg_link_names(raw_name: str) -> List[str]: + """ + Convert a Name metadata value to a .egg-link name, by applying + the same substitution as pkg_resources's safe_name function. + Note: we cannot use canonicalize_name because it has a different logic. + + We also look for the raw name (without normalization) as setuptools 69 changed + the way it names .egg-link files (https://github.com/pypa/setuptools/issues/4167). + """ + return [ + re.sub("[^A-Za-z0-9.]+", "-", raw_name) + ".egg-link", + f"{raw_name}.egg-link", + ] + + +def egg_link_path_from_sys_path(raw_name: str) -> Optional[str]: + """ + Look for a .egg-link file for project name, by walking sys.path. + """ + egg_link_names = _egg_link_names(raw_name) + for path_item in sys.path: + for egg_link_name in egg_link_names: + egg_link = os.path.join(path_item, egg_link_name) + if os.path.isfile(egg_link): + return egg_link + return None + + +def egg_link_path_from_location(raw_name: str) -> Optional[str]: + """ + Return the path for the .egg-link file if it exists, otherwise, None. + + There's 3 scenarios: + 1) not in a virtualenv + try to find in site.USER_SITE, then site_packages + 2) in a no-global virtualenv + try to find in site_packages + 3) in a yes-global virtualenv + try to find in site_packages, then site.USER_SITE + (don't look in global location) + + For #1 and #3, there could be odd cases, where there's an egg-link in 2 + locations. + + This method will just return the first one found. + """ + sites: List[str] = [] + if running_under_virtualenv(): + sites.append(site_packages) + if not virtualenv_no_global() and user_site: + sites.append(user_site) + else: + if user_site: + sites.append(user_site) + sites.append(site_packages) + + egg_link_names = _egg_link_names(raw_name) + for site in sites: + for egg_link_name in egg_link_names: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000..1501369 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000..22e356c --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,149 @@ +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._internal.utils.compat import get_path_uid +from pip._internal.utils.misc import format_size +from pip._internal.utils.retry import retry + + +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()) + + +replace = retry(stop_after_delay=1, wait=0.25)(os.replace) + + +# test_writable_dir and _test_writable_dir_win are copied from Flit, +# with the author's agreement to also place them under pip's license. +def test_writable_dir(path: str) -> bool: + """Check if a directory is writable. + + Uses os.access() on POSIX, tries creating files on Windows. + """ + # If the directory doesn't exist, find the closest parent that does. + while not os.path.isdir(path): + parent = os.path.dirname(path) + if parent == path: + break # Should never get here, but infinite loops are bad + path = parent + + if os.name == "posix": + return os.access(path, os.W_OK) + + return _test_writable_dir_win(path) + + +def _test_writable_dir_win(path: str) -> bool: + # os.access doesn't work on Windows: http://bugs.python.org/issue2528 + # and we can't use tempfile: http://bugs.python.org/issue22107 + basename = "accesstest_deleteme_fishfingers_custard_" + alphabet = "abcdefghijklmnopqrstuvwxyz0123456789" + for _ in range(10): + name = basename + "".join(random.choice(alphabet) for _ in range(6)) + file = os.path.join(path, name) + try: + fd = os.open(file, os.O_RDWR | os.O_CREAT | os.O_EXCL) + except FileExistsError: + pass + except PermissionError: + # This could be because there's a directory with the same name. + # But it's highly unlikely there's a directory called that, + # so we'll assume it's because the parent dir is not writable. + # This could as well be because the parent dir is not readable, + # due to non-privileged user access. + return False + else: + os.close(fd) + os.unlink(file) + return True + + # This should never be reached + raise OSError("Unexpected condition testing for writable directory") + + +def find_files(path: str, pattern: str) -> List[str]: + """Returns a list of absolute paths of files beneath path, recursively, + with filenames which match the UNIX-style shell glob pattern.""" + result: List[str] = [] + for root, _, files in os.walk(path): + matches = fnmatch.filter(files, pattern) + result.extend(os.path.join(root, f) for f in matches) + return result + + +def file_size(path: str) -> Union[int, float]: + # If it's a symlink, return 0. + if os.path.islink(path): + return 0 + return os.path.getsize(path) + + +def format_file_size(path: str) -> str: + return format_size(file_size(path)) + + +def directory_size(path: str) -> Union[int, float]: + size = 0.0 + for root, _dirs, files in os.walk(path): + for filename in files: + file_path = os.path.join(root, filename) + size += file_size(file_path) + return size + + +def format_directory_size(path: str) -> str: + return format_size(directory_size(path)) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 0000000..5948570 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py @@ -0,0 +1,27 @@ +"""Filetype information. +""" + +from typing import Tuple + +from pip._internal.utils.misc import splitext + +WHEEL_EXTENSION = ".whl" +BZ2_EXTENSIONS: Tuple[str, ...] = (".tar.bz2", ".tbz") +XZ_EXTENSIONS: Tuple[str, ...] = ( + ".tar.xz", + ".txz", + ".tlz", + ".tar.lz", + ".tar.lzma", +) +ZIP_EXTENSIONS: Tuple[str, ...] = (".zip", WHEEL_EXTENSION) +TAR_EXTENSIONS: Tuple[str, ...] = (".tar.gz", ".tgz", ".tar") +ARCHIVE_EXTENSIONS = ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS + + +def is_archive_file(name: str) -> bool: + """Return True if `name` is a considered as an archive file.""" + ext = splitext(name)[1].lower() + if ext in ARCHIVE_EXTENSIONS: + return True + return False diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000..998868f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,101 @@ +import os +import sys +from typing import Optional, Tuple + + +def glibc_version_string() -> Optional[str]: + "Returns glibc version string, or None if not using glibc." + return glibc_version_string_confstr() or glibc_version_string_ctypes() + + +def glibc_version_string_confstr() -> Optional[str]: + "Primary implementation of glibc_version_string using os.confstr." + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module: + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71/Lib/platform.py#L175-L183 + if sys.platform == "win32": + return None + try: + gnu_libc_version = os.confstr("CS_GNU_LIBC_VERSION") + if gnu_libc_version is None: + return None + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": + _, version = gnu_libc_version.split() + except (AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def glibc_version_string_ctypes() -> Optional[str]: + "Fallback implementation of glibc_version_string using ctypes." + + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + # + # 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't 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 + + +# platform.libc_ver regularly returns completely nonsensical glibc +# versions. E.g. on my computer, platform says: +# +# ~$ python2.7 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.7') +# ~$ python3.5 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.9') +# +# But the truth is: +# +# ~$ ldd --version +# ldd (Debian GLIBC 2.22-11) 2.22 +# +# This is unfortunate, because it means that the linehaul data on libc +# versions that was generated by pip 8.1.2 and earlier is useless and +# misleading. Solution: instead of using platform, use our code that actually +# works. +def libc_ver() -> Tuple[str, str]: + """Try to determine the glibc version + + Returns a tuple of strings (lib, version) which default to empty strings + in case the lookup fails. + """ + glibc_version = glibc_version_string() + if glibc_version is None: + return ("", "") + else: + return ("glibc", glibc_version) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000..535e94f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,147 @@ +import hashlib +from typing import TYPE_CHECKING, BinaryIO, Dict, Iterable, List, NoReturn, Optional + +from pip._internal.exceptions import HashMismatch, HashMissing, InstallationError +from pip._internal.utils.misc import read_chunks + +if TYPE_CHECKING: + from hashlib import _Hash + + +# 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] = [k.lower() for k in sorted(keys)] + self._allowed = allowed + + def __and__(self, other: "Hashes") -> "Hashes": + if not isinstance(other, Hashes): + return NotImplemented + + # If either of the Hashes object is entirely empty (i.e. no hash + # specified at all), all hashes from the other object are allowed. + if not other: + return self + if not self: + return other + + # Otherwise only hashes that present in both objects are allowed. + new = {} + for alg, values in other._allowed.items(): + if alg not in self._allowed: + continue + new[alg] = [v for v in values if v in self._allowed[alg]] + return Hashes(new) + + @property + def digest_count(self) -> int: + return sum(len(digests) for digests in self._allowed.values()) + + def is_hash_allowed(self, hash_name: str, hex_digest: str) -> bool: + """Return whether the given hex digest is allowed.""" + return hex_digest in self._allowed.get(hash_name, []) + + def check_against_chunks(self, chunks: Iterable[bytes]) -> None: + """Check good hashes against ones built from iterable of chunks of + data. + + Raise HashMismatch if none match. + + """ + gots = {} + for hash_name in self._allowed.keys(): + try: + gots[hash_name] = hashlib.new(hash_name) + except (ValueError, TypeError): + raise InstallationError(f"Unknown hash name: {hash_name}") + + for chunk in chunks: + for hash in gots.values(): + hash.update(chunk) + + for hash_name, got in gots.items(): + if got.hexdigest() in self._allowed[hash_name]: + return + self._raise(gots) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMismatch(self._allowed, gots) + + def check_against_file(self, file: BinaryIO) -> None: + """Check good hashes against a file-like object + + Raise HashMismatch if none match. + + """ + return self.check_against_chunks(read_chunks(file)) + + def check_against_path(self, path: str) -> None: + with open(path, "rb") as file: + return self.check_against_file(file) + + def has_one_of(self, hashes: Dict[str, str]) -> bool: + """Return whether any of the given hashes are allowed.""" + for hash_name, hex_digest in hashes.items(): + if self.is_hash_allowed(hash_name, hex_digest): + return True + return False + + def __bool__(self) -> bool: + """Return whether I know any known-good hashes.""" + return bool(self._allowed) + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Hashes): + return NotImplemented + return self._allowed == other._allowed + + def __hash__(self) -> int: + return hash( + ",".join( + sorted( + ":".join((alg, digest)) + for alg, digest_list in self._allowed.items() + for digest in digest_list + ) + ) + ) + + +class MissingHashes(Hashes): + """A workalike for Hashes used when we're missing a hash for a requirement + + It computes the actual hash of the requirement and raises a HashMissing + exception showing it to the user. + + """ + + def __init__(self) -> None: + """Don't offer the ``hashes`` kwarg.""" + # Pass our favorite hash in to generate a "gotten hash". With the + # empty list, it will never match, so an error will always raise. + super().__init__(hashes={FAVORITE_HASH: []}) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMissing(gots[FAVORITE_HASH].hexdigest()) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000..62035fc --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,354 @@ +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 PipConsole(Console): + def on_broken_pipe(self) -> None: + # Reraise the original exception, rich 13.8.0+ exits by default + # instead, preventing our handler from firing. + raise BrokenPipeError() from None + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[Optional[List[str]]] = [] + + def __init__(self, stream: Optional[TextIO], no_color: bool) -> None: + super().__init__( + console=PipConsole(file=stream, no_color=no_color, soft_wrap=True), + show_time=False, + show_level=False, + show_path=False, + highlighter=NullHighlighter(), + ) + + # Our custom override on Rich's logger, to make things work as we need them to. + def emit(self, record: logging.LogRecord) -> None: + style: Optional[Style] = None + + # If we are given a diagnostic error to present, present it with indentation. + if getattr(record, "rich", False): + assert isinstance(record.args, tuple) + (rich_renderable,) = record.args + assert isinstance( + rich_renderable, (ConsoleRenderable, RichCast, str) + ), f"{rich_renderable} is not rich-console-renderable" + + renderable: RenderableType = IndentedRenderable( + rich_renderable, indent=get_indentation() + ) + else: + message = self.format(record) + renderable = self.render_message(record, message) + if record.levelno is not None: + if record.levelno >= logging.ERROR: + style = Style(color="red") + elif record.levelno >= logging.WARNING: + style = Style(color="yellow") + + try: + self.console.print(renderable, overflow="ignore", crop=False, style=style) + except Exception: + self.handleError(record) + + def handleError(self, record: logging.LogRecord) -> None: + """Called when logging is unable to log some output.""" + + exc_class, exc = sys.exc_info()[:2] + # If a broken pipe occurred while calling write() or flush() on the + # stdout stream in logging's Handler.emit(), then raise our special + # exception so we can handle it in main() instead of logging the + # broken pipe error and continuing. + if ( + exc_class + and exc + and self.console.file is sys.stdout + and _is_broken_pipe_error(exc_class, exc) + ): + raise BrokenStdoutLoggingError() + + return super().handleError(record) + + +class BetterRotatingFileHandler(logging.handlers.RotatingFileHandler): + def _open(self) -> TextIOWrapper: + ensure_dir(os.path.dirname(self.baseFilename)) + return super()._open() + + +class MaxLevelFilter(Filter): + def __init__(self, level: int) -> None: + self.level = level + + def filter(self, record: logging.LogRecord) -> bool: + return record.levelno < self.level + + +class ExcludeLoggerFilter(Filter): + """ + A logging Filter that excludes records from a logger (or its children). + """ + + def filter(self, record: logging.LogRecord) -> bool: + # The base Filter class allows only records from a logger (or its + # children). + return not super().filter(record) + + +def setup_logging(verbosity: int, no_color: bool, user_log_file: Optional[str]) -> int: + """Configures and sets up all of the logging + + Returns the requested logging level, as its integer value. + """ + + # Determine the level to be logging at. + if verbosity >= 2: + level_number = logging.DEBUG + elif verbosity == 1: + level_number = VERBOSE + elif verbosity == -1: + level_number = logging.WARNING + elif verbosity == -2: + level_number = logging.ERROR + elif verbosity <= -3: + level_number = logging.CRITICAL + else: + level_number = logging.INFO + + level = logging.getLevelName(level_number) + + # The "root" logger should match the "console" level *unless* we also need + # to log to a user log file. + include_user_log = user_log_file is not None + if include_user_log: + additional_log_file = user_log_file + root_level = "DEBUG" + else: + additional_log_file = "/dev/null" + root_level = level + + # Disable any logging besides WARNING unless we have DEBUG level logging + # enabled for vendored libraries. + vendored_log_level = "WARNING" if level in ["INFO", "ERROR"] else "DEBUG" + + # Shorthands for clarity + log_streams = { + "stdout": "ext://sys.stdout", + "stderr": "ext://sys.stderr", + } + handler_classes = { + "stream": "pip._internal.utils.logging.RichPipStreamHandler", + "file": "pip._internal.utils.logging.BetterRotatingFileHandler", + } + handlers = ["console", "console_errors", "console_subprocess"] + ( + ["user_log"] if include_user_log else [] + ) + + logging.config.dictConfig( + { + "version": 1, + "disable_existing_loggers": False, + "filters": { + "exclude_warnings": { + "()": "pip._internal.utils.logging.MaxLevelFilter", + "level": logging.WARNING, + }, + "restrict_to_subprocess": { + "()": "logging.Filter", + "name": subprocess_logger.name, + }, + "exclude_subprocess": { + "()": "pip._internal.utils.logging.ExcludeLoggerFilter", + "name": subprocess_logger.name, + }, + }, + "formatters": { + "indent": { + "()": IndentingFormatter, + "format": "%(message)s", + }, + "indent_with_timestamp": { + "()": IndentingFormatter, + "format": "%(message)s", + "add_timestamp": True, + }, + }, + "handlers": { + "console": { + "level": level, + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stdout"], + "filters": ["exclude_subprocess", "exclude_warnings"], + "formatter": "indent", + }, + "console_errors": { + "level": "WARNING", + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stderr"], + "filters": ["exclude_subprocess"], + "formatter": "indent", + }, + # A handler responsible for logging to the console messages + # from the "subprocessor" logger. + "console_subprocess": { + "level": level, + "class": handler_classes["stream"], + "stream": log_streams["stderr"], + "no_color": no_color, + "filters": ["restrict_to_subprocess"], + "formatter": "indent", + }, + "user_log": { + "level": "DEBUG", + "class": handler_classes["file"], + "filename": additional_log_file, + "encoding": "utf-8", + "delay": True, + "formatter": "indent_with_timestamp", + }, + }, + "root": { + "level": root_level, + "handlers": handlers, + }, + "loggers": {"pip._vendor": {"level": vendored_log_level}}, + } + ) + + return level_number diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000..44f6a05 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,773 @@ +import errno +import getpass +import hashlib +import logging +import os +import posixpath +import shutil +import stat +import sys +import sysconfig +import urllib.parse +from dataclasses import dataclass +from functools import partial +from io import StringIO +from itertools import filterfalse, tee, zip_longest +from pathlib import Path +from types import FunctionType, TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + Generator, + Iterable, + Iterator, + List, + Mapping, + Optional, + Sequence, + TextIO, + Tuple, + Type, + TypeVar, + Union, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +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.retry import retry +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", + "ensure_dir", + "remove_auth_from_url", + "check_externally_managed", + "ConfiguredBuildBackendHookCaller", +] + +logger = logging.getLogger(__name__) + +T = TypeVar("T") +ExcInfo = Tuple[Type[BaseException], BaseException, TracebackType] +VersionInfo = Tuple[int, int, int] +NetlocTuple = Tuple[str, Tuple[Optional[str], Optional[str]]] +OnExc = Callable[[FunctionType, Path, BaseException], Any] +OnErr = Callable[[FunctionType, Path, ExcInfo], Any] + +FILE_CHUNK_SIZE = 1024 * 1024 + + +def get_pip_version() -> str: + pip_pkg_dir = os.path.join(os.path.dirname(__file__), "..", "..") + pip_pkg_dir = os.path.abspath(pip_pkg_dir) + + return f"pip {__version__} from {pip_pkg_dir} (python {get_major_minor_version()})" + + +def normalize_version_info(py_version_info: Tuple[int, ...]) -> Tuple[int, int, int]: + """ + Convert a tuple of ints representing a Python version to one of length + three. + + :param py_version_info: a tuple of ints representing a Python version, + or None to specify no version. The tuple can have any length. + + :return: a tuple of length three if `py_version_info` is non-None. + Otherwise, return `py_version_info` unchanged (i.e. None). + """ + if len(py_version_info) < 3: + py_version_info += (3 - len(py_version_info)) * (0,) + elif len(py_version_info) > 3: + py_version_info = py_version_info[:3] + + return cast("VersionInfo", py_version_info) + + +def ensure_dir(path: str) -> None: + """os.path.makedirs without EEXIST.""" + try: + os.makedirs(path) + except OSError as e: + # Windows can raise spurious ENOTEMPTY errors. See #6426. + if e.errno != errno.EEXIST and e.errno != errno.ENOTEMPTY: + raise + + +def get_prog() -> str: + try: + prog = os.path.basename(sys.argv[0]) + if prog in ("__main__.py", "-c"): + return f"{sys.executable} -m pip" + else: + return prog + except (AttributeError, TypeError, IndexError): + pass + return "pip" + + +# Retry every half second for up to 3 seconds +@retry(stop_after_delay=3, wait=0.5) +def rmtree( + dir: str, ignore_errors: bool = False, onexc: Optional[OnExc] = None +) -> None: + if ignore_errors: + onexc = _onerror_ignore + if onexc is None: + onexc = _onerror_reraise + handler: OnErr = partial(rmtree_errorhandler, onexc=onexc) + if sys.version_info >= (3, 12): + # See https://docs.python.org/3.12/whatsnew/3.12.html#shutil. + shutil.rmtree(dir, onexc=handler) # type: ignore + else: + shutil.rmtree(dir, onerror=handler) # type: ignore + + +def _onerror_ignore(*_args: Any) -> None: + pass + + +def _onerror_reraise(*_args: Any) -> None: + raise # noqa: PLE0704 - Bare exception used to reraise existing exception + + +def rmtree_errorhandler( + func: FunctionType, + path: Path, + exc_info: Union[ExcInfo, BaseException], + *, + onexc: OnExc = _onerror_reraise, +) -> None: + """ + `rmtree` error handler to 'force' a file remove (i.e. like `rm -f`). + + * If a file is readonly then it's write flag is set and operation is + retried. + + * `onerror` is the original callback from `rmtree(... onerror=onerror)` + that is chained at the end if the "rm -f" still fails. + """ + try: + st_mode = os.stat(path).st_mode + except OSError: + # it's equivalent to os.path.exists + return + + if not st_mode & stat.S_IWRITE: + # convert to read/write + try: + os.chmod(path, st_mode | stat.S_IWRITE) + except OSError: + pass + else: + # use the original function to repeat the operation + try: + func(path) + return + except OSError: + pass + + if not isinstance(exc_info, BaseException): + _, exc_info, _ = exc_info + onexc(func, path, exc_info) + + +def display_path(path: str) -> str: + """Gives the display value for a given path, making it relative to cwd + if possible.""" + path = os.path.normcase(os.path.abspath(path)) + if path.startswith(os.getcwd() + os.path.sep): + path = "." + path[len(os.getcwd()) :] + return path + + +def backup_dir(dir: str, ext: str = ".bak") -> str: + """Figure out the name of a directory to back up the given dir to + (adding .bak, .bak2, etc)""" + n = 1 + extension = ext + while os.path.exists(dir + extension): + n += 1 + extension = ext + str(n) + return dir + extension + + +def ask_path_exists(message: str, options: Iterable[str]) -> str: + for action in os.environ.get("PIP_EXISTS_ACTION", "").split(): + if action in options: + return action + return ask(message, options) + + +def _check_no_input(message: str) -> None: + """Raise an error if no input is allowed.""" + if os.environ.get("PIP_NO_INPUT"): + raise Exception( + f"No input was expected ($PIP_NO_INPUT set); question: {message}" + ) + + +def ask(message: str, options: Iterable[str]) -> str: + """Ask the message interactively, with the given possible responses""" + while 1: + _check_no_input(message) + response = input(message) + response = response.strip().lower() + if response not in options: + print( + "Your response ({!r}) was not one of the expected responses: " + "{}".format(response, ", ".join(options)) + ) + else: + return response + + +def ask_input(message: str) -> str: + """Ask for input interactively.""" + _check_no_input(message) + return input(message) + + +def ask_password(message: str) -> str: + """Ask for a password interactively.""" + _check_no_input(message) + return getpass.getpass(message) + + +def strtobool(val: str) -> int: + """Convert a string representation of truth to true (1) or false (0). + + True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values + are 'n', 'no', 'f', 'false', 'off', and '0'. Raises ValueError if + 'val' is anything else. + """ + val = val.lower() + if val in ("y", "yes", "t", "true", "on", "1"): + return 1 + elif val in ("n", "no", "f", "false", "off", "0"): + return 0 + else: + raise ValueError(f"invalid truth value {val!r}") + + +def format_size(bytes: float) -> str: + if bytes > 1000 * 1000: + return f"{bytes / 1000.0 / 1000:.1f} MB" + elif bytes > 10 * 1000: + return f"{int(bytes / 1000)} kB" + elif bytes > 1000: + return f"{bytes / 1000.0:.1f} kB" + else: + return f"{int(bytes)} bytes" + + +def tabulate(rows: Iterable[Iterable[Any]]) -> Tuple[List[str], List[int]]: + """Return a list of formatted rows and a list of column sizes. + + For example:: + + >>> tabulate([['foobar', 2000], [0xdeadbeef]]) + (['foobar 2000', '3735928559'], [10, 4]) + """ + rows = [tuple(map(str, row)) for row in rows] + sizes = [max(map(len, col)) for col in zip_longest(*rows, fillvalue="")] + table = [" ".join(map(str.ljust, row, sizes)).rstrip() for row in rows] + return table, sizes + + +def is_installable_dir(path: str) -> bool: + """Is path is a directory containing pyproject.toml or setup.py? + + If pyproject.toml exists, this is a PEP 517 project. Otherwise we look for + a legacy setuptools layout by identifying setup.py. We don't check for the + setup.cfg because using it without setup.py is only available for PEP 517 + projects, which are already covered by the pyproject.toml check. + """ + if not os.path.isdir(path): + return False + if os.path.isfile(os.path.join(path, "pyproject.toml")): + return True + if os.path.isfile(os.path.join(path, "setup.py")): + return True + return False + + +def read_chunks( + file: BinaryIO, size: int = FILE_CHUNK_SIZE +) -> Generator[bytes, None, None]: + """Yield pieces of data from a file-like object until EOF.""" + while True: + chunk = file.read(size) + if not chunk: + break + yield chunk + + +def normalize_path(path: str, resolve_symlinks: bool = True) -> str: + """ + Convert a path to its canonical, case-normalized, absolute version. + + """ + path = os.path.expanduser(path) + if resolve_symlinks: + path = os.path.realpath(path) + else: + path = os.path.abspath(path) + return os.path.normcase(path) + + +def splitext(path: str) -> Tuple[str, str]: + """Like os.path.splitext, but take off .tar too""" + base, ext = posixpath.splitext(path) + if base.lower().endswith(".tar"): + ext = base[-4:] + ext + base = base[:-4] + return base, ext + + +def renames(old: str, new: str) -> None: + """Like os.renames(), but handles renaming across devices.""" + # Implementation borrowed from os.renames(). + head, tail = os.path.split(new) + if head and tail and not os.path.exists(head): + os.makedirs(head) + + shutil.move(old, new) + + head, tail = os.path.split(old) + if head and tail: + try: + os.removedirs(head) + except OSError: + pass + + +def is_local(path: str) -> bool: + """ + Return True if path is within sys.prefix, if we're running in a virtualenv. + + If we're not in a virtualenv, all paths are considered "local." + + Caution: this function assumes the head of path has been normalized + with normalize_path. + """ + if not running_under_virtualenv(): + return True + return path.startswith(normalize_path(sys.prefix)) + + +def write_output(msg: Any, *args: Any) -> None: + logger.info(msg, *args) + + +class StreamWrapper(StringIO): + orig_stream: TextIO + + @classmethod + def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": + ret = cls() + ret.orig_stream = orig_stream + return ret + + # compileall.compile_dir() needs stdout.encoding to print to stdout + # type ignore is because TextIOBase.encoding is writeable + @property + def encoding(self) -> str: # type: ignore + return self.orig_stream.encoding + + +# Simulates an enum +def enum(*sequential: Any, **named: Any) -> Type[Any]: + enums = dict(zip(sequential, range(len(sequential))), **named) + reverse = {value: key for key, value in enums.items()} + enums["reverse_mapping"] = reverse + return type("Enum", (), enums) + + +def build_netloc(host: str, port: Optional[int]) -> str: + """ + Build a netloc from a host-port pair + """ + if port is None: + return host + if ":" in host: + # Only wrap host with square brackets when it is IPv6 + host = f"[{host}]" + return f"{host}:{port}" + + +def build_url_from_netloc(netloc: str, scheme: str = "https") -> str: + """ + Build a full URL from a netloc. + """ + if netloc.count(":") >= 2 and "@" not in netloc and "[" not in netloc: + # It must be a bare IPv6 address, so wrap it with brackets. + netloc = f"[{netloc}]" + return f"{scheme}://{netloc}" + + +def parse_netloc(netloc: str) -> Tuple[Optional[str], Optional[int]]: + """ + Return the host-port pair from a netloc. + """ + url = build_url_from_netloc(netloc) + parsed = urllib.parse.urlparse(url) + return parsed.hostname, parsed.port + + +def split_auth_from_netloc(netloc: str) -> NetlocTuple: + """ + Parse out and remove the auth information from a netloc. + + Returns: (netloc, (username, password)). + """ + if "@" not in netloc: + return netloc, (None, None) + + # Split from the right because that's how urllib.parse.urlsplit() + # behaves if more than one @ is present (which can be checked using + # the password attribute of urlsplit()'s return value). + auth, netloc = netloc.rsplit("@", 1) + pw: Optional[str] = None + if ":" in auth: + # Split from the left because that's how urllib.parse.urlsplit() + # behaves if more than one : is present (which again can be checked + # using the password attribute of the return value) + user, pw = auth.split(":", 1) + else: + user, pw = auth, None + + user = urllib.parse.unquote(user) + if pw is not None: + pw = urllib.parse.unquote(pw) + + return netloc, (user, pw) + + +def redact_netloc(netloc: str) -> str: + """ + Replace the sensitive data in a netloc with "****", if it exists. + + For example: + - "user:pass@example.com" returns "user:****@example.com" + - "accesstoken@example.com" returns "****@example.com" + """ + netloc, (user, password) = split_auth_from_netloc(netloc) + if user is None: + return netloc + if password is None: + user = "****" + password = "" + else: + user = urllib.parse.quote(user) + password = ":****" + return f"{user}{password}@{netloc}" + + +def _transform_url( + url: str, transform_netloc: Callable[[str], Tuple[Any, ...]] +) -> Tuple[str, NetlocTuple]: + """Transform and replace netloc in a url. + + transform_netloc is a function taking the netloc and returning a + tuple. The first element of this tuple is the new netloc. The + entire tuple is returned. + + Returns a tuple containing the transformed url as item 0 and the + original tuple returned by transform_netloc as item 1. + """ + purl = urllib.parse.urlsplit(url) + netloc_tuple = transform_netloc(purl.netloc) + # stripped url + url_pieces = (purl.scheme, netloc_tuple[0], purl.path, purl.query, purl.fragment) + surl = urllib.parse.urlunsplit(url_pieces) + return surl, cast("NetlocTuple", netloc_tuple) + + +def _get_netloc(netloc: str) -> NetlocTuple: + return split_auth_from_netloc(netloc) + + +def _redact_netloc(netloc: str) -> Tuple[str]: + return (redact_netloc(netloc),) + + +def split_auth_netloc_from_url( + url: str, +) -> Tuple[str, str, Tuple[Optional[str], Optional[str]]]: + """ + Parse a url into separate netloc, auth, and url with no auth. + + Returns: (url_without_auth, netloc, (username, password)) + """ + url_without_auth, (netloc, auth) = _transform_url(url, _get_netloc) + return url_without_auth, netloc, auth + + +def remove_auth_from_url(url: str) -> str: + """Return a copy of url with 'username:password@' removed.""" + # username/pass params are passed to subversion through flags + # and are not recognized in the url. + return _transform_url(url, _get_netloc)[0] + + +def redact_auth_from_url(url: str) -> str: + """Replace the password in a given url with ****.""" + return _transform_url(url, _redact_netloc)[0] + + +def redact_auth_from_requirement(req: Requirement) -> str: + """Replace the password in a given requirement url with ****.""" + if not req.url: + return str(req) + return str(req).replace(req.url, redact_auth_from_url(req.url)) + + +@dataclass(frozen=True) +class HiddenText: + secret: str + redacted: str + + def __repr__(self) -> str: + return f"" + + def __str__(self) -> str: + return self.redacted + + # This is useful for testing. + def __eq__(self, other: Any) -> bool: + if type(self) is not type(other): + return False + + # The string being used for redaction doesn't also have to match, + # just the raw, original string. + return self.secret == other.secret + + +def hide_value(value: str) -> HiddenText: + return HiddenText(value, redacted="****") + + +def hide_url(url: str) -> HiddenText: + redacted = redact_auth_from_url(url) + return HiddenText(url, redacted=redacted) + + +def protect_pip_from_modification_on_windows(modifying_pip: bool) -> None: + """Protection of pip.exe from modification on Windows + + On Windows, any operation modifying pip should be run as: + python -m pip ... + """ + pip_names = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", + ] + + # See https://github.com/pypa/pip/issues/1299 for more discussion + should_show_use_python_msg = ( + modifying_pip and WINDOWS and os.path.basename(sys.argv[0]) in pip_names + ) + + if should_show_use_python_msg: + new_command = [sys.executable, "-m", "pip"] + sys.argv[1:] + raise CommandError( + "To modify pip, please run the following command:\n{}".format( + " ".join(new_command) + ) + ) + + +def check_externally_managed() -> None: + """Check whether the current environment is externally managed. + + If the ``EXTERNALLY-MANAGED`` config file is found, the current environment + is considered externally managed, and an ExternallyManagedEnvironment is + raised. + """ + if running_under_virtualenv(): + return + marker = os.path.join(sysconfig.get_path("stdlib"), "EXTERNALLY-MANAGED") + if not os.path.isfile(marker): + return + raise ExternallyManagedEnvironment.from_config(marker) + + +def is_console_interactive() -> bool: + """Is this console interactive?""" + return sys.stdin is not None and sys.stdin.isatty() + + +def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: + """Return (hash, length) for path using hashlib.sha256()""" + + h = hashlib.sha256() + length = 0 + with open(path, "rb") as f: + for block in read_chunks(f, size=blocksize): + length += len(block) + h.update(block) + return h, length + + +def pairwise(iterable: Iterable[Any]) -> Iterator[Tuple[Any, Any]]: + """ + Return paired elements. + + For example: + s -> (s0, s1), (s2, s3), (s4, s5), ... + """ + iterable = iter(iterable) + return zip_longest(iterable, iterable) + + +def partition( + pred: Callable[[T], bool], iterable: Iterable[T] +) -> Tuple[Iterable[T], Iterable[T]]: + """ + Use a predicate to partition entries into false entries and true entries, + like + + partition(is_odd, range(10)) --> 0 2 4 6 8 and 1 3 5 7 9 + """ + t1, t2 = tee(iterable) + return filterfalse(pred, t1), filter(pred, t2) + + +class ConfiguredBuildBackendHookCaller(BuildBackendHookCaller): + def __init__( + self, + config_holder: Any, + source_dir: str, + build_backend: str, + backend_path: Optional[str] = None, + runner: Optional[Callable[..., None]] = None, + python_executable: Optional[str] = None, + ): + super().__init__( + source_dir, build_backend, backend_path, runner, python_executable + ) + self.config_holder = config_holder + + def build_wheel( + self, + wheel_directory: str, + config_settings: Optional[Mapping[str, Any]] = 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[Mapping[str, Any]] = 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[Mapping[str, Any]] = 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[Mapping[str, Any]] = None + ) -> Sequence[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[Mapping[str, Any]] = None + ) -> Sequence[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[Mapping[str, Any]] = None + ) -> Sequence[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[Mapping[str, Any]] = 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[Mapping[str, Any]] = None, + _allow_fallback: bool = True, + ) -> Optional[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, + ) + + +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, possibly " + "rendering your system unusable. " + "It is recommended to use a virtual environment instead: " + "https://pip.pypa.io/warnings/venv. " + "Use the --root-user-action option if you know what you are doing and " + "want to suppress this warning." + ) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 0000000..caad70f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,58 @@ +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__) + + +@functools.lru_cache(maxsize=32) +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=2048) +def get_requirement(req_string: str) -> Requirement: + """Construct a packaging.Requirement object with caching""" + # Parsing requirement strings is expensive, and is also expected to happen + # with a low diversity of different arguments (at least relative the number + # constructed). This method adds a cache to requirement object creation to + # minimize repeated parsing of the same string to construct equivalent + # Requirement objects. + return Requirement(req_string) + + +def safe_extra(extra: str) -> NormalizedExtra: + """Convert an arbitrary string to a standard 'extra' name + + Any runs of non-alphanumeric characters are replaced with a single '_', + and the result is always lowercased. + + This function is duplicated from ``pkg_resources``. Note that this is not + the same to either ``canonicalize_name`` or ``_egg_link_name``. + """ + return cast(NormalizedExtra, re.sub("[^A-Za-z0-9.-]+", "_", extra).lower()) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/retry.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/retry.py new file mode 100644 index 0000000..abfe072 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/retry.py @@ -0,0 +1,42 @@ +import functools +from time import perf_counter, sleep +from typing import Callable, TypeVar + +from pip._vendor.typing_extensions import ParamSpec + +T = TypeVar("T") +P = ParamSpec("P") + + +def retry( + wait: float, stop_after_delay: float +) -> Callable[[Callable[P, T]], Callable[P, T]]: + """Decorator to automatically retry a function on error. + + If the function raises, the function is recalled with the same arguments + until it returns or the time limit is reached. When the time limit is + surpassed, the last exception raised is reraised. + + :param wait: The time to wait after an error before retrying, in seconds. + :param stop_after_delay: The time limit after which retries will cease, + in seconds. + """ + + def wrapper(func: Callable[P, T]) -> Callable[P, T]: + + @functools.wraps(func) + def retry_wrapped(*args: P.args, **kwargs: P.kwargs) -> T: + # The performance counter is monotonic on all platforms we care + # about and has much better resolution than time.monotonic(). + start_time = perf_counter() + while True: + try: + return func(*args, **kwargs) + except Exception: + if perf_counter() - start_time > stop_after_delay: + raise + sleep(wait) + + return retry_wrapped + + return wrapper diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 0000000..96d1b24 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,146 @@ +import sys +import textwrap +from typing import List, Optional, Sequence + +# Shim to wrap setup.py invocation with setuptools +# Note that __file__ is handled via two {!r} *and* %r, to ensure that paths on +# Windows are correctly handled (it should be "C:\\Users" not "C:\Users"). +_SETUPTOOLS_SHIM = textwrap.dedent( + """ + exec(compile(''' + # This is -- a caller that pip uses to run setup.py + # + # - It imports setuptools before invoking setup.py, to enable projects that directly + # import from `distutils.core` to work with newer packaging standards. + # - It provides a clear error message when setuptools is not installed. + # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so + # setuptools doesn't think the script is `-c`. This avoids the following warning: + # manifest_maker: standard file '-c' not found". + # - It generates a shim setup.py, for handling setup.cfg-only projects. + import os, sys, tokenize + + try: + import setuptools + except ImportError as error: + print( + "ERROR: Can not execute `setup.py` since setuptools is not available in " + "the build environment.", + file=sys.stderr, + ) + sys.exit(1) + + __file__ = %r + sys.argv[0] = __file__ + + if os.path.exists(__file__): + filename = __file__ + with tokenize.open(__file__) as f: + setup_py_code = f.read() + else: + filename = "" + setup_py_code = "from setuptools import setup; setup()" + + exec(compile(setup_py_code, filename, "exec")) + ''' % ({!r},), "", "exec")) + """ +).rstrip() + + +def make_setuptools_shim_args( + setup_py_path: str, + global_options: Optional[Sequence[str]] = None, + no_user_config: bool = False, + unbuffered_output: bool = False, +) -> List[str]: + """ + Get setuptools command arguments with shim wrapped setup file invocation. + + :param setup_py_path: The path to setup.py to be wrapped. + :param global_options: Additional global options. + :param no_user_config: If True, disables personal user configuration. + :param unbuffered_output: If True, adds the unbuffered switch to the + argument list. + """ + args = [sys.executable] + if unbuffered_output: + args += ["-u"] + args += ["-c", _SETUPTOOLS_SHIM.format(setup_py_path)] + if global_options: + args += global_options + if no_user_config: + args += ["--no-user-cfg"] + return args + + +def make_setuptools_bdist_wheel_args( + setup_py_path: str, + global_options: Sequence[str], + build_options: Sequence[str], + destination_dir: str, +) -> List[str]: + # NOTE: Eventually, we'd want to also -S to the flags here, when we're + # isolating. Currently, it breaks Python in virtualenvs, because it + # relies on site.py to find parts of the standard library outside the + # virtualenv. + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["bdist_wheel", "-d", destination_dir] + args += build_options + return args + + +def make_setuptools_clean_args( + setup_py_path: str, + global_options: Sequence[str], +) -> List[str]: + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["clean", "--all"] + return args + + +def make_setuptools_develop_args( + setup_py_path: str, + *, + global_options: Sequence[str], + no_user_config: bool, + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, +) -> List[str]: + assert not (use_user_site and prefix) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + ) + + args += ["develop", "--no-deps"] + + if prefix: + args += ["--prefix", prefix] + if home is not None: + args += ["--install-dir", home] + + if use_user_site: + args += ["--user", "--prefix="] + + return args + + +def make_setuptools_egg_info_args( + setup_py_path: str, + egg_info_dir: Optional[str], + no_user_config: bool, +) -> List[str]: + args = make_setuptools_shim_args(setup_py_path, no_user_config=no_user_config) + + args += ["egg_info"] + + if egg_info_dir: + args += ["--egg-base", egg_info_dir] + + return args diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000..cb2e23f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,245 @@ +import logging +import os +import shlex +import subprocess +from typing import Any, Callable, Iterable, List, Literal, 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 + +CommandArgs = List[Union[str, HiddenText]] + + +def make_command(*args: Union[str, HiddenText, CommandArgs]) -> CommandArgs: + """ + Create a CommandArgs object. + """ + command_args: CommandArgs = [] + for arg in args: + # Check for list instead of CommandArgs since CommandArgs is + # only known during type-checking. + if isinstance(arg, list): + command_args.extend(arg) + else: + # Otherwise, arg is str or HiddenText. + command_args.append(arg) + + return command_args + + +def format_command_args(args: Union[List[str], CommandArgs]) -> str: + """ + Format command arguments for display. + """ + # For HiddenText arguments, display the redacted form by calling str(). + # Also, we don't apply str() to arguments that aren't HiddenText since + # this can trigger a UnicodeDecodeError in Python 2 if the argument + # has type unicode and includes a non-ascii character. (The type + # checker doesn't ensure the annotations are correct in all cases.) + return " ".join( + shlex.quote(str(arg)) if isinstance(arg, HiddenText) else shlex.quote(arg) + for arg in args + ) + + +def reveal_command_args(args: Union[List[str], CommandArgs]) -> List[str]: + """ + Return the arguments in their raw, unredacted form. + """ + return [arg.secret if isinstance(arg, HiddenText) else arg for arg in args] + + +def call_subprocess( + cmd: Union[List[str], CommandArgs], + show_stdout: bool = False, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + unset_environ: Optional[Iterable[str]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: Optional[bool] = True, + stdout_only: Optional[bool] = False, + *, + command_desc: str, +) -> str: + """ + Args: + show_stdout: if true, use INFO to log the subprocess's stderr and + stdout streams. Otherwise, use DEBUG. Defaults to False. + extra_ok_returncodes: an iterable of integer return codes that are + acceptable, in addition to 0. Defaults to None, which means []. + unset_environ: an iterable of environment variable names to unset + prior to calling subprocess.Popen(). + log_failed_cmd: if false, failed commands are not logged, only raised. + stdout_only: if true, return only stdout, else return both. When true, + logging of both stdout and stderr occurs when the subprocess has + terminated, else logging occurs as subprocess output is produced. + """ + if extra_ok_returncodes is None: + extra_ok_returncodes = [] + if unset_environ is None: + unset_environ = [] + # Most places in pip use show_stdout=False. What this means is-- + # + # - We connect the child's output (combined stderr and stdout) to a + # single pipe, which we read. + # - We log this output to stderr at DEBUG level as it is received. + # - If DEBUG logging isn't enabled (e.g. if --verbose logging wasn't + # requested), then we show a spinner so the user can still see the + # subprocess is in progress. + # - If the subprocess exits with an error, we log the output to stderr + # at ERROR level if it hasn't already been displayed to the console + # (e.g. if --verbose logging wasn't enabled). This way we don't log + # the output to the console twice. + # + # If show_stdout=True, then the above is still done, but with DEBUG + # replaced by INFO. + if show_stdout: + # Then log the subprocess output at INFO level. + log_subprocess: Callable[..., None] = subprocess_logger.info + used_level = logging.INFO + else: + # Then log the subprocess output using VERBOSE. This also ensures + # it will be logged to the log file (aka user_log), if enabled. + log_subprocess = subprocess_logger.verbose + used_level = VERBOSE + + # Whether the subprocess will be visible in the console. + showing_subprocess = subprocess_logger.getEffectiveLevel() <= used_level + + # Only use the spinner if we're not showing the subprocess output + # and we have a spinner. + use_spinner = not showing_subprocess and spinner is not None + + log_subprocess("Running command %s", command_desc) + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + for name in unset_environ: + env.pop(name, None) + try: + proc = subprocess.Popen( + # Convert HiddenText objects to the underlying str. + reveal_command_args(cmd), + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT if not stdout_only else subprocess.PIPE, + cwd=cwd, + env=env, + errors="backslashreplace", + ) + except Exception as exc: + if log_failed_cmd: + subprocess_logger.critical( + "Error %s while executing command %s", + exc, + command_desc, + ) + raise + all_output = [] + if not stdout_only: + assert proc.stdout + assert proc.stdin + proc.stdin.close() + # In this mode, stdout and stderr are in the same pipe. + while True: + line: str = proc.stdout.readline() + if not line: + break + line = line.rstrip() + all_output.append(line + "\n") + + # Show the line immediately. + log_subprocess(line) + # Update the spinner. + if use_spinner: + assert spinner + spinner.spin() + try: + proc.wait() + finally: + if proc.stdout: + proc.stdout.close() + output = "".join(all_output) + else: + # In this mode, stdout and stderr are in different pipes. + # We must use communicate() which is the only safe way to read both. + out, err = proc.communicate() + # log line by line to preserve pip log indenting + for out_line in out.splitlines(): + log_subprocess(out_line) + all_output.append(out) + for err_line in err.splitlines(): + log_subprocess(err_line) + all_output.append(err) + output = out + + proc_had_error = proc.returncode and proc.returncode not in extra_ok_returncodes + if use_spinner: + assert spinner + if proc_had_error: + spinner.finish("error") + else: + spinner.finish("done") + if proc_had_error: + if on_returncode == "raise": + error = InstallationSubprocessError( + command_description=command_desc, + exit_code=proc.returncode, + output_lines=all_output if not showing_subprocess else None, + ) + if log_failed_cmd: + subprocess_logger.error("%s", error, extra={"rich": True}) + subprocess_logger.verbose( + "[bold magenta]full command[/]: [blue]%s[/]", + escape(format_command_args(cmd)), + extra={"markup": True}, + ) + subprocess_logger.verbose( + "[bold magenta]cwd[/]: %s", + escape(cwd or "[inherit]"), + extra={"markup": True}, + ) + + raise error + elif on_returncode == "warn": + subprocess_logger.warning( + 'Command "%s" had error code %s in %s', + command_desc, + proc.returncode, + cwd, + ) + elif on_returncode == "ignore": + pass + else: + raise ValueError(f"Invalid value: on_returncode={on_returncode!r}") + return output + + +def runner_with_spinner_message(message: str) -> Callable[..., None]: + """Provide a subprocess_runner that shows a spinner message. + + Intended for use with for BuildBackendHookCaller. Thus, the runner has + an API that matches what's expected by BuildBackendHookCaller.subprocess_runner. + """ + + def runner( + cmd: List[str], + cwd: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + ) -> None: + with open_spinner(message) as spinner: + call_subprocess( + cmd, + command_desc=message, + cwd=cwd, + extra_environ=extra_environ, + spinner=spinner, + ) + + return runner diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 0000000..06668e8 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,296 @@ +import errno +import itertools +import logging +import os.path +import tempfile +import traceback +from contextlib import ExitStack, contextmanager +from pathlib import Path +from typing import ( + Any, + Callable, + Dict, + Generator, + List, + Optional, + TypeVar, + Union, +) + +from pip._internal.utils.misc import enum, rmtree + +logger = logging.getLogger(__name__) + +_T = TypeVar("_T", bound="TempDirectory") + + +# Kinds of temporary directories. Only needed for ones that are +# globally-managed. +tempdir_kinds = enum( + BUILD_ENV="build-env", + EPHEM_WHEEL_CACHE="ephem-wheel-cache", + REQ_BUILD="req-build", +) + + +_tempdir_manager: Optional[ExitStack] = None + + +@contextmanager +def global_tempdir_manager() -> Generator[None, None, None]: + global _tempdir_manager + with ExitStack() as stack: + old_tempdir_manager, _tempdir_manager = _tempdir_manager, stack + try: + yield + finally: + _tempdir_manager = old_tempdir_manager + + +class TempDirectoryTypeRegistry: + """Manages temp directory behavior""" + + def __init__(self) -> None: + self._should_delete: Dict[str, bool] = {} + + def set_delete(self, kind: str, value: bool) -> None: + """Indicate whether a TempDirectory of the given kind should be + auto-deleted. + """ + self._should_delete[kind] = value + + def get_delete(self, kind: str) -> bool: + """Get configured auto-delete flag for a given TempDirectory type, + default True. + """ + return self._should_delete.get(kind, True) + + +_tempdir_registry: Optional[TempDirectoryTypeRegistry] = None + + +@contextmanager +def tempdir_registry() -> Generator[TempDirectoryTypeRegistry, None, None]: + """Provides a scoped global tempdir registry that can be used to dictate + whether directories should be deleted. + """ + global _tempdir_registry + old_tempdir_registry = _tempdir_registry + _tempdir_registry = TempDirectoryTypeRegistry() + try: + yield _tempdir_registry + finally: + _tempdir_registry = old_tempdir_registry + + +class _Default: + pass + + +_default = _Default() + + +class TempDirectory: + """Helper class that owns and cleans up a temporary directory. + + This class can be used as a context manager or as an OO representation of a + temporary directory. + + Attributes: + path + Location to the created temporary directory + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + Methods: + cleanup() + Deletes the temporary directory + + When used as a context manager, if the delete attribute is True, on + exiting the context the temporary directory is deleted. + """ + + def __init__( + self, + path: Optional[str] = None, + delete: Union[bool, None, _Default] = _default, + kind: str = "temp", + globally_managed: bool = False, + ignore_cleanup_errors: bool = True, + ): + super().__init__() + + if delete is _default: + if path is not None: + # If we were given an explicit directory, resolve delete option + # now. + delete = False + else: + # Otherwise, we wait until cleanup and see what + # tempdir_registry says. + delete = None + + # The only time we specify path is in for editables where it + # is the value of the --src option. + if path is None: + path = self._create(kind) + + self._path = path + self._deleted = False + self.delete = delete + self.kind = kind + self.ignore_cleanup_errors = ignore_cleanup_errors + + if globally_managed: + assert _tempdir_manager is not None + _tempdir_manager.enter_context(self) + + @property + def path(self) -> str: + assert not self._deleted, f"Attempted to access deleted path: {self._path}" + return self._path + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.path!r}>" + + def __enter__(self: _T) -> _T: + return self + + def __exit__(self, exc: Any, value: Any, tb: Any) -> None: + if self.delete is not None: + delete = self.delete + elif _tempdir_registry: + delete = _tempdir_registry.get_delete(self.kind) + else: + delete = True + + if delete: + self.cleanup() + + def _create(self, kind: str) -> str: + """Create a temporary directory and store its path in self.path""" + # We realpath here because some systems have their default tmpdir + # symlinked to another directory. This tends to confuse build + # scripts, so we canonicalize the path by traversing potential + # symlinks here. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + logger.debug("Created temporary directory: %s", path) + return path + + def cleanup(self) -> None: + """Remove the temporary directory created and reset state""" + self._deleted = True + if not os.path.exists(self._path): + return + + errors: List[BaseException] = [] + + def onerror( + func: Callable[..., Any], + path: Path, + exc_val: BaseException, + ) -> None: + """Log a warning for a `rmtree` error and continue""" + formatted_exc = "\n".join( + traceback.format_exception_only(type(exc_val), exc_val) + ) + formatted_exc = formatted_exc.rstrip() # remove trailing new line + if func in (os.unlink, os.remove, os.rmdir): + logger.debug( + "Failed to remove a temporary file '%s' due to %s.\n", + path, + formatted_exc, + ) + else: + logger.debug("%s failed with %s.", func.__qualname__, formatted_exc) + errors.append(exc_val) + + if self.ignore_cleanup_errors: + try: + # first try with @retry; retrying to handle ephemeral errors + rmtree(self._path, ignore_errors=False) + except OSError: + # last pass ignore/log all errors + rmtree(self._path, onexc=onerror) + if errors: + logger.warning( + "Failed to remove contents in a temporary directory '%s'.\n" + "You can safely remove it manually.", + self._path, + ) + else: + rmtree(self._path) + + +class AdjacentTempDirectory(TempDirectory): + """Helper class that creates a temporary directory adjacent to a real one. + + Attributes: + original + The original directory to create a temp directory for. + path + After calling create() or entering, contains the full + path to the temporary directory. + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + """ + + # The characters that may be used to name the temp directory + # We always prepend a ~ and then rotate through these until + # a usable name is found. + # pkg_resources raises a different error for .dist-info folder + # with leading '-' and invalid metadata + LEADING_CHARS = "-~.=%0123456789" + + def __init__(self, original: str, delete: Optional[bool] = None) -> None: + self.original = original.rstrip("/\\") + super().__init__(delete=delete) + + @classmethod + def _generate_names(cls, name: str) -> Generator[str, None, None]: + """Generates a series of temporary names. + + The algorithm replaces the leading characters in the name + with ones that are valid filesystem characters, but are not + valid package names (for both Python and pip definitions of + package). + """ + for i in range(1, len(name)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i - 1 + ): + new_name = "~" + "".join(candidate) + name[i:] + if new_name != name: + yield new_name + + # If we make it this far, we will have to make a longer name + for i in range(len(cls.LEADING_CHARS)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i + ): + new_name = "~" + "".join(candidate) + name + if new_name != name: + yield new_name + + def _create(self, kind: str) -> str: + root, name = os.path.split(self.original) + for candidate in self._generate_names(name): + path = os.path.join(root, candidate) + try: + os.mkdir(path) + except OSError as ex: + # Continue if the name exists already + if ex.errno != errno.EEXIST: + raise + else: + path = os.path.realpath(path) + break + else: + # Final fallback on the default behavior. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + + logger.debug("Created temporary directory: %s", path) + return path diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000..87a6d19 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,337 @@ +"""Utilities related archives. +""" + +import logging +import os +import shutil +import stat +import sys +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 _get_default_mode_plus_executable() -> int: + return 0o777 & ~current_umask() | 0o111 + + +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, _get_default_mode_plus_executable()) + + +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 on top of the + default. 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") # type: ignore + try: + leading = has_leading_dir([member.name for member in tar.getmembers()]) + + # PEP 706 added `tarfile.data_filter`, and made some other changes to + # Python's tarfile module (see below). The features were backported to + # security releases. + try: + data_filter = tarfile.data_filter + except AttributeError: + _untar_without_filter(filename, location, tar, leading) + else: + default_mode_plus_executable = _get_default_mode_plus_executable() + + if leading: + # Strip the leading directory from all files in the archive, + # including hardlink targets (which are relative to the + # unpack location). + for member in tar.getmembers(): + name_lead, name_rest = split_leading_dir(member.name) + member.name = name_rest + if member.islnk(): + lnk_lead, lnk_rest = split_leading_dir(member.linkname) + if lnk_lead == name_lead: + member.linkname = lnk_rest + + def pip_filter(member: tarfile.TarInfo, path: str) -> tarfile.TarInfo: + orig_mode = member.mode + try: + try: + member = data_filter(member, location) + except tarfile.LinkOutsideDestinationError: + if sys.version_info[:3] in { + (3, 8, 17), + (3, 9, 17), + (3, 10, 12), + (3, 11, 4), + }: + # The tarfile filter in specific Python versions + # raises LinkOutsideDestinationError on valid input + # (https://github.com/python/cpython/issues/107845) + # Ignore the error there, but do use the + # more lax `tar_filter` + member = tarfile.tar_filter(member, location) + else: + raise + except tarfile.TarError as exc: + message = "Invalid member in the tar file {}: {}" + # Filter error messages mention the member name. + # No need to add it here. + raise InstallationError( + message.format( + filename, + exc, + ) + ) + if member.isfile() and orig_mode & 0o111: + member.mode = default_mode_plus_executable + else: + # See PEP 706 note above. + # The PEP changed this from `int` to `Optional[int]`, + # where None means "use the default". Mypy doesn't + # know this yet. + member.mode = None # type: ignore [assignment] + return member + + tar.extractall(location, filter=pip_filter) + + finally: + tar.close() + + +def _untar_without_filter( + filename: str, + location: str, + tar: tarfile.TarFile, + leading: bool, +) -> None: + """Fallback for Python without tarfile.data_filter""" + 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) + + +def unpack_file( + filename: str, + location: str, + content_type: Optional[str] = None, +) -> None: + filename = os.path.realpath(filename) + if ( + content_type == "application/zip" + or filename.lower().endswith(ZIP_EXTENSIONS) + or zipfile.is_zipfile(filename) + ): + unzip_file(filename, location, flatten=not filename.endswith(".whl")) + elif ( + content_type == "application/x-gzip" + or tarfile.is_tarfile(filename) + or filename.lower().endswith(TAR_EXTENSIONS + BZ2_EXTENSIONS + XZ_EXTENSIONS) + ): + untar_file(filename, location) + else: + # FIXME: handle? + # FIXME: magic signatures? + logger.critical( + "Cannot unpack file %s (downloaded from %s, content-type: %s); " + "cannot detect archive format", + filename, + location, + content_type, + ) + raise InstallationError(f"Cannot determine archive format of {location}") diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000..9f34f88 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/urls.py @@ -0,0 +1,55 @@ +import os +import string +import urllib.parse +import urllib.request + +from .compat import WINDOWS + + +def path_to_url(path: str) -> str: + """ + Convert a path to a file: URL. The path will be made absolute and have + quoted path parts. + """ + path = os.path.normpath(os.path.abspath(path)) + url = urllib.parse.urljoin("file:", urllib.request.pathname2url(path)) + return url + + +def url_to_path(url: str) -> str: + """ + Convert a file: URL to a path. + """ + assert url.startswith( + "file:" + ), f"You can only turn file: urls into filenames (not {url!r})" + + _, netloc, path, _, _ = urllib.parse.urlsplit(url) + + if not netloc or netloc == "localhost": + # According to RFC 8089, same as empty authority. + netloc = "" + elif WINDOWS: + # If we have a UNC path, prepend UNC share notation. + netloc = "\\\\" + netloc + else: + raise ValueError( + f"non-local file URIs are not supported on this platform: {url!r}" + ) + + path = urllib.request.url2pathname(netloc + path) + + # On Windows, urlsplit parses the path as something like "/C:/Users/foo". + # This creates issues for path-related functions like io.open(), so we try + # to detect and strip the leading slash. + if ( + WINDOWS + and not netloc # Not UNC. + and len(path) >= 3 + and path[0] == "/" # Leading slash to strip. + and path[1] in string.ascii_letters # Drive letter. + and path[2:4] in (":", ":/") # Colon + end of string, or colon + absolute path. + ): + path = path[1:] + + return path diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000..882e36f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,104 @@ +import logging +import os +import re +import site +import sys +from typing import List, Optional + +logger = logging.getLogger(__name__) +_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX = re.compile( + r"include-system-site-packages\s*=\s*(?Ptrue|false)" +) + + +def _running_under_venv() -> bool: + """Checks if sys.base_prefix and sys.prefix match. + + This handles PEP 405 compliant virtual environments. + """ + return sys.prefix != getattr(sys, "base_prefix", sys.prefix) + + +def _running_under_legacy_virtualenv() -> bool: + """Checks if sys.real_prefix is set. + + This handles virtual environments created with pypa's virtualenv. + """ + # pypa/virtualenv case + return hasattr(sys, "real_prefix") + + +def running_under_virtualenv() -> bool: + """True if we're running inside a virtual environment, False otherwise.""" + return _running_under_venv() or _running_under_legacy_virtualenv() + + +def _get_pyvenv_cfg_lines() -> Optional[List[str]]: + """Reads {sys.prefix}/pyvenv.cfg and returns its contents as list of lines + + Returns None, if it could not read/access the file. + """ + pyvenv_cfg_file = os.path.join(sys.prefix, "pyvenv.cfg") + try: + # Although PEP 405 does not specify, the built-in venv module always + # writes with UTF-8. (pypa/pip#8717) + with open(pyvenv_cfg_file, encoding="utf-8") as f: + return f.read().splitlines() # avoids trailing newlines + except OSError: + return None + + +def _no_global_under_venv() -> bool: + """Check `{sys.prefix}/pyvenv.cfg` for system site-packages inclusion + + PEP 405 specifies that when system site-packages are not supposed to be + visible from a virtual environment, `pyvenv.cfg` must contain the following + line: + + include-system-site-packages = false + + Additionally, log a warning if accessing the file fails. + """ + cfg_lines = _get_pyvenv_cfg_lines() + if cfg_lines is None: + # We're not in a "sane" venv, so assume there is no system + # site-packages access (since that's PEP 405's default state). + logger.warning( + "Could not access 'pyvenv.cfg' despite a virtual environment " + "being active. Assuming global site-packages is not accessible " + "in this environment." + ) + return True + + for line in cfg_lines: + match = _INCLUDE_SYSTEM_SITE_PACKAGES_REGEX.match(line) + if match is not None and match.group("value") == "false": + return True + return False + + +def _no_global_under_legacy_virtualenv() -> bool: + """Check if "no-global-site-packages.txt" exists beside site.py + + This mirrors logic in pypa/virtualenv for determining whether system + site-packages are visible in the virtual environment. + """ + site_mod_dir = os.path.dirname(os.path.abspath(site.__file__)) + no_global_site_packages_file = os.path.join( + site_mod_dir, + "no-global-site-packages.txt", + ) + return os.path.exists(no_global_site_packages_file) + + +def virtualenv_no_global() -> bool: + """Returns a boolean, whether running in venv with no system site-packages.""" + # PEP 405 compliance needs to be checked first since virtualenv >=20 would + # return True for both checks, but is only able to use the PEP 405 config. + if _running_under_venv(): + return _no_global_under_venv() + + if _running_under_legacy_virtualenv(): + return _no_global_under_legacy_virtualenv() + + return False diff --git a/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py b/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000..f85aee8 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,134 @@ +"""Support functions for working with wheel files. +""" + +import logging +from email.message import Message +from email.parser import Parser +from typing import Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import UnsupportedWheel + +VERSION_COMPATIBLE = (1, 0) + + +logger = logging.getLogger(__name__) + + +def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: + """Extract information from the provided wheel, ensuring it meets basic + standards. + + Returns the name of the .dist-info directory and the parsed WHEEL metadata. + """ + try: + info_dir = wheel_dist_info_dir(wheel_zip, name) + metadata = wheel_metadata(wheel_zip, info_dir) + version = wheel_version(metadata) + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + + check_compatibility(version, name) + + return info_dir, metadata + + +def wheel_dist_info_dir(source: ZipFile, name: str) -> str: + """Returns the name of the contained .dist-info directory. + + Raises AssertionError or UnsupportedWheel if not found, >1 found, or + it doesn't match the provided name. + """ + # Zip file path separators must be / + subdirs = {p.split("/", 1)[0] for p in source.namelist()} + + info_dirs = [s for s in subdirs if s.endswith(".dist-info")] + + if not info_dirs: + raise UnsupportedWheel(".dist-info directory not found") + + if len(info_dirs) > 1: + raise UnsupportedWheel( + "multiple .dist-info directories found: {}".format(", ".join(info_dirs)) + ) + + info_dir = info_dirs[0] + + info_dir_name = canonicalize_name(info_dir) + canonical_name = canonicalize_name(name) + if not info_dir_name.startswith(canonical_name): + raise UnsupportedWheel( + f".dist-info directory {info_dir!r} does not start with {canonical_name!r}" + ) + + return info_dir + + +def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: + try: + return source.read(path) + # BadZipFile for general corruption, KeyError for missing entry, + # and RuntimeError for password-protected files + except (BadZipFile, KeyError, RuntimeError) as e: + raise UnsupportedWheel(f"could not read {path!r} file: {e!r}") + + +def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message: + """Return the WHEEL metadata of an extracted wheel, if possible. + Otherwise, raise UnsupportedWheel. + """ + path = f"{dist_info_dir}/WHEEL" + # Zip file path separators must be / + wheel_contents = read_wheel_metadata_file(source, path) + + try: + wheel_text = wheel_contents.decode() + except UnicodeDecodeError as e: + raise UnsupportedWheel(f"error decoding {path!r}: {e!r}") + + # FeedParser (used by Parser) does not raise any exceptions. The returned + # message may have .defects populated, but for backwards-compatibility we + # currently ignore them. + return Parser().parsestr(wheel_text) + + +def wheel_version(wheel_data: Message) -> Tuple[int, ...]: + """Given WHEEL metadata, return the parsed Wheel-Version. + Otherwise, raise UnsupportedWheel. + """ + version_text = wheel_data["Wheel-Version"] + if version_text is None: + raise UnsupportedWheel("WHEEL is missing Wheel-Version") + + version = version_text.strip() + + try: + return tuple(map(int, version.split("."))) + except ValueError: + raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}") + + +def check_compatibility(version: Tuple[int, ...], name: str) -> None: + """Raises errors or warns if called with an incompatible Wheel-Version. + + pip should refuse to install a Wheel-Version that's a major series + ahead of what it's compatible with (e.g 2.0 > 1.1); and warn when + installing a version only minor version ahead (e.g 1.2 > 1.1). + + version: a 2-tuple representing a Wheel-Version (Major, Minor) + name: name of wheel or package to raise exception about + + :raises UnsupportedWheel: when an incompatible Wheel-Version is given + """ + if version[0] > VERSION_COMPATIBLE[0]: + raise UnsupportedWheel( + "{}'s Wheel-Version ({}) is not compatible with this version " + "of pip".format(name, ".".join(map(str, version))) + ) + elif version > VERSION_COMPATIBLE: + logger.warning( + "Installing from a newer Wheel-Version (%s)", + ".".join(map(str, version)), + ) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py b/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000..b6beddb --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py @@ -0,0 +1,15 @@ +# Expose a limited set of classes and functions so callers outside of +# the vcs package don't need to import deeper than `pip._internal.vcs`. +# (The test directory may still need to import from a vcs sub-package.) +# Import all vcs modules to register each VCS in the VcsSupport object. +import pip._internal.vcs.bazaar +import pip._internal.vcs.git +import pip._internal.vcs.mercurial +import pip._internal.vcs.subversion # noqa: F401 +from pip._internal.vcs.versioncontrol import ( # noqa: F401 + RemoteNotFoundError, + RemoteNotValidError, + is_url, + make_vcs_requirement_url, + vcs, +) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd4ab813880f6c7e3de87725ae109da6e7870687 GIT binary patch literal 519 zcmZWmyH3L}6m^<5O^Z4qq)IS!?a&y+iVzEo9e52{A}6sDtA2!QClW|}5dXr!?3IaM zV8X5Ls?KL zT403Rv!SWmyrZC*l6Ez8d#g~=fa2g^4?+)P4-*fOgAW7?zxMD;@soBLF{qlE2A8yx z)NEXBb(?Q;AhM{LtZ+wVhdIk}^J;1(FO!RNteK&kh7>zeQH@%d*A{jbO4IPhZ?`~m$FpX~qu literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a23386c95dd28ea31fe36667126c88a994e197e0 GIT binary patch literal 3516 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f07e437c927241ee02001a2bc70c25bafcd360bc GIT binary patch literal 5079 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 NdDHm5@%`e3{{bAFls*6e literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dfca5317942b090270877f985ae9cdde354a5356 GIT binary patch literal 20986 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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: + flags = ["--quiet"] + elif verbosity == 1: + flags = [] + else: + flags = [f"-{'v'*verbosity}"] + cmd_args = make_command( + "checkout", "--lightweight", *flags, rev_options.to_args(), url, dest + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(make_command("switch", url), cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + output = self.run_command( + make_command("info"), show_stdout=False, stdout_only=True, cwd=dest + ) + if output.startswith("Standalone "): + # Older versions of pip used to create standalone branches. + # Convert the standalone branch to a checkout by calling "bzr bind". + cmd_args = make_command("bind", "-q", url) + self.run_command(cmd_args, cwd=dest) + + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing bzr+ from bzr+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "bzr+" + url + return url, rev, user_pass + + @classmethod + def get_remote_url(cls, location: str) -> str: + urls = cls.run_command( + ["info"], show_stdout=False, stdout_only=True, cwd=location + ) + for line in urls.splitlines(): + line = line.strip() + for x in ("checkout of branch: ", "parent branch: "): + if line.startswith(x): + repo = line.split(x)[1] + if cls._is_local_repository(repo): + return path_to_url(repo) + return repo + raise RemoteNotFoundError + + @classmethod + def get_revision(cls, location: str) -> str: + revision = cls.run_command( + ["revno"], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return revision.splitlines()[-1] + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + +vcs.register(Bazaar) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py b/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000..0425deb --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,527 @@ +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from dataclasses import replace +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path, hide_url +from pip._internal.utils.subprocess import make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RemoteNotValidError, + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +urlsplit = urllib.parse.urlsplit +urlunsplit = urllib.parse.urlunsplit + + +logger = logging.getLogger(__name__) + + +GIT_VERSION_REGEX = re.compile( + r"^git version " # Prefix. + r"(\d+)" # Major. + r"\.(\d+)" # Dot, minor. + r"(?:\.(\d+))?" # Optional dot, patch. + r".*$" # Suffix, including any pre- and post-release segments we don't care about. +) + +HASH_REGEX = re.compile("^[a-fA-F0-9]{40}$") + +# SCP (Secure copy protocol) shorthand. e.g. 'git@example.com:foo/bar.git' +SCP_REGEX = re.compile( + r"""^ + # Optional user, e.g. 'git@' + (\w+@)? + # Server, e.g. 'github.com'. + ([^/:]+): + # The server-side path. e.g. 'user/project.git'. Must start with an + # alphanumeric character so as not to be confusable with a Windows paths + # like 'C:/foo/bar' or 'C:\foo\bar'. + (\w[^:]*) + $""", + re.VERBOSE, +) + + +def looks_like_hash(sha: str) -> bool: + return bool(HASH_REGEX.match(sha)) + + +class Git(VersionControl): + name = "git" + dirname = ".git" + repo_name = "clone" + schemes = ( + "git+http", + "git+https", + "git+ssh", + "git+git", + "git+file", + ) + # Prevent the user's environment variables from interfering with pip: + # https://github.com/pypa/pip/issues/1130 + unset_environ = ("GIT_DIR", "GIT_WORK_TREE") + default_arg_rev = "HEAD" + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + _, rev_options = self.get_url_rev_options(hide_url(url)) + if not rev_options.rev: + return False + if not self.is_commit_id_equal(dest, rev_options.rev): + # the current commit is different from rev, + # which means rev was something else than a commit hash + return False + # return False in the rare case rev is both a commit hash + # and a tag or a branch; we don't want to cache in that case + # because that branch/tag could point to something else in the future + is_tag_or_branch = bool(self.get_revision_sha(dest, rev_options.rev)[0]) + return not is_tag_or_branch + + def get_git_version(self) -> Tuple[int, ...]: + version = self.run_command( + ["version"], + command_desc="git version", + show_stdout=False, + stdout_only=True, + ) + match = GIT_VERSION_REGEX.match(version) + if not match: + logger.warning("Can't parse git version: %s", version) + return () + return (int(match.group(1)), int(match.group(2))) + + @classmethod + def get_current_branch(cls, location: str) -> Optional[str]: + """ + Return the current branch, or None if HEAD isn't at a branch + (e.g. detached HEAD). + """ + # git-symbolic-ref exits with empty stdout if "HEAD" is a detached + # HEAD rather than a symbolic ref. In addition, the -q causes the + # command to exit with status code 1 instead of 128 in this case + # and to suppress the message to stderr. + args = ["symbolic-ref", "-q", "HEAD"] + output = cls.run_command( + args, + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + ref = output.strip() + + if ref.startswith("refs/heads/"): + return ref[len("refs/heads/") :] + + return None + + @classmethod + def get_revision_sha(cls, dest: str, rev: str) -> Tuple[Optional[str], bool]: + """ + Return (sha_or_none, is_branch), where sha_or_none is a commit hash + if the revision names a remote branch or tag, otherwise None. + + Args: + dest: the repository directory. + rev: the revision name. + """ + # Pass rev to pre-filter the list. + output = cls.run_command( + ["show-ref", rev], + cwd=dest, + show_stdout=False, + stdout_only=True, + on_returncode="ignore", + ) + refs = {} + # NOTE: We do not use splitlines here since that would split on other + # unicode separators, which can be maliciously used to install a + # different revision. + for line in output.strip().split("\n"): + line = line.rstrip("\r") + if not line: + continue + try: + ref_sha, ref_name = line.split(" ", maxsplit=2) + except ValueError: + # Include the offending line to simplify troubleshooting if + # this error ever occurs. + raise ValueError(f"unexpected show-ref line: {line!r}") + + refs[ref_name] = ref_sha + + branch_ref = f"refs/remotes/origin/{rev}" + tag_ref = f"refs/tags/{rev}" + + sha = refs.get(branch_ref) + if sha is not None: + return (sha, True) + + sha = refs.get(tag_ref) + + return (sha, False) + + @classmethod + def _should_fetch(cls, dest: str, rev: str) -> bool: + """ + Return true if rev is a ref or is a commit that we don't have locally. + + Branches and tags are not considered in this method because they are + assumed to be always available locally (which is a normal outcome of + ``git clone`` and ``git fetch --tags``). + """ + if rev.startswith("refs/"): + # Always fetch remote refs. + return True + + if not looks_like_hash(rev): + # Git fetch would fail with abbreviated commits. + return False + + if cls.has_commit(dest, rev): + # Don't fetch if we have the commit locally. + return False + + return True + + @classmethod + def resolve_revision( + cls, dest: str, url: HiddenText, rev_options: RevOptions + ) -> RevOptions: + """ + Resolve a revision to a new RevOptions object with the SHA1 of the + branch, tag, or ref if found. + + Args: + rev_options: a RevOptions object. + """ + rev = rev_options.arg_rev + # The arg_rev property's implementation for Git ensures that the + # rev return value is always non-None. + assert rev is not None + + sha, is_branch = cls.get_revision_sha(dest, rev) + + if sha is not None: + rev_options = rev_options.make_new(sha) + rev_options = replace(rev_options, branch_name=(rev if is_branch else None)) + + return rev_options + + # Do not show a warning for the common case of something that has + # the form of a Git commit hash. + if not looks_like_hash(rev): + logger.warning( + "Did not find branch or tag '%s', assuming revision or ref.", + rev, + ) + + if not cls._should_fetch(dest, rev): + return rev_options + + # fetch the requested revision + cls.run_command( + make_command("fetch", "-q", url, rev_options.to_args()), + cwd=dest, + ) + # Change the revision to the SHA of the ref we fetched + sha = cls.get_revision(dest, rev="FETCH_HEAD") + rev_options = rev_options.make_new(sha) + + return rev_options + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the current commit hash equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + if not name: + # Then avoid an unnecessary subprocess call. + return False + + return cls.get_revision(dest) == name + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info("Cloning %s%s to %s", url, rev_display, display_path(dest)) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + else: + flags = ("--verbose", "--progress") + if self.get_git_version() >= (2, 17): + # Git added support for partial clone in 2.17 + # https://git-scm.com/docs/partial-clone + # Speeds up cloning by functioning without a complete copy of repository + self.run_command( + make_command( + "clone", + "--filter=blob:none", + *flags, + url, + dest, + ) + ) + else: + self.run_command(make_command("clone", *flags, url, dest)) + + if rev_options.rev: + # Then a specific revision was requested. + rev_options = self.resolve_revision(dest, url, rev_options) + branch_name = getattr(rev_options, "branch_name", None) + logger.debug("Rev options %s, branch_name %s", rev_options, branch_name) + if branch_name is None: + # Only do a checkout if the current commit id doesn't match + # the requested revision. + if not self.is_commit_id_equal(dest, rev_options.rev): + cmd_args = make_command( + "checkout", + "-q", + rev_options.to_args(), + ) + self.run_command(cmd_args, cwd=dest) + elif self.get_current_branch(dest) != branch_name: + # Then a specific branch was requested, and that branch + # is not yet checked out. + track_branch = f"origin/{branch_name}" + cmd_args = [ + "checkout", + "-b", + branch_name, + "--track", + track_branch, + ] + self.run_command(cmd_args, cwd=dest) + else: + sha = self.get_revision(dest) + rev_options = rev_options.make_new(sha) + + logger.info("Resolved %s to commit %s", url, rev_options.rev) + + #: repo may contain submodules + self.update_submodules(dest) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command( + make_command("config", "remote.origin.url", url), + cwd=dest, + ) + cmd_args = make_command("checkout", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + self.update_submodules(dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + # First fetch changes from the default remote + if self.get_git_version() >= (1, 9): + # fetch tags in addition to everything else + self.run_command(["fetch", "-q", "--tags"], cwd=dest) + else: + self.run_command(["fetch", "-q"], cwd=dest) + # Then reset to wanted revision (maybe even origin/master) + rev_options = self.resolve_revision(dest, url, rev_options) + cmd_args = make_command("reset", "--hard", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + #: update submodules + self.update_submodules(dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return URL of the first remote encountered. + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + # We need to pass 1 for extra_ok_returncodes since the command + # exits with return code 1 if there are no matching lines. + stdout = cls.run_command( + ["config", "--get-regexp", r"remote\..*\.url"], + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + remotes = stdout.splitlines() + try: + found_remote = remotes[0] + except IndexError: + raise RemoteNotFoundError + + for remote in remotes: + if remote.startswith("remote.origin.url "): + found_remote = remote + break + url = found_remote.split(" ")[1] + return cls._git_remote_to_pip_url(url.strip()) + + @staticmethod + def _git_remote_to_pip_url(url: str) -> str: + """ + Convert a remote url from what git uses to what pip accepts. + + There are 3 legal forms **url** may take: + + 1. A fully qualified url: ssh://git@example.com/foo/bar.git + 2. A local project.git folder: /path/to/bare/repository.git + 3. SCP shorthand for form 1: git@example.com:foo/bar.git + + Form 1 is output as-is. Form 2 must be converted to URI and form 3 must + be converted to form 1. + + See the corresponding test test_git_remote_url_to_pip() for examples of + sample inputs/outputs. + """ + if re.match(r"\w+://", url): + # This is already valid. Pass it though as-is. + return url + if os.path.exists(url): + # A local bare remote (git clone --mirror). + # Needs a file:// prefix. + return pathlib.PurePath(url).as_uri() + scp_match = SCP_REGEX.match(url) + if scp_match: + # Add an ssh:// prefix and replace the ':' with a '/'. + return scp_match.expand(r"ssh://\1\2/\3") + # Otherwise, bail out. + raise RemoteNotValidError(url) + + @classmethod + def has_commit(cls, location: str, rev: str) -> bool: + """ + Check if rev is a commit that is available in the local repository. + """ + try: + cls.run_command( + ["rev-parse", "-q", "--verify", "sha^" + rev], + cwd=location, + log_failed_cmd=False, + ) + except InstallationError: + return False + else: + return True + + @classmethod + def get_revision(cls, location: str, rev: Optional[str] = None) -> str: + if rev is None: + rev = "HEAD" + current_rev = cls.run_command( + ["rev-parse", rev], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return current_rev.strip() + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + git_dir = cls.run_command( + ["rev-parse", "--git-dir"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if not os.path.isabs(git_dir): + git_dir = os.path.join(location, git_dir) + repo_root = os.path.abspath(os.path.join(git_dir, "..")) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Prefixes stub URLs like 'user@hostname:user/repo.git' with 'ssh://'. + That's required because although they use SSH they sometimes don't + work with a ssh:// scheme (e.g. GitHub). But we need a scheme for + parsing. Hence we remove it again afterwards and return it as a stub. + """ + # Works around an apparent Git bug + # (see https://article.gmane.org/gmane.comp.version-control.git/146500) + scheme, netloc, path, query, fragment = urlsplit(url) + if scheme.endswith("file"): + initial_slashes = path[: -len(path.lstrip("/"))] + newpath = initial_slashes + urllib.request.url2pathname(path).replace( + "\\", "/" + ).lstrip("/") + after_plus = scheme.find("+") + 1 + url = scheme[:after_plus] + urlunsplit( + (scheme[after_plus:], netloc, newpath, query, fragment), + ) + + if "://" not in url: + assert "file:" not in url + url = url.replace("git+", "git+ssh://") + url, rev, user_pass = super().get_url_rev_and_auth(url) + url = url.replace("ssh://", "") + else: + url, rev, user_pass = super().get_url_rev_and_auth(url) + + return url, rev, user_pass + + @classmethod + def update_submodules(cls, location: str) -> None: + if not os.path.exists(os.path.join(location, ".gitmodules")): + return + cls.run_command( + ["submodule", "update", "--init", "--recursive", "-q"], + cwd=location, + ) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["rev-parse", "--show-toplevel"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under git control " + "because git is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + @staticmethod + def should_add_vcs_url_prefix(repo_url: str) -> bool: + """In either https or ssh form, requirements must be prefixed with git+.""" + return True + + +vcs.register(Git) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py b/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000..c183d41 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,163 @@ +import configparser +import logging +import os +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Mercurial(VersionControl): + name = "hg" + dirname = ".hg" + repo_name = "clone" + schemes = ( + "hg+file", + "hg+http", + "hg+https", + "hg+ssh", + "hg+static-http", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [f"--rev={rev}"] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Cloning hg %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + elif verbosity == 2: + flags = ("--verbose",) + else: + flags = ("--verbose", "--debug") + self.run_command(make_command("clone", "--noupdate", *flags, url, dest)) + self.run_command( + make_command("update", *flags, rev_options.to_args()), + cwd=dest, + ) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + repo_config = os.path.join(dest, self.dirname, "hgrc") + config = configparser.RawConfigParser() + try: + config.read(repo_config) + config.set("paths", "default", url.secret) + with open(repo_config, "w") as config_file: + config.write(config_file) + except (OSError, configparser.NoSectionError) as exc: + logger.warning("Could not switch Mercurial repository to %s: %s", url, exc) + else: + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(["pull", "-q"], cwd=dest) + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + url = cls.run_command( + ["showconfig", "paths.default"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if cls._is_local_repository(url): + url = path_to_url(url) + return url.strip() + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the repository-local changeset revision number, as an integer. + """ + current_revision = cls.run_command( + ["parents", "--template={rev}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_revision + + @classmethod + def get_requirement_revision(cls, location: str) -> str: + """ + Return the changeset identification hash, as a 40-character + hexadecimal string + """ + current_rev_hash = cls.run_command( + ["parents", "--template={node}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_rev_hash + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + repo_root = cls.run_command( + ["root"], show_stdout=False, stdout_only=True, cwd=location + ).strip() + if not os.path.isabs(repo_root): + repo_root = os.path.abspath(os.path.join(location, repo_root)) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["root"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under hg control " + "because hg is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + +vcs.register(Mercurial) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py b/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000..f359266 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py @@ -0,0 +1,324 @@ +import logging +import os +import re +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import ( + HiddenText, + display_path, + is_console_interactive, + is_installable_dir, + split_auth_from_netloc, +) +from pip._internal.utils.subprocess import CommandArgs, make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + +_svn_xml_url_re = re.compile('url="([^"]+)"') +_svn_rev_re = re.compile(r'committed-rev="(\d+)"') +_svn_info_xml_rev_re = re.compile(r'\s*revision="(\d+)"') +_svn_info_xml_url_re = re.compile(r"(.*)") + + +class Subversion(VersionControl): + name = "svn" + dirname = ".svn" + repo_name = "checkout" + schemes = ("svn+ssh", "svn+http", "svn+https", "svn+svn", "svn+file") + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + return True + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the maximum revision for all files under a given location + """ + # Note: taken from setuptools.command.egg_info + revision = 0 + + for base, dirs, _ in os.walk(location): + if cls.dirname not in dirs: + dirs[:] = [] + continue # no sense walking uncontrolled subdirs + dirs.remove(cls.dirname) + entries_fn = os.path.join(base, cls.dirname, "entries") + if not os.path.exists(entries_fn): + # FIXME: should we warn? + continue + + dirurl, localrev = cls._get_svn_url_rev(base) + + if base == location: + assert dirurl is not None + base = dirurl + "/" # save the root url + elif not dirurl or not dirurl.startswith(base): + dirs[:] = [] + continue # not part of the same svn tree, skip it + revision = max(revision, localrev) + return str(revision) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + This override allows the auth information to be passed to svn via the + --username and --password options instead of via the URL. + """ + if scheme == "ssh": + # The --username and --password options can't be used for + # svn+ssh URLs, so keep the auth information in the URL. + return super().get_netloc_and_auth(netloc, scheme) + + return split_auth_from_netloc(netloc) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing svn+ from svn+ssh:// 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: + flags = ["--quiet"] + else: + flags = [] + cmd_args = make_command( + "checkout", + *flags, + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "switch", + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "update", + self.get_remote_call_options(), + rev_options.to_args(), + dest, + ) + self.run_command(cmd_args) + + +vcs.register(Subversion) diff --git a/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py b/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000..a413316 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,688 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from dataclasses import dataclass, field +from typing import ( + Any, + Dict, + Iterable, + Iterator, + List, + Literal, + 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, +) + +__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 = urllib.parse.urlsplit(name).scheme + if not scheme: + 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 + + +@dataclass(frozen=True) +class RevOptions: + """ + Encapsulates a VCS-specific revision to install, along with any VCS + install options. + + Args: + vc_class: a VersionControl subclass. + rev: the name of the revision to install. + extra_args: a list of extra options. + """ + + vc_class: Type["VersionControl"] + rev: Optional[str] = None + extra_args: CommandArgs = field(default_factory=list) + 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 or []) + + @classmethod + def _is_local_repository(cls, repo: str) -> bool: + """ + posix absolute paths start with os.path.sep, + win32 ones start with drive (like c:\\folder) + """ + drive, tail = os.path.splitdrive(repo) + return repo.startswith(os.path.sep) or bool(drive) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + Parse the repository URL's netloc, and return the new netloc to use + along with auth information. + + Args: + netloc: the original repository URL netloc. + scheme: the repository URL's scheme without the vcs prefix. + + This is mainly for the Subversion class to override, so that auth + information can be provided via the --username and --password options + instead of through the URL. For other subclasses like Git without + such an option, auth information must stay in the URL. + + Returns: (netloc, (username, password)). + """ + return netloc, (None, None) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Parse the repository URL to use, and return the URL, revision, + and auth info to use. + + Returns: (url, rev, (username, password)). + """ + scheme, netloc, path, query, frag = urllib.parse.urlsplit(url) + if "+" not in scheme: + raise ValueError( + f"Sorry, {url!r} is a malformed VCS url. " + "The format is +://, " + "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp" + ) + # Remove the vcs prefix. + scheme = scheme.split("+", 1)[1] + netloc, user_pass = cls.get_netloc_and_auth(netloc, scheme) + rev = None + if "@" in path: + path, rev = path.rsplit("@", 1) + if not rev: + raise InstallationError( + f"The URL {url!r} has an empty revision (after @) " + "which is not supported. Include a revision after @ " + "or remove @ from the URL." + ) + url = urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + """ + Return the RevOptions "extra arguments" to use in obtain(). + """ + return [] + + def get_url_rev_options(self, url: HiddenText) -> Tuple[HiddenText, RevOptions]: + """ + Return the URL and RevOptions object to use in obtain(), + as a tuple (url, rev_options). + """ + secret_url, rev, user_pass = self.get_url_rev_and_auth(url.secret) + username, secret_password = user_pass + password: Optional[HiddenText] = None + if secret_password is not None: + password = hide_value(secret_password) + extra_args = self.make_rev_args(username, password) + rev_options = self.make_rev_options(rev, extra_args=extra_args) + + return hide_url(secret_url), rev_options + + @staticmethod + def normalize_url(url: str) -> str: + """ + Normalize a URL for comparison by unquoting it and removing any + trailing slash. + """ + return urllib.parse.unquote(url).rstrip("/") + + @classmethod + def compare_urls(cls, url1: str, url2: str) -> bool: + """ + Compare two repo URLs for identity, ignoring incidental differences. + """ + return cls.normalize_url(url1) == cls.normalize_url(url2) + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + """ + Fetch a revision from a repository, in the case that this is the + first fetch from the repository. + + Args: + dest: the directory to fetch the repository to. + rev_options: a RevOptions object. + verbosity: verbosity level. + """ + raise NotImplementedError + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Switch the repo at ``dest`` to point to ``URL``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Update an already-existing repo to the given ``rev_options``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the id of the current commit equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + raise NotImplementedError + + def obtain(self, dest: str, url: HiddenText, verbosity: int) -> None: + """ + Install or update in editable mode the package represented by this + VersionControl object. + + :param dest: the repository directory in which to install or update. + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + url, rev_options = self.get_url_rev_options(url) + + if not os.path.exists(dest): + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + rev_display = rev_options.to_display() + if self.is_repository_directory(dest): + existing_url = self.get_remote_url(dest) + if self.compare_urls(existing_url, url.secret): + logger.debug( + "%s in %s exists, and has correct URL (%s)", + self.repo_name.title(), + display_path(dest), + url, + ) + if not self.is_commit_id_equal(dest, rev_options.rev): + logger.info( + "Updating %s %s%s", + display_path(dest), + self.repo_name, + rev_display, + ) + self.update(dest, url, rev_options) + else: + logger.info("Skipping because already up-to-date.") + return + + logger.warning( + "%s %s in %s exists with URL %s", + self.name, + self.repo_name, + display_path(dest), + existing_url, + ) + prompt = ("(s)witch, (i)gnore, (w)ipe, (b)ackup ", ("s", "i", "w", "b")) + else: + logger.warning( + "Directory %s already exists, and is not a %s %s.", + dest, + self.name, + self.repo_name, + ) + # https://github.com/python/mypy/issues/1174 + prompt = ("(i)gnore, (w)ipe, (b)ackup ", ("i", "w", "b")) # type: ignore + + logger.warning( + "The plan is to install the %s repository %s", + self.name, + url, + ) + response = ask_path_exists(f"What to do? {prompt[0]}", prompt[1]) + + if response == "a": + sys.exit(-1) + + if response == "w": + logger.warning("Deleting %s", display_path(dest)) + rmtree(dest) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + if response == "b": + dest_dir = backup_dir(dest) + logger.warning("Backing up %s to %s", display_path(dest), dest_dir) + shutil.move(dest, dest_dir) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + # Do nothing if the response is "i". + if response == "s": + logger.info( + "Switching %s %s to %s%s", + self.repo_name, + display_path(dest), + url, + rev_display, + ) + self.switch(dest, url, rev_options) + + def unpack(self, location: str, url: HiddenText, verbosity: int) -> None: + """ + Clean up current location and download the url repository + (and vcs infos) into location + + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + if os.path.exists(location): + rmtree(location) + self.obtain(location, url=url, verbosity=verbosity) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return the url used at location + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + raise NotImplementedError + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the current commit id of the files at the given location. + """ + raise NotImplementedError + + @classmethod + def run_command( + cls, + cmd: Union[List[str], CommandArgs], + show_stdout: bool = True, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + command_desc: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: bool = True, + stdout_only: bool = False, + ) -> str: + """ + Run a VCS subcommand + This is simply a wrapper around call_subprocess that adds the VCS + command name, and checks that the VCS is available + """ + cmd = make_command(cls.name, *cmd) + if command_desc is None: + command_desc = format_command_args(cmd) + try: + return call_subprocess( + cmd, + show_stdout, + cwd, + on_returncode=on_returncode, + extra_ok_returncodes=extra_ok_returncodes, + command_desc=command_desc, + extra_environ=extra_environ, + unset_environ=cls.unset_environ, + spinner=spinner, + log_failed_cmd=log_failed_cmd, + stdout_only=stdout_only, + ) + except NotADirectoryError: + raise BadCommand(f"Cannot find command {cls.name!r} - invalid PATH") + except FileNotFoundError: + # errno.ENOENT = no such file or directory + # In other words, the VCS executable isn't available + raise BadCommand( + f"Cannot find command {cls.name!r} - do you have " + f"{cls.name!r} installed and in your PATH?" + ) + except PermissionError: + # errno.EACCES = Permission denied + # This error occurs, for instance, when the command is installed + # only for another user. So, the current user don't have + # permission to call the other user command. + raise BadCommand( + f"No permission to execute {cls.name!r} - install it " + f"locally, globally (ask admin), or check your PATH. " + f"See possible solutions at " + f"https://pip.pypa.io/en/latest/reference/pip_freeze/" + f"#fixing-permission-denied." + ) + + @classmethod + def is_repository_directory(cls, path: str) -> bool: + """ + Return whether a directory path is a repository directory. + """ + logger.debug("Checking in %s for %s (%s)...", path, cls.dirname, cls.name) + return os.path.exists(os.path.join(path, cls.dirname)) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + """ + Return the "root" (top-level) directory controlled by the vcs, + or `None` if the directory is not in any. + + It is meant to be overridden to implement smarter detection + mechanisms for specific vcs. + + This can do more than is_repository_directory() alone. For + example, the Git override checks that Git is actually available. + """ + if cls.is_repository_directory(location): + return location + return None diff --git a/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py b/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000..93f8e1f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,354 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name, canonicalize_version +from pip._vendor.packaging.version import InvalidVersion, Version + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import InvalidWheelFilename, UnsupportedWheel +from pip._internal.metadata import FilesystemWheel, get_wheel_distribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.build.wheel import build_wheel_pep517 +from pip._internal.operations.build.wheel_editable import build_wheel_editable +from pip._internal.operations.build.wheel_legacy import build_wheel_legacy +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file +from pip._internal.utils.setuptools_build import make_setuptools_clean_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + +_egg_info_re = re.compile(r"([a-z0-9_.]+)-([a-z0-9_.!+-]+)", re.IGNORECASE) + +BuildResult = Tuple[List[InstallRequirement], List[InstallRequirement]] + + +def _contains_egg_info(s: str) -> bool: + """Determine whether the string looks like an egg_info. + + :param s: The string to parse. E.g. foo-2.1 + """ + return bool(_egg_info_re.search(s)) + + +def _should_build( + req: InstallRequirement, + need_wheel: bool, +) -> bool: + """Return whether an InstallRequirement should be built into a wheel.""" + if req.constraint: + # never build requirements that are merely constraints + return False + if req.is_wheel: + if need_wheel: + logger.info( + "Skipping %s, due to already being wheel.", + req.name, + ) + return False + + if need_wheel: + # i.e. pip wheel, not pip install + return True + + # From this point, this concerns the pip install command only + # (need_wheel=False). + + if not req.source_dir: + return False + + if req.editable: + # we only build PEP 660 editable requirements + return req.supports_pyproject_editable + + return True + + +def should_build_for_wheel_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=True) + + +def should_build_for_install_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=False) + + +def _should_cache( + req: InstallRequirement, +) -> Optional[bool]: + """ + Return whether a built InstallRequirement can be stored in the persistent + wheel cache, assuming the wheel cache is available, and _should_build() + has determined a wheel needs to be built. + """ + if req.editable or not req.source_dir: + # never cache editable requirements + return False + + if req.link and req.link.is_vcs: + # VCS checkout. Do not cache + # unless it points to an immutable commit hash. + assert not req.editable + assert req.source_dir + vcs_backend = vcs.get_backend_for_scheme(req.link.scheme) + assert vcs_backend + if vcs_backend.is_immutable_rev_checkout(req.link.url, req.source_dir): + return True + return False + + assert req.link + base, ext = req.link.splitext() + if _contains_egg_info(base): + return True + + # Otherwise, do not cache. + return False + + +def _get_cache_dir( + req: InstallRequirement, + wheel_cache: WheelCache, +) -> str: + """Return the persistent or temporary cache directory where the built + wheel need to be stored. + """ + cache_available = bool(wheel_cache.cache_dir) + assert req.link + if cache_available and _should_cache(req): + cache_dir = wheel_cache.get_path_for_link(req.link) + else: + cache_dir = wheel_cache.get_ephem_path_for_link(req.link) + return cache_dir + + +def _verify_one(req: InstallRequirement, wheel_path: str) -> None: + canonical_name = canonicalize_name(req.name or "") + w = Wheel(os.path.basename(wheel_path)) + if canonicalize_name(w.name) != canonical_name: + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {canonical_name!r}, " + f"got {w.name!r}", + ) + dist = get_wheel_distribution(FilesystemWheel(wheel_path), canonical_name) + dist_verstr = str(dist.version) + if canonicalize_version(dist_verstr) != canonicalize_version(w.version): + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {dist_verstr!r}, " + f"got {w.version!r}", + ) + metadata_version_value = dist.metadata_version + if metadata_version_value is None: + raise UnsupportedWheel("Missing Metadata-Version") + try: + metadata_version = Version(metadata_version_value) + except InvalidVersion: + msg = f"Invalid Metadata-Version: {metadata_version_value}" + raise UnsupportedWheel(msg) + if metadata_version >= Version("1.2") and not isinstance(dist.version, Version): + raise UnsupportedWheel( + f"Metadata 1.2 mandates PEP 440 version, but {dist_verstr!r} is not" + ) + + +def _build_one( + req: InstallRequirement, + output_dir: str, + verify: bool, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + """Build one wheel. + + :return: The filename of the built wheel, or None if the build failed. + """ + artifact = "editable" if editable else "wheel" + try: + ensure_dir(output_dir) + except OSError as e: + logger.warning( + "Building %s for %s failed: %s", + artifact, + req.name, + e, + ) + return None + + # Install build deps into temporary directory (PEP 518) + with req.build_env: + wheel_path = _build_one_inside_env( + req, output_dir, build_options, global_options, editable + ) + if wheel_path and verify: + try: + _verify_one(req, wheel_path) + except (InvalidWheelFilename, UnsupportedWheel) as e: + logger.warning("Built %s for %s is invalid: %s", artifact, req.name, e) + return None + return wheel_path + + +def _build_one_inside_env( + req: InstallRequirement, + output_dir: str, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + with TempDirectory(kind="wheel") as temp_dir: + assert req.name + if req.use_pep517: + assert req.metadata_directory + assert req.pep517_backend + if global_options: + logger.warning( + "Ignoring --global-option when building %s using PEP 517", req.name + ) + if build_options: + logger.warning( + "Ignoring --build-option when building %s using PEP 517", req.name + ) + if editable: + wheel_path = build_wheel_editable( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_pep517( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_legacy( + name=req.name, + setup_py_path=req.setup_py_path, + source_dir=req.unpacked_source_directory, + global_options=global_options, + build_options=build_options, + tempd=temp_dir.path, + ) + + if wheel_path is not None: + wheel_name = os.path.basename(wheel_path) + dest_path = os.path.join(output_dir, wheel_name) + try: + wheel_hash, length = hash_file(wheel_path) + shutil.move(wheel_path, dest_path) + logger.info( + "Created wheel for %s: filename=%s size=%d sha256=%s", + req.name, + wheel_name, + length, + wheel_hash.hexdigest(), + ) + logger.info("Stored in directory: %s", output_dir) + return dest_path + except Exception as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + # Ignore return, we can't do anything else useful. + if not req.use_pep517: + _clean_one_legacy(req, global_options) + return None + + +def _clean_one_legacy(req: InstallRequirement, global_options: List[str]) -> bool: + clean_args = make_setuptools_clean_args( + req.setup_py_path, + global_options=global_options, + ) + + logger.info("Running setup.py clean for %s", req.name) + try: + call_subprocess( + clean_args, command_desc="python setup.py clean", cwd=req.source_dir + ) + return True + except Exception: + logger.error("Failed cleaning build dir for %s", req.name) + return False + + +def build( + requirements: Iterable[InstallRequirement], + wheel_cache: WheelCache, + verify: bool, + build_options: List[str], + global_options: List[str], +) -> BuildResult: + """Build wheels. + + :return: The list of InstallRequirement that succeeded to build and + the list of InstallRequirement that failed to build. + """ + if not requirements: + return [], [] + + # Build the wheels. + logger.info( + "Building wheels for collected packages: %s", + ", ".join(req.name for req in requirements), # type: ignore + ) + + with indent_log(): + build_successes, build_failures = [], [] + for req in requirements: + assert req.name + cache_dir = _get_cache_dir(req, wheel_cache) + wheel_file = _build_one( + req, + cache_dir, + verify, + build_options, + global_options, + req.editable and req.permit_editable_wheels, + ) + if wheel_file: + # Record the download origin in the cache + if req.download_info is not None: + # download_info is guaranteed to be set because when we build an + # InstallRequirement it has been through the preparer before, but + # let's be cautious. + wheel_cache.record_download_origin(cache_dir, req.download_info) + # Update the link for this. + req.link = Link(path_to_url(wheel_file)) + req.local_file_path = req.link.file_path + assert req.link.is_wheel + build_successes.append(req) + else: + build_failures.append(req) + + # notify success/failure + if build_successes: + logger.info( + "Successfully built %s", + " ".join([req.name for req in build_successes]), # type: ignore + ) + if build_failures: + logger.info( + "Failed to build %s", + " ".join([req.name for req in build_failures]), # type: ignore + ) + # Return a list of requirements that failed to build + return build_successes, build_failures diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000..561089c --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,116 @@ +""" +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("distlib") + vendored("distro") + vendored("packaging") + vendored("packaging.version") + vendored("packaging.specifiers") + vendored("pkg_resources") + vendored("platformdirs") + vendored("progress") + vendored("pyproject_hooks") + 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") + if sys.version_info < (3, 11): + vendored("tomli") + vendored("truststore") + vendored("urllib3") diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d959cad712438036af8c3d77e52904afd8f4acbf GIT binary patch literal 3065 zcmbW3OK;mo5P<-{-#7p0 zH%}VIU;5$T<-)^PaLWglVGyHh5R+KU99mt=)P0-TUAv;wtyOfpE^)ebT3c;wH>=j8 zQ#;;ao-r-Hm(0+iaBa;+m-wnZISwpwPR9uwQ-$(k$OUTQ}E6A(J zYsl-!8_1i;dE_nRZR7{Y1!REiAnzdWB0oglLwgq82JhEQ{-nA-PLLG`I-TK zoCe=4qU;OgLrr2otM2(Pi$A?A$%1g5ri2SWk^Tx`{FJ19pU?~>G>sD~eZJy@vah(G z2?{#OPbno@Z9MFawSAuYk`JjGXc2v-s7NCgc;2Igft4hc3883ge`Y!0IU|0L`Z2E* z1SNhl9Of$OG3rMt@ll1RYy^5m_5-ew(3Yoxb{)*s3KhLBRG#Uopu0AjGW;q@8 zBxkvzVKU6PP){GlrWWDl02^?B1GijaXu?2CwgK3cWs9d5ytFv(gN9s{yZc!9T-Dm5ne=qah8$(hKpcpkMDZ z-iw$lUB+Y0smIj^FAKp%Y0Hr;>qAa*@I&benXyEbbxBpEl$du)Z!FV>%l0@3D5>Tt zon9nq=?rK@el^4_tnQz%^IXElcLX0KD(euso>H~YPt+jqE%Zc`#yS8xU}wFwRul`Kx~^#b}TrkTF^6 zG~-fD(%E-U=WsiFIsq4iLIMj(601p0+kZhOuZsI`VHh?fgySC%AiAW|2env!r`H0V zG#DL17LRny6xSx00iO+{6wa!c6bWcx(k8+Y$sp=!aq;lka+R=RezH6`5XBSDgfh!U5~JeE5$3d~Cb_;crII1#`NX)Z^x*uLo=!dtssSW2Md)CPl+5-o#KL)bxd0GGi5yt36ICMY9&{>fVw5% zU#n3%x?q)cE`uymgVN$swDfp$Y5D8tPnVu7FO^OusY3}LcOcC|T3 bhU=cYYBy~C{7%2h(%Ze+s%B`J&Tsz$pg_Lk literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4aab314867178fea00986b99a20dddd85711d2c GIT binary patch literal 100414 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 z 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e98ba86b87c4e8ffa358cb0938411f916b105bae GIT binary patch literal 1836 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a60289cb0e156c8171a6c2a585f0301966e1a0e GIT binary patch literal 10168 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 O{4+HZ8*1t!+5Z8Mz;p5d literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c07966aa76ed22eb2fc5a74cf3c7da1dd63a6d1 GIT binary patch literal 3220 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a63380fa2511cde650d075f3c10ebd80beb0e60c GIT binary patch literal 3354 zcmZ`*%WoUU8Q+f9t zyQCpu2^5fvp4v-~NdOY)rT-U>U7Z&ysk`2qHDIR{Z`KYVq-t2lxCtpWnOl%ljLjDf8oGPr1Je27@Ts zR#q>_ax8TF+4dmlJx6o(PLPH7lPpZKD33+YF#lNS+@`=hL?bl1Oc)3T>zWlVE{Ka_LDXK^T}xaNOQP}0>e_nzvRD&m zFz)DHQ=Ap&&~s;V=f%6|dD`jsRP|9PqacpL+r-Fuu_YQgRZ!~hF;JfUAjjh5I#?X-G(T6{R z|Cx==+?-&1$_nn=xl@=2)N+LhT}#-n^xBCxHSQWTvs=Mi%@-hRy1yu#ubqgE?Z_x> z;jSayg*7tdW?>2UoH3~jZ_36_;oLQzT^zeu=^n7j($pBc1>0qlM&Sx$%Ew;e!8RtJ zLc@ct=+l1Zi~@VUxGO4?Wl=4R-IcG5Z}?<&Y81v~t+1zTn@<@EX<_42q_!@?UMfPr zmnM0b2kJ*?bPzV!+>wx{0zd(Kdol4Wpa@jH! zZ(mpJxnd)E2J5sq?00^Xg)-~NbSKIO9TAR_Fu%4PdM^-0|A?rlL2nSOt~ZU06VIw zAWIVou0YX^0=aj{uKtIjclFTh^*(BykyKmqf}V%6P&`VN`w0~$;A;9?17*fxq8bp} z`HnBceh?*uRvX^-GkKBLQ`qG@BrcQCpR=<;9OcSJs3UB$9p=i~O`}9DA^=F}v5jFu z309TkxU?$D%EEX{)@d_Jc32t@vo!=s^KQ)_I0ZO+=`SgQ(Ak-rti;bG(c7f&_$JezUS;p#lk z&IV606R{M5PrE}OD|luJV6os696vxe`wBd)&MtIV;f`%U686d<%Rv+ls~{(3;h=>1s4{G))XMav6EY6UpVJL#UOaMaPbYC zyHhTz&$+yfzDcCaK&?l*>&AW^gm2<-_;qeiK-bvIOAzR>_gf=bwv61}3z_%qVCH3cb8V@(Dx_0HOg zx68Bvqv$3BqAhPXIM$4;4bfPnid|t2<8SIF=T+vsX_!@1Fy|hxF^gM&sIfJdf8VH{ z<@@i>q5bVWPeGVac6_-YYxgTTV2cdXbpn-&YN?`H_}*$+El&&rG3uj)E?qSUx~4v^ zO?U@DYJwuLsp^-+zGbX7Fwnvc5`QJPpP*F->@;NMZRq_8uLdl4RzSX`^QWlnga_D0 z%PaS#J6BmLbloZgy-ckY5=5b}QGfjBr$^`4>v>JLI+5$gnjg{nc};CRC~%hYw=^rt z^Zg{~hrX|>zTZ#9Fs63R_g@TyxST1OjVN97wxrleikFVUT$Sh;(FrDr#>lCR4qnf& z7*Nd(Gd$d$aLc>$Fzrvs**lF7a8(X)Tqqa&WEyDbl17qBTjiAnAD0XN_9G z9i~0I!|0TDFVBs%XE)reT>=~1XBsHo)p@NM&NW85Yx6Tl>-7~`oBF@}RNi_SvRe#> UWt731>G2CF{2D64f?P5G3ye=Er2qf` literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..17a69ba84bb2eca79280b930f6304067a93430b5 GIT binary patch literal 1471 zcmaJ>&5zqe6rb@|9LMPe;~8F zEMPt*gvwt4WF(`U6f~j~vB8bPjLgD{EX|wTE}Y2G*y5eSja*8YDIS2W&AWvcd0OXy zt{3$*?r^{8M}3W5ey!Mx_B8JDK{1Smlytpr58m~Y-N{DT``PUu?Px#qj!1C#PmDI8 zZ7(UyN+l|k0)P$IsKybCKcx_MJ?DKOpYJDo@V@cfL4>2YgGCgp0d zaX3B#76NJQ6vJ2zw%$k0Xj+x5?P*2KR5F*XHLEJ#dUES=HN5n`+0k8WPG4QW63oV6 zkX~d90mms%Af8+5v}RBLk<9lS`+jm!mbLNdU&iaQZ8r>c%*l+ixL|5gWpZ`nvgl8x z5?fP8FtrqA>SF8Gs|#P`Cpc?g0cdDOmPB+Ec}Ysz&~w^2wXf*8(>M)njK*xN#%?+p z{n%0zQFv}_t>SC{38vY=X zx@KZrpSJ#PKQU2>G3|RUHLg6)%6ENg8R9OegU3oNXbo~wx z=_0;`NLTVEB3*-b5aFTXJtVh~pugat_2T&15<1V~SQsE`9hfS}U6^Quf0}3nNsiY^ zj(3wBudAw?65W2Inckz@*Yu;;4kwpLi literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 0000000..2c84208 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,70 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import logging +from argparse import ArgumentParser +from typing import TYPE_CHECKING + +from pip._vendor import requests + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import logger + +if TYPE_CHECKING: + from argparse import Namespace + + from pip._vendor.cachecontrol.controller import CacheController + + +def setup_logging() -> None: + logger.setLevel(logging.DEBUG) + handler = logging.StreamHandler() + logger.addHandler(handler) + + +def get_session() -> requests.Session: + adapter = CacheControlAdapter( + DictCache(), cache_etags=True, serializer=None, heuristic=None + ) + sess = requests.Session() + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + sess.cache_controller = adapter.controller # type: ignore[attr-defined] + return sess + + +def get_args() -> Namespace: + parser = ArgumentParser() + parser.add_argument("url", help="The URL to try and cache") + return parser.parse_args() + + +def main() -> None: + args = get_args() + sess = get_session() + + # Make a request to get a response + resp = sess.get(args.url) + + # Turn on logging + setup_logging() + + # try setting the cache + cache_controller: CacheController = ( + sess.cache_controller # type: ignore[attr-defined] + ) + cache_controller.cache_response(resp.request, resp.raw) + + # Now try to get it + if cache_controller.cached_request(resp.request): + print("Cached!") + else: + print("Not cached :(") + + +if __name__ == "__main__": + main() diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 0000000..34a9eb8 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,161 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import functools +import types +import zlib +from typing import TYPE_CHECKING, Any, Collection, Mapping + +from pip._vendor.requests.adapters import HTTPAdapter + +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import PERMANENT_REDIRECT_STATUSES, CacheController +from pip._vendor.cachecontrol.filewrapper import CallbackFileWrapper + +if TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest, Response + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +class CacheControlAdapter(HTTPAdapter): + invalidating_methods = {"PUT", "PATCH", "DELETE"} + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + controller_class: type[CacheController] | None = None, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + cacheable_methods: Collection[str] | None = None, + *args: Any, + **kw: Any, + ) -> None: + super().__init__(*args, **kw) + self.cache = DictCache() if cache is None else cache + self.heuristic = heuristic + self.cacheable_methods = cacheable_methods or ("GET",) + + controller_factory = controller_class or CacheController + self.controller = controller_factory( + self.cache, cache_etags=cache_etags, serializer=serializer + ) + + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: None | float | tuple[float, float] | tuple[float, None] = None, + verify: bool | str = True, + cert: (None | bytes | str | tuple[bytes | str, bytes | str]) = None, + proxies: Mapping[str, str] | None = None, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Send a request. Use the request information to see if it + exists in the cache and cache the response if we need to and can. + """ + cacheable = cacheable_methods or self.cacheable_methods + if request.method in cacheable: + try: + cached_response = self.controller.cached_request(request) + except zlib.error: + cached_response = None + if cached_response: + return self.build_response(request, cached_response, from_cache=True) + + # check for etags and add headers if appropriate + request.headers.update(self.controller.conditional_headers(request)) + + resp = super().send(request, stream, timeout, verify, cert, proxies) + + return resp + + def build_response( # type: ignore[override] + self, + request: PreparedRequest, + response: HTTPResponse, + from_cache: bool = False, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Build a response by making a request or using the cache. + + This will end up calling send and returning a potentially + cached response + """ + cacheable = cacheable_methods or self.cacheable_methods + if not from_cache and request.method in cacheable: + # Check for any heuristics that might update headers + # before trying to cache. + if self.heuristic: + response = self.heuristic.apply(response) + + # apply any expiration heuristics + if response.status == 304: + # We must have sent an ETag request. This could mean + # that we've been expired already or that we simply + # have an etag. In either case, we want to try and + # update the cache if that is the case. + cached_response = self.controller.update_cached_response( + request, response + ) + + if cached_response is not response: + from_cache = True + + # We are done with the server response, read a + # possible response body (compliant servers will + # not return one, but we cannot be 100% sure) and + # release the connection back to the pool. + response.read(decode_content=False) + response.release_conn() + + response = cached_response + + # We always cache the 301 responses + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + self.controller.cache_response(request, response) + else: + # Wrap the response file with a wrapper that will cache the + # response when the stream has been consumed. + response._fp = CallbackFileWrapper( # type: ignore[assignment] + response._fp, # type: ignore[arg-type] + functools.partial( + self.controller.cache_response, request, response + ), + ) + if response.chunked: + super_update_chunk_length = response._update_chunk_length + + def _update_chunk_length(self: HTTPResponse) -> None: + super_update_chunk_length() + if self.chunk_left == 0: + self._fp._close() # type: ignore[union-attr] + + response._update_chunk_length = types.MethodType( # type: ignore[method-assign] + _update_chunk_length, response + ) + + resp: Response = super().build_response(request, response) + + # See if we should invalidate the cache. + if request.method in self.invalidating_methods and resp.ok: + assert request.url is not None + cache_url = self.controller.cache_url(request.url) + self.cache.delete(cache_url) + + # Give the request a from_cache attr to let people use it + resp.from_cache = from_cache # type: ignore[attr-defined] + + return resp + + def close(self) -> None: + self.cache.close() + super().close() # type: ignore[no-untyped-call] diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 0000000..91598e9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,75 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The cache object API for implementing caches. The default is a thread +safe in-memory dictionary. +""" + +from __future__ import annotations + +from threading import Lock +from typing import IO, TYPE_CHECKING, MutableMapping + +if TYPE_CHECKING: + from datetime import datetime + + +class BaseCache: + def get(self, key: str) -> bytes | None: + raise NotImplementedError() + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + raise NotImplementedError() + + def delete(self, key: str) -> None: + raise NotImplementedError() + + def close(self) -> None: + pass + + +class DictCache(BaseCache): + def __init__(self, init_dict: MutableMapping[str, bytes] | None = None) -> None: + self.lock = Lock() + self.data = init_dict or {} + + def get(self, key: str) -> bytes | None: + return self.data.get(key, None) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + with self.lock: + self.data.update({key: value}) + + def delete(self, key: str) -> None: + with self.lock: + if key in self.data: + self.data.pop(key) + + +class SeparateBodyBaseCache(BaseCache): + """ + In this variant, the body is not stored mixed in with the metadata, but is + passed in (as a bytes-like object) in a separate call to ``set_body()``. + + That is, the expected interaction pattern is:: + + cache.set(key, serialized_metadata) + cache.set_body(key) + + Similarly, the body should be loaded separately via ``get_body()``. + """ + + def set_body(self, key: str, body: bytes) -> None: + raise NotImplementedError() + + def get_body(self, key: str) -> IO[bytes] | None: + """ + Return the body as file-like object. + """ + raise NotImplementedError() diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 0000000..24ff469 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from pip._vendor.cachecontrol.caches.file_cache import FileCache, SeparateBodyFileCache +from pip._vendor.cachecontrol.caches.redis_cache import RedisCache + +__all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"] diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b415700724cb5687a78d03a35dbfeadf42d91a4 GIT binary patch literal 430 zcmah`u};G<6ttbRK-Eet`~v|c2C*W9Kw@N|V##7Tu}Lf(+p^tA8Tc7C{)K@#D-*xK zgxyxqjVJk}v){eDC+o#x2132Rd^8vW@EOT&p+K&~amN7|U{Hb%mas!5f{`PcbZMDF z&;XXa!g9jWCCDaUp&MjqJh&5*-_p9}c#!qOpSnE#Pi3R)Ru-+sJwm9IguDSejs6k7 z9e#A&I&5_-yupn3iu=3~zFk#$WvQxLp&A_0^;n7uo58nQT@>eM*a^>bL+fYSaEC)2 myj=qCF0mmF6C#xGgcN2N_b)rmR+3+Z9|11rI85hoj(z~yVtauA literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ccecd7def689216b5f91803137452e4f0c650d5 GIT binary patch literal 5649 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 Whxj#8LE)46Y>D~Qw`|L&YwSPZCd IO[bytes]: + # We only want to write to this file, so open it in write only mode + flags = os.O_WRONLY + + # os.O_CREAT | os.O_EXCL will fail if the file already exists, so we only + # will open *new* files. + # We specify this because we want to ensure that the mode we pass is the + # mode of the file. + flags |= os.O_CREAT | os.O_EXCL + + # Do not follow symlinks to prevent someone from making a symlink that + # we follow and insecurely open a cache file. + if hasattr(os, "O_NOFOLLOW"): + flags |= os.O_NOFOLLOW + + # On Windows we'll mark this file as binary + if hasattr(os, "O_BINARY"): + flags |= os.O_BINARY + + # Before we open our file, we want to delete any existing file that is + # there + try: + os.remove(filename) + except OSError: + # The file must not exist already, so we can just skip ahead to opening + pass + + # Open our file, the use of os.O_CREAT | os.O_EXCL will ensure that if a + # race condition happens between the os.remove and this line, that an + # error will be raised. Because we utilize a lockfile this should only + # happen if someone is attempting to attack us. + fd = os.open(filename, flags, fmode) + try: + return os.fdopen(fd, "wb") + + except: + # An error occurred wrapping our FD in a file object + os.close(fd) + raise + + +class _FileCacheMixin: + """Shared implementation for both FileCache variants.""" + + def __init__( + self, + directory: str | Path, + forever: bool = False, + filemode: int = 0o0600, + dirmode: int = 0o0700, + lock_class: type[BaseFileLock] | None = None, + ) -> None: + try: + if lock_class is None: + from filelock import FileLock + + lock_class = FileLock + except ImportError: + notice = dedent( + """ + NOTE: In order to use the FileCache you must have + filelock installed. You can install it via pip: + pip install cachecontrol[filecache] + """ + ) + raise ImportError(notice) + + self.directory = directory + self.forever = forever + self.filemode = filemode + self.dirmode = dirmode + self.lock_class = lock_class + + @staticmethod + def encode(x: str) -> str: + return hashlib.sha224(x.encode()).hexdigest() + + def _fn(self, name: str) -> str: + # NOTE: This method should not change as some may depend on it. + # See: https://github.com/ionrock/cachecontrol/issues/63 + hashed = self.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> bytes | None: + name = self._fn(key) + try: + with open(name, "rb") as fh: + return fh.read() + + except FileNotFoundError: + return None + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + name = self._fn(key) + self._write(name, value) + + def _write(self, path: str, data: bytes) -> None: + """ + Safely write the data to the given path. + """ + # Make sure the directory exists + try: + os.makedirs(os.path.dirname(path), self.dirmode) + except OSError: + pass + + with self.lock_class(path + ".lock"): + # Write our actual file + with _secure_open_write(path, self.filemode) as fh: + fh.write(data) + + def _delete(self, key: str, suffix: str) -> None: + name = self._fn(key) + suffix + if not self.forever: + try: + os.remove(name) + except FileNotFoundError: + pass + + +class FileCache(_FileCacheMixin, BaseCache): + """ + Traditional FileCache: body is stored in memory, so not suitable for large + downloads. + """ + + def delete(self, key: str) -> None: + self._delete(key, "") + + +class SeparateBodyFileCache(_FileCacheMixin, SeparateBodyBaseCache): + """ + Memory-efficient FileCache: body is stored in a separate file, reducing + peak memory usage. + """ + + def get_body(self, key: str) -> IO[bytes] | None: + name = self._fn(key) + ".body" + try: + return open(name, "rb") + except FileNotFoundError: + return None + + def set_body(self, key: str, body: bytes) -> None: + name = self._fn(key) + ".body" + self._write(name, body) + + def delete(self, key: str) -> None: + self._delete(key, "") + self._delete(key, ".body") + + +def url_to_file_path(url: str, filecache: FileCache) -> str: + """Return the file cache path based on the URL. + + This does not ensure the file exists! + """ + key = CacheController.cache_url(url) + return filecache._fn(key) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 0000000..f4f68c4 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py @@ -0,0 +1,48 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + + +from datetime import datetime, timezone +from typing import TYPE_CHECKING + +from pip._vendor.cachecontrol.cache import BaseCache + +if TYPE_CHECKING: + from redis import Redis + + +class RedisCache(BaseCache): + def __init__(self, conn: Redis[bytes]) -> None: + self.conn = conn + + def get(self, key: str) -> bytes | None: + return self.conn.get(key) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + if not expires: + self.conn.set(key, value) + elif isinstance(expires, datetime): + now_utc = datetime.now(timezone.utc) + if expires.tzinfo is None: + now_utc = now_utc.replace(tzinfo=None) + delta = expires - now_utc + self.conn.setex(key, int(delta.total_seconds()), value) + else: + self.conn.setex(key, expires, value) + + def delete(self, key: str) -> None: + self.conn.delete(key) + + def clear(self) -> None: + """Helper for clearing all the keys in a database. Use with + caution!""" + for key in self.conn.keys(): + self.conn.delete(key) + + def close(self) -> None: + """Redis uses connection pooling, no need to close the connection.""" + pass diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 0000000..f0ff6e1 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,500 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The httplib2 algorithms ported for use with requests. +""" + +from __future__ import annotations + +import calendar +import logging +import re +import time +from email.utils import parsedate_tz +from typing import TYPE_CHECKING, Collection, Mapping + +from pip._vendor.requests.structures import CaseInsensitiveDict + +from pip._vendor.cachecontrol.cache import DictCache, SeparateBodyBaseCache +from pip._vendor.cachecontrol.serialize import Serializer + +if TYPE_CHECKING: + from typing import Literal + + from pip._vendor.requests import PreparedRequest + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + +logger = logging.getLogger(__name__) + +URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") + +PERMANENT_REDIRECT_STATUSES = (301, 308) + + +def parse_uri(uri: str) -> tuple[str, str, str, str, str]: + """Parses a URI using the regex given in Appendix B of RFC 3986. + + (scheme, authority, path, query, fragment) = parse_uri(uri) + """ + match = URI.match(uri) + assert match is not None + groups = match.groups() + return (groups[1], groups[3], groups[4], groups[6], groups[8]) + + +class CacheController: + """An interface to see if request should cached or not.""" + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + status_codes: Collection[int] | None = None, + ): + self.cache = DictCache() if cache is None else cache + self.cache_etags = cache_etags + self.serializer = serializer or Serializer() + self.cacheable_status_codes = status_codes or (200, 203, 300, 301, 308) + + @classmethod + def _urlnorm(cls, uri: str) -> str: + """Normalize the URL to create a safe key for the cache""" + (scheme, authority, path, query, fragment) = parse_uri(uri) + if not scheme or not authority: + raise Exception("Only absolute URIs are allowed. uri = %s" % uri) + + scheme = scheme.lower() + authority = authority.lower() + + if not path: + path = "/" + + # Could do syntax based normalization of the URI before + # computing the digest. See Section 6.2.2 of Std 66. + request_uri = query and "?".join([path, query]) or path + defrag_uri = scheme + "://" + authority + request_uri + + return defrag_uri + + @classmethod + def cache_url(cls, uri: str) -> str: + return cls._urlnorm(uri) + + def parse_cache_control(self, headers: Mapping[str, str]) -> dict[str, int | None]: + known_directives = { + # https://tools.ietf.org/html/rfc7234#section-5.2 + "max-age": (int, True), + "max-stale": (int, False), + "min-fresh": (int, True), + "no-cache": (None, False), + "no-store": (None, False), + "no-transform": (None, False), + "only-if-cached": (None, False), + "must-revalidate": (None, False), + "public": (None, False), + "private": (None, False), + "proxy-revalidate": (None, False), + "s-maxage": (int, True), + } + + cc_headers = headers.get("cache-control", headers.get("Cache-Control", "")) + + retval: dict[str, int | None] = {} + + for cc_directive in cc_headers.split(","): + if not cc_directive.strip(): + continue + + parts = cc_directive.split("=", 1) + directive = parts[0].strip() + + try: + typ, required = known_directives[directive] + except KeyError: + logger.debug("Ignoring unknown cache-control directive: %s", directive) + continue + + if not typ or not required: + retval[directive] = None + if typ: + try: + retval[directive] = typ(parts[1].strip()) + except IndexError: + if required: + logger.debug( + "Missing value for cache-control " "directive: %s", + directive, + ) + except ValueError: + logger.debug( + "Invalid value for cache-control directive " "%s, must be %s", + directive, + typ.__name__, + ) + + return retval + + def _load_from_cache(self, request: PreparedRequest) -> HTTPResponse | None: + """ + Load a cached response, or return None if it's not available. + """ + # We do not support caching of partial content: so if the request contains a + # Range header then we don't want to load anything from the cache. + if "Range" in request.headers: + return None + + cache_url = request.url + assert cache_url is not None + cache_data = self.cache.get(cache_url) + if cache_data is None: + logger.debug("No cache entry available") + return None + + if isinstance(self.cache, SeparateBodyBaseCache): + body_file = self.cache.get_body(cache_url) + else: + body_file = None + + result = self.serializer.loads(request, cache_data, body_file) + if result is None: + logger.warning("Cache entry deserialization failed, entry ignored") + return result + + def cached_request(self, request: PreparedRequest) -> HTTPResponse | Literal[False]: + """ + Return a cached response if it exists in the cache, otherwise + return False. + """ + assert request.url is not None + cache_url = self.cache_url(request.url) + logger.debug('Looking up "%s" in the cache', cache_url) + cc = self.parse_cache_control(request.headers) + + # Bail out if the request insists on fresh data + if "no-cache" in cc: + logger.debug('Request header has "no-cache", cache bypassed') + return False + + if "max-age" in cc and cc["max-age"] == 0: + logger.debug('Request header has "max_age" as 0, cache bypassed') + return False + + # Check whether we can load the response from the cache: + resp = self._load_from_cache(request) + if not resp: + return False + + # If we have a cached permanent redirect, return it immediately. We + # don't need to test our response for other headers b/c it is + # intrinsically "cacheable" as it is Permanent. + # + # See: + # https://tools.ietf.org/html/rfc7231#section-6.4.2 + # + # Client can try to refresh the value by repeating the request + # with cache busting headers as usual (ie no-cache). + if int(resp.status) in PERMANENT_REDIRECT_STATUSES: + msg = ( + "Returning cached permanent redirect response " + "(ignoring date and etag information)" + ) + logger.debug(msg) + return resp + + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict(resp.headers) + if not headers or "date" not in headers: + if "etag" not in headers: + # Without date or etag, the cached response can never be used + # and should be deleted. + logger.debug("Purging cached response: no date or etag") + self.cache.delete(cache_url) + logger.debug("Ignoring cached response: no date") + return False + + now = time.time() + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + current_age = max(0, now - date) + logger.debug("Current age based on date: %i", current_age) + + # TODO: There is an assumption that the result will be a + # urllib3 response object. This may not be best since we + # could probably avoid instantiating or constructing the + # response until we know we need it. + resp_cc = self.parse_cache_control(headers) + + # determine freshness + freshness_lifetime = 0 + + # Check the max-age pragma in the cache control header + max_age = resp_cc.get("max-age") + if max_age is not None: + freshness_lifetime = max_age + logger.debug("Freshness lifetime from max-age: %i", freshness_lifetime) + + # If there isn't a max-age, check for an expires header + elif "expires" in headers: + expires = parsedate_tz(headers["expires"]) + if expires is not None: + expire_time = calendar.timegm(expires[:6]) - date + freshness_lifetime = max(0, expire_time) + logger.debug("Freshness lifetime from expires: %i", freshness_lifetime) + + # Determine if we are setting freshness limit in the + # request. Note, this overrides what was in the response. + max_age = cc.get("max-age") + if max_age is not None: + freshness_lifetime = max_age + logger.debug( + "Freshness lifetime from request max-age: %i", freshness_lifetime + ) + + min_fresh = cc.get("min-fresh") + if min_fresh is not None: + # adjust our current age by our min fresh + current_age += min_fresh + logger.debug("Adjusted current age from min-fresh: %i", current_age) + + # Return entry if it is fresh enough + if freshness_lifetime > current_age: + logger.debug('The response is "fresh", returning cached response') + logger.debug("%i > %i", freshness_lifetime, current_age) + return resp + + # we're not fresh. If we don't have an Etag, clear it out + if "etag" not in headers: + logger.debug('The cached response is "stale" with no etag, purging') + self.cache.delete(cache_url) + + # return the original handler + return False + + def conditional_headers(self, request: PreparedRequest) -> dict[str, str]: + resp = self._load_from_cache(request) + new_headers = {} + + if resp: + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict(resp.headers) + + if "etag" in headers: + new_headers["If-None-Match"] = headers["ETag"] + + if "last-modified" in headers: + new_headers["If-Modified-Since"] = headers["Last-Modified"] + + return new_headers + + def _cache_set( + self, + cache_url: str, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + expires_time: int | None = None, + ) -> None: + """ + Store the data in the cache. + """ + if isinstance(self.cache, SeparateBodyBaseCache): + # We pass in the body separately; just put a placeholder empty + # string in the metadata. + self.cache.set( + cache_url, + self.serializer.dumps(request, response, b""), + expires=expires_time, + ) + # body is None can happen when, for example, we're only updating + # headers, as is the case in update_cached_response(). + if body is not None: + self.cache.set_body(cache_url, body) + else: + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=expires_time, + ) + + def cache_response( + self, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + status_codes: Collection[int] | None = None, + ) -> None: + """ + Algorithm for caching requests. + + This assumes a requests Response object. + """ + # From httplib2: Don't cache 206's since we aren't going to + # handle byte range requests + cacheable_status_codes = status_codes or self.cacheable_status_codes + if response.status not in cacheable_status_codes: + logger.debug( + "Status code %s not in %s", response.status, cacheable_status_codes + ) + return + + response_headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + response.headers + ) + + if "date" in response_headers: + time_tuple = parsedate_tz(response_headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + else: + date = 0 + + # If we've been given a body, our response has a Content-Length, that + # Content-Length is valid then we can check to see if the body we've + # been given matches the expected size, and if it doesn't we'll just + # skip trying to cache it. + if ( + body is not None + and "content-length" in response_headers + and response_headers["content-length"].isdigit() + and int(response_headers["content-length"]) != len(body) + ): + return + + cc_req = self.parse_cache_control(request.headers) + cc = self.parse_cache_control(response_headers) + + assert request.url is not None + cache_url = self.cache_url(request.url) + logger.debug('Updating cache with response from "%s"', cache_url) + + # Delete it from the cache if we happen to have it stored there + no_store = False + if "no-store" in cc: + no_store = True + logger.debug('Response header has "no-store"') + if "no-store" in cc_req: + no_store = True + logger.debug('Request header has "no-store"') + if no_store and self.cache.get(cache_url): + logger.debug('Purging existing cache entry to honor "no-store"') + self.cache.delete(cache_url) + if no_store: + return + + # https://tools.ietf.org/html/rfc7234#section-4.1: + # A Vary header field-value of "*" always fails to match. + # Storing such a response leads to a deserialization warning + # during cache lookup and is not allowed to ever be served, + # so storing it can be avoided. + if "*" in response_headers.get("vary", ""): + logger.debug('Response header has "Vary: *"') + return + + # If we've been given an etag, then keep the response + if self.cache_etags and "etag" in response_headers: + expires_time = 0 + if response_headers.get("expires"): + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires[:6]) - date + + expires_time = max(expires_time, 14 * 86400) + + logger.debug(f"etag object cached for {expires_time} seconds") + logger.debug("Caching due to etag") + self._cache_set(cache_url, request, response, body, expires_time) + + # Add to the cache any permanent redirects. We do this before looking + # that the Date headers. + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + logger.debug("Caching permanent redirect") + self._cache_set(cache_url, request, response, b"") + + # Add to the cache if the response headers demand it. If there + # is no date header then we can't do anything about expiring + # the cache. + elif "date" in response_headers: + time_tuple = parsedate_tz(response_headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + # cache when there is a max-age > 0 + max_age = cc.get("max-age") + if max_age is not None and max_age > 0: + logger.debug("Caching b/c date exists and max-age > 0") + expires_time = max_age + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + # If the request can expire, it means we should cache it + # in the meantime. + elif "expires" in response_headers: + if response_headers["expires"]: + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires[:6]) - date + else: + expires_time = None + + logger.debug( + "Caching b/c of expires header. expires in {} seconds".format( + expires_time + ) + ) + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + def update_cached_response( + self, request: PreparedRequest, response: HTTPResponse + ) -> HTTPResponse: + """On a 304 we will get a new set of headers that we want to + update our cached value with, assuming we have one. + + This should only ever be called when we've sent an ETag and + gotten a 304 as the response. + """ + assert request.url is not None + cache_url = self.cache_url(request.url) + cached_response = self._load_from_cache(request) + + if not cached_response: + # we didn't have a cached response + return response + + # Lets update our headers with the headers from the new request: + # http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26#section-4.1 + # + # The server isn't supposed to send headers that would make + # the cached body invalid. But... just in case, we'll be sure + # to strip out ones we know that might be problmatic due to + # typical assumptions. + excluded_headers = ["content-length"] + + cached_response.headers.update( + { + k: v + for k, v in response.headers.items() + if k.lower() not in excluded_headers + } + ) + + # we want a 200 b/c we have content via the cache + cached_response.status = 200 + + # update our cache + self._cache_set(cache_url, request, cached_response) + + return cached_response diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000..37d2fa5 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,119 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import mmap +from tempfile import NamedTemporaryFile +from typing import TYPE_CHECKING, Any, Callable + +if TYPE_CHECKING: + from http.client import HTTPResponse + + +class CallbackFileWrapper: + """ + Small wrapper around a fp object which will tee everything read into a + buffer, and when that file is closed it will execute a callback with the + contents of that buffer. + + All attributes are proxied to the underlying file object. + + This class uses members with a double underscore (__) leading prefix so as + not to accidentally shadow an attribute. + + The data is stored in a temporary file until it is all available. As long + as the temporary files directory is disk-based (sometimes it's a + memory-backed-``tmpfs`` on Linux), data will be unloaded to disk if memory + pressure is high. For small files the disk usually won't be used at all, + it'll all be in the filesystem memory cache, so there should be no + performance impact. + """ + + def __init__( + self, fp: HTTPResponse, callback: Callable[[bytes], None] | None + ) -> None: + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name: str) -> Any: + # The vagaries 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 things from + # infinitely recursing calls to getattr in the case where + # self.__fp hasn't been set. + # + # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers + fp = self.__getattribute__("_CallbackFileWrapper__fp") + return getattr(fp, name) + + def __is_fp_closed(self) -> bool: + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + closed: bool = self.__fp.closed + return closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self) -> None: + if self.__callback: + if self.__buf.tell() == 0: + # Empty file: + result = b"" + else: + # Return the data without actually loading it into memory, + # relying on Python's buffer API and mmap(). mmap() just gives + # a view directly into the filesystem's memory cache, so it + # doesn't result in duplicate memory use. + self.__buf.seek(0, 0) + result = memoryview( + mmap.mmap(self.__buf.fileno(), 0, access=mmap.ACCESS_READ) + ) + self.__callback(result) + + # We assign this to None here, because otherwise we can get into + # really tricky problems where the CPython interpreter dead locks + # because the callback is holding a reference to something which + # has a __del__ method. Setting this to None breaks the cycle + # and allows the garbage collector to do it's thing normally. + self.__callback = None + + # Closing the temporary file releases memory and frees disk space. + # Important when caching big files. + self.__buf.close() + + def read(self, amt: int | None = None) -> bytes: + data: bytes = self.__fp.read(amt) + if data: + # We may be dealing with b'', a sign that things are over: + # it's passed e.g. after we've already closed self.__buf. + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data + + def _safe_read(self, amt: int) -> bytes: + data: bytes = self.__fp._safe_read(amt) # type: ignore[attr-defined] + if amt == 2 and data == b"\r\n": + # urllib executes this read to toss the CRLF at the end + # of the chunk. + return data + + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000..b778c4f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,157 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import calendar +import time +from datetime import datetime, timedelta, timezone +from email.utils import formatdate, parsedate, parsedate_tz +from typing import TYPE_CHECKING, Any, Mapping + +if TYPE_CHECKING: + from pip._vendor.urllib3 import HTTPResponse + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta: timedelta, date: datetime | None = None) -> datetime: + date = date or datetime.now(timezone.utc) + return date + delta + + +def datetime_to_header(dt: datetime) -> str: + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic: + def warning(self, response: HTTPResponse) -> str | None: + """ + Return a valid 1xx warning header value describing the cache + adjustments. + + The response is provided too allow warnings like 113 + http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need + to explicitly say response is over 24 hours old. + """ + return '110 - "Response is Stale"' + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + """Update the response headers with any new headers. + + NOTE: This SHOULD always include some Warning header to + signify that the response was cached by the client, not + by way of the provided headers. + """ + return {} + + def apply(self, response: HTTPResponse) -> HTTPResponse: + updated_headers = self.update_headers(response) + + if updated_headers: + response.headers.update(updated_headers) + warning_header_value = self.warning(response) + if warning_header_value is not None: + response.headers.update({"Warning": warning_header_value}) + + return response + + +class OneDayCache(BaseHeuristic): + """ + Cache the response by providing an expires 1 day in the + future. + """ + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after( + timedelta(days=1), + date=datetime(*date[:6], tzinfo=timezone.utc), # type: ignore[index,misc] + ) + headers["expires"] = datetime_to_header(expires) + headers["cache-control"] = "public" + return headers + + +class ExpiresAfter(BaseHeuristic): + """ + Cache **all** requests for a defined time period. + """ + + def __init__(self, **kw: Any) -> None: + self.delta = timedelta(**kw) + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response: HTTPResponse) -> str | None: + tmpl = "110 - Automatically cached for %s. Response might be stale" + return tmpl % self.delta + + +class LastModified(BaseHeuristic): + """ + If there is no Expires header already, fall back on Last-Modified + using the heuristic from + http://tools.ietf.org/html/rfc7234#section-4.2.2 + to calculate a reasonable value. + + Firefox also does something like this per + https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching_FAQ + http://lxr.mozilla.org/mozilla-release/source/netwerk/protocol/http/nsHttpResponseHead.cpp#397 + Unlike mozilla we limit this to 24-hr. + """ + + cacheable_by_default_statuses = { + 200, + 203, + 204, + 206, + 300, + 301, + 404, + 405, + 410, + 414, + 501, + } + + def update_headers(self, resp: HTTPResponse) -> dict[str, str]: + headers: Mapping[str, str] = resp.headers + + if "expires" in headers: + return {} + + if "cache-control" in headers and headers["cache-control"] != "public": + return {} + + if resp.status not in self.cacheable_by_default_statuses: + return {} + + if "date" not in headers or "last-modified" not in headers: + return {} + + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + last_modified = parsedate(headers["last-modified"]) + if last_modified is None: + return {} + + now = time.time() + current_age = max(0, now - date) + delta = date - calendar.timegm(last_modified) + freshness_lifetime = max(0, min(delta / 10, 24 * 3600)) + if freshness_lifetime <= current_age: + return {} + + expires = date + freshness_lifetime + return {"expires": time.strftime(TIME_FMT, time.gmtime(expires))} + + def warning(self, resp: HTTPResponse) -> str | None: + return None diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/py.typed b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 0000000..a49487a --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,146 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import io +from typing import IO, TYPE_CHECKING, Any, Mapping, cast + +from pip._vendor import msgpack +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3 import HTTPResponse + +if TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest + + +class Serializer: + serde_version = "4" + + def dumps( + self, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + ) -> bytes: + response_headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + response.headers + ) + + if body is None: + # When a body isn't passed in, we'll read the response. We + # also update the response with a new file handler to be + # sure it acts as though it was never read. + body = response.read(decode_content=False) + response._fp = io.BytesIO(body) # type: ignore[assignment] + response.length_remaining = len(body) + + data = { + "response": { + "body": body, # Empty bytestring if body is stored separately + "headers": {str(k): str(v) for k, v in response.headers.items()}, + "status": response.status, + "version": response.version, + "reason": str(response.reason), + "decode_content": response.decode_content, + } + } + + # Construct our vary headers + data["vary"] = {} + if "vary" in response_headers: + varied_headers = response_headers["vary"].split(",") + for header in varied_headers: + header = str(header).strip() + header_value = request.headers.get(header, None) + if header_value is not None: + header_value = str(header_value) + data["vary"][header] = header_value + + return b",".join([f"cc={self.serde_version}".encode(), self.serialize(data)]) + + def serialize(self, data: dict[str, Any]) -> bytes: + return cast(bytes, msgpack.dumps(data, use_bin_type=True)) + + def loads( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # Short circuit if we've been given an empty set of data + if not data: + return None + + # Previous versions of this library supported other serialization + # formats, but these have all been removed. + if not data.startswith(f"cc={self.serde_version},".encode()): + return None + + data = data[5:] + return self._loads_v4(request, data, body_file) + + def prepare_response( + self, + request: PreparedRequest, + cached: Mapping[str, Any], + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + """Verify our vary headers match and construct a real urllib3 + HTTPResponse object. + """ + # Special case the '*' Vary value as it means we cannot actually + # determine if the cached response is suitable for this request. + # This case is also handled in the controller code when creating + # a cache entry, but is left here for backwards compatibility. + if "*" in cached.get("vary", {}): + return None + + # Ensure that the Vary headers for the cached response match our + # request + for header, value in cached.get("vary", {}).items(): + if request.headers.get(header, None) != value: + return None + + body_raw = cached["response"].pop("body") + + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + data=cached["response"]["headers"] + ) + if headers.get("transfer-encoding", "") == "chunked": + headers.pop("transfer-encoding") + + cached["response"]["headers"] = headers + + try: + body: IO[bytes] + if body_file is None: + body = io.BytesIO(body_raw) + else: + body = body_file + except TypeError: + # This can happen if cachecontrol serialized to v1 format (pickle) + # using Python 2. A Python 2 str(byte string) will be unpickled as + # a Python 3 str (unicode string), which will cause the above to + # fail with: + # + # TypeError: 'str' does not support the buffer interface + body = io.BytesIO(body_raw.encode("utf8")) + + # Discard any `strict` parameter serialized by older version of cachecontrol. + cached["response"].pop("strict", None) + + return HTTPResponse(body=body, preload_content=False, **cached["response"]) + + def _loads_v4( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + try: + cached = msgpack.loads(data, raw=False) + except ValueError: + return None + + return self.prepare_response(request, cached, body_file) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000..f618bc3 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,43 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +from typing import TYPE_CHECKING, Collection + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache + +if TYPE_CHECKING: + from pip._vendor import requests + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.controller import CacheController + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +def CacheControl( + sess: requests.Session, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + controller_class: type[CacheController] | None = None, + adapter_class: type[CacheControlAdapter] | None = None, + cacheable_methods: Collection[str] | None = None, +) -> requests.Session: + cache = DictCache() if cache is None else cache + adapter_class = adapter_class or CacheControlAdapter + adapter = adapter_class( + cache, + cache_etags=cache_etags, + serializer=serializer, + heuristic=heuristic, + controller_class=controller_class, + cacheable_methods=cacheable_methods, + ) + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + return sess diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000..f61d77f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2024.08.30" diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py b/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 0000000..0037634 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__main__.py @@ -0,0 +1,12 @@ +import argparse + +from pip._vendor.certifi import contents, where + +parser = argparse.ArgumentParser() +parser.add_argument("-c", "--contents", action="store_true") +args = parser.parse_args() + +if args.contents: + print(contents()) +else: + print(where()) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4023eb08a6235b52e4eac6efa96f45b9f41df329 GIT binary patch literal 309 zcmYk1u};G<5Qc3hX``Y_JOXQm#Gz$iK!_(`K`a?KC9!cV65F!fpd#@=ybA-fS0-Me z6VBF??mPYZPygxkcDq5bzCVA&OPs%pI4=^#Lu_{y!4ShEns9?B(h!UoVTmA3!qO&X z*%K;Oe>kocB;>tTo-6M{_C9dS?UG}Yh>y*#-rZF7ZMCl-i!7wQKDWafpdCkmZ~-uL z>!elyU&yYPfCVQ(pItPl)r0hgGCnKrOCkMm=*rHvsvo2hbmnTNqwJ_T`a!FGbzM^@ xJugk$zqNupYNVm@hGN>%o?9!+CUMr5K1vVb#S zo53^7LJ0376{vvQ7~(sDhp-D`&DNZg%QYhw{IT)Q2l=zhvG8%(8VAN% zA3oH8uo7vxO49UKPONJYa))yma~~C@)2$gNJ}$883bf!4I^9k31sK)hqy%*OR-+() z3<&)20;_pLC$9R}=%ei~^m~O;IhkyCKG~{0w|=n2utRO!3&UY=)x&2cZ^*$)Y-{a0 zsbFEirImK|e40+NFlDVxB`L~6&h%7vOINq%WO95Yt#*)hMR{LTU?nA%KZ)f}VwvYn ip-rAox}}d#n^w(daK`DZ9TCKABw{h*F^|NM55+gWm4&GQ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..79a8ab7ba7b01a305723813626950792c6ec1a1c GIT binary patch literal 2152 zcmZ`)OK%%D5GJ_~tyc0&vYj}us%_drXe}jZ4?$5B4U7Ugv_=v;XuFriW=UD=NV_UY zJ8_Wo;-I&ne?dC>zx2>EuRZyko0~SBp(HWgtzQ=i z`4cCnTLmWHKv&l&A)G{nQ_gxcqIP5v88}iG1 z<&_uBP0(IBbMn=blbbi5i!c>ZXPvAy*b9F-Zeh6D%~Ydb@SUD$NTGLRt{S>48d8SRSkqD zL&_m+oQxbGk!+AAU2if|iP!F~efw}TUfcZ91aT~$Wjc-zh{Uh0I7-`(l#r?|i*BX| zZ7z0mp;xyu-Q9V-`dB7;+RgH<_O8fx+r8{@d$6awMgDo~_N}(cv{)S^>62tjsP-Tm zv}1UU7qUI!r=1p307+)f9z6CoPW3a)Ma4kWs4T(IWQPt6hnR%`yOgN7ll6r0P^xpj zyYQOz{R>bu_`5^oWlc5Xbe|3#&PFgMuJ*J$^hX4AqD#X-mq(Ps`y1rISwE@+;MN3i zYXbNvJc&p%G}S46_wR1rlL%TOLKAEkSw2W~S0ZZTC@oDH*oDx^I5vKw(O(ltv6U%U zvp$}1KGuBv)O*?$QY?Y0(0mZoDpeX%mq}bZ=Qti`9bX0o97lKIo{s1?;|_OUQ*g~& zmou;{XF(V*QE8SPP!oteEjUE7=~y4+JZ_hzNO%lr^@Zqy<7|YNZM>GLyb5}g$pD7K zaqNt1xwrx=|Bv`H*qwxGQQNAr&l08`&4%tIMBdQXrD=#{70(Ie91JGd5;{I6TtWdO z67ycxQ7ocBC>J?liM#`w6N1C)nBa3rrx)rC5{KOKF{jQ3kx2IemFVGxXCNmJp})bL zo~2D{yhk})_UDyCweCZre3v~DN8XO^tllv`q)V1+Q<_{I%oA1YNXWqz_}uuAFojep zX8E)sIAq)g|4UFb(R81@fQ*05eyhH8U${dyB0mrYx50&HAL_scxlPpaQ^ZdF(a9;lF>@^!2`CC@^S)1SzO!p* zc!hrnV41*1_B7e1Lx}o_z8vfB3t)N#|AZ#MLgt&EVTF>{K{X|w$vo)`EL~U$;BL8i z^?+a6`7a>6Fg@rB53JHzb_NNok!ghGdoZyvl?~Kz{gkloVMKq%_4h$Qx?^CWqRJ0( z?Ix~WGNm}?MGBxCwWr3Zh*@Z=yHHRe`f-+b3RBPegF None: + _CACERT_CTX.__exit__(None, None, None) # type: ignore[union-attr] + + +if sys.version_info >= (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__()) + atexit.register(exit_cacert_ctx) + + 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__()) + atexit.register(exit_cacert_ctx) + + return _CACERT_PATH + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + +else: + import os + import types + from typing import Union + + Package = Union[types.ModuleType, str] + Resource = Union[str, "os.PathLike"] + + # This fallback will work for Python versions prior to 3.7 that lack the + # importlib.resources module but relies on the existing `where` function + # so won't address issues with environments like PyOxidizer that don't set + # __file__ on modules. + def read_text( + package: Package, + resource: Resource, + encoding: str = 'utf-8', + errors: str = 'strict' + ) -> str: + with open(where(), encoding=encoding) as data: + return data.read() + + # If we don't have importlib.resources, then we will just do the old logic + # of assuming we're on the filesystem and munge the path directly. + def where() -> str: + f = os.path.dirname(__file__) + + return os.path.join(f, "cacert.pem") + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/certifi/py.typed b/venv/lib/python3.10/site-packages/pip/_vendor/certifi/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 0000000..bf0d6c6 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.3.9' + + +class DistlibException(Exception): + pass + + +try: + from logging import NullHandler +except ImportError: # pragma: no cover + + class NullHandler(logging.Handler): + + def handle(self, record): + pass + + def emit(self, record): + pass + + def createLock(self): + self.lock = None + + +logger = logging.getLogger(__name__) +logger.addHandler(NullHandler()) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..233ca59248b329b9a40ee0820ef69050eab07af7 GIT binary patch literal 1067 zcmZ`&J8#rL5T3R7Y~Lf{6ro5+loVW%b5JTIgd#x%NYOPBLbzEu-ojBc2&tKDH2jCkCs}!KHi?7ZRBuJJ+ z1k#Dv3y`kl=ODRq&fLgd1gP!gFyj$t@CJ$v4ytqdkOBSB+LJz7`wHHBXwTn5!9IY3 z3tt77Eb6N6MNjcFxMU2o9Ka~}ju~OH=xmR7#*Y&cR*9joi?1FaD2SMZ$gz%&89vYI zCeIG{J|?Pava*UYo+T@m(#4N zLa9y))oi6%Go2r99qPD9rdg4OC#pCJF;`ffHq)}$89&+%>#R{*Rh%5fsj9;&t3rWh zvecn$3k!wFimVZ0T%BqhJ5UofM+ks3`(?yTe=^VWmvJF;rT^-mymra!0m5zn(m997 zZC4X<*^wT~9qH3RH7zqC#~UJ^2Kfx%4@xiL0It}?PTjXoB4T9w*wH)bl|+e2ZE41%fJ&QQEakP$zp669llJfMlqOhHeSycFq3iG= N8?a5s`PEw=vfl`J;ava# literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..848c8583b05309fc5691a10894b3aa56c3af7ee3 GIT binary patch literal 31440 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Μ2{t| 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45fa95e381abd1f8e449c5b1eee72d97efb88901 GIT binary patch literal 38255 zcmch=3y>T~dLGzaUHzDzo}Qiu22X+okRUK5Fd#uLmkWX*NIXca$RU;(iexXijh?QW znI80GkW~Xx>!oHJjh3<5=R#M2eEP1aSl6}^l z9P4xV>|MpJjw_1yeScO}SI>i@!V#W{%FfEl%F4?8^MC(Y-I0-E3V*-8{!bQP{YR

tmG)S5 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

HenVEvc|RT(D!xkDvV=H523 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..82f13d9763b6d46a108e6a05c7d94c70f0ced2e9 GIT binary patch literal 10232 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..266b0adddbf4812a683e8e3fb139549821e31655 GIT binary patch literal 26931 zcmbV#dz2hkT3=Un^>cbgBWd)O?Y7=6X+{sfWy!WIjV!IDu_KLN?MJIMw`SB*Pxt6n zjihOMva;o67dD1$AS@3j8NnWcNY0XkByh+H5a5q2Ash|~Arzbh4uq41unCw$$Pm`~ z{k~gO{h0ACq(^n@)~#E&?(6&R?|a-*b8s-9!0(q9e`V(M7ZZu!FIvS<0?kvv%3G7*E!dF5$x67H zrOob^dscbt3kfx#3hyUW!Oh=Imbc-0Pz~XFNUpczdW{;!^{`w&fa|qt9j@2O^@B4B zwf+aK@GN+LS0CRK@bBdbm919(2cWeaJn0H&H&~9$7l-?!ITC#*FQWWBcOR{y26pjvbO1 zYqA6He?;w6yWUTfA62{69-JRjd)2=8QR3;uU90@KD#_L3OHbTONXnCHfB7kOpnOan zEI+MA%g5DN`Gh)DenuTGKkGh+dYzQE9YNX8tK;es_2~On`4oEQG4(il=5gdnmQSlE z%H!(E@)`A1`32lNrk=*Vr{&&RmAsTFooKbr&Cb=`S-0U={aUk8Y)%*bt8Vdv>sM9P zuNJ49y7=;fe-*dps#DjiGp<*BdHiK>ET6wLKR4IZzE`Z)>&4lw2WG2C+;?Q`@WJAd zu_FwQGI-?B(Xk`NYC{!|jvXzH<-f{#TC#%S`9^K3soYAv=DWID_a>0IcGmSgysa{= zo3oYaTHXDs#q4%4e7ffO_1cy3+f(iw>l_SJDmPv2AzG=Fl0o*8uWOB&b1wx2Phu5+ zVb1k}obTTDC64lQwFX``r(GXK4&jEbPWhE93zh5cLXe+v{feY{xGPuQ)K&CSuoi89 z^wGnWSH~}2I``5<<>L4hThaYvHJ`)r(J%rxQMN#Jwz5EFHhMf6j6{8Vq2_t0=eX8Q z-Fon3QM)(hYuZ(vzN~r0S(9nvz7u3Cl}2^etyF@1r83)8^L54xmCB9zYCXJ@sZ>;R zs#3Y1&>Qi336^ILz2c#N4(aCAnm>0)xi=fGKRQ$Mug+f?y`rm)sjH~Rp_^{w<{@)9ger#?*v&GxkbaI_+B5O&?C-#tD zgKX%L4N;GrYBr|pwJG0p$ulQ?-<_TFi+&S*Q&mMw#akK`>U7X_&8;gBGq&m%tJ*D2 zg$1BP#wPSy6yNCv6WheJEeIZBWOH=&P3ss_#48Q$PBmv5wU(=1HM7oCxA;oqdZT%( z(WzZHDT|Hy*(V1P?>mi=uQ#h|^p%U} zgWOA3yk_0?!E~}O>*mdxV(g-!Z?BZnhgrxG21gl;F*t;vv~jfx>QUbRhBXTE7pmZB zI8d44PTX{W)VK4N<)OHKqhzMb1E}ORcgknwmj|O7n|p&%waw+4_|mKj%WLC=@!R02 zjcUD=)laa(PcnFl!D9@LF?fW*qYNHLP}=tY+1##jI24_xnOCvw{yOmW%WGcNwVPG2 zv~ZFw7owg}qt7oaufOE_^K+wdi`Y3qj_qo2by*&Yy9Q~xih+EZZ+e!&aRw(CJcFR* zEN||btfSy;D8wI~#7bnwTt=Vspk(Ric(Tix(+gnZwW;MoIA2H4VBKr&kd^2yZ~uuC z2=?vR_vSl0-ab&;(cX*LUc~m6rnu-tKgP*`PvP*U5wrpHuG>28CoVB=BVO<=i6;?X z=VM_)x^pw3ANFlONvQXJ!gmNo?pmA7QyJte`6-pXYrSV7cMjKw{Pd-SpJ^lCdsZnw zL6SeLi+CktM@u$Ok1Qv#?)TIXP&ARm;qlmx;9b1`?cAc(w*16ROWSSh)r6I}VJp1* zzC}DRPp;YpfKm>Vd)~r2sdN>LozSJx^oyPWKCa>uM@v~$ z?&zaO!pgCxM;;9?^b4$33X`ht;>Kf-KOW`Eze?^bOdB^IfAo>)2{M1QHxn)%{Y_lA zvMDocD<8{Rj@3Cf+F4v>ZKml--0m5I91>DEWRmICq zfv;0PXe}n&_UXjiw-=qZ<69V{eJb5fV#@4mCzouMCf@avOODF4oqLcikSm2;Pphot zdRlU2<6OBoR~oq{R9Vx* zY_p$N8%YYL&CM^jt+wqC+_e`|rhUzykdy*a(x#TppOutBq-0D@nqQHWA*5veHSN@0 z3t^gMh;t@9g9tZ4>bdUd-^M#P2}!2BueH-SGB~o{*Zg5=7tSE=l>QTy#W}72OyzOT z=w&r@333z=>E_mBr?FH`0cQdDUvWLZ7|y+-a_0c{fDMa)|GXRGt$EK?V^gH!=*Kw8 zZ9NW;$kR`JHZg63Glw#lZU$R z9qGEqvbygb?YhTTbl-cV>z=%s5UrDe0%qr>tX22D?t(d4HCM`3>7{v}VsBGmrB@s+ z&i4a(&-IU?6|IpK5FdA12j6JU7fBKT+U!>d(pTy(Mc+eM1S$05I2zJUX>E{#2s7*H z3wU{u*3w-;y55|badnVV?v?o&J;B;>?a(hXxX7%@y4w)R1tK3;mLO-horjqR{NXpGeQQcb61#-yyX{AmSHyFs|IZg(0&5x0F^}EIPKzTjR-mhCKGdZLD2XSQ^GOc z75pqhhX7i^w?wu2Bnz_)b_W9Bm1D#ra`29b(i(d6os*;G>S*im=u=~FA2>6`UWk5- zXK+Z5usUsmP>u_Lb@d{kx;Cp4RS~*& zWnL6m94f(V(JBT_6(!Jf)6`{&CP}gY+4*|jJqXo;6a-Zlz&3AzYpj*p?TzmCAR6a@*3OS#I(cS1NP6>EbQ5_n21K2j{JUJ}eplb%1sf{VFY#3s zK+1^RejU$wSp<$#a7HloHHl{mN6(L)_Z$u{5AM~YUV2tJDg`y5qtYq^B_pu9%Hf<= zc{PA@MitZ`&RI32*5I5|!)h(gd9_Zh$9X`Fs0}z5)JC-l=RvhuZNYg+J*T#*?I?MT zdO$shlwtLdD&o9WJ*;-%ye?F4u18KPIIZ#sVpMTjYDE1^EuC!-#D~?1(yw*fvpTCd%85GPC@EdO|&k=N?o~sbe@lq@GsCaW1M8>KU9L z7RB20!O(ekraH9{;rD729W)8hQkUe8UIe_piczn-RnHA4N36;Wk&nmat6O_XS%C0A z(qitb&il<#CAi5|rLiK{fT?OjrdqAx`PGJBgPX^MIRGbfu3H&n5DE;Lp%^VGaT zSqjxw1NTbDq=3=leyk!__aBtU8Rars?KFW?HOk3&^UAgT#hKbolqu7Av|hW87hR!H zZ(ckb>1V4RwPX}VqXK5Db92CW`zh>Hi)3ouk4L$T0yNAN0YsBn((`jrv%A3vfJ7x4qlhDvQi0>S_36N29fM3b(nO*%V)|V)pr5%w zOI&Nz{7U7I+1V7XN3d|F!@sOGgex9ghMljsHuVzCSoCzy5(Yx*jNb?@eDvov=mr=n z>$vpjeS1Rhz&$LQT#@x11otidt&DToGXWv9{tN<)g;_I4tk%xHO03oyQ(Qx%ALE=< zGND*FS9Yu(m{eRLqG?dFCt8`^9EVBJWi`FQYwkGszfvsWRoJmFeZ5kYx7>zhVd!y;g`9_X)aPwo}f zjXRw@kh4Isq65BwSkuMmZUEZ2yFvTUBd^HDft4>g!EpZy5R9Nv6XO-ySkAr96GXA2 z`ZgX5hI?)yIpQU&QSkbT5j0_AZMYSfJ*R88AC4N#rJ!K9cJw!RpBYYAM>x)p$;v^~{Ru#e)(pS_&0| z^4dmd-K7OQ*=h-LfrL=}>xvY7hGGQ(m{*+^Q`=ujq=;YGF+@SABHG8=NlskOMrE#G z5NK>=dcH39-oxw~j=)HI1%v3$x1w7jp7qf>JRB`dqJ77lMWRNglfC70@Hf^@-KhKf*VhK@h$22R`YQ zLnv$(Ftlb~d?J1^82k##?#(|9_l$lj@N)jmy&`q z9U@Z`zeRC%|3yGPLGuxb7lr9~Mfx`s4Qhvng@1J{u(YOe8k)^4;A4~e*9kC(G<_td zyufKfDXZ@y2LNfk39F`Az5|&wf)wrPxxR^`-$VYB>;<-F*tS9P8|~KmK9VOe?P)*7 z^cZOUV_X3Ffu^aDG^7OlXCKE(4b#ArFcH8=00rg9jlp)(r*YsB^nybK4zocL1_78( zp_Weqn;#Tu6=nkJhH;muJ{cfI zXr~)V5Ozk$I|D>Y;?A}X{+0UO2ufqEnE#H30*(OMl`3nl5)|{r>LO}d*sjvClk6oWO) zubj08X$Vb{N`eeI0z7qO-MBP4`O3@Zv8K?RrvDD_5Agn6b%93gQpT_$C|r1*UK0%1ce2iAtF`%)+Sr3+ z$ueRpd>j{jRG4fH3Ke4Zab|!HlU;Ne#)S^|ye1ALv}MGEXhb+l*lcb{gSUhRHK#m? zPk$L_{bLA%d?XjtUHwmx5Q!82ls60B_1at|)F11A#)oMzaTojoF3@1;G69kSF-eMdEs)?VAVIPtLvXg<4q~I_z@DMyAfdP4fSpYU^8oS@ z`z2L!DFw2#?m@_ryR^rhMY;p)76|TIMv-ivZ97X@Dwd#&a~kRJD$A?3Gh@g*hkTb* zPUT@gjK~^i7)*$E)`HJsg@N*1gQCnh6VE0cV2HOj9 z0i_yI_CT$pe}*|ol=@#WSdF9nG;Yjtvh718YY*FbYeZ<#gj51R=CRYT5`!*5pZ3Sj z*IHXXu{}LY17{?Aa{!0eLeMezVHR3m4$4`uM3ua2>j%ghX-~#nz(N3pj@5QBXUWFb zH41Ic-5fOH4rU7PrsU2;&Ua9&b`23es5WMVa?QOeBrzr~pFS8A04hf0bsaJqA90^eBKk5{Oc z%oui7P(CB}uL-F2GZ;-u9g?6gqm+p7QZikFw3#ZJ3^=f^2i8sVeyNG5w%*5`Z)F{* zc`FP!jt!!t!OQ-*kc7q!L`J=vW3@K)k(sI46xZ(P$9BYq5<&wqeQFgVtnLjGi-J+_ zg{}miJH9h*-?cq+1tQYBXg~owwwKZhOkS{--PkgdShO1(Axvj57$ z^cq+|7HvPfl=Jh~2JTtR?!ZffQ&LG$k5VNxc7Y4jL z11)cM3kKS|hLVOAoGRMT=-zX{0A6hzKuy--`S-%--@|k3h^f7IB{vo=AVSIA*nqt2 zk@t&X-Y+8Wh~)iZe_rI=fSg}K9}S?7zJ%V}$ecv4sQIQgHJ9*U!ZNhu6x1%dStmqq z6fq}OP{f#+(55g5@sG2c(1h!WH-bRclXPTf3|A9QP%0m3qng9~J&SAo6$UbO@@^h~nas!7@RG_XVPSO8@fh=WLn6*&z#vA0k z>P!;`R+_sZ*94i@PF|dVKdByM_IH_cE!7;S&z(9sIUYGn4MRec`omcR+=>=ju>M7FGZO*$C;sCLY3$j3AG12`PM{vqpY2B!}dZa^vc9JxVT2p_)DzT9RwjG=qQYX z!klrMG&)9BebrGVxc(uGs&@>Ly!{~9!A2`>Z^YUQ#h6`yBur$SwMMx9-m(93IF%>6 zxI-H`(s|z+vRms`&W07dg8bqX4(}Hcbn^<#cDihB0FSWe6M8-FVTm@BK((Mx-@hVr zQFB8%PErZ{E_A0V3r`=S@(nxz3puEK6R6zs2^t9zGXQuNX!;Qo7exzXxGjlkk&u}# zC1+9cLcaPHD2 z&aJ=4`@g|J<|6@BkcJ5bzD-)N*T3hzc-Hm|^|$aAu~m@NFytgL4g2YqTF|d>gvSuc zV|+Pc^ty{eDnNNnkA}@j#E{4Qtr%4ZVLb~d!4+2kt_t2V0*)$S{|x?Yd(mD@DuSm0 z!tgeIC&A&Mc}5Rn6b7)&?xX7vWaoWc35=#MJwk0PRr z5eqmR-7xAk7+uE*&d6$E_(ZzsuY{+A55VMFn~sr7qgkAwuKUw9jS+$&r*5=oA6V8DGwJEj9y22g-A%2Ec{4EAQ$6%O2 z%;fd2^77Xh{3izVebE1z0g0(JV5FV28AsSV%_f*28*+V5Yv%na2EW7L8iF8?HgXMz zU~c51j!5*|%p@Q&B`y1Xk}DZRd9dennq&<0_Hh>YZ5Xad zWYXEx3YlFB?jc?dHhGh<3HJCP~@k}G{U+lova)35Xe6f>a#=rh6pMm$8-dpGqhfda+m%I*v555 z_RwH8^dX5r_J&)V(As=Mfkvj9+8q@asVVqQfXo&`Hv~#eL;_TDLJ+ySFb5blI$OJq zQY7oX+L$|5yo!Aq&@s(`4m+9S%^TPf#&YOG>rqZBL37FzSfqfb(VL}|@dVIC6aww^ zVVt@=&RDecYNWU>gw7M<3u8#PuaU!5rC`C5{c)0OFPmFHL9o~YA%TnCfgiy`eWTI; zRL|&xKswDOd-A(nL)#GEw=$?pV!to6}`IjvndfbC?WU5?#`d4EFs{@{u{*=|~ZpNmIvA zdHwGYY4y{TEHB<_G$mc5JB3M1N~B8cDVF#qOYEQgro>O|1pPnp&}z*kvykR)Mnr_Y zECXZ@ttU88I1-x^t$lrSmVOC;&Bk6vNyp>H_Un?Rz!hzc37s>U zewWt>x3TizNKPlk%M#u*`Qy7itmpXm3`|ftxF^t;ty0nJ@L0#+v8$0WWpKYL{Ae*R zpN;Fb(%Z=7xbIBBgPmCWzIDcEes-8wu)8&7YrTQNw=)nvD*Dnd@bbGDe38NTGWc!= z0{Oqh*bg)KhYapB_)!M$F}TZs>Ud2xseYdUg*E+~42VPY?=$#A27kohH3nZ}!09FW zA^j(eNt-)?jB^V&eh-KD41#RJvGRrN8rVY2Uk2xNHkD21bJ;A;PBxq0p3mmDWFIK( z$v=?apWT!lKpqF6BdJ+dYhZ4Hj;>?Zyk?^{7=d58#8%Dm$&;r~PM#!F>G=)e>NyL(^~y&A3Aw6L1C1(!EsW zKTN_MbO5fPh4MN#tpNXBq$3=Vupl7-|Fo?JKTMU^t06dto|7H?a1M1hs`c0bze%lu zQ>YDh&^7K>oVTeFUaJiZ-7Wl68{_ykcblRUsZ9q}we`cn^7c2kytz%BR1oYNaoLNH_zri+wViNS-Ss{gTzQ9jQSDKC;efgedG@K2r0zz1 zzd9iCJ?vn zzI;GEtDZxSgX+9GrB36GqiS58LCTnVL7m0$qi^qz z5=+nSYHfe#&F=escXMOka^&FA!;e0(s9$6!6-XP{yk6V~>BFE43%e@B^%po}4tc~g zJIHuuGjZz%y;dV9aj5xahcNc`$yQ@*eTsJ)7vbxRJ;mXvB3p`!Xs>KOE@GpA>{9Lm zx56W3U$6%yyV)090r+g)lAWAhQO`FbG=tvb)}+XNw0LE{R*#_$9(Qkc?uDW$J_-Qm zm`-vt+-$7y`GRO~qF2FY{u-n+K}*=Ey2K8MdqMwiT*4vT>^G(6yJEU3NL2)GzKi>Y zA@?})QWZgfaSDg`JU9yMIG^aqE6%&NgtY03&JVp$IU?k257 zBYPy_y>iPkWxjzDV7;_;6^ahY3+XBWrB)N`-T;n*N`1)pp{7uF47O7~cH(&p?bOm5 zg*}dosn)PRytI~TF6Kh5VB5TgdK$wspMneHx`m~v4gPv6TF{Qn>g_0HCv+R#sTUCd z=6xIE?Eb*kR{)xp7|n5CtFHP@;~Ii&pNq1UM)cog{L>8noWcKzZb6j_lC06e7>ZNl zGQ5>Hxt;{s=$_cMWlao*qjeca><2#9yq}}jY!91IV+wj+z3S10sHHY;~<{5 zwtq~ihAK4&3bn%5^H7@7r-l0_)@6|M&s%FRgf8!~Pcz6MrU0m*4aEo9h?IpW%r2M{ ztl_f^#t@*p58*U{^A0%=28C`C4u*QEHYjwHZF#VV!UI{lW9kjkh9^MDAz$?Hf;{<> zhi`5`-I&2`sfi2yyHSiDairG;B;~@wpKVEqt7)Yb5F6+K|%Y zajpzVlN%P#fJ7W>oZECCki32ZrDWUC9h!U8`9eFG)1SdJDOhXXY3G)b*kUYCH1;Bu zJJ9DO72Aju{>IP0d32NSFzk>ez{L*er~21((xv*OMq2D`Sf!z}@)sa4t-bWd#N^4> zE3ckBe-7yUrHhvgXGbr?jHS1sq7kzcu~-zA?;yxb-QVF*kh9XUV@SH$;m(hboxgCP6>4qnbZ75_J*FhC@Dz20anQ+>`U&)?I9Ji3 zIb(y6bo?Bd!Rze|@@2z(xF46m^xP`xWOSCkfqG-xfwTw+A*@LrC4Sb= z!bFyXA?mXsKEV6{>#&ywfGa{%I9s5<5Vj<$GusunpfrGQ?V#WEItKLP*Z2Y&_Bb)v zz<}hhH!{FphlEZcfX;jmJea@hhd$}_n8uaym^KSF z2T}hb1F;iiJA`j623z@tZ49}YqNa3VaL*tInGA0^S?bQGhVeeL&j?*>D{chHPG;Q~wO-Di%B3;{i7e z7}+p)+BCa94DY8D`3$fw6=}|de4Hl8Mu481ltgfW8n^@D_Hi^it^6%iAk>)Z2XQN~ z!cP&%fNjEEeGthbY$v7uG)7`bEX(A!U2rIRYY$jp&#=9xaLCsOq^)_wN24uXawQJG z!V{CG9r9XWqfX6#2!-^|Bi8L9)-8>jX_#7u?5S=RPPD=~D-~c{r2-&nS~iWn8DB!yND?9>>B!vkOcs9JCwjRZ0vraDZ%QF|fcXEJt4lV@S7wFu1?)S_W^( z@V=Q0QU>gyWHS(avLDDk#2aVXno_R%dGv<})kXZCr#WR-e8*^Y!Aci?d&BG>JQ#Yf zRmC#}!oR_c@#A;|eoHlP8op-OqzZQ}^D%>Jz1SrNnth+QLy4TPJvLX>)ma)feQc6D z2_YCC|3L8`>@~YTXz-W1^}eYVP`CN$zE~c@gXKyh|JwSXHhAQn<(NF8c*}2`GQB$ zNJ$-nfv##!2H8k1hlrdKkRK$0?E{C9zU3Ul-on+4f(Wes z&lKp#@ys65-J`gl&cPGm0q4Kb-((nGC|Mhn2n5kcFlgD=#HsY!WgZ0<3 zhg;%3V%HD?rp7iTUjI6rM3$Wph-iln>7bc)f+p`fgmYlo>MaIno2jZN_HJ>G7AxCr;zr zcW+c)9Dn1|stXQeK01^bf_OetNuPio4pGxCQ4D@H-?bk$Wv z{`XnoA7aqAgmd@HTirDpwtMg%WqNYuQ#d@z2UxEtCK5wiusjd=_T9vL7F>R0eOq$G zA9rmiC<5<+>FxxRBlFz}Cl2u^2isiNPU<7#c7m-P_bf2ZG;})nmJx8E6_!G;Ub=^H zqc)f)R>>rud`#9CtdmQqO>64~WB>2+_@I%5jt2U_A_FK*B%F^C*X+7r=)%bf0o>t$ zUFIDwDqYS91Y3BL?d>RC^zZUg!1yjsf}i5$zh&?h27Mj-mq=qzinAx^2^0k6gFh%E zKsl6jhVchO+}3ykbP#)}lIfYRD69j$&*DO6!B&Rcx_Qq+chP^*^40*DZuT)RxTDZ? z8#_(FEM5BvM-$i5R7-`6^<-;jREuNLcSYHU2aAzgg}82H%)I)2w)YBy|Hyz%H6;2j zVi69J-ugY>>g$=WBkcxzhTJcWJ`joUoy!msW+}DL}!JTEaiJtl^%%>JuVPcRp;4IlI;2Kw0vjyMQ>!0i^hR0^9b zfEIvx5YnpNcHr!>2{;2gpafSCmt^Lq>gi7N<5S%^hBA{Uk_1VuDMgz_57!Ja7n z8vLpxRXXbO z0?j@=9)!}2jSm_QM$2bKKGBj!Mx?HXq%uDjEq0!{mti54H4T~!C!z2)A#3PuLsOiP zI?*IHI>p0TPS$6Y5NcpIt_Sw@TVkyX?B@0Ukv@h;?{K84+5>T7oYP+~IA+-c2?I9M ze$M5P0!-xdgX?4$AMaVZcA_M46f+;%+{4Sg3`z|4GdRG2T12Q|;@$-riCidxVBFLC zIX2FbTd}SOpq(G{D92u>Q2BXfht4yY_)^LlJVr$!_K#2bo^g%jtGe&&7m!JA0r2qK zsCt+$>#he!vWFx|OFU$re+?1&svE=~&S;%SXz2pyJC_OYCZzT(6i;AAVq=GoWx-EF znSKB&0&YgykJ(R$CM+B>$AQ{`)$#d2%;JrU*%sz=8$RQU>DLlBjzFoN@nKwCKm+)v zoW+bN^YL{6;CJl*i_2lX$T0GoVAcax=e4Nz<(l;!#3ryIo}rkx72b}koW!AEKpftP zNY8*SfDE9Z@97SbJ&#K`JmM8mW#T2M_A`|E44*<5Fh+6*G1CQ>#ELuzK&Xy~brJ`4 zDe~pS8=Kf5td|EA>>^kx(GB`ZH0*JR93W zA|$bK&2((w&OdbqTL)w2Tk)HreX8RH(pU848KbX%l65(O0N=b4?jcgC7(9l~kH2sd z5bnasmtUq^@MUHdqsB{&{apk>{v06OZTXypCcDx(2Ev@Oj0w6=d(g?lL)5q_>KA!~ zYf3rU024aJ%W(!p1o(azJ{l9TCVd1}ofV%<%XixMBkUoz0lTp_@S`p3#GjZf$@CG8 z9Q;55Jf6PpaAzg_#ECrk?F#l|7bNbKdSn6oA2idOxE&V)vX{+8; ztrnzf#QFFT5a)p?`Sri%40;GbY0#MC#2Q8vWYE+_&W8_pNuZ#)2ASyzc!r%zYJPT3 zf0=iF3_-N8bqr{K##=vwpqw+(QUw!@(`!{*8sGDq5vdtK$_WEv1DWwtdTC6mG~%1B zVG!Gnk6S}AshORpL}Ae{jYtf0z5^E+IY>tg%_mOc@g*3AlmJZ_tiI%b;C4fcfIMvn zlEE%$$K(timV_17y0KC0!T3BhzU^k!3O{6^1Kny_iALA{? z(P{~?2-bJ*_cCLA~DhA|hUA=^<)(Y-o6(?Xi3MvHkrqqx9>WXIvgITSO)jZ_g|RYYgfyBKD$Riu zLne5+I3Jj8Jk)6DHyDVz&B3Q3>qenNc~l&M%w_~m8hTgw=jHpWW{zHAo?!-C7*L}i zwmNvp@Cyp4;{!~3kina*$`3MjkHG~76AWAiFEE%!P#&l}dNlg@cex-J;b&RRCthcm z^C|;cQq7e6KE~chP|l9OK6&vZ{9#=}gPm~6VTXU&6dXGo?xq4aMGWYNDd}t)G0|I+ n{ltGZd?nWneF|1*@L>5%G9MN?JD(gLOnf@=X{XBck>vjaw!zQ^ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fdf65936e18b5a055a462e75732cdcaa964bc3fb GIT binary patch literal 11041 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..531d4873a0ed3efc188bc39e7182c4b6986a3713 GIT binary patch literal 11670 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..22a4c35d8f3da500e8e0792ad358bf2b7eb40605 GIT binary patch literal 52078 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

FM_dgi$c#aXB3 z!>4tFQ~6G@sjmL$$YB}5I_vy_^c5{OpgY|GYb|9%WFP6ZW+lfaK$5^`5ZzkQiWX4{ z@z2HBBA~%VSge1>Z(`U?UA;S|mrzSB$=4$Mr36$~GO%y2sHU}1%YZFnWa{c8-M8TV zP{?)Plw$F&UD|w#h(6%|DH(U+qmB1x=Nzy-EA4Ole3!#-+CWFW6cwJXUG>f>U!_H! zGxJN~-CyIm`|HY-_4p#|(ZwL#*elPg7bV8xhXTHqVx6n^<&mOD(hBF-8te7!2k>k{ z8P>V7-*sl{!l+&0p&wsiqUfNqbgv;cIbzO9Q62DX9;|1SH!E^&Ay8fQsk>k#dv%JR z4&X4Mk1pK)h$=O;_J`LT9kIE^iZ5tjYMmKSC~JP(SqLa+7!HWa41 z!MdQ{uGo7c!*Z4tslXFPVNAU;FcaG!-5Vxc=14l+N>~Ta&}LW`dai!C-dL)O;r1@4 zhB$_uVsSYeU$ej5LrZLxf!Ac%l<6W93zd#6rf|nn-XhC+e4-`5@ItZTzS#&G3ZllM z{jaF>zoEm59#{NJ4EME#@S^%$Ml_F4v?x#}dr@|j51dnPD5w#Uk&~JKR2XZm?~O~h zi~${!#!sUo%o3jF5Wuaz%P72?ondo1e(Z)Wkofj@j7#_-9O~;4hp-iwjI+WoonX5 zzs|ClBuIUfN^+mQ4)kc$T71`*nIypu$To1(d;L6@o-F2}MLKrLh+s84O3fH$^t0US zU5;RyYj#IO*8Swm0$ZoM&%rYN&*Qfsep?e*2wxMl4yjIQGZLq%o8ca?jGoWo$MLcj zvS7%_yp!Q+Mm6t{q?>8qGiK@on;1NqnJ0~lpg~rYH47~djS3-7$0&-ZsNL&mJ>jnE z7~d5FnMJht1!(8Q?&ZyVL@?6o!X@IQVorQ58nF|3Z8MLkK=foSk&L4Y%O!wF9V3{1 z8}*BE(Hu@l3fZwKoqA&|jY)|VV?K#W zN{IYa=8szs_W;v>hRRqIkQ4eMoexw2m8%ixpY2YOf2b=Xy6aY#@`kD?HZDgM{J&gk zORBI_MoegKsD$8%_&_jE6Wx)1R zJos2=B()5rkVTXjW3k#uA)VR^;603QrgDwvZ{-gVXXwDi)~$kFTxdOXE2Arpt(gT~ z^NiyK9hWZ6O;K?7Zido#WyZZ{agg2?WU?mU`Mcw@G|$^%b1mTP1bKpUicuD;Q%wa8CQ8uGrvcE#|7B z%9<;m@sgD`nQCV%>v(Iu`p1IcWZh42zu`urhwg|R@Uxw?CBn;&Zy%eU{H#)Ou zxJiscl`5kTTSRD2h%QV=MGJ*wYY_jDK)b{Xnq8Z0B{)&u?p!2X3>!IORPXLU(|d>S z{Byw5{cjwiG=MF3O$q<2B>>|s;#6I1k^DPKj(qZkRx9fcF(=$V^9fbwzKg5Y#+coa zQjNVWO=s6(e8j9-j}7p1nj$iK*jgJ=fmYtzr6l0RaoRz2SGVDifiTy~vBv_4@EU4; zwkO4?|LK%DV5C|fKTRYoW~eN{nyK;!LwC5ZEGKog$-(kz>Y>htpS>WF?0FF7<2NUZ zy;moPk6RHvW*pbZrjujpd~N#N~2*-%XTJx~6AmDL5zTO$06yD*sm&+S) z;P>8UcvihSzHueUSPY6w8j-K6SEZc6Hj2lSRCDhC(t}|RQ2|y>$zd-#btK0eU;WU- z=5s1SB+32ndhu&|Q94#`8cDyQ+HYa zeSO3_*@A)T8@|i_g|4j2hPqwx>*^}KFq$f%UzUKYI3{9G2ann;)I0Nu5Q}9knK-O# zqM)$C9fj2!g>0@sI$TBJee%5T-s77C=%RzKjV6CT9~KCL<>Y4pb~Zl?fQ{%-4UM+&wy-h%#I`Hz z5inC3rqD-SinmRfVX-X74-P+3xEm!+ii&$g|HqDavz5<_wCr*}$&ISMG@-%W{ zd?-rIG@^X`%*QSfv=~4|nWgI7WshlgD)Co1Fw#R{8Xx*1mMqv^yB?)l(@v^shX~BR zOFGz~625tEP8%i7xvP5IBfU1PdFm|GRf12q(5YhTwBwN6zBE7#(KlcV-p}O6{xp+! z-=JWa4N0z1^64n~Y?Su;^X0*$hI~inAqgyWSEcjNiaBziIBY=d7||7zQJlFK^?rz zgMP^vpnI+HTw|~mJDk~~Zm_0%4W)0k%kfE<_F!im~zx;mp)cn~j695kq6B z5rdAdQ6*Jrky?@z9&yU8tlf|j%?IiusvrmvJ*SZ%~h z*>aJ0N$gZZz;jze{1Oii^*)S}f3*8ygRl?&XxTnGi)6Z(lu8$kAp(ubssdv`+M@2B zWsGe6tUna2@pcuF+NiPcm}(++PO1t?4t;fLEUc=EM#lhAh)y3jpu+Qh7A&g!j;<wZ6eI8X(3e|HF;imTxA@G9_@Rsov}ZcOVl z%#BpqNx^w~3)|?an*RC@IG#9MsO3|5qU?hYJW$?+y!QCxZW8Jhc0oyeU#EvasZL=k}z7JMVs5PF0sdO@( zRv(Bby^B_7vg_DZtF@)u_7#~|4LvXW4tSFbHJmNNynGKIQ9o#d&Ttz{u2=l3`Yv^f z^!tQX=gC^(J4d51+yr90`IfALebsrn_{om1ZLy~KCE6nWH>*}BCYNM_;>7em(cj{2qp$Fr3C05L( zcyN#ER_0E&RATiM3Pqf>GpVffZs=%=sUfb`p$Jj#*6{h)35l`%5|JpDTU%dz`QZ8U z`(A(P{ND3>+dBA!<(FD(Uw-lB*I(Luez|@Ab<01vOopO*I8m6v%XmoHBbpqr*^H`} zt-%9a^JJSweBcSXWAE(TI&w_wo8%XzodOAodaPxdv+!1?_fI-n$pqtDyWk z!S){9$KfFz9$r4s`e+T}d0s2DFVy@JoGJkmYORM> zy*NJ;BJ3h$%kzmfI@%Sq=E}QY-z`U~-OIa?FE>^!EFi%gj-F%p+UJf{KKabaC;aNE zuhJpW`Z&Y0C(b;3Drb(J#T-1Ny0A^bkS!wBjmv1@d*f?Et4Z^ghE}Xhk%=cl z>DRev;mc}qC$B_);V7kjCLRx&P<@}X_$|rOw~wg*xdvZrD@$E#J4?hKE&4>0)|AXNsb*|7L#wvhxw8MtJ)-?uOo3+qxZe_!xto<8#&SGn93LD5?u*pK z)-w{K(^OVxrTS9%M{vQ5sKD~|VmnWiWmI5NTydrS)$>}aC*()D+o&bVEYwc0+U~S}HX>SFLzGVT{ZC(+HD--n)Px-UmQTlZC26FU+Pl{sRo`FJ;WA0LlIJBZ zoj$>E*>L`VGMjL|Q zO_miQd+OVAAi&ou$UlNKGrJL+F?%?A?=4>^O8Fl0Y;vD(t#5ATDtCR$4N*Rpcu>;T z>)Qe`ulQt39V!ULLUqU0&w2}$<=>7<`A*N`^Y&e8<+3pBRj2tq=ClXMu?_f)VtVU}N+@egiA_UCNx%o>aI=`+A{T3+JLD6=K{K zD>_=kYSFVNkDh$S*YaT>bTzNAsR~^4AP^O;(Vl%3t3ELjv2;D8)B^5X)|`ltKlU_? zMvfjkeHQflZRbv$KK5iZY}LQ&V=Qm9QsR_Oc$P34);@iecpI*g*O~^6d3|QTJ~NCa z4Kfbz?3&*5O8!>vfK?&9wAdt4N*x!Wr_S-=C!asUVEqs z@JpJ&AEL(;*w>SYsMTvSRF+M4;o%PJAWfMBN>di31?q8V#AxgZ7P0iBE6+rA+t=aax(R)4wPuRv z`fW8+(u`L5ca}O6^w4$FKs`SMY;m z^$r?dEcgA{3MDO4@;=|F`25@|SGDz1j2L?hd04`Y#$9_mv7gB9V4x`TjvRQ+uY97+ zpixnjf3GAb>`%P4NpGhpgL>)l2TG(ct<>`2b}WhwAy@!at%vCZ*&={PNN^W;A{JOJ zX&IGm8e+M%V0fTFnuPGSsGYRp-6oWIpWf>&G&=dT#Ydu=a)amuP-R~j6#G@bIIGiv zyth}p+g|S)+O6+WZ8tm3bb7L0K35N`(;ili_IlMCH&8#n4~Eqp4v$gM4iv2K5HgVC z>2bgDi@D{;>&h&~ka??GHw_dwb*aH-pg8htcMX`zejnC&NP2FgY7-!XEMT4L>JQAoo?`YnS%-OId6uGfn;1*OqwL65vzsn1H2 zy1FyA(X3%VAiN=F3HOZ$#9f#m;UZ^qp1*$+s?@dG;4`&V*fZuFJWaV;p0=g0t-ZY< zLLN86U5gTx`(FVxk=lrsmXABmO{k+bsyBX*&au_2THz_Q>^{n&GySW|@&)x@57lY< zM@3tcY7^t%s?#=*n8IcwUA0hN?)_An6|7&6acj&I9q7FkyT7i&uqMk{^}bD&>3z0` zVTAyHOCR+ZR?$>TV}=%|sKvk^ITMHZy{GzhF|2IN=IIJr$wXr|z$fc-SL0d^46I5> z^Rt01anXcf>KHi{)&5A|nq`%QjAYA{wHw@$b`|PP&MJe0{KWFW?mRNifOxeA3lPbh0RcB8j2!dF- zK8oc&uBxvgqkCRgf|Hx^azH(bN(wY2b+zfa2m8-*57BGZJQNOSiMw^{5h{x5{?Qjb z{q>XF*mOqu))nkLsS=Sw5X3=A>!l!IkSnIPcZ(FGZDb6H+bZh&tMmiR`-t4b#PnI9 zuNVb+K0X@Nl4@72#H-7lq}6Ctquj&3ofxv3s!{S%l&Y~O)N3Dp;NyK`YjCqhXswUc z9H9>k!HvNKDbPKt;;p@&Sdn|;X3_@kW_BeU*(}vO>HA=Bf@*;B>TSWP!X1|~HfSFR zPVPD00ANPWKxw+w`PM+=zFnU;Reh!pI4&yHs`rAfZUYBfsg-+?hpkNmpZj1q5G)8z z!&f-0f`d%R7Uc-~Vp@nbh6n@O;_eVUqr+s}fsFeNGVn9P#%Vq*(`uXeRBwtvDW#hr zVVfY~&cXgz2@Nh#u{9lf-P#*<_55b_?X+^}Zq;~`mN=|xpXLhGJAB576}ryX2Dii& zW*2sNnqMfv9^q1gDz4UM|5Icl_*u*+2RrH)IWCh+>ld^%7X^zcLdwkyK0fS#Aa8a? zf#}blQyJ)i*-##}hy+X&9>jnqf(4_|VMaanK{wnt8k1Bz${G>FJa%av)w>L#b%aM*v%Kvw*d<*FNO6z(|-6i8QWCL9-V&V19rca8J7rbpd&rWoBO4iIJ#`aBu zFZoXO#gFMQEM%H?rqq!i#qA(I8mdf%uNpZ#qRukr4p_&+&dMBDSDPqn;7@Hj%+CbM z4w0*+ac)R*L?gx#AJZW7Uy5fDIb0$hqhvDrac) zdo&Vup|v)y6R;3J9r%!P>Gw%~rXvL>nU6<59ZtC$JoZw0yesK>YPYfi1e<1|E1Nh! zr%qR?Y*IGX_kDXffsghI2F2J>e7UBptlbLTBCon79c~Ao4IVtB4+s?&u*aD#{?7_I z1a3WBHL|274)e3XA)S$x{>!t2L56d8L~B`vi1&;PH9u_uUIuz>U;?~Cx#A3A=eNn$ z4L(x10HgevU9ygKIAEtt98<^35P5LRA2<@6^$T0FJ4I4 z$ogLZ;dQTnURU!v$h(ZKvwHL6$Cdh*bg*{>>$pLLue#5Z)4j%Rhs`(4W0`v0+(k0y zyFF}r6h$u{OKpdP>UK&OxeW9UAL#MYvyMOaR_bM-}_=G(i_=Ki| zenzx~b zSws7`<8jnEOKPtmgU$Xtr22~XAho~717I}4TLXmbZY`8)Coz|-)nXX{N2+k5czO?H zI1w$00faE%47cU5AoaAuX_I0SOq-8E>3d+)gP3&!pnLeFdqWK^_=Yx?Vkp9A47VK3 z?At=oXL#pzHC61K1aI$~qs4DpXV@K|1D#@V<6Mbx4VF|;ABgr?fbZbJqQ1b-fCpAy zX{!K7eW<@s%8w4<)Yx}pHj6VDR*M=c4p@NF+lgsNXOMks2=wY*&mf(_5U7`c;tFX$ zIrKKOda?*ajIdQ$gRM<3$~mFoqG4QmB+j7WXhvynCZ+^#oj+Z7ezp*>i9m@(RFUOu zINGU&5ea9q9SnF&5t(sOQLV12Bdkm2D9io24vMG}V@idDS9L7yW>SRK6k(mI*F~CN z>;RxP>}+l9Z^Z3kP?J-Atm=n9$3csKI{xtQCf`ZG{{mys6cE+5WVrDiHA?Q-c**k& zBMe+Gp7LBP=(~@;d7zobt3GMW3BHz3VjR}unAq2Ti2Y9rT24foc7S1|;F4KI0S}xr zg=`+*_ve80tof&F#ixvg7zW#gckoK5v@}qEqAfC69P}?&Lj)A&U*6`z`$T(q7T7;g_U=zS_vs9PKJeO~6ioL)k2gM(YCJ>#%PhAC`~?B4?k;KWDZJp2{4 zvBB8Na^3gPEX@~!}K2Sj9liOFPrg8Vat-4wt_qtcm@YCvEo+a+p z(q@wkPYI8o&_RRgzMwa?^ck1b8XJ1!Hed7uWo3S!p0I|su@E}1!X}|lkNs(t@vPGH zVGvZWCMHu_*L{(1e7|ZUh23bXII2O$#+}mgXzySwT46y7?);V=ds`ZRlu}JhlB{5h zhYdfmq?Fj}S~Sem)!vuT$QwyX?#hMS4d(LnUH}8Fv#J}cTc@bj9p3bZ)WX{4 z_Wnxcud0bs8Wd^D2FPD)%RpmbDmz&R+93p`*Q_1qxe(>|#3CHEYjG=D>@25`>@2=x z5*LE>=h9yo1sBJz6w7Ih&Y7-vI_4_8({~Ser^|$uZSCzu^q=xGA4R>C^ICKPF(bqy zF@+k<2K$a2@KoQ}`vN14pL%bF11k&J1|amyVnm+YkLw_TxEI2*!-!hkiZMO9O)t8) z=<2Vi_ryY!Sa`M$@L=wz#=gm#y}@4WBfehoHoTIVu+dvfNzoWi#fzqT6sBZFuBWOR zS@-=q=)=)SOh2b;b8{UUYSZW)WibdAMgFWR=!HDA{p`$%KUR4xXViL%uMPZ(@Eqp1 zI?^H`|KK}r=kl)68IIPRS-e31YgM`r_;u7QQg&_Q#76SkBtfA|;(WwF^iii42=Jmu z4CM?f+83J(i{9LJd^L+gi#)`s&%NH;EVRjy+$y9=1?cLO;yv!`l?%E$JAQh!)`3y%|6EE zb!JR)_YEeX_glqtLbgW2xE;VP37)WLW;{FLy_+;EnU6LG8V#*FuLh>7`c59P7m>Z_ zeuWzo3gscX7+&&vlXz>y8+!P3cPwpG?^oK2QI)j*k2R_i$#U5ob{`ogb%fC;9Pm1P z9a4W(DxuHrc9y{`!D1DZb^zmb#`VUAsddQS`NIqaVTCH^T~aQQ=02Tf()ZSA@rM9wK#c@Cze-o-NXE#L! z@as+1D0@nl{3vtk#HnM^5Fs+@A0};-J8PF-x>xDmhg8LC0T52CJN2#ZczaRqS4hJ} zM8p=o%6#By^Y`jD)qIfOLo0@oU?q!n#FzPbaK=|VL%QAk$mC1r|5>nsbncsy;#zmC z8q!_~Np+{LiFIlBQ>rtU1AoGB zhxvsEICLb^Kvqh5({*S8@E7FY(r%Dm21OZUw4iwE>Zuc_kFvV4*1Fp?{!r(|1$jXo zP}t=I4R`V2TgqvUw@6uy=d*nHXr~5n4lM6+YmBQf%^=!9Fr!&3B)XvcGb&(< zc(io(MS7)`x39S=0Bw$<`c|S@B$Ay#KF`eO6VJO8*hO`K2LXu-yvE6mI4R_ zTYh(%*`p1V+5PLtrPdCOlSD7y2Iec+-hG90hA1cC2{}-{Hr>ylO)*`sJ(_dB@jGXw_lZ)XoQC%LkR%@4Y?3feEWg zAr8RS3zxYt38$oDv^QTMgCx!F?bC-~BRSBWW_V-iM%(Ghk7OkjNwV20DAGsDiPp|O z_z^a}ohWOz5BD>?;eJ+!%X}s(5<63o>Kg7U`v%vlbMt(8jweKk_n+QB*SLrqq0-P= z=_R{%Ki4hj=eb(FrFeHrMC+bBcKpb>XXMhTt(K)s_ir>jd|J~*X~5S;r7 zHUAfMcvs)~0c9HLy?x}FXYqKchS-thSlJQNjGwmZnEaymJHbBUaX~d3U-_n+F!LpS zXArqr1xD1br+7#lPTBIzo(GY~o(E;XxRKde_*dFEa4ellmfkO=*bF(fi50vG7mwz6 zP2oRhc!zz=QwmFib0g`wuV?bC)a%W1jnaV93_RMCf!^ds_}%6(+<-Z-D+r=dV>F&% ztZ)->D))1rmNQ!5ca~?9LGC2&rQ!HkHK~jQ)P$(e1A@|&lq$GY9N$F6(q-2`l z?1YDx-l&^mc*us&{h}bihFRkl4QpiZtkKZ8Una%J)Ed@E{tCA-jqU>>8!p3?CKs(3 zi!~JggvLU!qJGzUM``DMfT$hsx7POcr(gScGc_@Rig$%I>lakfzp8@~WP>u5-Z%R8 zZ9~vM&4ZLaTheC}8ANo1om}a|PEQ7AI4$crB}s_zb`OGZ8>R6{q}mw}){SU*nHy3)j*25-lg(br<{(Q- zt}mr5Lm~G{SD^VE@9oz)D9ES7N**F~+((;)ZU~APo(}ok%rzvT^Vwx6N4#K!$R_N2 zGo(1wPzmwRL%~QeN{~6FtsxDbT+6VvYCc#8rJ4%XqXLBk*AlM2XB&9-y_noLl5Z0h z$S(z(*@bM2f^R7e6ZTdXiKT*V!I;X@`>c<Lj=Q6kH8rFr70z^&)5b-sU(<=8=vUkP>)Mr8E*nqX&hR0{)aDau;YT(iF4 z{hfB<`Z}-;>;9~4|K`2C`3ICeHn)Cxs8!%<*W8Brjmt&hkNODC{hO}-*S4-Nw5=)* zFUd`Elh*b&wr*{QW*ci7X*y`LQ0P#*w%an=Mw&3@P-AS`7|fq>ZlY-r%0yug3W8J7 zr-=`O58{gt?m?Lkf~W|JBKJWMWYTw^#-x7V@7$Z(;ktgk_ndRjJ?Gr>?|07c{JuYY zkSb6|7z#eF3987=!>>g3;Q)-G#)k&%>Yo!(?#Ob)EMu6h6&>K+RfKG9%DGiRT2Qjr_6TJ6C z%Hx}bosBAp5j@)gd;?bxyqFJ$)5`~p4`#(N=+jgaUX6xDnHF|r8ymGYte!|BbNTF1$X?LC7$ zF03xmz4T%!-kHl3GwG>#7J3&oUM#O>(gjdmv^IK)Kvc6c2oCjXA;f@fDQ`(aKIxP! zI(W4~^Ec{zyA);Tuxg>HG#brDO6XjBl?R&UZcRm5iWaucj~!2NDZ`63;g+s?3O$|^ zl$_m-^fK8EPL@AI-;>`XUImrOd@)uDKeqk1mI*@axbP<(P_p>Qs@zN$tfPN_^R*Z{Gi967$?-+{GlsXA;f(!Y@Y*zDmea>h5i%ok!^rsB{Bf#m)N+VfT z3Y(#th{o-e_<**vt#eQ$?JL$aLrt44TeP~JFf5R4QY(phVA^;f6UUfPq*!vZC0SGk zuYm$WO)xvZc(1;Hm=%6TQDOB8;W-ZWET-r%x1zmY_qd!t6o?s?F$~?2egnS<5yz54 z3=>!0Q5TiZU z=SefTafkSTGHLZv24-&Ka~l-{XDf(Pmm{tZb{j<<6N0!jmDr{H;_6ayVf}ouaK3=Q zix)hZTx`1aQd*5P}4JGTfrT27pe!3 zj*;l63m3JR`b21enaP2{Hnx^@?9^e&s0kje& z=e>%14YDhzxSyxRgArbFLa7cDju1ux4lR4GAWsnZWTJkLK5T$$oL3hKSwe>J1Yw>) zGui4m;Vhv_xJI~6c!O|*@IK)d;Woe-aEltNeJ~rL)Hn3`mhcndH^R?^JA}UovN?DW zDRRQ#`8!Jn<~-B)2|dfast~G#I^in81~|T~>hk6#!VcjY;Z?$Q!dry52{#Du65b=w zM!4AYb7HL3Jb1l)xv;#J&*s+hVhKtt4ylLnJ>|%|n&8zj!g0b0!W3bZkRnVIP7(41 z(b=!?N_1aEzo*IDZ2~n)wCV*{A7wdDgdPzZWacidU;Rm6srvhqez~Fm<(OwQ!PH~O zk2Z6vkM44v+*@4Le<41Ln`=H(eEsN!bZ-N}+kY8-Q&eocYT=Ivt*I-RvW}V2Xbd(H zqvk2&LG)K3PBJ1e%Na2(Yy8lTId2UbV-URq#yv9}eI%MRhs=;UXof<4(6@$hM;sp> z!v>aR9yLY~XV?l^Q&#rSjxhjRi%Uk#3PhiE-`5v9I_!&utYfi9W6{t+%pV&vN3A|< bz#6w6vgXWbYsg$R!!Suuptv9Ur$78JK!tR1W12GyW@~ ze1ujl^ZR|>JqHeoab?JU{od<$e(!tV`>uz2UtczX-@jb?-PvzVB@*9dqVtzS;v63L zJw1`I6O##Bv-PSrsmWWP)NR8ytH!)JX=(|?lhx#WYBHrIW)pVm>)K@6(Uvn#&x$sg zeJx?9?aW6BJLB};HzspP_t;savrZq<{YdxPIiz!v9&q&KLA%e<=QgeAlS6jDJ@8Rt za{ZaeKUyMWm}XCJl4@!ln0jzw_UZ6C+K6L?PAI{tm)Yw5{7_7B-F zqU2t{<0boLz~g0slZEst`;$n2QsA>sS~?xIwBLTkK7(4%+h^@_c#oj;dHYqAepPB8 zK>C7x5$TIk`vs&g*_V;NEbDd9Ip}P0hMisa4aD|3`|Q{3*FQ=~YQ%ZLdG5YpU-_Cb zIqHnsZ|q1Q{Nd9H`%U{T^p&^uYl-}X|6%sZe52~jJ2kK5Rq8dXK4X=vnX2diu z6KtBOtNBv3;yd=c;pjTE-YR(*rwaPsbY@HCdvS><8GjwP77Zr;-pYte48K!z!}+zk zxujHG1=(50D~7NrbMT!%PU9RNcMyS-z?My5yK0k$0NYU9+Wy|_w<@lM|D~F>(C#D# zOJO2!2AN{9R+@K;#UNWO&e!dQD&x6g@y6I_}X%rE#=~Vs>2}wJWa2!VxkQ8uw%-J2=x6f=t5HOil9EfW*M}b1e7)f;LEO z9XM!^lHqOINjrsiGNe|MsgO!drbFs9nX&uqethq-2kb$-v-T!?2=88dv%LlHoW0fF zhIgMmY;VWA-x;uX*gLTkw8=sHIpF!OARVoA8AP@9x zt(jQXo7##dX=6$E%%<)o@9XZiHxggeyi`-a52AeAboVfAC(w~Tp#+!HL6W%K2-3w6 zr-P*6a*!(G?YTj=;#O*|hXrwhB(_Y|35=>!%Nv2|I@Os#bESsowij1z#t4ZTm0HCs z7WZ<{83g^>pw_Q#(fq+^j)k~L*JL?yKAh|$*7I<(+}FOSVbJ~_44~vXRwX6|R;6Z@ zEO%kLTrIiWi<>9vUW-&Xwrqw6y4r>O*5tb3pjt414aDuQa1Zx`D%YZT)U>>dPo%_shjc>HThu9=Gw&t)4TKq8EMMbi+Q z)0*0xb{mxUfi?l)Rjmo@9|jGs2_%-vw3akuL5Q#!2zmrwBf7=q6E@x!xq+33Mc z0oxU=JyTsBXQNM>?kqZZ5rtf$=(aA{^3#TWKiY!wF>Kp?M=(}0nGF_{bo>-*3xu&{ zJC>85HtbS;0+nP5^SV08_){l_re0wo&aShMS@uB!75^BIiGoYMlv{5O+b)_6H`1+= zdrPns*dyD06`q13u}HCa9`$8n*)CcXeq7USyh|RjIqvT{?vKQr&Rs5~)XyAnM-Luw z59S{jK@UbwQdBIeepFCIIYm&e-ZmJHavG{wyoir7oT0Aagdf)ohmarvdc+frgK2M> z4ZFe-4C-Diz83eC()@w;295)C+po=~Cz zm$A(rM%i9_yS)SNoW0Y24(~pDm%SVBetVC-7w-WZn4~@S?0y7}DwisyTKx=fskl+h4r>mv;X}fghI#PnmnS?(WbySEyK0}9QOq^tCuAsG5 zU8%Q__YU(X5NzBckw&JVH_~gTqBd&zT~w3t4{qG{qcv?m+o(UoQGe=bqZW229Q8B7 z;j?V!KJcBkp5K@ptUWxf52>cx}60Z^Q zx;jgvED7=jJnp|mK+0?<780t5Od**;@a%fTvm3&*n`8u*^rr6aMj3GMA=B8@=aS&- z@ysQcQ!8kxn4V268OYD5X@(aQH;+&0OD0;;mO(mJH1+AGX`73hdKE1tn`YD!czrwd zqxuf0S9EnQW$J(4v;ObJXi?8uxM36>}mp^nm@2 zjsUmelq)m$tWqouT5{(3ePF(=MF_q2DKNRdUN{6cfO|?2!TjeB77iV>$O)IK)%sn> z7MUE}aJdc{LzOBu&wcpulP6EEU(WXheT$*k9G<5^_T5r-A>@(ORyHZe9ak$bDQX5u zHmL&RwsSA&?PxK`Ks zW-1@7MiCxHHXfH7E30K7)?^`B<`B!_oznVs=9-$WrJf9#IepL^LYX#2TvzZR4skky zLmwbQ!NSw->ne-25($rZGiPA^k4!<%TQZhRq|N1IQwJs`Q9dc<_e17G{65yanRLg& zwCE_8p39JBSxR|5&6HqdvZ*zVrg`6RUxtbf?EalT8+$Tu`oEpEqTdC|8&+k;f;bW> zRj_W+(pdAN#&G3h2gnQAR{c}hIHmcx!YS)Inu%+B^{@e}G>f%&Jv2j=LnLn&+HFuq ziff&+u8H==f;#7vpxvqWBQE0ob?W*%fL}zpmdF^RoqPFuKC7r5PzD2`Geim~GsrKL zyt;A&1A3GojiBUtN}Xjv;p_Gz7GY12jwTdj;(9^04GlHJHno|+n0IGap;C|(2z~)2 zg!Ra#vk>EQKqn%U&hSY_&jF?MC#LTA#neb@b+K$Dbuqbf$qLztC5ooPB}4kx)egpO zQUgB5Vxl8Q+kw(eG6?2`Vl$z7Alkezbd~F(ryK$)wCsg(L^zYSsO|Q1E+V8FYMZA&qu5PdmTety z^M*QrHr0C!USP0}7$l75&*P&=*SjL=Iv)D}gLJ(gZN$X3Q@XAXViMTab2=sMP-rqj z_V#^_iI84*U}Sz*@VJCfR@)BotTn8sOWUfzHiaEH%Gi3-CbYl7kH-*nwk)ExhRpcK zICqXL5;^D?-Q*3W({Ri`0^l#>yLz92%xfKqNZ9rVEFt1xi+zm6wk~w<>|0TWq=b@! z90sL|I>ScR>){+ee3Ku~Bj_Z@KS0=0udpbc;0|yRI$Ayp9@VzFgL#zB6T}Ks=&4!A4 zTi=QkDkTyQfUxRX`$tC_g${YL=>vTczf7a~hhS1|(wKjKY;wxJc^EZ2 zQfMoGcBE^`dojWmkCg+3;HFwhEG0Z}R?P%XKu`pClV^|`#2nDFi4xF;hGJM#x6K`i z<&+H`=pyLJeQn9`(&Tb%^R}tZHw`;QZVA+q@rZlcsEm6Q?WK1l+}G{&l3B}onJ^vK zL+jAQ+8MitJQ&Vm-Ok#*5{FKfBA&$4i1*`rrkS({&~x1$TuRo4k-}JohioE_e(dxN zPV`zfOrbX^aUbeNw4IW=KZ&|2)J?VO{v6_Q-4yCd3U#G~)J-+hQumioH;uaKR^4Ai zJg%EYT}h#?l#sgVW=2N%+o+qV?FXOQ)6B&1y}4~E+srQatR&QbwoTN_N}X)YwA0Nj zMxAZ;falB#xB0tXve^TOVOH)RH&gESnrZbtdlTlX+e4h6``F$L4mRz6Y;RdggHtug zt2Qx$nH0{gtrPw*xlgd90QxSiq56MtV2)8`cF`-E^FW(dU*bozwlEL1ztgCfZv_S@Kwxsq2L^UGxp2%>QICRb*br6& zEY}H`Uqdl>8bPMTLGQwWmeaOB$rveZ3s@iigFXf{ET_YKpl=j2@ik-OK^^km89k+& z{D-)y4eIJ=&<&^4^&={r!{hSUTdTL3G@axuv^QS|YD}h_bZ7xWJY%PUbQ#6vDqX>8 zblw8P2oq$f8lzss1ix0V+oxKr?6Jb}n6tK?w`ec~y27YwffwG7kA?C5on;H-ovG5X z&Q#$<>3DZ~de!&xs&wIGtNis(UHsH3Yo=1IhD>*T!3%lzS4*9vZH?8!Xy;+jnO~T< zyt{P^C@>BFuGJofUWyApZ$+9utLiK|Rcn3$to^OhqGOd>Uts;Kl&YQ83n!)}*~JI) zXykJNk9!&cSPN2ZU1&b#XQOE>8=&!~XWHOyKT1FnHbCP+8)F&|2^RDg%axqikQ69| z#={eyltC>pkaM+txZXwHPAs+h01^Mt8vAZRbOamib#)K5^66lpSZf)ENgLFUu`Ah_ z++Cq;`enpWGJ+!|;04#oC)>iRYOw5&Gmu)VhB}N7Ll~+{`hmTb%xHVC3rHeY8KuKP zqv#vui^68`bEbM4YHud`4ft467IZ#9c5tfcgE8NKXfFFGRIb${;<=wl+^vzqVQ z#L;qn0s~G6>Z?q?#(-^ipj;d8NMmp;C0r72GIg0vxn3RQPN+}Ue&N#ak^Mq8IFy^f zBZd10oDtNzy6UGg82l4fU`2DcQug<-65LrRA@U)G5=evBFNcV0V7MOK3SbL{U6|Sw zIWAxb);H6{TJBP=u zA&BX+V?Z+wY@=>q6AVVxN@^NMYDwK|m8&^8 zLq3b%)Y}ZMF`y1ziHiGO#y-P<>a#L2JN^+Tn3jcRxhC8;sOVYL>RHH?BIJW9?S;Zn z;<-e9TRXpLs)H1tmvz9?SP`}uOjcqUOjXE8H(}obERqwCwZp<_bf^W)aD!|^w~CZX zR44gVNS)@GQDrcLV6qojQ)v`Ku3#MlJkX?M&*6j!i<}{vP{CrtQ(#-l)P{g4Fw1vr zw3cMmS#J$+TBpWEG!}~A(1IB&1~jL{a)9b~Qi)LnAOfdu>i~v0dNfTEGSR3RC*QXshFMoY5fkMC_4jI$-jz14`K>dS-oGfr>T1+ww?Jj zpde<5EeZcAB!rTFld)fJCEL{XTgdwyW~aW5$Wx#_ z>#YZE^|#sNudLJVUqjw?w)?AWcVkG+dR>qrGPQ7bClVXrF6eh8p~!M$)pwz=>fU{; zP)z-G6q({mvKOx8Q^r+w{#@fqM&nX{m&5sc3&kwF+j!S*;rLFQT}OG0PD=Bqx_? zWS@Ye+IV4|J8J-Fpc$dqJP5-h86h-fEe)U&JY5fLe*;yj90Ezspyu!2aPPH_nXdl3 z;CCEtJOzFZ)I7unI_j6M6O3K*~KGNVV=o=CRgVWS$@E43d;v zkLU#B2_^hXNX5a$n9$}J(B_Ol5`gF?Iu@`C%h2uEY03vJ>JAGWsXJ(UhI|eI8yljASA|u$pJ(vV``LS;k~gJQWm)oKO|@4aT@l6cJSs7Zk_Sfh2-1o0&)c z>L>>~iU>Jc$my_lwEw04G}8-3C4Y3n$UsGzky?K0M&a<-&5_2`%`P^RFgL^0s3qFD?#r#XuC8H2naf$U zmk!mOwOzKc+zT#UTI2>~ez*a<%MQaZNyTPpu*N7@ucti{j;xsyg>R~vQa|D4*33AC z8K>@i0jk2EZYGzsTE7i-C(K-5wR>xtorBUa*-Q^7nkn?9d3_Xj+;2d2i&Fw5pwIuj z=pU}DdsN1_3$ySqrarOd5Do|Od9hfx&EE7Wzk91vz9m(QQKe1^Kelz2>kC!8c2Jx^ z9c!UsQG|j$3XaY2bPjEuesa8keKXe5sA`U^~?MqkR zJb&TRTbCxTUxT>1Fbx&T#5-?Ydi%z4G`jB=68qO`khUegqX2Pm780kFW-TpfmKo_*RW~3b# z@VL|H!%v4w0oo!z18g$EC*2#=pkdGwpG(xVyQC~|Rat^&r(=(4pehugNL7YOO>Bru zpeS%=krb##M+!T=BLykFBL!JKOu>Bx5iu0ja}-+7@KVQT|%8EG4LdOGUkPESW_ zOIJ_uukK zSOj%TaBOf%R$AKU(MrK7SnYHE-SF^}#_YNyg{zg@@S*qe?7SxJ&sSz|dDb*kw7ds{ zVZq~pH$OTw)T5wvGU~jv)#@-F(~PP^H%t$XnT1-Jy6|WUa*>2xgP4YTW8U6z#UTT( z8KFW_l;?0H=>$kP%Oln_T>fq8lox-dp*vn|T>^@Fcdhb*Qc$E<@9|0iw51lxUcGnq zO2K+fpj)!+h4}`0mWFVh1V!SZ+Y5v^ieEsb5|=zHG;H6f6ORuM-|y`GLIdr$UBE)W}FC$H?}m zzYL-So$WusEBc~nCX4fbmT@Yar2#Qssow~b<`}rC_*-TyQd7iVGlf+d=`koKfx1xv zIUPd9rLI0=FQR?dA8S_JM5@r)pZZZ2V&A@rjz=aLj{7D|T8JYY_qV}XJzc&D%Xj|9 z)Yz2po`>@zzBzRa+~m$Ej~4DQdRB=M9VL=rPswoJD0~PTxU`a=Dx6h+pMAc;fM@#z zSbCgT;Qj zSq_cuBmU40nDWPNvKlKnRT&jx<9I=f33 zX!t{aJEAc)VKZz_`<-Rv6Mz}J3N*)Bqe_)ArQ>J(bR!ym)ZQ^TR(*wF$uW?_JP&CoKb!%@qutIDkU7yQ&Mmj=(Zj@+2oICjkZ{3{;17g0&yB!)#C zw>nIZI9OBtI9&Ua{bs+Bg#d+E5;^g|RDVx@y5G>@=w}+ak5jDovHCqU+B z69nR|avk~ZG31jMz)5%~>wzzzUoC{_F2=*a2r0{xUv)hM7$!W@U~>@mg4Vg4d06s{ zWq3)zgAu|Dx<5`OHsp4l%zz1F#%)dQgFLUPd`*YnDlB=SZEs139|3$Sz|3Rv%gC4E zfYAU`kz!of`t(Ggjm!QDw3i=}5el?Jk5h+aEntr8YnjKdo`3s#sLmFQ8*F`u*h+Pa zm6JY=rlDQjXfuN9O?+I9cs;y>NgKHP7B;xtKB7XKKB5-F43J0vJnbOS#u3OwzkhHRI%mm z+<%_myXle`{N@PnL3}iU47*50_skt=PF>PybhtN+aoJ{D0j*BRw zIKV{|`s1V(O?aUShz2gd|2-13$9*3Gs2LS|snAS02ciMR9;i&D zzt};dL6>=KdP4)PgE12l3G@zdnS$;BZqJbW4>#dJPdj03--4@Gtnf=uT=vgjXkW`* z@SN~^W_S@?3@jq+$4t=y*Anm1wqGwCNw2p>bs;gh_MHWX3*Uw^Z1jn1niwh+?XXpm2^Yf>J{wK958Bn#Y;j z53&NXhwC3WF(Fe&cge-MFd6H@;LLBz^$fVGw=@5l{|=`&Q0d(zj+Jyn%uX$#Tzx7Jm#e!ETpv!eTQSxGxggJPj)4#Qqd zx{C1Dp}rrTh`qCqIyCC$6trr~=wd~yAt$tc0=WMU1tA9f1-#UM4C9N8uX7qH+T(tK zn1d&=KjD9ZY8Uy74Bdz0eCf7RlpE>mDX`Gnm)Qf4vgj0?OqC!y*1Yf_q=Q-q=8`}L z*>;T^_yt;vDSRZ z6_N7@j@Creka7MJV(>o^%>JLu{c#4&<+X!3{E>(x1UbH-#46tkS<>Y6LZxc2hD=}A z#J@`5@YI1PN0we385~`E^g&JiFJzYSbp42w=kTciiU4$ud$J322`4@m@N^yhY;MD& z|CdoEJo>j@>;5wt>m2?h3UL=M2^M_su^GS*V>958muoK_S0B_Lq6{!s&UJ34RS=O= z_S2CCa3b>SwdigNY{^pKZi$P-gz3!l}=st;@bp_ zMXOi>wiQ}!)}zp@^sAfzF_heZG_&F2$(@q8Z@AfjGx~^sF(f?m&Cs?6?hdLxal{E7 za=;~kP~k4uyP+29n*4E=i8A|)e~e=s;o-jx5s_G zL7@W`I1mt6=mbGJp%c{a4M#dbh&0d%BKL0MfdLaEwx^723a!WhE!7hF@p`q9a%g9GS zVId+^O|G5d`WN^Qaq^R84O6j9C0k>?HA_eP>GwH05)g`~k*h;|SwGywg{WlMWM(z- z*^9dBPZ$Vj9y9i54BGIKnC!~`jSt^pk0G}RsWVB_Z>~r2OV^Z93VMrZ%0vUoV={)Y z<#pCT?u>tz&9kzZkTe_@vu$+{7<7@pCo?g#p}vo@LE3g^O1R?Ib*!`d7Swlf2w*XB z`8La|zVX!)@_;))wsjrpVju^-oL4-SWYyIZ#yHImaI{bce{vxFdsB26 zOt?RRz)S*ba7jQEE6G7)FgbV(w_J4d<4n@LG-zZ-277a#4KEbLA!K0a`*OPZN4bGG z&-}A2{0%aNeiw{)r%%HF$@C8H9PCf+4BO0@gIfoC2F=tc+vtZGj_=g>bD5m+e*qgi BDX;(l literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3cce2c399a43722099e84d0f98025747ab8dd5b1 GIT binary patch literal 28487 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 D%+rIo literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py new file mode 100644 index 0000000..ca561dd --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py @@ -0,0 +1,1137 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import absolute_import + +import os +import re +import shutil +import sys + +try: + import ssl +except ImportError: # pragma: no cover + ssl = None + +if sys.version_info[0] < 3: # pragma: no cover + from StringIO import StringIO + string_types = basestring, + text_type = unicode + from types import FileType as file_type + import __builtin__ as builtins + import ConfigParser as configparser + from urlparse import urlparse, urlunparse, urljoin, urlsplit, urlunsplit + from urllib import (urlretrieve, quote as _quote, unquote, url2pathname, + pathname2url, ContentTooShortError, splittype) + + def quote(s): + if isinstance(s, unicode): + s = s.encode('utf-8') + return _quote(s) + + import urllib2 + from urllib2 import (Request, urlopen, URLError, HTTPError, + HTTPBasicAuthHandler, HTTPPasswordMgr, HTTPHandler, + HTTPRedirectHandler, build_opener) + if ssl: + from urllib2 import HTTPSHandler + import httplib + import xmlrpclib + import Queue as queue + from HTMLParser import HTMLParser + import htmlentitydefs + raw_input = raw_input + from itertools import ifilter as filter + from itertools import ifilterfalse as filterfalse + + # Leaving this around for now, in case it needs resurrecting in some way + # _userprog = None + # def splituser(host): + # """splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'.""" + # global _userprog + # if _userprog is None: + # import re + # _userprog = re.compile('^(.*)@(.*)$') + + # match = _userprog.match(host) + # if match: return match.group(1, 2) + # return None, host + +else: # pragma: no cover + from io import StringIO + string_types = str, + text_type = str + from io import TextIOWrapper as file_type + import builtins + import configparser + from urllib.parse import (urlparse, urlunparse, urljoin, quote, unquote, + urlsplit, urlunsplit, splittype) + from urllib.request import (urlopen, urlretrieve, Request, url2pathname, + pathname2url, HTTPBasicAuthHandler, + HTTPPasswordMgr, HTTPHandler, + HTTPRedirectHandler, build_opener) + if ssl: + from urllib.request import HTTPSHandler + from urllib.error import HTTPError, URLError, ContentTooShortError + import http.client as httplib + import urllib.request as urllib2 + import xmlrpc.client as xmlrpclib + import queue + from html.parser import HTMLParser + import html.entities as htmlentitydefs + raw_input = input + from itertools import filterfalse + filter = filter + +try: + from ssl import match_hostname, CertificateError +except ImportError: # pragma: no cover + + class CertificateError(ValueError): + pass + + def _dnsname_match(dn, hostname, max_wildcards=1): + """Matching according to RFC 6125, section 6.4.3 + + http://tools.ietf.org/html/rfc6125#section-6.4.3 + """ + pats = [] + if not dn: + return False + + parts = dn.split('.') + leftmost, remainder = parts[0], parts[1:] + + wildcards = leftmost.count('*') + if wildcards > max_wildcards: + # Issue #17980: avoid denials of service by refusing more + # than one wildcard per fragment. A survey of established + # policy among SSL implementations showed it to be a + # reasonable choice. + raise CertificateError( + "too many wildcards in certificate DNS name: " + repr(dn)) + + # speed up common case w/o wildcards + if not wildcards: + return dn.lower() == hostname.lower() + + # RFC 6125, section 6.4.3, subitem 1. + # The client SHOULD NOT attempt to match a presented identifier in which + # the wildcard character comprises a label other than the left-most label. + if leftmost == '*': + # When '*' is a fragment by itself, it matches a non-empty dotless + # fragment. + pats.append('[^.]+') + elif leftmost.startswith('xn--') or hostname.startswith('xn--'): + # RFC 6125, section 6.4.3, subitem 3. + # The client SHOULD NOT attempt to match a presented identifier + # where the wildcard character is embedded within an A-label or + # U-label of an internationalized domain name. + pats.append(re.escape(leftmost)) + else: + # Otherwise, '*' matches any dotless string, e.g. www* + pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) + + # add the remaining fragments, ignore any wildcards + for frag in remainder: + pats.append(re.escape(frag)) + + pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) + return pat.match(hostname) + + def match_hostname(cert, hostname): + """Verify that *cert* (in decoded format as returned by + SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 + rules are followed, but IP addresses are not accepted for *hostname*. + + CertificateError is raised on failure. On success, the function + returns nothing. + """ + if not cert: + raise ValueError("empty or no certificate, match_hostname needs a " + "SSL socket or SSL context with either " + "CERT_OPTIONAL or CERT_REQUIRED") + dnsnames = [] + san = cert.get('subjectAltName', ()) + for key, value in san: + if key == 'DNS': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if not dnsnames: + # The subject is only checked when there is no dNSName entry + # in subjectAltName + for sub in cert.get('subject', ()): + for key, value in sub: + # XXX according to RFC 2818, the most specific Common Name + # must be used. + if key == 'commonName': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if len(dnsnames) > 1: + raise CertificateError("hostname %r " + "doesn't match either of %s" % + (hostname, ', '.join(map(repr, dnsnames)))) + elif len(dnsnames) == 1: + raise CertificateError("hostname %r " + "doesn't match %r" % + (hostname, dnsnames[0])) + else: + raise CertificateError("no appropriate commonName or " + "subjectAltName fields were found") + + +try: + from types import SimpleNamespace as Container +except ImportError: # pragma: no cover + + class Container(object): + """ + A generic container for when multiple values need to be returned + """ + + def __init__(self, **kwargs): + self.__dict__.update(kwargs) + + +try: + from shutil import which +except ImportError: # pragma: no cover + # Implementation from Python 3.3 + def which(cmd, mode=os.F_OK | os.X_OK, path=None): + """Given a command, mode, and a PATH string, return the path which + conforms to the given mode on the PATH, or None if there is no such + file. + + `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result + of os.environ.get("PATH"), or can be overridden with a custom search + path. + + """ + + # Check that a given file can be accessed with the correct mode. + # Additionally check that `file` is not a directory, as on Windows + # directories pass the os.access check. + def _access_check(fn, mode): + return (os.path.exists(fn) and os.access(fn, mode) and not os.path.isdir(fn)) + + # If we're given a path with a directory part, look it up directly rather + # than referring to PATH directories. This includes checking relative to the + # current directory, e.g. ./script + if os.path.dirname(cmd): + if _access_check(cmd, mode): + return cmd + return None + + if path is None: + path = os.environ.get("PATH", os.defpath) + if not path: + return None + path = path.split(os.pathsep) + + if sys.platform == "win32": + # The current directory takes precedence on Windows. + if os.curdir not in path: + path.insert(0, os.curdir) + + # PATHEXT is necessary to check on Windows. + pathext = os.environ.get("PATHEXT", "").split(os.pathsep) + # See if the given file matches any of the expected path extensions. + # This will allow us to short circuit when given "python.exe". + # If it does match, only test that one, otherwise we have to try + # others. + if any(cmd.lower().endswith(ext.lower()) for ext in pathext): + files = [cmd] + else: + files = [cmd + ext for ext in pathext] + else: + # On other platforms you don't have things like PATHEXT to tell you + # what file suffixes are executable, so just pass on cmd as-is. + files = [cmd] + + seen = set() + for dir in path: + normdir = os.path.normcase(dir) + if normdir not in seen: + seen.add(normdir) + for thefile in files: + name = os.path.join(dir, thefile) + if _access_check(name, mode): + return name + return None + + +# ZipFile is a context manager in 2.7, but not in 2.6 + +from zipfile import ZipFile as BaseZipFile + +if hasattr(BaseZipFile, '__enter__'): # pragma: no cover + ZipFile = BaseZipFile +else: # pragma: no cover + from zipfile import ZipExtFile as BaseZipExtFile + + class ZipExtFile(BaseZipExtFile): + + def __init__(self, base): + self.__dict__.update(base.__dict__) + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + class ZipFile(BaseZipFile): + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + def open(self, *args, **kwargs): + base = BaseZipFile.open(self, *args, **kwargs) + return ZipExtFile(base) + + +try: + from platform import python_implementation +except ImportError: # pragma: no cover + + def python_implementation(): + """Return a string identifying the Python implementation.""" + if 'PyPy' in sys.version: + return 'PyPy' + if os.name == 'java': + return 'Jython' + if sys.version.startswith('IronPython'): + return 'IronPython' + return 'CPython' + + +import sysconfig + +try: + callable = callable +except NameError: # pragma: no cover + from collections.abc import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode + fsdecode = os.fsdecode +except AttributeError: # pragma: no cover + # Issue #99: on some systems (e.g. containerised), + # sys.getfilesystemencoding() returns None, and we need a real value, + # so fall back to utf-8. From the CPython 2.7 docs relating to Unix and + # sys.getfilesystemencoding(): the return value is "the user’s preference + # according to the result of nl_langinfo(CODESET), or None if the + # nl_langinfo(CODESET) failed." + _fsencoding = sys.getfilesystemencoding() or 'utf-8' + if _fsencoding == 'mbcs': + _fserrors = 'strict' + else: + _fserrors = 'surrogateescape' + + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, text_type): + return filename.encode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + def fsdecode(filename): + if isinstance(filename, text_type): + return filename + elif isinstance(filename, bytes): + return filename.decode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + +try: + from tokenize import detect_encoding +except ImportError: # pragma: no cover + from codecs import BOM_UTF8, lookup + + cookie_re = re.compile(r"coding[:=]\s*([-\w.]+)") + + def _get_normal_name(orig_enc): + """Imitates get_normal_name in tokenizer.c.""" + # Only care about the first 12 characters. + enc = orig_enc[:12].lower().replace("_", "-") + if enc == "utf-8" or enc.startswith("utf-8-"): + return "utf-8" + if enc in ("latin-1", "iso-8859-1", "iso-latin-1") or \ + enc.startswith(("latin-1-", "iso-8859-1-", "iso-latin-1-")): + return "iso-8859-1" + return orig_enc + + def detect_encoding(readline): + """ + The detect_encoding() function is used to detect the encoding that should + be used to decode a Python source file. It requires one argument, readline, + in the same way as the tokenize() generator. + + It will call readline a maximum of twice, and return the encoding used + (as a string) and a list of any lines (left as bytes) it has read in. + + It detects the encoding from the presence of a utf-8 bom or an encoding + cookie as specified in pep-0263. If both a bom and a cookie are present, + but disagree, a SyntaxError will be raised. If the encoding cookie is an + invalid charset, raise a SyntaxError. Note that if a utf-8 bom is found, + 'utf-8-sig' is returned. + + If no encoding is specified, then the default of 'utf-8' will be returned. + """ + try: + filename = readline.__self__.name + except AttributeError: + filename = None + bom_found = False + encoding = None + default = 'utf-8' + + def read_or_stop(): + try: + return readline() + except StopIteration: + return b'' + + def find_cookie(line): + try: + # Decode as UTF-8. Either the line is an encoding declaration, + # in which case it should be pure ASCII, or it must be UTF-8 + # per default encoding. + line_string = line.decode('utf-8') + except UnicodeDecodeError: + msg = "invalid or missing encoding declaration" + if filename is not None: + msg = '{} for {!r}'.format(msg, filename) + raise SyntaxError(msg) + + matches = cookie_re.findall(line_string) + if not matches: + return None + encoding = _get_normal_name(matches[0]) + try: + codec = lookup(encoding) + except LookupError: + # This behaviour mimics the Python interpreter + if filename is None: + msg = "unknown encoding: " + encoding + else: + msg = "unknown encoding for {!r}: {}".format( + filename, encoding) + raise SyntaxError(msg) + + if bom_found: + if codec.name != 'utf-8': + # This behaviour mimics the Python interpreter + if filename is None: + msg = 'encoding problem: utf-8' + else: + msg = 'encoding problem for {!r}: utf-8'.format( + filename) + raise SyntaxError(msg) + encoding += '-sig' + return encoding + + first = read_or_stop() + if first.startswith(BOM_UTF8): + bom_found = True + first = first[3:] + default = 'utf-8-sig' + if not first: + return default, [] + + encoding = find_cookie(first) + if encoding: + return encoding, [first] + + second = read_or_stop() + if not second: + return default, [first] + + encoding = find_cookie(second) + if encoding: + return encoding, [first, second] + + return default, [first, second] + + +# For converting & <-> & etc. +try: + from html import escape +except ImportError: + from cgi import escape +if sys.version_info[:2] < (3, 4): + unescape = HTMLParser().unescape +else: + from html import unescape + +try: + from collections import ChainMap +except ImportError: # pragma: no cover + from collections import MutableMapping + + try: + from reprlib import recursive_repr as _recursive_repr + except ImportError: + + def _recursive_repr(fillvalue='...'): + ''' + Decorator to make a repr function return fillvalue for a recursive + call + ''' + + def decorating_function(user_function): + repr_running = set() + + def wrapper(self): + key = id(self), get_ident() + if key in repr_running: + return fillvalue + repr_running.add(key) + try: + result = user_function(self) + finally: + repr_running.discard(key) + return result + + # Can't use functools.wraps() here because of bootstrap issues + wrapper.__module__ = getattr(user_function, '__module__') + wrapper.__doc__ = getattr(user_function, '__doc__') + wrapper.__name__ = getattr(user_function, '__name__') + wrapper.__annotations__ = getattr(user_function, + '__annotations__', {}) + return wrapper + + return decorating_function + + class ChainMap(MutableMapping): + ''' + A ChainMap groups multiple dicts (or other mappings) together + to create a single, updateable view. + + The underlying mappings are stored in a list. That list is public and can + accessed or updated using the *maps* attribute. There is no other state. + + Lookups search the underlying mappings successively until a key is found. + In contrast, writes, updates, and deletions only operate on the first + mapping. + ''' + + def __init__(self, *maps): + '''Initialize a ChainMap by setting *maps* to the given mappings. + If no mappings are provided, a single empty dictionary is used. + + ''' + self.maps = list(maps) or [{}] # always at least one map + + def __missing__(self, key): + raise KeyError(key) + + def __getitem__(self, key): + for mapping in self.maps: + try: + return mapping[ + key] # can't use 'key in mapping' with defaultdict + except KeyError: + pass + return self.__missing__( + key) # support subclasses that define __missing__ + + def get(self, key, default=None): + return self[key] if key in self else default + + def __len__(self): + return len(set().union( + *self.maps)) # reuses stored hash values if possible + + def __iter__(self): + return iter(set().union(*self.maps)) + + def __contains__(self, key): + return any(key in m for m in self.maps) + + def __bool__(self): + return any(self.maps) + + @_recursive_repr() + def __repr__(self): + return '{0.__class__.__name__}({1})'.format( + self, ', '.join(map(repr, self.maps))) + + @classmethod + def fromkeys(cls, iterable, *args): + 'Create a ChainMap with a single dict created from the iterable.' + return cls(dict.fromkeys(iterable, *args)) + + def copy(self): + 'New ChainMap or subclass with a new copy of maps[0] and refs to maps[1:]' + return self.__class__(self.maps[0].copy(), *self.maps[1:]) + + __copy__ = copy + + def new_child(self): # like Django's Context.push() + 'New ChainMap with a new dict followed by all previous maps.' + return self.__class__({}, *self.maps) + + @property + def parents(self): # like Django's Context.pop() + 'New ChainMap from maps[1:].' + return self.__class__(*self.maps[1:]) + + def __setitem__(self, key, value): + self.maps[0][key] = value + + def __delitem__(self, key): + try: + del self.maps[0][key] + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def popitem(self): + 'Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.' + try: + return self.maps[0].popitem() + except KeyError: + raise KeyError('No keys found in the first mapping.') + + def pop(self, key, *args): + 'Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].' + try: + return self.maps[0].pop(key, *args) + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def clear(self): + 'Clear maps[0], leaving maps[1:] intact.' + self.maps[0].clear() + + +try: + from importlib.util import cache_from_source # Python >= 3.4 +except ImportError: # pragma: no cover + + def cache_from_source(path, debug_override=None): + assert path.endswith('.py') + if debug_override is None: + debug_override = __debug__ + if debug_override: + suffix = 'c' + else: + suffix = 'o' + return path + suffix + + +try: + from collections import OrderedDict +except ImportError: # pragma: no cover + # {{{ http://code.activestate.com/recipes/576693/ (r9) + # Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. + # Passes Python2.7's test suite and incorporates all the latest updates. + try: + from thread import get_ident as _get_ident + except ImportError: + from dummy_thread import get_ident as _get_ident + + try: + from _abcoll import KeysView, ValuesView, ItemsView + except ImportError: + pass + + class OrderedDict(dict): + 'Dictionary that remembers insertion order' + + # An inherited dict maps keys to values. + # The inherited dict provides __getitem__, __len__, __contains__, and get. + # The remaining methods are order-aware. + # Big-O running times for all methods are the same as for regular dictionaries. + + # The internal self.__map dictionary maps keys to links in a doubly linked list. + # The circular doubly linked list starts and ends with a sentinel element. + # The sentinel element never gets deleted (this simplifies the algorithm). + # Each link is stored as a list of length three: [PREV, NEXT, KEY]. + + def __init__(self, *args, **kwds): + '''Initialize an ordered dictionary. Signature is the same as for + regular dictionaries, but keyword arguments are not recommended + because their insertion order is arbitrary. + + ''' + if len(args) > 1: + raise TypeError('expected at most 1 arguments, got %d' % + len(args)) + try: + self.__root + except AttributeError: + self.__root = root = [] # sentinel node + root[:] = [root, root, None] + self.__map = {} + self.__update(*args, **kwds) + + def __setitem__(self, key, value, dict_setitem=dict.__setitem__): + 'od.__setitem__(i, y) <==> od[i]=y' + # Setting a new item creates a new link which goes at the end of the linked + # list, and the inherited dictionary is updated with the new key/value pair. + if key not in self: + root = self.__root + last = root[0] + last[1] = root[0] = self.__map[key] = [last, root, key] + dict_setitem(self, key, value) + + def __delitem__(self, key, dict_delitem=dict.__delitem__): + 'od.__delitem__(y) <==> del od[y]' + # Deleting an existing item uses self.__map to find the link which is + # then removed by updating the links in the predecessor and successor nodes. + dict_delitem(self, key) + link_prev, link_next, key = self.__map.pop(key) + link_prev[1] = link_next + link_next[0] = link_prev + + def __iter__(self): + 'od.__iter__() <==> iter(od)' + root = self.__root + curr = root[1] + while curr is not root: + yield curr[2] + curr = curr[1] + + def __reversed__(self): + 'od.__reversed__() <==> reversed(od)' + root = self.__root + curr = root[0] + while curr is not root: + yield curr[2] + curr = curr[0] + + def clear(self): + 'od.clear() -> None. Remove all items from od.' + try: + for node in self.__map.itervalues(): + del node[:] + root = self.__root + root[:] = [root, root, None] + self.__map.clear() + except AttributeError: + pass + dict.clear(self) + + def popitem(self, last=True): + '''od.popitem() -> (k, v), return and remove a (key, value) pair. + Pairs are returned in LIFO order if last is true or FIFO order if false. + + ''' + if not self: + raise KeyError('dictionary is empty') + root = self.__root + if last: + link = root[0] + link_prev = link[0] + link_prev[1] = root + root[0] = link_prev + else: + link = root[1] + link_next = link[1] + root[1] = link_next + link_next[0] = root + key = link[2] + del self.__map[key] + value = dict.pop(self, key) + return key, value + + # -- the following methods do not depend on the internal structure -- + + def keys(self): + 'od.keys() -> list of keys in od' + return list(self) + + def values(self): + 'od.values() -> list of values in od' + return [self[key] for key in self] + + def items(self): + 'od.items() -> list of (key, value) pairs in od' + return [(key, self[key]) for key in self] + + def iterkeys(self): + 'od.iterkeys() -> an iterator over the keys in od' + return iter(self) + + def itervalues(self): + 'od.itervalues -> an iterator over the values in od' + for k in self: + yield self[k] + + def iteritems(self): + 'od.iteritems -> an iterator over the (key, value) items in od' + for k in self: + yield (k, self[k]) + + def update(*args, **kwds): + '''od.update(E, **F) -> None. Update od from dict/iterable E and F. + + If E is a dict instance, does: for k in E: od[k] = E[k] + If E has a .keys() method, does: for k in E.keys(): od[k] = E[k] + Or if E is an iterable of items, does: for k, v in E: od[k] = v + In either case, this is followed by: for k, v in F.items(): od[k] = v + + ''' + if len(args) > 2: + raise TypeError('update() takes at most 2 positional ' + 'arguments (%d given)' % (len(args), )) + elif not args: + raise TypeError('update() takes at least 1 argument (0 given)') + self = args[0] + # Make progressively weaker assumptions about "other" + other = () + if len(args) == 2: + other = args[1] + if isinstance(other, dict): + for key in other: + self[key] = other[key] + elif hasattr(other, 'keys'): + for key in other.keys(): + self[key] = other[key] + else: + for key, value in other: + self[key] = value + for key, value in kwds.items(): + self[key] = value + + __update = update # let subclasses override update without breaking __init__ + + __marker = object() + + def pop(self, key, default=__marker): + '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value. + If key is not found, d is returned if given, otherwise KeyError is raised. + + ''' + if key in self: + result = self[key] + del self[key] + return result + if default is self.__marker: + raise KeyError(key) + return default + + def setdefault(self, key, default=None): + 'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od' + if key in self: + return self[key] + self[key] = default + return default + + def __repr__(self, _repr_running=None): + 'od.__repr__() <==> repr(od)' + if not _repr_running: + _repr_running = {} + call_key = id(self), _get_ident() + if call_key in _repr_running: + return '...' + _repr_running[call_key] = 1 + try: + if not self: + return '%s()' % (self.__class__.__name__, ) + return '%s(%r)' % (self.__class__.__name__, self.items()) + finally: + del _repr_running[call_key] + + def __reduce__(self): + 'Return state information for pickling' + items = [[k, self[k]] for k in self] + inst_dict = vars(self).copy() + for k in vars(OrderedDict()): + inst_dict.pop(k, None) + if inst_dict: + return (self.__class__, (items, ), inst_dict) + return self.__class__, (items, ) + + def copy(self): + 'od.copy() -> a shallow copy of od' + return self.__class__(self) + + @classmethod + def fromkeys(cls, iterable, value=None): + '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S + and values equal to v (which defaults to None). + + ''' + d = cls() + for key in iterable: + d[key] = value + return d + + def __eq__(self, other): + '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive + while comparison to a regular mapping is order-insensitive. + + ''' + if isinstance(other, OrderedDict): + return len(self) == len( + other) and self.items() == other.items() + return dict.__eq__(self, other) + + def __ne__(self, other): + return not self == other + + # -- the following methods are only used in Python 2.7 -- + + def viewkeys(self): + "od.viewkeys() -> a set-like object providing a view on od's keys" + return KeysView(self) + + def viewvalues(self): + "od.viewvalues() -> an object providing a view on od's values" + return ValuesView(self) + + def viewitems(self): + "od.viewitems() -> a set-like object providing a view on od's items" + return ItemsView(self) + + +try: + from logging.config import BaseConfigurator, valid_ident +except ImportError: # pragma: no cover + IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I) + + def valid_ident(s): + m = IDENTIFIER.match(s) + if not m: + raise ValueError('Not a valid Python identifier: %r' % s) + return True + + # The ConvertingXXX classes are wrappers around standard Python containers, + # and they serve to convert any suitable values in the container. The + # conversion converts base dicts, lists and tuples to their wrapped + # equivalents, whereas strings which match a conversion format are converted + # appropriately. + # + # Each wrapper should have a configurator attribute holding the actual + # configurator to use for conversion. + + class ConvertingDict(dict): + """A converting dictionary wrapper.""" + + def __getitem__(self, key): + value = dict.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def get(self, key, default=None): + value = dict.get(self, key, default) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, key, default=None): + value = dict.pop(self, key, default) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class ConvertingList(list): + """A converting list wrapper.""" + + def __getitem__(self, key): + value = list.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, idx=-1): + value = list.pop(self, idx) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + return result + + class ConvertingTuple(tuple): + """A converting tuple wrapper.""" + + def __getitem__(self, key): + value = tuple.__getitem__(self, key) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class BaseConfigurator(object): + """ + The configurator base class which defines some useful defaults. + """ + + CONVERT_PATTERN = re.compile(r'^(?P[a-z]+)://(?P.*)$') + + WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') + DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') + INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') + DIGIT_PATTERN = re.compile(r'^\d+$') + + value_converters = { + 'ext': 'ext_convert', + 'cfg': 'cfg_convert', + } + + # We might want to use a different one, e.g. importlib + importer = staticmethod(__import__) + + def __init__(self, config): + self.config = ConvertingDict(config) + self.config.configurator = self + + def resolve(self, s): + """ + Resolve strings to objects using standard import and attribute + syntax. + """ + name = s.split('.') + used = name.pop(0) + try: + found = self.importer(used) + for frag in name: + used += '.' + frag + try: + found = getattr(found, frag) + except AttributeError: + self.importer(used) + found = getattr(found, frag) + return found + except ImportError: + e, tb = sys.exc_info()[1:] + v = ValueError('Cannot resolve %r: %s' % (s, e)) + v.__cause__, v.__traceback__ = e, tb + raise v + + def ext_convert(self, value): + """Default converter for the ext:// protocol.""" + return self.resolve(value) + + def cfg_convert(self, value): + """Default converter for the cfg:// protocol.""" + rest = value + m = self.WORD_PATTERN.match(rest) + if m is None: + raise ValueError("Unable to convert %r" % value) + else: + rest = rest[m.end():] + d = self.config[m.groups()[0]] + while rest: + m = self.DOT_PATTERN.match(rest) + if m: + d = d[m.groups()[0]] + else: + m = self.INDEX_PATTERN.match(rest) + if m: + idx = m.groups()[0] + if not self.DIGIT_PATTERN.match(idx): + d = d[idx] + else: + try: + n = int( + idx + ) # try as number first (most likely) + d = d[n] + except TypeError: + d = d[idx] + if m: + rest = rest[m.end():] + else: + raise ValueError('Unable to convert ' + '%r at %r' % (value, rest)) + # rest should be empty + return d + + def convert(self, value): + """ + Convert values to an appropriate type. dicts, lists and tuples are + replaced by their converting alternatives. Strings are checked to + see if they have a conversion format and are converted if they do. + """ + if not isinstance(value, ConvertingDict) and isinstance( + value, dict): + value = ConvertingDict(value) + value.configurator = self + elif not isinstance(value, ConvertingList) and isinstance( + value, list): + value = ConvertingList(value) + value.configurator = self + elif not isinstance(value, ConvertingTuple) and isinstance(value, tuple): + value = ConvertingTuple(value) + value.configurator = self + elif isinstance(value, string_types): + m = self.CONVERT_PATTERN.match(value) + if m: + d = m.groupdict() + prefix = d['prefix'] + converter = self.value_converters.get(prefix, None) + if converter: + suffix = d['suffix'] + converter = getattr(self, converter) + value = converter(suffix) + return value + + def configure_custom(self, config): + """Configure an object with a user-supplied factory.""" + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + kwargs = dict([(k, config[k]) for k in config if valid_ident(k)]) + result = c(**kwargs) + if props: + for name, value in props.items(): + setattr(result, name, value) + return result + + def as_tuple(self, value): + """Utility function which converts lists to tuples.""" + if isinstance(value, list): + value = tuple(value) + return value diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 0000000..c0f896a --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1329 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""PEP 376 implementation.""" + +from __future__ import unicode_literals + +import base64 +import codecs +import contextlib +import hashlib +import logging +import os +import posixpath +import sys +import zipimport + +from . import DistlibException, resources +from .compat import StringIO +from .version import get_scheme, UnsupportedVersionError +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME) +from .util import (parse_requirement, cached_property, parse_name_and_version, read_exports, write_exports, CSVReader, + CSVWriter) + +__all__ = [ + 'Distribution', 'BaseInstalledDistribution', 'InstalledDistribution', 'EggInfoDistribution', 'DistributionPath' +] + +logger = logging.getLogger(__name__) + +EXPORTS_FILENAME = 'pydist-exports.json' +COMMANDS_FILENAME = 'pydist-commands.json' + +DIST_FILES = ('INSTALLER', METADATA_FILENAME, 'RECORD', 'REQUESTED', 'RESOURCES', EXPORTS_FILENAME, 'SHARED') + +DISTINFO_EXT = '.dist-info' + + +class _Cache(object): + """ + A simple cache mapping names and .dist-info paths to distributions + """ + + def __init__(self): + """ + Initialise an instance. There is normally one for each DistributionPath. + """ + self.name = {} + self.path = {} + self.generated = False + + def clear(self): + """ + Clear the cache, setting it to its initial state. + """ + self.name.clear() + self.path.clear() + self.generated = False + + def add(self, dist): + """ + Add a distribution to the cache. + :param dist: The distribution to add. + """ + if dist.path not in self.path: + self.path[dist.path] = dist + self.name.setdefault(dist.key, []).append(dist) + + +class DistributionPath(object): + """ + Represents a set of distributions installed on a path (typically sys.path). + """ + + def __init__(self, path=None, include_egg=False): + """ + Create an instance from a path, optionally including legacy (distutils/ + setuptools/distribute) distributions. + :param path: The path to use, as a list of directories. If not specified, + sys.path is used. + :param include_egg: If True, this instance will look for and return legacy + distributions as well as those based on PEP 376. + """ + if path is None: + path = sys.path + self.path = path + self._include_dist = True + self._include_egg = include_egg + + self._cache = _Cache() + self._cache_egg = _Cache() + self._cache_enabled = True + self._scheme = get_scheme('default') + + def _get_cache_enabled(self): + return self._cache_enabled + + def _set_cache_enabled(self, value): + self._cache_enabled = value + + cache_enabled = property(_get_cache_enabled, _set_cache_enabled) + + def clear_cache(self): + """ + Clears the internal cache. + """ + self._cache.clear() + self._cache_egg.clear() + + def _yield_distributions(self): + """ + Yield .dist-info and/or .egg(-info) distributions. + """ + # We need to check if we've seen some resources already, because on + # some Linux systems (e.g. some Debian/Ubuntu variants) there are + # symlinks which alias other files in the environment. + seen = set() + for path in self.path: + finder = resources.finder_for_path(path) + if finder is None: + continue + r = finder.find('') + if not r or not r.is_container: + continue + rset = sorted(r.resources) + for entry in rset: + r = finder.find(entry) + if not r or r.path in seen: + continue + try: + if self._include_dist and entry.endswith(DISTINFO_EXT): + possible_filenames = [METADATA_FILENAME, WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME] + for metadata_filename in possible_filenames: + metadata_path = posixpath.join(entry, metadata_filename) + pydist = finder.find(metadata_path) + if pydist: + break + else: + continue + + with contextlib.closing(pydist.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + logger.debug('Found %s', r.path) + seen.add(r.path) + yield new_dist_class(r.path, metadata=metadata, env=self) + elif self._include_egg and entry.endswith(('.egg-info', '.egg')): + logger.debug('Found %s', r.path) + seen.add(r.path) + yield old_dist_class(r.path, self) + except Exception as e: + msg = 'Unable to read distribution at %s, perhaps due to bad metadata: %s' + logger.warning(msg, r.path, e) + import warnings + warnings.warn(msg % (r.path, e), stacklevel=2) + + def _generate_cache(self): + """ + Scan the path for distributions and populate the cache with + those that are found. + """ + gen_dist = not self._cache.generated + gen_egg = self._include_egg and not self._cache_egg.generated + if gen_dist or gen_egg: + for dist in self._yield_distributions(): + if isinstance(dist, InstalledDistribution): + self._cache.add(dist) + else: + self._cache_egg.add(dist) + + if gen_dist: + self._cache.generated = True + if gen_egg: + self._cache_egg.generated = True + + @classmethod + def distinfo_dirname(cls, name, version): + """ + The *name* and *version* parameters are converted into their + filename-escaped form, i.e. any ``'-'`` characters are replaced + with ``'_'`` other than the one in ``'dist-info'`` and the one + separating the name from the version number. + + :parameter name: is converted to a standard distribution name by replacing + any runs of non- alphanumeric characters with a single + ``'-'``. + :type name: string + :parameter version: is converted to a standard version string. Spaces + become dots, and all other non-alphanumeric characters + (except dots) become dashes, with runs of multiple + dashes condensed to a single dash. + :type version: string + :returns: directory name + :rtype: string""" + name = name.replace('-', '_') + return '-'.join([name, version]) + DISTINFO_EXT + + def get_distributions(self): + """ + Provides an iterator that looks for distributions and returns + :class:`InstalledDistribution` or + :class:`EggInfoDistribution` instances for each one of them. + + :rtype: iterator of :class:`InstalledDistribution` and + :class:`EggInfoDistribution` instances + """ + if not self._cache_enabled: + for dist in self._yield_distributions(): + yield dist + else: + self._generate_cache() + + for dist in self._cache.path.values(): + yield dist + + if self._include_egg: + for dist in self._cache_egg.path.values(): + yield dist + + def get_distribution(self, name): + """ + Looks for a named distribution on the path. + + This function only returns the first result found, as no more than one + value is expected. If nothing is found, ``None`` is returned. + + :rtype: :class:`InstalledDistribution`, :class:`EggInfoDistribution` + or ``None`` + """ + result = None + name = name.lower() + if not self._cache_enabled: + for dist in self._yield_distributions(): + if dist.key == name: + result = dist + break + else: + self._generate_cache() + + if name in self._cache.name: + result = self._cache.name[name][0] + elif self._include_egg and name in self._cache_egg.name: + result = self._cache_egg.name[name][0] + return result + + def provides_distribution(self, name, version=None): + """ + Iterates over all distributions to find which distributions provide *name*. + If a *version* is provided, it will be used to filter the results. + + This function only returns the first result found, since no more than + one values are expected. If the directory is not found, returns ``None``. + + :parameter version: a version specifier that indicates the version + required, conforming to the format in ``PEP-345`` + + :type name: string + :type version: string + """ + matcher = None + if version is not None: + try: + matcher = self._scheme.matcher('%s (%s)' % (name, version)) + except ValueError: + raise DistlibException('invalid name or version: %r, %r' % (name, version)) + + for dist in self.get_distributions(): + # We hit a problem on Travis where enum34 was installed and doesn't + # have a provides attribute ... + if not hasattr(dist, 'provides'): + logger.debug('No "provides": %s', dist) + else: + provided = dist.provides + + for p in provided: + p_name, p_ver = parse_name_and_version(p) + if matcher is None: + if p_name == name: + yield dist + break + else: + if p_name == name and matcher.match(p_ver): + yield dist + break + + def get_file_path(self, name, relative_path): + """ + Return the path to a resource file. + """ + dist = self.get_distribution(name) + if dist is None: + raise LookupError('no distribution named %r found' % name) + return dist.get_resource_path(relative_path) + + def get_exported_entries(self, category, name=None): + """ + Return all of the exported entries in a particular category. + + :param category: The category to search for entries. + :param name: If specified, only entries with that name are returned. + """ + for dist in self.get_distributions(): + r = dist.exports + if category in r: + d = r[category] + if name is not None: + if name in d: + yield d[name] + else: + for v in d.values(): + yield v + + +class Distribution(object): + """ + A base class for distributions, whether installed or from indexes. + Either way, it must have some metadata, so that's all that's needed + for construction. + """ + + build_time_dependency = False + """ + Set to True if it's known to be only a build-time dependency (i.e. + not needed after installation). + """ + + requested = False + """A boolean that indicates whether the ``REQUESTED`` metadata file is + present (in other words, whether the package was installed by user + request or it was installed as a dependency).""" + + def __init__(self, metadata): + """ + Initialise an instance. + :param metadata: The instance of :class:`Metadata` describing this + distribution. + """ + self.metadata = metadata + self.name = metadata.name + self.key = self.name.lower() # for case-insensitive comparisons + self.version = metadata.version + self.locator = None + self.digest = None + self.extras = None # additional features requested + self.context = None # environment marker overrides + self.download_urls = set() + self.digests = {} + + @property + def source_url(self): + """ + The source archive download URL for this distribution. + """ + return self.metadata.source_url + + download_url = source_url # Backward compatibility + + @property + def name_and_version(self): + """ + A utility property which displays the name and version in parentheses. + """ + return '%s (%s)' % (self.name, self.version) + + @property + def provides(self): + """ + A set of distribution names and versions provided by this distribution. + :return: A set of "name (version)" strings. + """ + plist = self.metadata.provides + s = '%s (%s)' % (self.name, self.version) + if s not in plist: + plist.append(s) + return plist + + def _get_requirements(self, req_attr): + md = self.metadata + reqts = getattr(md, req_attr) + logger.debug('%s: got requirements %r from metadata: %r', self.name, req_attr, reqts) + return set(md.get_requirements(reqts, extras=self.extras, env=self.context)) + + @property + def run_requires(self): + return self._get_requirements('run_requires') + + @property + def meta_requires(self): + return self._get_requirements('meta_requires') + + @property + def build_requires(self): + return self._get_requirements('build_requires') + + @property + def test_requires(self): + return self._get_requirements('test_requires') + + @property + def dev_requires(self): + return self._get_requirements('dev_requires') + + def matches_requirement(self, req): + """ + Say if this instance matches (fulfills) a requirement. + :param req: The requirement to match. + :rtype req: str + :return: True if it matches, else False. + """ + # Requirement may contain extras - parse to lose those + # from what's passed to the matcher + r = parse_requirement(req) + scheme = get_scheme(self.metadata.scheme) + try: + matcher = scheme.matcher(r.requirement) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + result = False + for p in self.provides: + p_name, p_ver = parse_name_and_version(p) + if p_name != name: + continue + try: + result = matcher.match(p_ver) + break + except UnsupportedVersionError: + pass + return result + + def __repr__(self): + """ + Return a textual representation of this instance, + """ + if self.source_url: + suffix = ' [%s]' % self.source_url + else: + suffix = '' + return '' % (self.name, self.version, suffix) + + def __eq__(self, other): + """ + See if this distribution is the same as another. + :param other: The distribution to compare with. To be equal to one + another. distributions must have the same type, name, + version and source_url. + :return: True if it is the same, else False. + """ + if type(other) is not type(self): + result = False + else: + result = (self.name == other.name and self.version == other.version and self.source_url == other.source_url) + return result + + def __hash__(self): + """ + Compute hash in a way which matches the equality test. + """ + return hash(self.name) + hash(self.version) + hash(self.source_url) + + +class BaseInstalledDistribution(Distribution): + """ + This is the base class for installed distributions (whether PEP 376 or + legacy). + """ + + hasher = None + + def __init__(self, metadata, path, env=None): + """ + Initialise an instance. + :param metadata: An instance of :class:`Metadata` which describes the + distribution. This will normally have been initialised + from a metadata file in the ``path``. + :param path: The path of the ``.dist-info`` or ``.egg-info`` + directory for the distribution. + :param env: This is normally the :class:`DistributionPath` + instance where this distribution was found. + """ + super(BaseInstalledDistribution, self).__init__(metadata) + self.path = path + self.dist_path = env + + def get_hash(self, data, hasher=None): + """ + Get the hash of some data, using a particular hash algorithm, if + specified. + + :param data: The data to be hashed. + :type data: bytes + :param hasher: The name of a hash implementation, supported by hashlib, + or ``None``. Examples of valid values are ``'sha1'``, + ``'sha224'``, ``'sha384'``, '``sha256'``, ``'md5'`` and + ``'sha512'``. If no hasher is specified, the ``hasher`` + attribute of the :class:`InstalledDistribution` instance + is used. If the hasher is determined to be ``None``, MD5 + is used as the hashing algorithm. + :returns: The hash of the data. If a hasher was explicitly specified, + the returned hash will be prefixed with the specified hasher + followed by '='. + :rtype: str + """ + if hasher is None: + hasher = self.hasher + if hasher is None: + hasher = hashlib.md5 + prefix = '' + else: + hasher = getattr(hashlib, hasher) + prefix = '%s=' % self.hasher + digest = hasher(data).digest() + digest = base64.urlsafe_b64encode(digest).rstrip(b'=').decode('ascii') + return '%s%s' % (prefix, digest) + + +class InstalledDistribution(BaseInstalledDistribution): + """ + Created with the *path* of the ``.dist-info`` directory provided to the + constructor. It reads the metadata contained in ``pydist.json`` when it is + instantiated., or uses a passed in Metadata instance (useful for when + dry-run mode is being used). + """ + + hasher = 'sha256' + + def __init__(self, path, metadata=None, env=None): + self.modules = [] + self.finder = finder = resources.finder_for_path(path) + if finder is None: + raise ValueError('finder unavailable for %s' % path) + if env and env._cache_enabled and path in env._cache.path: + metadata = env._cache.path[path].metadata + elif metadata is None: + r = finder.find(METADATA_FILENAME) + # Temporary - for Wheel 0.23 support + if r is None: + r = finder.find(WHEEL_METADATA_FILENAME) + # Temporary - for legacy support + if r is None: + r = finder.find(LEGACY_METADATA_FILENAME) + if r is None: + raise ValueError('no %s found in %s' % (METADATA_FILENAME, path)) + with contextlib.closing(r.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + + super(InstalledDistribution, self).__init__(metadata, path, env) + + if env and env._cache_enabled: + env._cache.add(self) + + r = finder.find('REQUESTED') + self.requested = r is not None + p = os.path.join(path, 'top_level.txt') + if os.path.exists(p): + with open(p, 'rb') as f: + data = f.read().decode('utf-8') + self.modules = data.splitlines() + + def __repr__(self): + return '' % (self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def _get_records(self): + """ + Get the list of installed files for the distribution + :return: A list of tuples of path, hash and size. Note that hash and + size might be ``None`` for some entries. The path is exactly + as stored in the file (which is as in PEP 376). + """ + results = [] + r = self.get_distinfo_resource('RECORD') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as record_reader: + # Base location is parent dir of .dist-info dir + # base_location = os.path.dirname(self.path) + # base_location = os.path.abspath(base_location) + for row in record_reader: + missing = [None for i in range(len(row), 3)] + path, checksum, size = row + missing + # if not os.path.isabs(path): + # path = path.replace('/', os.sep) + # path = os.path.join(base_location, path) + results.append((path, checksum, size)) + return results + + @cached_property + def exports(self): + """ + Return the information exported by this distribution. + :return: A dictionary of exports, mapping an export category to a dict + of :class:`ExportEntry` instances describing the individual + export entries, and keyed by name. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + result = self.read_exports() + return result + + def read_exports(self): + """ + Read exports data from a file in .ini format. + + :return: A dictionary of exports, mapping an export category to a list + of :class:`ExportEntry` instances describing the individual + export entries. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + with contextlib.closing(r.as_stream()) as stream: + result = read_exports(stream) + return result + + def write_exports(self, exports): + """ + Write a dictionary of exports to a file in .ini format. + :param exports: A dictionary of exports, mapping an export category to + a list of :class:`ExportEntry` instances describing the + individual export entries. + """ + rf = self.get_distinfo_file(EXPORTS_FILENAME) + with open(rf, 'w') as f: + write_exports(exports, f) + + def get_resource_path(self, relative_path): + """ + NOTE: This API may change in the future. + + Return the absolute path to a resource file with the given relative + path. + + :param relative_path: The path, relative to .dist-info, of the resource + of interest. + :return: The absolute path where the resource is to be found. + """ + r = self.get_distinfo_resource('RESOURCES') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as resources_reader: + for relative, destination in resources_reader: + if relative == relative_path: + return destination + raise KeyError('no resource file with relative path %r ' + 'is installed' % relative_path) + + def list_installed_files(self): + """ + Iterates over the ``RECORD`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: iterator of (path, hash, size) + """ + for result in self._get_records(): + yield result + + def write_installed_files(self, paths, prefix, dry_run=False): + """ + Writes the ``RECORD`` file, using the ``paths`` iterable passed in. Any + existing ``RECORD`` file is silently overwritten. + + prefix is used to determine when to write absolute paths. + """ + prefix = os.path.join(prefix, '') + base = os.path.dirname(self.path) + base_under_prefix = base.startswith(prefix) + base = os.path.join(base, '') + record_path = self.get_distinfo_file('RECORD') + logger.info('creating %s', record_path) + if dry_run: + return None + with CSVWriter(record_path) as writer: + for path in paths: + if os.path.isdir(path) or path.endswith(('.pyc', '.pyo')): + # do not put size and hash, as in PEP-376 + hash_value = size = '' + else: + size = '%d' % os.path.getsize(path) + with open(path, 'rb') as fp: + hash_value = self.get_hash(fp.read()) + if path.startswith(base) or (base_under_prefix and path.startswith(prefix)): + path = os.path.relpath(path, base) + writer.writerow((path, hash_value, size)) + + # add the RECORD file itself + if record_path.startswith(base): + record_path = os.path.relpath(record_path, base) + writer.writerow((record_path, '', '')) + return record_path + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + base = os.path.dirname(self.path) + record_path = self.get_distinfo_file('RECORD') + for path, hash_value, size in self.list_installed_files(): + if not os.path.isabs(path): + path = os.path.join(base, path) + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + elif os.path.isfile(path): + actual_size = str(os.path.getsize(path)) + if size and actual_size != size: + mismatches.append((path, 'size', size, actual_size)) + elif hash_value: + if '=' in hash_value: + hasher = hash_value.split('=', 1)[0] + else: + hasher = None + + with open(path, 'rb') as f: + actual_hash = self.get_hash(f.read(), hasher) + if actual_hash != hash_value: + mismatches.append((path, 'hash', hash_value, actual_hash)) + return mismatches + + @cached_property + def shared_locations(self): + """ + A dictionary of shared locations whose keys are in the set 'prefix', + 'purelib', 'platlib', 'scripts', 'headers', 'data' and 'namespace'. + The corresponding value is the absolute path of that category for + this distribution, and takes into account any paths selected by the + user at installation time (e.g. via command-line arguments). In the + case of the 'namespace' key, this would be a list of absolute paths + for the roots of namespace packages in this distribution. + + The first time this property is accessed, the relevant information is + read from the SHARED file in the .dist-info directory. + """ + result = {} + shared_path = os.path.join(self.path, 'SHARED') + if os.path.isfile(shared_path): + with codecs.open(shared_path, 'r', encoding='utf-8') as f: + lines = f.read().splitlines() + for line in lines: + key, value = line.split('=', 1) + if key == 'namespace': + result.setdefault(key, []).append(value) + else: + result[key] = value + return result + + def write_shared_locations(self, paths, dry_run=False): + """ + Write shared location information to the SHARED file in .dist-info. + :param paths: A dictionary as described in the documentation for + :meth:`shared_locations`. + :param dry_run: If True, the action is logged but no file is actually + written. + :return: The path of the file written to. + """ + shared_path = os.path.join(self.path, 'SHARED') + logger.info('creating %s', shared_path) + if dry_run: + return None + lines = [] + for key in ('prefix', 'lib', 'headers', 'scripts', 'data'): + path = paths[key] + if os.path.isdir(paths[key]): + lines.append('%s=%s' % (key, path)) + for ns in paths.get('namespace', ()): + lines.append('namespace=%s' % ns) + + with codecs.open(shared_path, 'w', encoding='utf-8') as f: + f.write('\n'.join(lines)) + return shared_path + + def get_distinfo_resource(self, path): + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + finder = resources.finder_for_path(self.path) + if finder is None: + raise DistlibException('Unable to get a finder for %s' % self.path) + return finder.find(path) + + def get_distinfo_file(self, path): + """ + Returns a path located under the ``.dist-info`` directory. Returns a + string representing the path. + + :parameter path: a ``'/'``-separated path relative to the + ``.dist-info`` directory or an absolute path; + If *path* is an absolute path and doesn't start + with the ``.dist-info`` directory path, + a :class:`DistlibException` is raised + :type path: str + :rtype: str + """ + # Check if it is an absolute path # XXX use relpath, add tests + if path.find(os.sep) >= 0: + # it's an absolute path? + distinfo_dirname, path = path.split(os.sep)[-2:] + if distinfo_dirname != self.path.split(os.sep)[-1]: + raise DistlibException('dist-info file %r does not belong to the %r %s ' + 'distribution' % (path, self.name, self.version)) + + # The file must be relative + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + + return os.path.join(self.path, path) + + def list_distinfo_files(self): + """ + Iterates over the ``RECORD`` entries and returns paths for each line if + the path is pointing to a file located in the ``.dist-info`` directory + or one of its subdirectories. + + :returns: iterator of paths + """ + base = os.path.dirname(self.path) + for path, checksum, size in self._get_records(): + # XXX add separator or use real relpath algo + if not os.path.isabs(path): + path = os.path.join(base, path) + if path.startswith(self.path): + yield path + + def __eq__(self, other): + return (isinstance(other, InstalledDistribution) and self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +class EggInfoDistribution(BaseInstalledDistribution): + """Created with the *path* of the ``.egg-info`` directory or file provided + to the constructor. It reads the metadata contained in the file itself, or + if the given path happens to be a directory, the metadata is read from the + file ``PKG-INFO`` under that directory.""" + + requested = True # as we have no way of knowing, assume it was + shared_locations = {} + + def __init__(self, path, env=None): + + def set_name_and_version(s, n, v): + s.name = n + s.key = n.lower() # for case-insensitive comparisons + s.version = v + + self.path = path + self.dist_path = env + if env and env._cache_enabled and path in env._cache_egg.path: + metadata = env._cache_egg.path[path].metadata + set_name_and_version(self, metadata.name, metadata.version) + else: + metadata = self._get_metadata(path) + + # Need to be set before caching + set_name_and_version(self, metadata.name, metadata.version) + + if env and env._cache_enabled: + env._cache_egg.add(self) + super(EggInfoDistribution, self).__init__(metadata, path, env) + + def _get_metadata(self, path): + requires = None + + def parse_requires_data(data): + """Create a list of dependencies from a requires.txt file. + + *data*: the contents of a setuptools-produced requires.txt file. + """ + reqs = [] + lines = data.splitlines() + for line in lines: + line = line.strip() + # sectioned files have bare newlines (separating sections) + if not line: # pragma: no cover + continue + if line.startswith('['): # pragma: no cover + logger.warning('Unexpected line: quitting requirement scan: %r', line) + break + r = parse_requirement(line) + if not r: # pragma: no cover + logger.warning('Not recognised as a requirement: %r', line) + continue + if r.extras: # pragma: no cover + logger.warning('extra requirements in requires.txt are ' + 'not supported') + if not r.constraints: + reqs.append(r.name) + else: + cons = ', '.join('%s%s' % c for c in r.constraints) + reqs.append('%s (%s)' % (r.name, cons)) + return reqs + + def parse_requires_path(req_path): + """Create a list of dependencies from a requires.txt file. + + *req_path*: the path to a setuptools-produced requires.txt file. + """ + + reqs = [] + try: + with codecs.open(req_path, 'r', 'utf-8') as fp: + reqs = parse_requires_data(fp.read()) + except IOError: + pass + return reqs + + tl_path = tl_data = None + if path.endswith('.egg'): + if os.path.isdir(path): + p = os.path.join(path, 'EGG-INFO') + meta_path = os.path.join(p, 'PKG-INFO') + metadata = Metadata(path=meta_path, scheme='legacy') + req_path = os.path.join(p, 'requires.txt') + tl_path = os.path.join(p, 'top_level.txt') + requires = parse_requires_path(req_path) + else: + # FIXME handle the case where zipfile is not available + zipf = zipimport.zipimporter(path) + fileobj = StringIO(zipf.get_data('EGG-INFO/PKG-INFO').decode('utf8')) + metadata = Metadata(fileobj=fileobj, scheme='legacy') + try: + data = zipf.get_data('EGG-INFO/requires.txt') + tl_data = zipf.get_data('EGG-INFO/top_level.txt').decode('utf-8') + requires = parse_requires_data(data.decode('utf-8')) + except IOError: + requires = None + elif path.endswith('.egg-info'): + if os.path.isdir(path): + req_path = os.path.join(path, 'requires.txt') + requires = parse_requires_path(req_path) + path = os.path.join(path, 'PKG-INFO') + tl_path = os.path.join(path, 'top_level.txt') + metadata = Metadata(path=path, scheme='legacy') + else: + raise DistlibException('path must end with .egg-info or .egg, ' + 'got %r' % path) + + if requires: + metadata.add_requirements(requires) + # look for top-level modules in top_level.txt, if present + if tl_data is None: + if tl_path is not None and os.path.exists(tl_path): + with open(tl_path, 'rb') as f: + tl_data = f.read().decode('utf-8') + if not tl_data: + tl_data = [] + else: + tl_data = tl_data.splitlines() + self.modules = tl_data + return metadata + + def __repr__(self): + return '' % (self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + for path, _, _ in self.list_installed_files(): + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + return mismatches + + def list_installed_files(self): + """ + Iterates over the ``installed-files.txt`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: a list of (path, hash, size) + """ + + def _md5(path): + f = open(path, 'rb') + try: + content = f.read() + finally: + f.close() + return hashlib.md5(content).hexdigest() + + def _size(path): + return os.stat(path).st_size + + record_path = os.path.join(self.path, 'installed-files.txt') + result = [] + if os.path.exists(record_path): + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + p = os.path.normpath(os.path.join(self.path, line)) + # "./" is present as a marker between installed files + # and installation metadata files + if not os.path.exists(p): + logger.warning('Non-existent file: %s', p) + if p.endswith(('.pyc', '.pyo')): + continue + # otherwise fall through and fail + if not os.path.isdir(p): + result.append((p, _md5(p), _size(p))) + result.append((record_path, None, None)) + return result + + def list_distinfo_files(self, absolute=False): + """ + Iterates over the ``installed-files.txt`` entries and returns paths for + each line if the path is pointing to a file located in the + ``.egg-info`` directory or one of its subdirectories. + + :parameter absolute: If *absolute* is ``True``, each returned path is + transformed into a local absolute path. Otherwise the + raw value from ``installed-files.txt`` is returned. + :type absolute: boolean + :returns: iterator of paths + """ + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + skip = True + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + if line == './': + skip = False + continue + if not skip: + p = os.path.normpath(os.path.join(self.path, line)) + if p.startswith(self.path): + if absolute: + yield p + else: + yield line + + def __eq__(self, other): + return (isinstance(other, EggInfoDistribution) and self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +new_dist_class = InstalledDistribution +old_dist_class = EggInfoDistribution + + +class DependencyGraph(object): + """ + Represents a dependency graph between distributions. + + The dependency relationships are stored in an ``adjacency_list`` that maps + distributions to a list of ``(other, label)`` tuples where ``other`` + is a distribution and the edge is labeled with ``label`` (i.e. the version + specifier, if such was provided). Also, for more efficient traversal, for + every distribution ``x``, a list of predecessors is kept in + ``reverse_list[x]``. An edge from distribution ``a`` to + distribution ``b`` means that ``a`` depends on ``b``. If any missing + dependencies are found, they are stored in ``missing``, which is a + dictionary that maps distributions to a list of requirements that were not + provided by any other distributions. + """ + + def __init__(self): + self.adjacency_list = {} + self.reverse_list = {} + self.missing = {} + + def add_distribution(self, distribution): + """Add the *distribution* to the graph. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + """ + self.adjacency_list[distribution] = [] + self.reverse_list[distribution] = [] + # self.missing[distribution] = [] + + def add_edge(self, x, y, label=None): + """Add an edge from distribution *x* to distribution *y* with the given + *label*. + + :type x: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type y: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type label: ``str`` or ``None`` + """ + self.adjacency_list[x].append((y, label)) + # multiple edges are allowed, so be careful + if x not in self.reverse_list[y]: + self.reverse_list[y].append(x) + + def add_missing(self, distribution, requirement): + """ + Add a missing *requirement* for the given *distribution*. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + :type requirement: ``str`` + """ + logger.debug('%s missing %r', distribution, requirement) + self.missing.setdefault(distribution, []).append(requirement) + + def _repr_dist(self, dist): + return '%s %s' % (dist.name, dist.version) + + def repr_node(self, dist, level=1): + """Prints only a subgraph""" + output = [self._repr_dist(dist)] + for other, label in self.adjacency_list[dist]: + dist = self._repr_dist(other) + if label is not None: + dist = '%s [%s]' % (dist, label) + output.append(' ' * level + str(dist)) + suboutput = self.repr_node(other, level + 1) + subs = suboutput.split('\n') + output.extend(subs[1:]) + return '\n'.join(output) + + def to_dot(self, f, skip_disconnected=True): + """Writes a DOT output for the graph to the provided file *f*. + + If *skip_disconnected* is set to ``True``, then all distributions + that are not dependent on any other distribution are skipped. + + :type f: has to support ``file``-like operations + :type skip_disconnected: ``bool`` + """ + disconnected = [] + + f.write("digraph dependencies {\n") + for dist, adjs in self.adjacency_list.items(): + if len(adjs) == 0 and not skip_disconnected: + disconnected.append(dist) + for other, label in adjs: + if label is not None: + f.write('"%s" -> "%s" [label="%s"]\n' % (dist.name, other.name, label)) + else: + f.write('"%s" -> "%s"\n' % (dist.name, other.name)) + if not skip_disconnected and len(disconnected) > 0: + f.write('subgraph disconnected {\n') + f.write('label = "Disconnected"\n') + f.write('bgcolor = red\n') + + for dist in disconnected: + f.write('"%s"' % dist.name) + f.write('\n') + f.write('}\n') + f.write('}\n') + + def topological_sort(self): + """ + Perform a topological sort of the graph. + :return: A tuple, the first element of which is a topologically sorted + list of distributions, and the second element of which is a + list of distributions that cannot be sorted because they have + circular dependencies and so form a cycle. + """ + result = [] + # Make a shallow copy of the adjacency list + alist = {} + for k, v in self.adjacency_list.items(): + alist[k] = v[:] + while True: + # See what we can remove in this run + to_remove = [] + for k, v in list(alist.items())[:]: + if not v: + to_remove.append(k) + del alist[k] + if not to_remove: + # What's left in alist (if anything) is a cycle. + break + # Remove from the adjacency list of others + for k, v in alist.items(): + alist[k] = [(d, r) for d, r in v if d not in to_remove] + logger.debug('Moving to result: %s', ['%s (%s)' % (d.name, d.version) for d in to_remove]) + result.extend(to_remove) + return result, list(alist.keys()) + + def __repr__(self): + """Representation of the graph""" + output = [] + for dist, adjs in self.adjacency_list.items(): + output.append(self.repr_node(dist)) + return '\n'.join(output) + + +def make_graph(dists, scheme='default'): + """Makes a dependency graph from the given distributions. + + :parameter dists: a list of distributions + :type dists: list of :class:`distutils2.database.InstalledDistribution` and + :class:`distutils2.database.EggInfoDistribution` instances + :rtype: a :class:`DependencyGraph` instance + """ + scheme = get_scheme(scheme) + graph = DependencyGraph() + provided = {} # maps names to lists of (version, dist) tuples + + # first, build the graph and find out what's provided + for dist in dists: + graph.add_distribution(dist) + + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + provided.setdefault(name, []).append((version, dist)) + + # now make the edges + for dist in dists: + requires = (dist.run_requires | dist.meta_requires | dist.build_requires | dist.dev_requires) + for req in requires: + try: + matcher = scheme.matcher(req) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + matched = False + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + graph.add_edge(dist, provider, req) + matched = True + break + if not matched: + graph.add_missing(dist, req) + return graph + + +def get_dependent_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + dependent on *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + dep = [dist] # dependent distributions + todo = graph.reverse_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop() + dep.append(d) + for succ in graph.reverse_list[d]: + if succ not in dep: + todo.append(succ) + + dep.pop(0) # remove dist from dep, was there to prevent infinite loops + return dep + + +def get_required_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + required by *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + in finding the dependencies. + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + req = set() # required distributions + todo = graph.adjacency_list[dist] # list of nodes we should inspect + seen = set(t[0] for t in todo) # already added to todo + + while todo: + d = todo.pop()[0] + req.add(d) + pred_list = graph.adjacency_list[d] + for pred in pred_list: + d = pred[0] + if d not in req and d not in seen: + seen.add(d) + todo.append(pred) + return req + + +def make_dist(name, version, **kwargs): + """ + A convenience method for making a dist given just a name and version. + """ + summary = kwargs.pop('summary', 'Placeholder for summary') + md = Metadata(**kwargs) + md.name = name + md.version = version + md.summary = summary or 'Placeholder for summary' + return Distribution(md) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 0000000..56cd286 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,508 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import hashlib +import logging +import os +import shutil +import subprocess +import tempfile +try: + from threading import Thread +except ImportError: # pragma: no cover + from dummy_threading import Thread + +from . import DistlibException +from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr, + urlparse, build_opener, string_types) +from .util import zip_dir, ServerProxy + +logger = logging.getLogger(__name__) + +DEFAULT_INDEX = 'https://pypi.org/pypi' +DEFAULT_REALM = 'pypi' + + +class PackageIndex(object): + """ + This class represents a package index compatible with PyPI, the Python + Package Index. + """ + + boundary = b'----------ThIs_Is_tHe_distlib_index_bouNdaRY_$' + + def __init__(self, url=None): + """ + Initialise an instance. + + :param url: The URL of the index. If not specified, the URL for PyPI is + used. + """ + self.url = url or DEFAULT_INDEX + self.read_configuration() + scheme, netloc, path, params, query, frag = urlparse(self.url) + if params or query or frag or scheme not in ('http', 'https'): + raise DistlibException('invalid repository: %s' % self.url) + self.password_handler = None + self.ssl_verifier = None + self.gpg = None + self.gpg_home = None + with open(os.devnull, 'w') as sink: + # Use gpg by default rather than gpg2, as gpg2 insists on + # prompting for passwords + for s in ('gpg', 'gpg2'): + try: + rc = subprocess.check_call([s, '--version'], stdout=sink, + stderr=sink) + if rc == 0: + self.gpg = s + break + except OSError: + pass + + def _get_pypirc_command(self): + """ + Get the distutils command for interacting with PyPI configurations. + :return: the command. + """ + from .util import _get_pypirc_command as cmd + return cmd() + + def read_configuration(self): + """ + Read the PyPI access configuration as supported by distutils. This populates + ``username``, ``password``, ``realm`` and ``url`` attributes from the + configuration. + """ + from .util import _load_pypirc + cfg = _load_pypirc(self) + self.username = cfg.get('username') + self.password = cfg.get('password') + self.realm = cfg.get('realm', 'pypi') + self.url = cfg.get('repository', self.url) + + def save_configuration(self): + """ + Save the PyPI access configuration. You must have set ``username`` and + ``password`` attributes before calling this method. + """ + self.check_credentials() + from .util import _store_pypirc + _store_pypirc(self) + + def check_credentials(self): + """ + Check that ``username`` and ``password`` have been set, and raise an + exception if not. + """ + if self.username is None or self.password is None: + raise DistlibException('username and password must be set') + pm = HTTPPasswordMgr() + _, netloc, _, _, _, _ = urlparse(self.url) + pm.add_password(self.realm, netloc, self.username, self.password) + self.password_handler = HTTPBasicAuthHandler(pm) + + def register(self, metadata): # pragma: no cover + """ + Register a distribution on PyPI, using the provided metadata. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the distribution to be + registered. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + metadata.validate() + d = metadata.todict() + d[':action'] = 'verify' + request = self.encode_request(d.items(), []) + self.send_request(request) + d[':action'] = 'submit' + request = self.encode_request(d.items(), []) + return self.send_request(request) + + def _reader(self, name, stream, outbuf): + """ + Thread runner for reading lines of from a subprocess into a buffer. + + :param name: The logical name of the stream (used for logging only). + :param stream: The stream to read from. This will typically a pipe + connected to the output stream of a subprocess. + :param outbuf: The list to append the read lines to. + """ + while True: + s = stream.readline() + if not s: + break + s = s.decode('utf-8').rstrip() + outbuf.append(s) + logger.debug('%s: %s' % (name, s)) + stream.close() + + def get_sign_command(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Return a suitable command for signing a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The signing command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + if sign_password is not None: + cmd.extend(['--batch', '--passphrase-fd', '0']) + td = tempfile.mkdtemp() + sf = os.path.join(td, os.path.basename(filename) + '.asc') + cmd.extend(['--detach-sign', '--armor', '--local-user', + signer, '--output', sf, filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd, sf + + def run_command(self, cmd, input_data=None): + """ + Run a command in a child process , passing it any input data specified. + + :param cmd: The command to run. + :param input_data: If specified, this must be a byte string containing + data to be sent to the child process. + :return: A tuple consisting of the subprocess' exit code, a list of + lines read from the subprocess' ``stdout``, and a list of + lines read from the subprocess' ``stderr``. + """ + kwargs = { + 'stdout': subprocess.PIPE, + 'stderr': subprocess.PIPE, + } + if input_data is not None: + kwargs['stdin'] = subprocess.PIPE + stdout = [] + stderr = [] + p = subprocess.Popen(cmd, **kwargs) + # We don't use communicate() here because we may need to + # get clever with interacting with the command + t1 = Thread(target=self._reader, args=('stdout', p.stdout, stdout)) + t1.start() + t2 = Thread(target=self._reader, args=('stderr', p.stderr, stderr)) + t2.start() + if input_data is not None: + p.stdin.write(input_data) + p.stdin.close() + + p.wait() + t1.join() + t2.join() + return p.returncode, stdout, stderr + + def sign_file(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Sign a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The absolute pathname of the file where the signature is + stored. + """ + cmd, sig_file = self.get_sign_command(filename, signer, sign_password, + keystore) + rc, stdout, stderr = self.run_command(cmd, + sign_password.encode('utf-8')) + if rc != 0: + raise DistlibException('sign command failed with error ' + 'code %s' % rc) + return sig_file + + def upload_file(self, metadata, filename, signer=None, sign_password=None, + filetype='sdist', pyversion='source', keystore=None): + """ + Upload a release file to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the file to be uploaded. + :param filename: The pathname of the file to be uploaded. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param filetype: The type of the file being uploaded. This is the + distutils command which produced that file, e.g. + ``sdist`` or ``bdist_wheel``. + :param pyversion: The version of Python which the release relates + to. For code compatible with any Python, this would + be ``source``, otherwise it would be e.g. ``3.2``. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.exists(filename): + raise DistlibException('not found: %s' % filename) + metadata.validate() + d = metadata.todict() + sig_file = None + if signer: + if not self.gpg: + logger.warning('no signing program available - not signed') + else: + sig_file = self.sign_file(filename, signer, sign_password, + keystore) + with open(filename, 'rb') as f: + file_data = f.read() + md5_digest = hashlib.md5(file_data).hexdigest() + sha256_digest = hashlib.sha256(file_data).hexdigest() + d.update({ + ':action': 'file_upload', + 'protocol_version': '1', + 'filetype': filetype, + 'pyversion': pyversion, + 'md5_digest': md5_digest, + 'sha256_digest': sha256_digest, + }) + files = [('content', os.path.basename(filename), file_data)] + if sig_file: + with open(sig_file, 'rb') as f: + sig_data = f.read() + files.append(('gpg_signature', os.path.basename(sig_file), + sig_data)) + shutil.rmtree(os.path.dirname(sig_file)) + request = self.encode_request(d.items(), files) + return self.send_request(request) + + def upload_documentation(self, metadata, doc_dir): # pragma: no cover + """ + Upload documentation to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the documentation to be + uploaded. + :param doc_dir: The pathname of the directory which contains the + documentation. This should be the directory that + contains the ``index.html`` for the documentation. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.isdir(doc_dir): + raise DistlibException('not a directory: %r' % doc_dir) + fn = os.path.join(doc_dir, 'index.html') + if not os.path.exists(fn): + raise DistlibException('not found: %r' % fn) + metadata.validate() + name, version = metadata.name, metadata.version + zip_data = zip_dir(doc_dir).getvalue() + fields = [(':action', 'doc_upload'), + ('name', name), ('version', version)] + files = [('content', name, zip_data)] + request = self.encode_request(fields, files) + return self.send_request(request) + + def get_verify_command(self, signature_filename, data_filename, + keystore=None): + """ + Return a suitable command for verifying a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The verifying command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + cmd.extend(['--verify', signature_filename, data_filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd + + def verify_signature(self, signature_filename, data_filename, + keystore=None): + """ + Verify a signature for a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: True if the signature was verified, else False. + """ + if not self.gpg: + raise DistlibException('verification unavailable because gpg ' + 'unavailable') + cmd = self.get_verify_command(signature_filename, data_filename, + keystore) + rc, stdout, stderr = self.run_command(cmd) + if rc not in (0, 1): + raise DistlibException('verify command failed with error code %s' % rc) + return rc == 0 + + def download_file(self, url, destfile, digest=None, reporthook=None): + """ + This is a convenience method for downloading a file from an URL. + Normally, this will be a file from the index, though currently + no check is made for this (i.e. a file can be downloaded from + anywhere). + + The method is just like the :func:`urlretrieve` function in the + standard library, except that it allows digest computation to be + done during download and checking that the downloaded data + matched any expected value. + + :param url: The URL of the file to be downloaded (assumed to be + available via an HTTP GET request). + :param destfile: The pathname where the downloaded file is to be + saved. + :param digest: If specified, this must be a (hasher, value) + tuple, where hasher is the algorithm used (e.g. + ``'md5'``) and ``value`` is the expected value. + :param reporthook: The same as for :func:`urlretrieve` in the + standard library. + """ + if digest is None: + digester = None + logger.debug('No digest specified') + else: + if isinstance(digest, (list, tuple)): + hasher, digest = digest + else: + hasher = 'md5' + digester = getattr(hashlib, hasher)() + logger.debug('Digest specified: %s' % digest) + # The following code is equivalent to urlretrieve. + # We need to do it this way so that we can compute the + # digest of the file as we go. + with open(destfile, 'wb') as dfp: + # addinfourl is not a context manager on 2.x + # so we have to use try/finally + sfp = self.send_request(Request(url)) + try: + headers = sfp.info() + blocksize = 8192 + size = -1 + read = 0 + blocknum = 0 + if "content-length" in headers: + size = int(headers["Content-Length"]) + if reporthook: + reporthook(blocknum, blocksize, size) + while True: + block = sfp.read(blocksize) + if not block: + break + read += len(block) + dfp.write(block) + if digester: + digester.update(block) + blocknum += 1 + if reporthook: + reporthook(blocknum, blocksize, size) + finally: + sfp.close() + + # check that we got the whole file, if we can + if size >= 0 and read < size: + raise DistlibException( + 'retrieval incomplete: got only %d out of %d bytes' + % (read, size)) + # if we have a digest, it must match. + if digester: + actual = digester.hexdigest() + if digest != actual: + raise DistlibException('%s digest mismatch for %s: expected ' + '%s, got %s' % (hasher, destfile, + digest, actual)) + logger.debug('Digest verified: %s', digest) + + def send_request(self, req): + """ + Send a standard library :class:`Request` to PyPI and return its + response. + + :param req: The request to send. + :return: The HTTP response from PyPI (a standard library HTTPResponse). + """ + handlers = [] + if self.password_handler: + handlers.append(self.password_handler) + if self.ssl_verifier: + handlers.append(self.ssl_verifier) + opener = build_opener(*handlers) + return opener.open(req) + + def encode_request(self, fields, files): + """ + Encode fields and files for posting to an HTTP server. + + :param fields: The fields to send as a list of (fieldname, value) + tuples. + :param files: The files to send as a list of (fieldname, filename, + file_bytes) tuple. + """ + # Adapted from packaging, which in turn was adapted from + # http://code.activestate.com/recipes/146306 + + parts = [] + boundary = self.boundary + for k, values in fields: + if not isinstance(values, (list, tuple)): + values = [values] + + for v in values: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"' % + k).encode('utf-8'), + b'', + v.encode('utf-8'))) + for key, filename, value in files: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"; filename="%s"' % + (key, filename)).encode('utf-8'), + b'', + value)) + + parts.extend((b'--' + boundary + b'--', b'')) + + body = b'\r\n'.join(parts) + ct = b'multipart/form-data; boundary=' + boundary + headers = { + 'Content-type': ct, + 'Content-length': str(len(body)) + } + return Request(self.url, body, headers) + + def search(self, terms, operator=None): # pragma: no cover + if isinstance(terms, string_types): + terms = {'name': terms} + rpc_proxy = ServerProxy(self.url, timeout=3.0) + try: + return rpc_proxy.search(terms, operator or 'and') + finally: + rpc_proxy('close')() diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 0000000..222c1bf --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1295 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# + +import gzip +from io import BytesIO +import json +import logging +import os +import posixpath +import re +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import zlib + +from . import DistlibException +from .compat import (urljoin, urlparse, urlunparse, url2pathname, pathname2url, queue, quote, unescape, build_opener, + HTTPRedirectHandler as BaseRedirectHandler, text_type, Request, HTTPError, URLError) +from .database import Distribution, DistributionPath, make_dist +from .metadata import Metadata, MetadataInvalidError +from .util import (cached_property, ensure_slash, split_filename, get_project_data, parse_requirement, + parse_name_and_version, ServerProxy, normalize_name) +from .version import get_scheme, UnsupportedVersionError +from .wheel import Wheel, is_compatible + +logger = logging.getLogger(__name__) + +HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') +CHARSET = re.compile(r';\s*charset\s*=\s*(.*)\s*$', re.I) +HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') +DEFAULT_INDEX = 'https://pypi.org/pypi' + + +def get_all_distribution_names(url=None): + """ + Return all distribution names known by an index. + :param url: The URL of the index. + :return: A list of all known distribution names. + """ + if url is None: + url = DEFAULT_INDEX + client = ServerProxy(url, timeout=3.0) + try: + return client.list_packages() + finally: + client('close')() + + +class RedirectHandler(BaseRedirectHandler): + """ + A class to work around a bug in some Python 3.2.x releases. + """ + + # There's a bug in the base version for some 3.2.x + # (e.g. 3.2.2 on Ubuntu Oneiric). If a Location header + # returns e.g. /abc, it bails because it says the scheme '' + # is bogus, when actually it should use the request's + # URL for the scheme. See Python issue #13696. + def http_error_302(self, req, fp, code, msg, headers): + # Some servers (incorrectly) return multiple Location headers + # (so probably same goes for URI). Use first header. + newurl = None + for key in ('location', 'uri'): + if key in headers: + newurl = headers[key] + break + if newurl is None: # pragma: no cover + return + urlparts = urlparse(newurl) + if urlparts.scheme == '': + newurl = urljoin(req.get_full_url(), newurl) + if hasattr(headers, 'replace_header'): + headers.replace_header(key, newurl) + else: + headers[key] = newurl + return BaseRedirectHandler.http_error_302(self, req, fp, code, msg, headers) + + http_error_301 = http_error_303 = http_error_307 = http_error_302 + + +class Locator(object): + """ + A base class for locators - things that locate distributions. + """ + source_extensions = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz') + binary_extensions = ('.egg', '.exe', '.whl') + excluded_extensions = ('.pdf', ) + + # A list of tags indicating which wheels you want to match. The default + # value of None matches against the tags compatible with the running + # Python. If you want to match other values, set wheel_tags on a locator + # instance to a list of tuples (pyver, abi, arch) which you want to match. + wheel_tags = None + + downloadable_extensions = source_extensions + ('.whl', ) + + def __init__(self, scheme='default'): + """ + Initialise an instance. + :param scheme: Because locators look for most recent versions, they + need to know the version scheme to use. This specifies + the current PEP-recommended scheme - use ``'legacy'`` + if you need to support existing distributions on PyPI. + """ + self._cache = {} + self.scheme = scheme + # Because of bugs in some of the handlers on some of the platforms, + # we use our own opener rather than just using urlopen. + self.opener = build_opener(RedirectHandler()) + # If get_project() is called from locate(), the matcher instance + # is set from the requirement passed to locate(). See issue #18 for + # why this can be useful to know. + self.matcher = None + self.errors = queue.Queue() + + def get_errors(self): + """ + Return any errors which have occurred. + """ + result = [] + while not self.errors.empty(): # pragma: no cover + try: + e = self.errors.get(False) + result.append(e) + except self.errors.Empty: + continue + self.errors.task_done() + return result + + def clear_errors(self): + """ + Clear any errors which may have been logged. + """ + # Just get the errors and throw them away + self.get_errors() + + def clear_cache(self): + self._cache.clear() + + def _get_scheme(self): + return self._scheme + + def _set_scheme(self, value): + self._scheme = value + + scheme = property(_get_scheme, _set_scheme) + + def _get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This should be implemented in subclasses. + + If called from a locate() request, self.matcher will be set to a + matcher for the requirement to satisfy, otherwise it will be None. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This calls _get_project to do all the work, and just implements a caching layer on top. + """ + if self._cache is None: # pragma: no cover + result = self._get_project(name) + elif name in self._cache: + result = self._cache[name] + else: + self.clear_errors() + result = self._get_project(name) + self._cache[name] = result + return result + + def score_url(self, url): + """ + Give an url a score which can be used to choose preferred URLs + for a given project release. + """ + t = urlparse(url) + basename = posixpath.basename(t.path) + compatible = True + is_wheel = basename.endswith('.whl') + is_downloadable = basename.endswith(self.downloadable_extensions) + if is_wheel: + compatible = is_compatible(Wheel(basename), self.wheel_tags) + return (t.scheme == 'https', 'pypi.org' in t.netloc, is_downloadable, is_wheel, compatible, basename) + + def prefer_url(self, url1, url2): + """ + Choose one of two URLs where both are candidates for distribution + archives for the same version of a distribution (for example, + .tar.gz vs. zip). + + The current implementation favours https:// URLs over http://, archives + from PyPI over those from other locations, wheel compatibility (if a + wheel) and then the archive name. + """ + result = url2 + if url1: + s1 = self.score_url(url1) + s2 = self.score_url(url2) + if s1 > s2: + result = url1 + if result != url2: + logger.debug('Not replacing %r with %r', url1, url2) + else: + logger.debug('Replacing %r with %r', url1, url2) + return result + + def split_filename(self, filename, project_name): + """ + Attempt to split a filename in project name, version and Python version. + """ + return split_filename(filename, project_name) + + def convert_url_to_download_info(self, url, project_name): + """ + See if a URL is a candidate for a download URL for a project (the URL + has typically been scraped from an HTML page). + + If it is, a dictionary is returned with keys "name", "version", + "filename" and "url"; otherwise, None is returned. + """ + + def same_project(name1, name2): + return normalize_name(name1) == normalize_name(name2) + + result = None + scheme, netloc, path, params, query, frag = urlparse(url) + if frag.lower().startswith('egg='): # pragma: no cover + logger.debug('%s: version hint in fragment: %r', project_name, frag) + m = HASHER_HASH.match(frag) + if m: + algo, digest = m.groups() + else: + algo, digest = None, None + origpath = path + if path and path[-1] == '/': # pragma: no cover + path = path[:-1] + if path.endswith('.whl'): + try: + wheel = Wheel(path) + if not is_compatible(wheel, self.wheel_tags): + logger.debug('Wheel not compatible: %s', path) + else: + if project_name is None: + include = True + else: + include = same_project(wheel.name, project_name) + if include: + result = { + 'name': wheel.name, + 'version': wheel.version, + 'filename': wheel.filename, + 'url': urlunparse((scheme, netloc, origpath, params, query, '')), + 'python-version': ', '.join(['.'.join(list(v[2:])) for v in wheel.pyver]), + } + except Exception: # pragma: no cover + logger.warning('invalid path for wheel: %s', path) + elif not path.endswith(self.downloadable_extensions): # pragma: no cover + logger.debug('Not downloadable: %s', path) + else: # downloadable extension + path = filename = posixpath.basename(path) + for ext in self.downloadable_extensions: + if path.endswith(ext): + path = path[:-len(ext)] + t = self.split_filename(path, project_name) + if not t: # pragma: no cover + logger.debug('No match for project/version: %s', path) + else: + name, version, pyver = t + if not project_name or same_project(project_name, name): + result = { + 'name': name, + 'version': version, + 'filename': filename, + 'url': urlunparse((scheme, netloc, origpath, params, query, '')), + } + if pyver: # pragma: no cover + result['python-version'] = pyver + break + if result and algo: + result['%s_digest' % algo] = digest + return result + + def _get_digest(self, info): + """ + Get a digest from a dictionary by looking at a "digests" dictionary + or keys of the form 'algo_digest'. + + Returns a 2-tuple (algo, digest) if found, else None. Currently + looks only for SHA256, then MD5. + """ + result = None + if 'digests' in info: + digests = info['digests'] + for algo in ('sha256', 'md5'): + if algo in digests: + result = (algo, digests[algo]) + break + if not result: + for algo in ('sha256', 'md5'): + key = '%s_digest' % algo + if key in info: + result = (algo, info[key]) + break + return result + + def _update_version_data(self, result, info): + """ + Update a result dictionary (the final result from _get_project) with a + dictionary for a specific version, which typically holds information + gleaned from a filename or URL for an archive for the distribution. + """ + name = info.pop('name') + version = info.pop('version') + if version in result: + dist = result[version] + md = dist.metadata + else: + dist = make_dist(name, version, scheme=self.scheme) + md = dist.metadata + dist.digest = digest = self._get_digest(info) + url = info['url'] + result['digests'][url] = digest + if md.source_url != info['url']: + md.source_url = self.prefer_url(md.source_url, url) + result['urls'].setdefault(version, set()).add(url) + dist.locator = self + result[version] = dist + + def locate(self, requirement, prereleases=False): + """ + Find the most recent distribution which matches the given + requirement. + + :param requirement: A requirement of the form 'foo (1.0)' or perhaps + 'foo (>= 1.0, < 2.0, != 1.3)' + :param prereleases: If ``True``, allow pre-release versions + to be located. Otherwise, pre-release versions + are not returned. + :return: A :class:`Distribution` instance, or ``None`` if no such + distribution could be located. + """ + result = None + r = parse_requirement(requirement) + if r is None: # pragma: no cover + raise DistlibException('Not a valid requirement: %r' % requirement) + scheme = get_scheme(self.scheme) + self.matcher = matcher = scheme.matcher(r.requirement) + logger.debug('matcher: %s (%s)', matcher, type(matcher).__name__) + versions = self.get_project(r.name) + if len(versions) > 2: # urls and digests keys are present + # sometimes, versions are invalid + slist = [] + vcls = matcher.version_class + for k in versions: + if k in ('urls', 'digests'): + continue + try: + if not matcher.match(k): + pass # logger.debug('%s did not match %r', matcher, k) + else: + if prereleases or not vcls(k).is_prerelease: + slist.append(k) + except Exception: # pragma: no cover + logger.warning('error matching %s with %r', matcher, k) + pass # slist.append(k) + if len(slist) > 1: + slist = sorted(slist, key=scheme.key) + if slist: + logger.debug('sorted list: %s', slist) + version = slist[-1] + result = versions[version] + if result: + if r.extras: + result.extras = r.extras + result.download_urls = versions.get('urls', {}).get(version, set()) + d = {} + sd = versions.get('digests', {}) + for url in result.download_urls: + if url in sd: # pragma: no cover + d[url] = sd[url] + result.digests = d + self.matcher = None + return result + + +class PyPIRPCLocator(Locator): + """ + This locator uses XML-RPC to locate distributions. It therefore + cannot be used with simple mirrors (that only mirror file content). + """ + + def __init__(self, url, **kwargs): + """ + Initialise an instance. + + :param url: The URL to use for XML-RPC. + :param kwargs: Passed to the superclass constructor. + """ + super(PyPIRPCLocator, self).__init__(**kwargs) + self.base_url = url + self.client = ServerProxy(url, timeout=3.0) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + return set(self.client.list_packages()) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + versions = self.client.package_releases(name, True) + for v in versions: + urls = self.client.release_urls(name, v) + data = self.client.release_data(name, v) + metadata = Metadata(scheme=self.scheme) + metadata.name = data['name'] + metadata.version = data['version'] + metadata.license = data.get('license') + metadata.keywords = data.get('keywords', []) + metadata.summary = data.get('summary') + dist = Distribution(metadata) + if urls: + info = urls[0] + metadata.source_url = info['url'] + dist.digest = self._get_digest(info) + dist.locator = self + result[v] = dist + for info in urls: + url = info['url'] + digest = self._get_digest(info) + result['urls'].setdefault(v, set()).add(url) + result['digests'][url] = digest + return result + + +class PyPIJSONLocator(Locator): + """ + This locator uses PyPI's JSON interface. It's very limited in functionality + and probably not worth using. + """ + + def __init__(self, url, **kwargs): + super(PyPIJSONLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + url = urljoin(self.base_url, '%s/json' % quote(name)) + try: + resp = self.opener.open(url) + data = resp.read().decode() # for now + d = json.loads(data) + md = Metadata(scheme=self.scheme) + data = d['info'] + md.name = data['name'] + md.version = data['version'] + md.license = data.get('license') + md.keywords = data.get('keywords', []) + md.summary = data.get('summary') + dist = Distribution(md) + dist.locator = self + # urls = d['urls'] + result[md.version] = dist + for info in d['urls']: + url = info['url'] + dist.download_urls.add(url) + dist.digests[url] = self._get_digest(info) + result['urls'].setdefault(md.version, set()).add(url) + result['digests'][url] = self._get_digest(info) + # Now get other releases + for version, infos in d['releases'].items(): + if version == md.version: + continue # already done + omd = Metadata(scheme=self.scheme) + omd.name = md.name + omd.version = version + odist = Distribution(omd) + odist.locator = self + result[version] = odist + for info in infos: + url = info['url'] + odist.download_urls.add(url) + odist.digests[url] = self._get_digest(info) + result['urls'].setdefault(version, set()).add(url) + result['digests'][url] = self._get_digest(info) + + +# for info in urls: +# md.source_url = info['url'] +# dist.digest = self._get_digest(info) +# dist.locator = self +# for info in urls: +# url = info['url'] +# result['urls'].setdefault(md.version, set()).add(url) +# result['digests'][url] = self._get_digest(info) + except Exception as e: + self.errors.put(text_type(e)) + logger.exception('JSON fetch failed: %s', e) + return result + + +class Page(object): + """ + This class represents a scraped HTML page. + """ + # The following slightly hairy-looking regex just looks for the contents of + # an anchor link, which has an attribute "href" either immediately preceded + # or immediately followed by a "rel" attribute. The attribute values can be + # declared with double quotes, single quotes or no quotes - which leads to + # the length of the expression. + _href = re.compile( + """ +(rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*))\\s+)? +href\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)) +(\\s+rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)))? +""", re.I | re.S | re.X) + _base = re.compile(r"""]+)""", re.I | re.S) + + def __init__(self, data, url): + """ + Initialise an instance with the Unicode page contents and the URL they + came from. + """ + self.data = data + self.base_url = self.url = url + m = self._base.search(self.data) + if m: + self.base_url = m.group(1) + + _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) + + @cached_property + def links(self): + """ + Return the URLs of all the links on a page together with information + about their "rel" attribute, for determining which ones to treat as + downloads and which ones to queue for further scraping. + """ + + def clean(url): + "Tidy up an URL." + scheme, netloc, path, params, query, frag = urlparse(url) + return urlunparse((scheme, netloc, quote(path), params, query, frag)) + + result = set() + for match in self._href.finditer(self.data): + d = match.groupdict('') + rel = (d['rel1'] or d['rel2'] or d['rel3'] or d['rel4'] or d['rel5'] or d['rel6']) + url = d['url1'] or d['url2'] or d['url3'] + url = urljoin(self.base_url, url) + url = unescape(url) + url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url) + result.add((url, rel)) + # We sort the result, hoping to bring the most recent versions + # to the front + result = sorted(result, key=lambda t: t[0], reverse=True) + return result + + +class SimpleScrapingLocator(Locator): + """ + A locator which scrapes HTML pages to locate downloads for a distribution. + This runs multiple threads to do the I/O; performance is at least as good + as pip's PackageFinder, which works in an analogous fashion. + """ + + # These are used to deal with various Content-Encoding schemes. + decoders = { + 'deflate': zlib.decompress, + 'gzip': lambda b: gzip.GzipFile(fileobj=BytesIO(b)).read(), + 'none': lambda b: b, + } + + def __init__(self, url, timeout=None, num_workers=10, **kwargs): + """ + Initialise an instance. + :param url: The root URL to use for scraping. + :param timeout: The timeout, in seconds, to be applied to requests. + This defaults to ``None`` (no timeout specified). + :param num_workers: The number of worker threads you want to do I/O, + This defaults to 10. + :param kwargs: Passed to the superclass. + """ + super(SimpleScrapingLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + self.timeout = timeout + self._page_cache = {} + self._seen = set() + self._to_fetch = queue.Queue() + self._bad_hosts = set() + self.skip_externals = False + self.num_workers = num_workers + self._lock = threading.RLock() + # See issue #45: we need to be resilient when the locator is used + # in a thread, e.g. with concurrent.futures. We can't use self._lock + # as it is for coordinating our internal threads - the ones created + # in _prepare_threads. + self._gplock = threading.RLock() + self.platform_check = False # See issue #112 + + def _prepare_threads(self): + """ + Threads are created only when get_project is called, and terminate + before it returns. They are there primarily to parallelise I/O (i.e. + fetching web pages). + """ + self._threads = [] + for i in range(self.num_workers): + t = threading.Thread(target=self._fetch) + t.daemon = True + t.start() + self._threads.append(t) + + def _wait_threads(self): + """ + Tell all the threads to terminate (by sending a sentinel value) and + wait for them to do so. + """ + # Note that you need two loops, since you can't say which + # thread will get each sentinel + for t in self._threads: + self._to_fetch.put(None) # sentinel + for t in self._threads: + t.join() + self._threads = [] + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + with self._gplock: + self.result = result + self.project_name = name + url = urljoin(self.base_url, '%s/' % quote(name)) + self._seen.clear() + self._page_cache.clear() + self._prepare_threads() + try: + logger.debug('Queueing %s', url) + self._to_fetch.put(url) + self._to_fetch.join() + finally: + self._wait_threads() + del self.result + return result + + platform_dependent = re.compile(r'\b(linux_(i\d86|x86_64|arm\w+)|' + r'win(32|_amd64)|macosx_?\d+)\b', re.I) + + def _is_platform_dependent(self, url): + """ + Does an URL refer to a platform-specific download? + """ + return self.platform_dependent.search(url) + + def _process_download(self, url): + """ + See if an URL is a suitable download for a project. + + If it is, register information in the result dictionary (for + _get_project) about the specific version it's for. + + Note that the return value isn't actually used other than as a boolean + value. + """ + if self.platform_check and self._is_platform_dependent(url): + info = None + else: + info = self.convert_url_to_download_info(url, self.project_name) + logger.debug('process_download: %s -> %s', url, info) + if info: + with self._lock: # needed because self.result is shared + self._update_version_data(self.result, info) + return info + + def _should_queue(self, link, referrer, rel): + """ + Determine whether a link URL from a referring page and with a + particular "rel" attribute should be queued for scraping. + """ + scheme, netloc, path, _, _, _ = urlparse(link) + if path.endswith(self.source_extensions + self.binary_extensions + self.excluded_extensions): + result = False + elif self.skip_externals and not link.startswith(self.base_url): + result = False + elif not referrer.startswith(self.base_url): + result = False + elif rel not in ('homepage', 'download'): + result = False + elif scheme not in ('http', 'https', 'ftp'): + result = False + elif self._is_platform_dependent(link): + result = False + else: + host = netloc.split(':', 1)[0] + if host.lower() == 'localhost': + result = False + else: + result = True + logger.debug('should_queue: %s (%s) from %s -> %s', link, rel, referrer, result) + return result + + def _fetch(self): + """ + Get a URL to fetch from the work queue, get the HTML page, examine its + links for download candidates and candidates for further scraping. + + This is a handy method to run in a thread. + """ + while True: + url = self._to_fetch.get() + try: + if url: + page = self.get_page(url) + if page is None: # e.g. after an error + continue + for link, rel in page.links: + if link not in self._seen: + try: + self._seen.add(link) + if (not self._process_download(link) and self._should_queue(link, url, rel)): + logger.debug('Queueing %s from %s', link, url) + self._to_fetch.put(link) + except MetadataInvalidError: # e.g. invalid versions + pass + except Exception as e: # pragma: no cover + self.errors.put(text_type(e)) + finally: + # always do this, to avoid hangs :-) + self._to_fetch.task_done() + if not url: + # logger.debug('Sentinel seen, quitting.') + break + + def get_page(self, url): + """ + Get the HTML for an URL, possibly from an in-memory cache. + + XXX TODO Note: this cache is never actually cleared. It's assumed that + the data won't get stale over the lifetime of a locator instance (not + necessarily true for the default_locator). + """ + # http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api + scheme, netloc, path, _, _, _ = urlparse(url) + if scheme == 'file' and os.path.isdir(url2pathname(path)): + url = urljoin(ensure_slash(url), 'index.html') + + if url in self._page_cache: + result = self._page_cache[url] + logger.debug('Returning %s from cache: %s', url, result) + else: + host = netloc.split(':', 1)[0] + result = None + if host in self._bad_hosts: + logger.debug('Skipping %s due to bad host %s', url, host) + else: + req = Request(url, headers={'Accept-encoding': 'identity'}) + try: + logger.debug('Fetching %s', url) + resp = self.opener.open(req, timeout=self.timeout) + logger.debug('Fetched %s', url) + headers = resp.info() + content_type = headers.get('Content-Type', '') + if HTML_CONTENT_TYPE.match(content_type): + final_url = resp.geturl() + data = resp.read() + encoding = headers.get('Content-Encoding') + if encoding: + decoder = self.decoders[encoding] # fail if not found + data = decoder(data) + encoding = 'utf-8' + m = CHARSET.search(content_type) + if m: + encoding = m.group(1) + try: + data = data.decode(encoding) + except UnicodeError: # pragma: no cover + data = data.decode('latin-1') # fallback + result = Page(data, final_url) + self._page_cache[final_url] = result + except HTTPError as e: + if e.code != 404: + logger.exception('Fetch failed: %s: %s', url, e) + except URLError as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + with self._lock: + self._bad_hosts.add(host) + except Exception as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + finally: + self._page_cache[url] = result # even if None (failure) + return result + + _distname_re = re.compile(']*>([^<]+)<') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + page = self.get_page(self.base_url) + if not page: + raise DistlibException('Unable to get %s' % self.base_url) + for match in self._distname_re.finditer(page.data): + result.add(match.group(1)) + return result + + +class DirectoryLocator(Locator): + """ + This class locates distributions in a directory tree. + """ + + def __init__(self, path, **kwargs): + """ + Initialise an instance. + :param path: The root of the directory tree to search. + :param kwargs: Passed to the superclass constructor, + except for: + * recursive - if True (the default), subdirectories are + recursed into. If False, only the top-level directory + is searched, + """ + self.recursive = kwargs.pop('recursive', True) + super(DirectoryLocator, self).__init__(**kwargs) + path = os.path.abspath(path) + if not os.path.isdir(path): # pragma: no cover + raise DistlibException('Not a directory: %r' % path) + self.base_dir = path + + def should_include(self, filename, parent): + """ + Should a filename be considered as a candidate for a distribution + archive? As well as the filename, the directory which contains it + is provided, though not used by the current implementation. + """ + return filename.endswith(self.downloadable_extensions) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', pathname2url(os.path.abspath(fn)), '', '', '')) + info = self.convert_url_to_download_info(url, name) + if info: + self._update_version_data(result, info) + if not self.recursive: + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', pathname2url(os.path.abspath(fn)), '', '', '')) + info = self.convert_url_to_download_info(url, None) + if info: + result.add(info['name']) + if not self.recursive: + break + return result + + +class JSONLocator(Locator): + """ + This locator uses special extended metadata (not available on PyPI) and is + the basis of performant dependency resolution in distlib. Other locators + require archive downloads before dependencies can be determined! As you + might imagine, that can be slow. + """ + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + data = get_project_data(name) + if data: + for info in data.get('files', []): + if info['ptype'] != 'sdist' or info['pyversion'] != 'source': + continue + # We don't store summary in project metadata as it makes + # the data bigger for no benefit during dependency + # resolution + dist = make_dist(data['name'], + info['version'], + summary=data.get('summary', 'Placeholder for summary'), + scheme=self.scheme) + md = dist.metadata + md.source_url = info['url'] + # TODO SHA256 digest + if 'digest' in info and info['digest']: + dist.digest = ('md5', info['digest']) + md.dependencies = info.get('requirements', {}) + dist.exports = info.get('exports', {}) + result[dist.version] = dist + result['urls'].setdefault(dist.version, set()).add(info['url']) + return result + + +class DistPathLocator(Locator): + """ + This locator finds installed distributions in a path. It can be useful for + adding to an :class:`AggregatingLocator`. + """ + + def __init__(self, distpath, **kwargs): + """ + Initialise an instance. + + :param distpath: A :class:`DistributionPath` instance to search. + """ + super(DistPathLocator, self).__init__(**kwargs) + assert isinstance(distpath, DistributionPath) + self.distpath = distpath + + def _get_project(self, name): + dist = self.distpath.get_distribution(name) + if dist is None: + result = {'urls': {}, 'digests': {}} + else: + result = { + dist.version: dist, + 'urls': { + dist.version: set([dist.source_url]) + }, + 'digests': { + dist.version: set([None]) + } + } + return result + + +class AggregatingLocator(Locator): + """ + This class allows you to chain and/or merge a list of locators. + """ + + def __init__(self, *locators, **kwargs): + """ + Initialise an instance. + + :param locators: The list of locators to search. + :param kwargs: Passed to the superclass constructor, + except for: + * merge - if False (the default), the first successful + search from any of the locators is returned. If True, + the results from all locators are merged (this can be + slow). + """ + self.merge = kwargs.pop('merge', False) + self.locators = locators + super(AggregatingLocator, self).__init__(**kwargs) + + def clear_cache(self): + super(AggregatingLocator, self).clear_cache() + for locator in self.locators: + locator.clear_cache() + + def _set_scheme(self, value): + self._scheme = value + for locator in self.locators: + locator.scheme = value + + scheme = property(Locator.scheme.fget, _set_scheme) + + def _get_project(self, name): + result = {} + for locator in self.locators: + d = locator.get_project(name) + if d: + if self.merge: + files = result.get('urls', {}) + digests = result.get('digests', {}) + # next line could overwrite result['urls'], result['digests'] + result.update(d) + df = result.get('urls') + if files and df: + for k, v in files.items(): + if k in df: + df[k] |= v + else: + df[k] = v + dd = result.get('digests') + if digests and dd: + dd.update(digests) + else: + # See issue #18. If any dists are found and we're looking + # for specific constraints, we only return something if + # a match is found. For example, if a DirectoryLocator + # returns just foo (1.0) while we're looking for + # foo (>= 2.0), we'll pretend there was nothing there so + # that subsequent locators can be queried. Otherwise we + # would just return foo (1.0) which would then lead to a + # failure to find foo (>= 2.0), because other locators + # weren't searched. Note that this only matters when + # merge=False. + if self.matcher is None: + found = True + else: + found = False + for k in d: + if self.matcher.match(k): + found = True + break + if found: + result = d + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for locator in self.locators: + try: + result |= locator.get_distribution_names() + except NotImplementedError: + pass + return result + + +# We use a legacy scheme simply because most of the dists on PyPI use legacy +# versions which don't conform to PEP 440. +default_locator = AggregatingLocator( + # JSONLocator(), # don't use as PEP 426 is withdrawn + SimpleScrapingLocator('https://pypi.org/simple/', timeout=3.0), + scheme='legacy') + +locate = default_locator.locate + + +class DependencyFinder(object): + """ + Locate dependencies for distributions. + """ + + def __init__(self, locator=None): + """ + Initialise an instance, using the specified locator + to locate distributions. + """ + self.locator = locator or default_locator + self.scheme = get_scheme(self.locator.scheme) + + def add_distribution(self, dist): + """ + Add a distribution to the finder. This will update internal information + about who provides what. + :param dist: The distribution to add. + """ + logger.debug('adding distribution %s', dist) + name = dist.key + self.dists_by_name[name] = dist + self.dists[(name, dist.version)] = dist + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + self.provided.setdefault(name, set()).add((version, dist)) + + def remove_distribution(self, dist): + """ + Remove a distribution from the finder. This will update internal + information about who provides what. + :param dist: The distribution to remove. + """ + logger.debug('removing distribution %s', dist) + name = dist.key + del self.dists_by_name[name] + del self.dists[(name, dist.version)] + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Remove from provided: %s, %s, %s', name, version, dist) + s = self.provided[name] + s.remove((version, dist)) + if not s: + del self.provided[name] + + def get_matcher(self, reqt): + """ + Get a version matcher for a requirement. + :param reqt: The requirement + :type reqt: str + :return: A version matcher (an instance of + :class:`distlib.version.Matcher`). + """ + try: + matcher = self.scheme.matcher(reqt) + except UnsupportedVersionError: # pragma: no cover + # XXX compat-mode if cannot read the version + name = reqt.split()[0] + matcher = self.scheme.matcher(name) + return matcher + + def find_providers(self, reqt): + """ + Find the distributions which can fulfill a requirement. + + :param reqt: The requirement. + :type reqt: str + :return: A set of distribution which can fulfill the requirement. + """ + matcher = self.get_matcher(reqt) + name = matcher.key # case-insensitive + result = set() + provided = self.provided + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + result.add(provider) + break + return result + + def try_to_replace(self, provider, other, problems): + """ + Attempt to replace one provider with another. This is typically used + when resolving dependencies from multiple sources, e.g. A requires + (B >= 1.0) while C requires (B >= 1.1). + + For successful replacement, ``provider`` must meet all the requirements + which ``other`` fulfills. + + :param provider: The provider we are trying to replace with. + :param other: The provider we're trying to replace. + :param problems: If False is returned, this will contain what + problems prevented replacement. This is currently + a tuple of the literal string 'cantreplace', + ``provider``, ``other`` and the set of requirements + that ``provider`` couldn't fulfill. + :return: True if we can replace ``other`` with ``provider``, else + False. + """ + rlist = self.reqts[other] + unmatched = set() + for s in rlist: + matcher = self.get_matcher(s) + if not matcher.match(provider.version): + unmatched.add(s) + if unmatched: + # can't replace other with provider + problems.add(('cantreplace', provider, other, frozenset(unmatched))) + result = False + else: + # can replace other with provider + self.remove_distribution(other) + del self.reqts[other] + for s in rlist: + self.reqts.setdefault(provider, set()).add(s) + self.add_distribution(provider) + result = True + return result + + def find(self, requirement, meta_extras=None, prereleases=False): + """ + Find a distribution and all distributions it depends on. + + :param requirement: The requirement specifying the distribution to + find, or a Distribution instance. + :param meta_extras: A list of meta extras such as :test:, :build: and + so on. + :param prereleases: If ``True``, allow pre-release versions to be + returned - otherwise, don't return prereleases + unless they're all that's available. + + Return a set of :class:`Distribution` instances and a set of + problems. + + The distributions returned should be such that they have the + :attr:`required` attribute set to ``True`` if they were + from the ``requirement`` passed to ``find()``, and they have the + :attr:`build_time_dependency` attribute set to ``True`` unless they + are post-installation dependencies of the ``requirement``. + + The problems should be a tuple consisting of the string + ``'unsatisfied'`` and the requirement which couldn't be satisfied + by any distribution known to the locator. + """ + + self.provided = {} + self.dists = {} + self.dists_by_name = {} + self.reqts = {} + + meta_extras = set(meta_extras or []) + if ':*:' in meta_extras: + meta_extras.remove(':*:') + # :meta: and :run: are implicitly included + meta_extras |= set([':test:', ':build:', ':dev:']) + + if isinstance(requirement, Distribution): + dist = odist = requirement + logger.debug('passed %s as requirement', odist) + else: + dist = odist = self.locator.locate(requirement, prereleases=prereleases) + if dist is None: + raise DistlibException('Unable to locate %r' % requirement) + logger.debug('located %s', odist) + dist.requested = True + problems = set() + todo = set([dist]) + install_dists = set([odist]) + while todo: + dist = todo.pop() + name = dist.key # case-insensitive + if name not in self.dists_by_name: + self.add_distribution(dist) + else: + # import pdb; pdb.set_trace() + other = self.dists_by_name[name] + if other != dist: + self.try_to_replace(dist, other, problems) + + ireqts = dist.run_requires | dist.meta_requires + sreqts = dist.build_requires + ereqts = set() + if meta_extras and dist in install_dists: + for key in ('test', 'build', 'dev'): + e = ':%s:' % key + if e in meta_extras: + ereqts |= getattr(dist, '%s_requires' % key) + all_reqts = ireqts | sreqts | ereqts + for r in all_reqts: + providers = self.find_providers(r) + if not providers: + logger.debug('No providers found for %r', r) + provider = self.locator.locate(r, prereleases=prereleases) + # If no provider is found and we didn't consider + # prereleases, consider them now. + if provider is None and not prereleases: + provider = self.locator.locate(r, prereleases=True) + if provider is None: + logger.debug('Cannot satisfy %r', r) + problems.add(('unsatisfied', r)) + else: + n, v = provider.key, provider.version + if (n, v) not in self.dists: + todo.add(provider) + providers.add(provider) + if r in ireqts and dist in install_dists: + install_dists.add(provider) + logger.debug('Adding %s to install_dists', provider.name_and_version) + for p in providers: + name = p.key + if name not in self.dists_by_name: + self.reqts.setdefault(p, set()).add(r) + else: + other = self.dists_by_name[name] + if other != p: + # see if other can be replaced by p + self.try_to_replace(p, other, problems) + + dists = set(self.dists.values()) + for dist in dists: + dist.build_time_dependency = dist not in install_dists + if dist.build_time_dependency: + logger.debug('%s is a build-time dependency only.', dist.name_and_version) + logger.debug('find done for %s', odist) + return dists, problems diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 0000000..420dcf1 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,384 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Class representing the list of files in a distribution. + +Equivalent to distutils.filelist, but fixes some problems. +""" +import fnmatch +import logging +import os +import re +import sys + +from . import DistlibException +from .compat import fsdecode +from .util import convert_path + + +__all__ = ['Manifest'] + +logger = logging.getLogger(__name__) + +# a \ followed by some spaces + EOL +_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M) +_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) + +# +# Due to the different results returned by fnmatch.translate, we need +# to do slightly different processing for Python 2.7 and 3.2 ... this needed +# to be brought in for Python 3.6 onwards. +# +_PYTHON_VERSION = sys.version_info[:2] + + +class Manifest(object): + """ + A list of files built by exploring the filesystem and filtered by applying various + patterns to what we find there. + """ + + def __init__(self, base=None): + """ + Initialise an instance. + + :param base: The base directory to explore under. + """ + self.base = os.path.abspath(os.path.normpath(base or os.getcwd())) + self.prefix = self.base + os.sep + self.allfiles = None + self.files = set() + + # + # Public API + # + + def findall(self): + """Find all files under the base and set ``allfiles`` to the absolute + pathnames of files found. + """ + from stat import S_ISREG, S_ISDIR, S_ISLNK + + self.allfiles = allfiles = [] + root = self.base + stack = [root] + pop = stack.pop + push = stack.append + + while stack: + root = pop() + names = os.listdir(root) + + for name in names: + fullname = os.path.join(root, name) + + # Avoid excess stat calls -- just one will do, thank you! + stat = os.stat(fullname) + mode = stat.st_mode + if S_ISREG(mode): + allfiles.append(fsdecode(fullname)) + elif S_ISDIR(mode) and not S_ISLNK(mode): + push(fullname) + + def add(self, item): + """ + Add a file to the manifest. + + :param item: The pathname to add. This can be relative to the base. + """ + if not item.startswith(self.prefix): + item = os.path.join(self.base, item) + self.files.add(os.path.normpath(item)) + + def add_many(self, items): + """ + Add a list of files to the manifest. + + :param items: The pathnames to add. These can be relative to the base. + """ + for item in items: + self.add(item) + + def sorted(self, wantdirs=False): + """ + Return sorted files in directory order + """ + + def add_dir(dirs, d): + dirs.add(d) + logger.debug('add_dir added %s', d) + if d != self.base: + parent, _ = os.path.split(d) + assert parent not in ('', '/') + add_dir(dirs, parent) + + result = set(self.files) # make a copy! + if wantdirs: + dirs = set() + for f in result: + add_dir(dirs, os.path.dirname(f)) + result |= dirs + return [os.path.join(*path_tuple) for path_tuple in + sorted(os.path.split(path) for path in result)] + + def clear(self): + """Clear all collected files.""" + self.files = set() + self.allfiles = [] + + def process_directive(self, directive): + """ + Process a directive which either adds some files from ``allfiles`` to + ``files``, or removes some files from ``files``. + + :param directive: The directive to process. This should be in a format + compatible with distutils ``MANIFEST.in`` files: + + http://docs.python.org/distutils/sourcedist.html#commands + """ + # Parse the line: split it up, make sure the right number of words + # is there, and return the relevant words. 'action' is always + # defined: it's the first word of the line. Which of the other + # three are defined depends on the action; it'll be either + # patterns, (dir and patterns), or (dirpattern). + action, patterns, thedir, dirpattern = self._parse_directive(directive) + + # OK, now we know that the action is valid and we have the + # right number of words on the line for that action -- so we + # can proceed with minimal error-checking. + if action == 'include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=True): + logger.warning('no files found matching %r', pattern) + + elif action == 'exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=True) + + elif action == 'global-include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=False): + logger.warning('no files found matching %r ' + 'anywhere in distribution', pattern) + + elif action == 'global-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=False) + + elif action == 'recursive-include': + for pattern in patterns: + if not self._include_pattern(pattern, prefix=thedir): + logger.warning('no files found matching %r ' + 'under directory %r', pattern, thedir) + + elif action == 'recursive-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, prefix=thedir) + + elif action == 'graft': + if not self._include_pattern(None, prefix=dirpattern): + logger.warning('no directories found matching %r', + dirpattern) + + elif action == 'prune': + if not self._exclude_pattern(None, prefix=dirpattern): + logger.warning('no previously-included directories found ' + 'matching %r', dirpattern) + else: # pragma: no cover + # This should never happen, as it should be caught in + # _parse_template_line + raise DistlibException( + 'invalid action %r' % action) + + # + # Private API + # + + def _parse_directive(self, directive): + """ + Validate a directive. + :param directive: The directive to validate. + :return: A tuple of action, patterns, thedir, dir_patterns + """ + words = directive.split() + if len(words) == 1 and words[0] not in ('include', 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', 'prune'): + # no action given, let's use the default 'include' + words.insert(0, 'include') + + action = words[0] + patterns = thedir = dir_pattern = None + + if action in ('include', 'exclude', + 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistlibException( + '%r expects ...' % action) + + patterns = [convert_path(word) for word in words[1:]] + + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistlibException( + '%r expects

...' % action) + + thedir = convert_path(words[1]) + patterns = [convert_path(word) for word in words[2:]] + + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistlibException( + '%r expects a single ' % action) + + dir_pattern = convert_path(words[1]) + + else: + raise DistlibException('unknown action %r' % action) + + return action, patterns, thedir, dir_pattern + + def _include_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Select strings (presumably filenames) from 'self.files' that + match 'pattern', a Unix-style wildcard (glob) pattern. + + Patterns are not quite the same as implemented by the 'fnmatch' + module: '*' and '?' match non-special characters, where "special" + is platform-dependent: slash on Unix; colon, slash, and backslash on + DOS/Windows; and colon on Mac OS. + + If 'anchor' is true (the default), then the pattern match is more + stringent: "*.py" will match "foo.py" but not "foo/bar.py". If + 'anchor' is false, both of these will match. + + If 'prefix' is supplied, then only filenames starting with 'prefix' + (itself a pattern) and ending with 'pattern', with anything in between + them, will match. 'anchor' is ignored in this case. + + If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and + 'pattern' is assumed to be either a string containing a regex or a + regex object -- no translation is done, the regex is just compiled + and used as-is. + + Selected strings will be added to self.files. + + Return True if files are found. + """ + # XXX docstring lying about what the special chars are? + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.files.add(name) + found = True + return found + + def _exclude_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Remove strings (presumably filenames) from 'files' that match + 'pattern'. + + Other parameters are the same as for 'include_pattern()', above. + The list 'self.files' is modified in place. Return True if files are + found. + + This API is public to allow e.g. exclusion of SCM subdirs, e.g. when + packaging source distributions + """ + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + for f in list(self.files): + if pattern_re.search(f): + self.files.remove(f) + found = True + return found + + def _translate_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Translate a shell-like wildcard pattern to a compiled regular + expression. + + Return the compiled regex. If 'is_regex' true, + then 'pattern' is directly compiled to a regex (if it's a string) + or just returned as-is (assumes it's a regex object). + """ + if is_regex: + if isinstance(pattern, str): + return re.compile(pattern) + else: + return pattern + + if _PYTHON_VERSION > (3, 2): + # ditch start and end characters + start, _, end = self._glob_to_re('_').partition('_') + + if pattern: + pattern_re = self._glob_to_re(pattern) + if _PYTHON_VERSION > (3, 2): + assert pattern_re.startswith(start) and pattern_re.endswith(end) + else: + pattern_re = '' + + base = re.escape(os.path.join(self.base, '')) + if prefix is not None: + # ditch end of pattern character + if _PYTHON_VERSION <= (3, 2): + empty_pattern = self._glob_to_re('') + prefix_re = self._glob_to_re(prefix)[:-len(empty_pattern)] + else: + prefix_re = self._glob_to_re(prefix) + assert prefix_re.startswith(start) and prefix_re.endswith(end) + prefix_re = prefix_re[len(start): len(prefix_re) - len(end)] + sep = os.sep + if os.sep == '\\': + sep = r'\\' + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + sep.join((prefix_re, + '.*' + pattern_re)) + else: + pattern_re = pattern_re[len(start): len(pattern_re) - len(end)] + pattern_re = r'%s%s%s%s.*%s%s' % (start, base, prefix_re, sep, + pattern_re, end) + else: # no prefix -- respect anchor flag + if anchor: + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + pattern_re + else: + pattern_re = r'%s%s%s' % (start, base, pattern_re[len(start):]) + + return re.compile(pattern_re) + + def _glob_to_re(self, pattern): + """Translate a shell-like glob pattern to a regular expression. + + Return a string containing the regex. Differs from + 'fnmatch.translate()' in that '*' does not match "special characters" + (which are platform-specific). + """ + pattern_re = fnmatch.translate(pattern) + + # '?' and '*' in the glob pattern become '.' and '.*' in the RE, which + # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix, + # and by extension they shouldn't match such "special characters" under + # any OS. So change all non-escaped dots in the RE to match any + # character except the special characters (currently: just os.sep). + sep = os.sep + if os.sep == '\\': + # we're using a regex to manipulate a regex, so we need + # to escape the backslash twice + sep = r'\\\\' + escaped = r'\1[^%s]' % sep + pattern_re = re.sub(r'((? y, + '!=': lambda x, y: x != y, + '<': lambda x, y: x < y, + '<=': lambda x, y: x == y or x < y, + '>': lambda x, y: x > y, + '>=': lambda x, y: x == y or x > y, + 'and': lambda x, y: x and y, + 'or': lambda x, y: x or y, + 'in': lambda x, y: x in y, + 'not in': lambda x, y: x not in y, + } + + def evaluate(self, expr, context): + """ + Evaluate a marker expression returned by the :func:`parse_requirement` + function in the specified context. + """ + if isinstance(expr, string_types): + if expr[0] in '\'"': + result = expr[1:-1] + else: + if expr not in context: + raise SyntaxError('unknown variable: %s' % expr) + result = context[expr] + else: + assert isinstance(expr, dict) + op = expr['op'] + if op not in self.operations: + raise NotImplementedError('op not implemented: %s' % op) + elhs = expr['lhs'] + erhs = expr['rhs'] + if _is_literal(expr['lhs']) and _is_literal(expr['rhs']): + raise SyntaxError('invalid comparison: %s %s %s' % (elhs, op, erhs)) + + lhs = self.evaluate(elhs, context) + rhs = self.evaluate(erhs, context) + if ((_is_version_marker(elhs) or _is_version_marker(erhs)) and + op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = LV(lhs) + rhs = LV(rhs) + elif _is_version_marker(elhs) and op in ('in', 'not in'): + lhs = LV(lhs) + rhs = _get_versions(rhs) + result = self.operations[op](lhs, rhs) + return result + + +_DIGITS = re.compile(r'\d+\.\d+') + + +def default_context(): + + def format_full_version(info): + version = '%s.%s.%s' % (info.major, info.minor, info.micro) + kind = info.releaselevel + if kind != 'final': + version += kind[0] + str(info.serial) + return version + + if hasattr(sys, 'implementation'): + implementation_version = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + else: + implementation_version = '0' + implementation_name = '' + + ppv = platform.python_version() + m = _DIGITS.match(ppv) + pv = m.group(0) + result = { + 'implementation_name': implementation_name, + 'implementation_version': implementation_version, + 'os_name': os.name, + 'platform_machine': platform.machine(), + 'platform_python_implementation': platform.python_implementation(), + 'platform_release': platform.release(), + 'platform_system': platform.system(), + 'platform_version': platform.version(), + 'platform_in_venv': str(in_venv()), + 'python_full_version': ppv, + 'python_version': pv, + 'sys_platform': sys.platform, + } + return result + + +DEFAULT_CONTEXT = default_context() +del default_context + +evaluator = Evaluator() + + +def interpret(marker, execution_context=None): + """ + Interpret a marker and return a result depending on environment. + + :param marker: The marker to interpret. + :type marker: str + :param execution_context: The context used for name lookup. + :type execution_context: mapping + """ + try: + expr, rest = parse_marker(marker) + except Exception as e: + raise SyntaxError('Unable to interpret marker syntax: %s: %s' % (marker, e)) + if rest and rest[0] != '#': + raise SyntaxError('unexpected trailing data in marker: %s: %s' % (marker, rest)) + context = dict(DEFAULT_CONTEXT) + if execution_context: + context.update(execution_context) + return evaluator.evaluate(expr, context) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 0000000..ce9a34b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1031 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Implementation of the Metadata for Python packages PEPs. + +Supports all metadata formats (1.0, 1.1, 1.2, 1.3/2.1 and 2.2). +""" +from __future__ import unicode_literals + +import codecs +from email import message_from_file +import json +import logging +import re + +from . import DistlibException, __version__ +from .compat import StringIO, string_types, text_type +from .markers import interpret +from .util import extract_by_key, get_extras +from .version import get_scheme, PEP440_VERSION_RE + +logger = logging.getLogger(__name__) + + +class MetadataMissingError(DistlibException): + """A required metadata is missing""" + + +class MetadataConflictError(DistlibException): + """Attempt to read or write metadata fields that are conflictual.""" + + +class MetadataUnrecognizedVersionError(DistlibException): + """Unknown metadata version number.""" + + +class MetadataInvalidError(DistlibException): + """A metadata value is invalid""" + + +# public API of this module +__all__ = ['Metadata', 'PKG_INFO_ENCODING', 'PKG_INFO_PREFERRED_VERSION'] + +# Encoding used for the PKG-INFO files +PKG_INFO_ENCODING = 'utf-8' + +# preferred version. Hopefully will be changed +# to 1.2 once PEP 345 is supported everywhere +PKG_INFO_PREFERRED_VERSION = '1.1' + +_LINE_PREFIX_1_2 = re.compile('\n \\|') +_LINE_PREFIX_PRE_1_2 = re.compile('\n ') +_241_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', 'Summary', 'Description', 'Keywords', 'Home-page', + 'Author', 'Author-email', 'License') + +_314_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', 'License', 'Classifier', 'Download-URL', 'Obsoletes', + 'Provides', 'Requires') + +_314_MARKERS = ('Obsoletes', 'Provides', 'Requires', 'Classifier', 'Download-URL') + +_345_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External') + +_345_MARKERS = ('Provides-Dist', 'Requires-Dist', 'Requires-Python', 'Obsoletes-Dist', 'Requires-External', + 'Maintainer', 'Maintainer-email', 'Project-URL') + +_426_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External', 'Private-Version', 'Obsoleted-By', 'Setup-Requires-Dist', + 'Extension', 'Provides-Extra') + +_426_MARKERS = ('Private-Version', 'Provides-Extra', 'Obsoleted-By', 'Setup-Requires-Dist', 'Extension') + +# See issue #106: Sometimes 'Requires' and 'Provides' occur wrongly in +# the metadata. Include them in the tuple literal below to allow them +# (for now). +# Ditto for Obsoletes - see issue #140. +_566_FIELDS = _426_FIELDS + ('Description-Content-Type', 'Requires', 'Provides', 'Obsoletes') + +_566_MARKERS = ('Description-Content-Type', ) + +_643_MARKERS = ('Dynamic', 'License-File') + +_643_FIELDS = _566_FIELDS + _643_MARKERS + +_ALL_FIELDS = set() +_ALL_FIELDS.update(_241_FIELDS) +_ALL_FIELDS.update(_314_FIELDS) +_ALL_FIELDS.update(_345_FIELDS) +_ALL_FIELDS.update(_426_FIELDS) +_ALL_FIELDS.update(_566_FIELDS) +_ALL_FIELDS.update(_643_FIELDS) + +EXTRA_RE = re.compile(r'''extra\s*==\s*("([^"]+)"|'([^']+)')''') + + +def _version2fieldlist(version): + if version == '1.0': + return _241_FIELDS + elif version == '1.1': + return _314_FIELDS + elif version == '1.2': + return _345_FIELDS + elif version in ('1.3', '2.1'): + # avoid adding field names if already there + return _345_FIELDS + tuple(f for f in _566_FIELDS if f not in _345_FIELDS) + elif version == '2.0': + raise ValueError('Metadata 2.0 is withdrawn and not supported') + # return _426_FIELDS + elif version == '2.2': + return _643_FIELDS + raise MetadataUnrecognizedVersionError(version) + + +def _best_version(fields): + """Detect the best version depending on the fields used.""" + + def _has_marker(keys, markers): + return any(marker in keys for marker in markers) + + keys = [key for key, value in fields.items() if value not in ([], 'UNKNOWN', None)] + possible_versions = ['1.0', '1.1', '1.2', '1.3', '2.1', '2.2'] # 2.0 removed + + # first let's try to see if a field is not part of one of the version + for key in keys: + if key not in _241_FIELDS and '1.0' in possible_versions: + possible_versions.remove('1.0') + logger.debug('Removed 1.0 due to %s', key) + if key not in _314_FIELDS and '1.1' in possible_versions: + possible_versions.remove('1.1') + logger.debug('Removed 1.1 due to %s', key) + if key not in _345_FIELDS and '1.2' in possible_versions: + possible_versions.remove('1.2') + logger.debug('Removed 1.2 due to %s', key) + if key not in _566_FIELDS and '1.3' in possible_versions: + possible_versions.remove('1.3') + logger.debug('Removed 1.3 due to %s', key) + if key not in _566_FIELDS and '2.1' in possible_versions: + if key != 'Description': # In 2.1, description allowed after headers + possible_versions.remove('2.1') + logger.debug('Removed 2.1 due to %s', key) + if key not in _643_FIELDS and '2.2' in possible_versions: + possible_versions.remove('2.2') + logger.debug('Removed 2.2 due to %s', key) + # if key not in _426_FIELDS and '2.0' in possible_versions: + # possible_versions.remove('2.0') + # logger.debug('Removed 2.0 due to %s', key) + + # possible_version contains qualified versions + if len(possible_versions) == 1: + return possible_versions[0] # found ! + elif len(possible_versions) == 0: + logger.debug('Out of options - unknown metadata set: %s', fields) + raise MetadataConflictError('Unknown metadata set') + + # let's see if one unique marker is found + is_1_1 = '1.1' in possible_versions and _has_marker(keys, _314_MARKERS) + is_1_2 = '1.2' in possible_versions and _has_marker(keys, _345_MARKERS) + is_2_1 = '2.1' in possible_versions and _has_marker(keys, _566_MARKERS) + # is_2_0 = '2.0' in possible_versions and _has_marker(keys, _426_MARKERS) + is_2_2 = '2.2' in possible_versions and _has_marker(keys, _643_MARKERS) + if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_2) > 1: + raise MetadataConflictError('You used incompatible 1.1/1.2/2.1/2.2 fields') + + # we have the choice, 1.0, or 1.2, 2.1 or 2.2 + # - 1.0 has a broken Summary field but works with all tools + # - 1.1 is to avoid + # - 1.2 fixes Summary but has little adoption + # - 2.1 adds more features + # - 2.2 is the latest + if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_2: + # we couldn't find any specific marker + if PKG_INFO_PREFERRED_VERSION in possible_versions: + return PKG_INFO_PREFERRED_VERSION + if is_1_1: + return '1.1' + if is_1_2: + return '1.2' + if is_2_1: + return '2.1' + # if is_2_2: + # return '2.2' + + return '2.2' + + +# This follows the rules about transforming keys as described in +# https://www.python.org/dev/peps/pep-0566/#id17 +_ATTR2FIELD = {name.lower().replace("-", "_"): name for name in _ALL_FIELDS} +_FIELD2ATTR = {field: attr for attr, field in _ATTR2FIELD.items()} + +_PREDICATE_FIELDS = ('Requires-Dist', 'Obsoletes-Dist', 'Provides-Dist') +_VERSIONS_FIELDS = ('Requires-Python', ) +_VERSION_FIELDS = ('Version', ) +_LISTFIELDS = ('Platform', 'Classifier', 'Obsoletes', 'Requires', 'Provides', 'Obsoletes-Dist', 'Provides-Dist', + 'Requires-Dist', 'Requires-External', 'Project-URL', 'Supported-Platform', 'Setup-Requires-Dist', + 'Provides-Extra', 'Extension', 'License-File') +_LISTTUPLEFIELDS = ('Project-URL', ) + +_ELEMENTSFIELD = ('Keywords', ) + +_UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description') + +_MISSING = object() + +_FILESAFE = re.compile('[^A-Za-z0-9.]+') + + +def _get_name_and_version(name, version, for_filename=False): + """Return the distribution name with version. + + If for_filename is true, return a filename-escaped form.""" + if for_filename: + # For both name and version any runs of non-alphanumeric or '.' + # characters are replaced with a single '-'. Additionally any + # spaces in the version string become '.' + name = _FILESAFE.sub('-', name) + version = _FILESAFE.sub('-', version.replace(' ', '.')) + return '%s-%s' % (name, version) + + +class LegacyMetadata(object): + """The legacy metadata of a release. + + Supports versions 1.0, 1.1, 1.2, 2.0 and 1.3/2.1 (auto-detected). You can + instantiate the class with one of these arguments (or none): + - *path*, the path to a metadata file + - *fileobj* give a file-like object with metadata as content + - *mapping* is a dict-like object + - *scheme* is a version scheme name + """ + + # TODO document the mapping API and UNKNOWN default key + + def __init__(self, path=None, fileobj=None, mapping=None, scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._fields = {} + self.requires_files = [] + self._dependencies = None + self.scheme = scheme + if path is not None: + self.read(path) + elif fileobj is not None: + self.read_file(fileobj) + elif mapping is not None: + self.update(mapping) + self.set_metadata_version() + + def set_metadata_version(self): + self._fields['Metadata-Version'] = _best_version(self._fields) + + def _write_field(self, fileobj, name, value): + fileobj.write('%s: %s\n' % (name, value)) + + def __getitem__(self, name): + return self.get(name) + + def __setitem__(self, name, value): + return self.set(name, value) + + def __delitem__(self, name): + field_name = self._convert_name(name) + try: + del self._fields[field_name] + except KeyError: + raise KeyError(name) + + def __contains__(self, name): + return (name in self._fields or self._convert_name(name) in self._fields) + + def _convert_name(self, name): + if name in _ALL_FIELDS: + return name + name = name.replace('-', '_').lower() + return _ATTR2FIELD.get(name, name) + + def _default_value(self, name): + if name in _LISTFIELDS or name in _ELEMENTSFIELD: + return [] + return 'UNKNOWN' + + def _remove_line_prefix(self, value): + if self.metadata_version in ('1.0', '1.1'): + return _LINE_PREFIX_PRE_1_2.sub('\n', value) + else: + return _LINE_PREFIX_1_2.sub('\n', value) + + def __getattr__(self, name): + if name in _ATTR2FIELD: + return self[name] + raise AttributeError(name) + + # + # Public API + # + + def get_fullname(self, filesafe=False): + """ + Return the distribution name with version. + + If filesafe is true, return a filename-escaped form. + """ + return _get_name_and_version(self['Name'], self['Version'], filesafe) + + def is_field(self, name): + """return True if name is a valid metadata key""" + name = self._convert_name(name) + return name in _ALL_FIELDS + + def is_multi_field(self, name): + name = self._convert_name(name) + return name in _LISTFIELDS + + def read(self, filepath): + """Read the metadata values from a file path.""" + fp = codecs.open(filepath, 'r', encoding='utf-8') + try: + self.read_file(fp) + finally: + fp.close() + + def read_file(self, fileob): + """Read the metadata values from a file object.""" + msg = message_from_file(fileob) + self._fields['Metadata-Version'] = msg['metadata-version'] + + # When reading, get all the fields we can + for field in _ALL_FIELDS: + if field not in msg: + continue + if field in _LISTFIELDS: + # we can have multiple lines + values = msg.get_all(field) + if field in _LISTTUPLEFIELDS and values is not None: + values = [tuple(value.split(',')) for value in values] + self.set(field, values) + else: + # single line + value = msg[field] + if value is not None and value != 'UNKNOWN': + self.set(field, value) + + # PEP 566 specifies that the body be used for the description, if + # available + body = msg.get_payload() + self["Description"] = body if body else self["Description"] + # logger.debug('Attempting to set metadata for %s', self) + # self.set_metadata_version() + + def write(self, filepath, skip_unknown=False): + """Write the metadata fields to filepath.""" + fp = codecs.open(filepath, 'w', encoding='utf-8') + try: + self.write_file(fp, skip_unknown) + finally: + fp.close() + + def write_file(self, fileobject, skip_unknown=False): + """Write the PKG-INFO format data to a file object.""" + self.set_metadata_version() + + for field in _version2fieldlist(self['Metadata-Version']): + values = self.get(field) + if skip_unknown and values in ('UNKNOWN', [], ['UNKNOWN']): + continue + if field in _ELEMENTSFIELD: + self._write_field(fileobject, field, ','.join(values)) + continue + if field not in _LISTFIELDS: + if field == 'Description': + if self.metadata_version in ('1.0', '1.1'): + values = values.replace('\n', '\n ') + else: + values = values.replace('\n', '\n |') + values = [values] + + if field in _LISTTUPLEFIELDS: + values = [','.join(value) for value in values] + + for value in values: + self._write_field(fileobject, field, value) + + def update(self, other=None, **kwargs): + """Set metadata values from the given iterable `other` and kwargs. + + Behavior is like `dict.update`: If `other` has a ``keys`` method, + they are looped over and ``self[key]`` is assigned ``other[key]``. + Else, ``other`` is an iterable of ``(key, value)`` iterables. + + Keys that don't match a metadata field or that have an empty value are + dropped. + """ + + def _set(key, value): + if key in _ATTR2FIELD and value: + self.set(self._convert_name(key), value) + + if not other: + # other is None or empty container + pass + elif hasattr(other, 'keys'): + for k in other.keys(): + _set(k, other[k]) + else: + for k, v in other: + _set(k, v) + + if kwargs: + for k, v in kwargs.items(): + _set(k, v) + + def set(self, name, value): + """Control then set a metadata field.""" + name = self._convert_name(name) + + if ((name in _ELEMENTSFIELD or name == 'Platform') and not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [v.strip() for v in value.split(',')] + else: + value = [] + elif (name in _LISTFIELDS and not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [value] + else: + value = [] + + if logger.isEnabledFor(logging.WARNING): + project_name = self['Name'] + + scheme = get_scheme(self.scheme) + if name in _PREDICATE_FIELDS and value is not None: + for v in value: + # check that the values are valid + if not scheme.is_valid_matcher(v.split(';')[0]): + logger.warning("'%s': '%s' is not valid (field '%s')", project_name, v, name) + # FIXME this rejects UNKNOWN, is that right? + elif name in _VERSIONS_FIELDS and value is not None: + if not scheme.is_valid_constraint_list(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", project_name, value, name) + elif name in _VERSION_FIELDS and value is not None: + if not scheme.is_valid_version(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", project_name, value, name) + + if name in _UNICODEFIELDS: + if name == 'Description': + value = self._remove_line_prefix(value) + + self._fields[name] = value + + def get(self, name, default=_MISSING): + """Get a metadata field.""" + name = self._convert_name(name) + if name not in self._fields: + if default is _MISSING: + default = self._default_value(name) + return default + if name in _UNICODEFIELDS: + value = self._fields[name] + return value + elif name in _LISTFIELDS: + value = self._fields[name] + if value is None: + return [] + res = [] + for val in value: + if name not in _LISTTUPLEFIELDS: + res.append(val) + else: + # That's for Project-URL + res.append((val[0], val[1])) + return res + + elif name in _ELEMENTSFIELD: + value = self._fields[name] + if isinstance(value, string_types): + return value.split(',') + return self._fields[name] + + def check(self, strict=False): + """Check if the metadata is compliant. If strict is True then raise if + no Name or Version are provided""" + self.set_metadata_version() + + # XXX should check the versions (if the file was loaded) + missing, warnings = [], [] + + for attr in ('Name', 'Version'): # required by PEP 345 + if attr not in self: + missing.append(attr) + + if strict and missing != []: + msg = 'missing required metadata: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + + for attr in ('Home-page', 'Author'): + if attr not in self: + missing.append(attr) + + # checking metadata 1.2 (XXX needs to check 1.1, 1.0) + if self['Metadata-Version'] != '1.2': + return missing, warnings + + scheme = get_scheme(self.scheme) + + def are_valid_constraints(value): + for v in value: + if not scheme.is_valid_matcher(v.split(';')[0]): + return False + return True + + for fields, controller in ((_PREDICATE_FIELDS, are_valid_constraints), + (_VERSIONS_FIELDS, scheme.is_valid_constraint_list), (_VERSION_FIELDS, + scheme.is_valid_version)): + for field in fields: + value = self.get(field, None) + if value is not None and not controller(value): + warnings.append("Wrong value for '%s': %s" % (field, value)) + + return missing, warnings + + def todict(self, skip_missing=False): + """Return fields as a dict. + + Field names will be converted to use the underscore-lowercase style + instead of hyphen-mixed case (i.e. home_page instead of Home-page). + This is as per https://www.python.org/dev/peps/pep-0566/#id17. + """ + self.set_metadata_version() + + fields = _version2fieldlist(self['Metadata-Version']) + + data = {} + + for field_name in fields: + if not skip_missing or field_name in self._fields: + key = _FIELD2ATTR[field_name] + if key != 'project_url': + data[key] = self[field_name] + else: + data[key] = [','.join(u) for u in self[field_name]] + + return data + + def add_requirements(self, requirements): + if self['Metadata-Version'] == '1.1': + # we can't have 1.1 metadata *and* Setuptools requires + for field in ('Obsoletes', 'Requires', 'Provides'): + if field in self: + del self[field] + self['Requires-Dist'] += requirements + + # Mapping API + # TODO could add iter* variants + + def keys(self): + return list(_version2fieldlist(self['Metadata-Version'])) + + def __iter__(self): + for key in self.keys(): + yield key + + def values(self): + return [self[key] for key in self.keys()] + + def items(self): + return [(key, self[key]) for key in self.keys()] + + def __repr__(self): + return '<%s %s %s>' % (self.__class__.__name__, self.name, self.version) + + +METADATA_FILENAME = 'pydist.json' +WHEEL_METADATA_FILENAME = 'metadata.json' +LEGACY_METADATA_FILENAME = 'METADATA' + + +class Metadata(object): + """ + The metadata of a release. This implementation uses 2.1 + metadata where possible. If not possible, it wraps a LegacyMetadata + instance which handles the key-value metadata format. + """ + + METADATA_VERSION_MATCHER = re.compile(r'^\d+(\.\d+)*$') + + NAME_MATCHER = re.compile('^[0-9A-Z]([0-9A-Z_.-]*[0-9A-Z])?$', re.I) + + FIELDNAME_MATCHER = re.compile('^[A-Z]([0-9A-Z-]*[0-9A-Z])?$', re.I) + + VERSION_MATCHER = PEP440_VERSION_RE + + SUMMARY_MATCHER = re.compile('.{1,2047}') + + METADATA_VERSION = '2.0' + + GENERATOR = 'distlib (%s)' % __version__ + + MANDATORY_KEYS = { + 'name': (), + 'version': (), + 'summary': ('legacy', ), + } + + INDEX_KEYS = ('name version license summary description author ' + 'author_email keywords platform home_page classifiers ' + 'download_url') + + DEPENDENCY_KEYS = ('extras run_requires test_requires build_requires ' + 'dev_requires provides meta_requires obsoleted_by ' + 'supports_environments') + + SYNTAX_VALIDATORS = { + 'metadata_version': (METADATA_VERSION_MATCHER, ()), + 'name': (NAME_MATCHER, ('legacy', )), + 'version': (VERSION_MATCHER, ('legacy', )), + 'summary': (SUMMARY_MATCHER, ('legacy', )), + 'dynamic': (FIELDNAME_MATCHER, ('legacy', )), + } + + __slots__ = ('_legacy', '_data', 'scheme') + + def __init__(self, path=None, fileobj=None, mapping=None, scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._legacy = None + self._data = None + self.scheme = scheme + # import pdb; pdb.set_trace() + if mapping is not None: + try: + self._validate_mapping(mapping, scheme) + self._data = mapping + except MetadataUnrecognizedVersionError: + self._legacy = LegacyMetadata(mapping=mapping, scheme=scheme) + self.validate() + else: + data = None + if path: + with open(path, 'rb') as f: + data = f.read() + elif fileobj: + data = fileobj.read() + if data is None: + # Initialised with no args - to be added + self._data = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + else: + if not isinstance(data, text_type): + data = data.decode('utf-8') + try: + self._data = json.loads(data) + self._validate_mapping(self._data, scheme) + except ValueError: + # Note: MetadataUnrecognizedVersionError does not + # inherit from ValueError (it's a DistlibException, + # which should not inherit from ValueError). + # The ValueError comes from the json.load - if that + # succeeds and we get a validation error, we want + # that to propagate + self._legacy = LegacyMetadata(fileobj=StringIO(data), scheme=scheme) + self.validate() + + common_keys = set(('name', 'version', 'license', 'keywords', 'summary')) + + none_list = (None, list) + none_dict = (None, dict) + + mapped_keys = { + 'run_requires': ('Requires-Dist', list), + 'build_requires': ('Setup-Requires-Dist', list), + 'dev_requires': none_list, + 'test_requires': none_list, + 'meta_requires': none_list, + 'extras': ('Provides-Extra', list), + 'modules': none_list, + 'namespaces': none_list, + 'exports': none_dict, + 'commands': none_dict, + 'classifiers': ('Classifier', list), + 'source_url': ('Download-URL', None), + 'metadata_version': ('Metadata-Version', None), + } + + del none_list, none_dict + + def __getattribute__(self, key): + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, maker = mapped[key] + if self._legacy: + if lk is None: + result = None if maker is None else maker() + else: + result = self._legacy.get(lk) + else: + value = None if maker is None else maker() + if key not in ('commands', 'exports', 'modules', 'namespaces', 'classifiers'): + result = self._data.get(key, value) + else: + # special cases for PEP 459 + sentinel = object() + result = sentinel + d = self._data.get('extensions') + if d: + if key == 'commands': + result = d.get('python.commands', value) + elif key == 'classifiers': + d = d.get('python.details') + if d: + result = d.get(key, value) + else: + d = d.get('python.exports') + if not d: + d = self._data.get('python.exports') + if d: + result = d.get(key, value) + if result is sentinel: + result = value + elif key not in common: + result = object.__getattribute__(self, key) + elif self._legacy: + result = self._legacy.get(key) + else: + result = self._data.get(key) + return result + + def _validate_value(self, key, value, scheme=None): + if key in self.SYNTAX_VALIDATORS: + pattern, exclusions = self.SYNTAX_VALIDATORS[key] + if (scheme or self.scheme) not in exclusions: + m = pattern.match(value) + if not m: + raise MetadataInvalidError("'%s' is an invalid value for " + "the '%s' property" % (value, key)) + + def __setattr__(self, key, value): + self._validate_value(key, value) + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, _ = mapped[key] + if self._legacy: + if lk is None: + raise NotImplementedError + self._legacy[lk] = value + elif key not in ('commands', 'exports', 'modules', 'namespaces', 'classifiers'): + self._data[key] = value + else: + # special cases for PEP 459 + d = self._data.setdefault('extensions', {}) + if key == 'commands': + d['python.commands'] = value + elif key == 'classifiers': + d = d.setdefault('python.details', {}) + d[key] = value + else: + d = d.setdefault('python.exports', {}) + d[key] = value + elif key not in common: + object.__setattr__(self, key, value) + else: + if key == 'keywords': + if isinstance(value, string_types): + value = value.strip() + if value: + value = value.split() + else: + value = [] + if self._legacy: + self._legacy[key] = value + else: + self._data[key] = value + + @property + def name_and_version(self): + return _get_name_and_version(self.name, self.version, True) + + @property + def provides(self): + if self._legacy: + result = self._legacy['Provides-Dist'] + else: + result = self._data.setdefault('provides', []) + s = '%s (%s)' % (self.name, self.version) + if s not in result: + result.append(s) + return result + + @provides.setter + def provides(self, value): + if self._legacy: + self._legacy['Provides-Dist'] = value + else: + self._data['provides'] = value + + def get_requirements(self, reqts, extras=None, env=None): + """ + Base method to get dependencies, given a set of extras + to satisfy and an optional environment context. + :param reqts: A list of sometimes-wanted dependencies, + perhaps dependent on extras and environment. + :param extras: A list of optional components being requested. + :param env: An optional environment for marker evaluation. + """ + if self._legacy: + result = reqts + else: + result = [] + extras = get_extras(extras or [], self.extras) + for d in reqts: + if 'extra' not in d and 'environment' not in d: + # unconditional + include = True + else: + if 'extra' not in d: + # Not extra-dependent - only environment-dependent + include = True + else: + include = d.get('extra') in extras + if include: + # Not excluded because of extras, check environment + marker = d.get('environment') + if marker: + include = interpret(marker, env) + if include: + result.extend(d['requires']) + for key in ('build', 'dev', 'test'): + e = ':%s:' % key + if e in extras: + extras.remove(e) + # A recursive call, but it should terminate since 'test' + # has been removed from the extras + reqts = self._data.get('%s_requires' % key, []) + result.extend(self.get_requirements(reqts, extras=extras, env=env)) + return result + + @property + def dictionary(self): + if self._legacy: + return self._from_legacy() + return self._data + + @property + def dependencies(self): + if self._legacy: + raise NotImplementedError + else: + return extract_by_key(self._data, self.DEPENDENCY_KEYS) + + @dependencies.setter + def dependencies(self, value): + if self._legacy: + raise NotImplementedError + else: + self._data.update(value) + + def _validate_mapping(self, mapping, scheme): + if mapping.get('metadata_version') != self.METADATA_VERSION: + raise MetadataUnrecognizedVersionError() + missing = [] + for key, exclusions in self.MANDATORY_KEYS.items(): + if key not in mapping: + if scheme not in exclusions: + missing.append(key) + if missing: + msg = 'Missing metadata items: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + for k, v in mapping.items(): + self._validate_value(k, v, scheme) + + def validate(self): + if self._legacy: + missing, warnings = self._legacy.check(True) + if missing or warnings: + logger.warning('Metadata: missing: %s, warnings: %s', missing, warnings) + else: + self._validate_mapping(self._data, self.scheme) + + def todict(self): + if self._legacy: + return self._legacy.todict(True) + else: + result = extract_by_key(self._data, self.INDEX_KEYS) + return result + + def _from_legacy(self): + assert self._legacy and not self._data + result = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + lmd = self._legacy.todict(True) # skip missing ones + for k in ('name', 'version', 'license', 'summary', 'description', 'classifier'): + if k in lmd: + if k == 'classifier': + nk = 'classifiers' + else: + nk = k + result[nk] = lmd[k] + kw = lmd.get('Keywords', []) + if kw == ['']: + kw = [] + result['keywords'] = kw + keys = (('requires_dist', 'run_requires'), ('setup_requires_dist', 'build_requires')) + for ok, nk in keys: + if ok in lmd and lmd[ok]: + result[nk] = [{'requires': lmd[ok]}] + result['provides'] = self.provides + # author = {} + # maintainer = {} + return result + + LEGACY_MAPPING = { + 'name': 'Name', + 'version': 'Version', + ('extensions', 'python.details', 'license'): 'License', + 'summary': 'Summary', + 'description': 'Description', + ('extensions', 'python.project', 'project_urls', 'Home'): 'Home-page', + ('extensions', 'python.project', 'contacts', 0, 'name'): 'Author', + ('extensions', 'python.project', 'contacts', 0, 'email'): 'Author-email', + 'source_url': 'Download-URL', + ('extensions', 'python.details', 'classifiers'): 'Classifier', + } + + def _to_legacy(self): + + def process_entries(entries): + reqts = set() + for e in entries: + extra = e.get('extra') + env = e.get('environment') + rlist = e['requires'] + for r in rlist: + if not env and not extra: + reqts.add(r) + else: + marker = '' + if extra: + marker = 'extra == "%s"' % extra + if env: + if marker: + marker = '(%s) and %s' % (env, marker) + else: + marker = env + reqts.add(';'.join((r, marker))) + return reqts + + assert self._data and not self._legacy + result = LegacyMetadata() + nmd = self._data + # import pdb; pdb.set_trace() + for nk, ok in self.LEGACY_MAPPING.items(): + if not isinstance(nk, tuple): + if nk in nmd: + result[ok] = nmd[nk] + else: + d = nmd + found = True + for k in nk: + try: + d = d[k] + except (KeyError, IndexError): + found = False + break + if found: + result[ok] = d + r1 = process_entries(self.run_requires + self.meta_requires) + r2 = process_entries(self.build_requires + self.dev_requires) + if self.extras: + result['Provides-Extra'] = sorted(self.extras) + result['Requires-Dist'] = sorted(r1) + result['Setup-Requires-Dist'] = sorted(r2) + # TODO: any other fields wanted + return result + + def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): + if [path, fileobj].count(None) != 1: + raise ValueError('Exactly one of path and fileobj is needed') + self.validate() + if legacy: + if self._legacy: + legacy_md = self._legacy + else: + legacy_md = self._to_legacy() + if path: + legacy_md.write(path, skip_unknown=skip_unknown) + else: + legacy_md.write_file(fileobj, skip_unknown=skip_unknown) + else: + if self._legacy: + d = self._from_legacy() + else: + d = self._data + if fileobj: + json.dump(d, fileobj, ensure_ascii=True, indent=2, sort_keys=True) + else: + with codecs.open(path, 'w', 'utf-8') as f: + json.dump(d, f, ensure_ascii=True, indent=2, sort_keys=True) + + def add_requirements(self, requirements): + if self._legacy: + self._legacy.add_requirements(requirements) + else: + run_requires = self._data.setdefault('run_requires', []) + always = None + for entry in run_requires: + if 'environment' not in entry and 'extra' not in entry: + always = entry + break + if always is None: + always = {'requires': requirements} + run_requires.insert(0, always) + else: + rset = set(always['requires']) | set(requirements) + always['requires'] = sorted(rset) + + def __repr__(self): + name = self.name or '(no name)' + version = self.version or 'no version' + return '<%s %s %s (%s)>' % (self.__class__.__name__, self.metadata_version, name, version) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 0000000..fef52aa --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py @@ -0,0 +1,358 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import bisect +import io +import logging +import os +import pkgutil +import sys +import types +import zipimport + +from . import DistlibException +from .util import cached_property, get_cache_base, Cache + +logger = logging.getLogger(__name__) + + +cache = None # created when needed + + +class ResourceCache(Cache): + def __init__(self, base=None): + if base is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('resource-cache')) + super(ResourceCache, self).__init__(base) + + def is_stale(self, resource, path): + """ + Is the cache stale for the given resource? + + :param resource: The :class:`Resource` being cached. + :param path: The path of the resource in the cache. + :return: True if the cache is stale. + """ + # Cache invalidation is a hard problem :-) + return True + + def get(self, resource): + """ + Get a resource into the cache, + + :param resource: A :class:`Resource` instance. + :return: The pathname of the resource in the cache. + """ + prefix, path = resource.finder.get_cache_info(resource) + if prefix is None: + result = path + else: + result = os.path.join(self.base, self.prefix_to_dir(prefix), path) + dirname = os.path.dirname(result) + if not os.path.isdir(dirname): + os.makedirs(dirname) + if not os.path.exists(result): + stale = True + else: + stale = self.is_stale(resource, path) + if stale: + # write the bytes of the resource to the cache location + with open(result, 'wb') as f: + f.write(resource.bytes) + return result + + +class ResourceBase(object): + def __init__(self, finder, name): + self.finder = finder + self.name = name + + +class Resource(ResourceBase): + """ + A class representing an in-package resource, such as a data file. This is + not normally instantiated by user code, but rather by a + :class:`ResourceFinder` which manages the resource. + """ + is_container = False # Backwards compatibility + + def as_stream(self): + """ + Get the resource as a stream. + + This is not a property to make it obvious that it returns a new stream + each time. + """ + return self.finder.get_stream(self) + + @cached_property + def file_path(self): + global cache + if cache is None: + cache = ResourceCache() + return cache.get(self) + + @cached_property + def bytes(self): + return self.finder.get_bytes(self) + + @cached_property + def size(self): + return self.finder.get_size(self) + + +class ResourceContainer(ResourceBase): + is_container = True # Backwards compatibility + + @cached_property + def resources(self): + return self.finder.get_resources(self) + + +class ResourceFinder(object): + """ + Resource finder for file system resources. + """ + + if sys.platform.startswith('java'): + skipped_extensions = ('.pyc', '.pyo', '.class') + else: + skipped_extensions = ('.pyc', '.pyo') + + def __init__(self, module): + self.module = module + self.loader = getattr(module, '__loader__', None) + self.base = os.path.dirname(getattr(module, '__file__', '')) + + def _adjust_path(self, path): + return os.path.realpath(path) + + def _make_path(self, resource_name): + # Issue #50: need to preserve type of path on Python 2.x + # like os.path._get_sep + if isinstance(resource_name, bytes): # should only happen on 2.x + sep = b'/' + else: + sep = '/' + parts = resource_name.split(sep) + parts.insert(0, self.base) + result = os.path.join(*parts) + return self._adjust_path(result) + + def _find(self, path): + return os.path.exists(path) + + def get_cache_info(self, resource): + return None, resource.path + + def find(self, resource_name): + path = self._make_path(resource_name) + if not self._find(path): + result = None + else: + if self._is_directory(path): + result = ResourceContainer(self, resource_name) + else: + result = Resource(self, resource_name) + result.path = path + return result + + def get_stream(self, resource): + return open(resource.path, 'rb') + + def get_bytes(self, resource): + with open(resource.path, 'rb') as f: + return f.read() + + def get_size(self, resource): + return os.path.getsize(resource.path) + + def get_resources(self, resource): + def allowed(f): + return (f != '__pycache__' and not + f.endswith(self.skipped_extensions)) + return set([f for f in os.listdir(resource.path) if allowed(f)]) + + def is_container(self, resource): + return self._is_directory(resource.path) + + _is_directory = staticmethod(os.path.isdir) + + def iterator(self, resource_name): + resource = self.find(resource_name) + if resource is not None: + todo = [resource] + while todo: + resource = todo.pop(0) + yield resource + if resource.is_container: + rname = resource.name + for name in resource.resources: + if not rname: + new_name = name + else: + new_name = '/'.join([rname, name]) + child = self.find(new_name) + if child.is_container: + todo.append(child) + else: + yield child + + +class ZipResourceFinder(ResourceFinder): + """ + Resource finder for resources in .zip files. + """ + def __init__(self, module): + super(ZipResourceFinder, self).__init__(module) + archive = self.loader.archive + self.prefix_len = 1 + len(archive) + # PyPy doesn't have a _files attr on zipimporter, and you can't set one + if hasattr(self.loader, '_files'): + self._files = self.loader._files + else: + self._files = zipimport._zip_directory_cache[archive] + self.index = sorted(self._files) + + def _adjust_path(self, path): + return path + + def _find(self, path): + path = path[self.prefix_len:] + if path in self._files: + result = True + else: + if path and path[-1] != os.sep: + path = path + os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + if not result: + logger.debug('_find failed: %r %r', path, self.loader.prefix) + else: + logger.debug('_find worked: %r %r', path, self.loader.prefix) + return result + + def get_cache_info(self, resource): + prefix = self.loader.archive + path = resource.path[1 + len(prefix):] + return prefix, path + + def get_bytes(self, resource): + return self.loader.get_data(resource.path) + + def get_stream(self, resource): + return io.BytesIO(self.get_bytes(resource)) + + def get_size(self, resource): + path = resource.path[self.prefix_len:] + return self._files[path][3] + + def get_resources(self, resource): + path = resource.path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + plen = len(path) + result = set() + i = bisect.bisect(self.index, path) + while i < len(self.index): + if not self.index[i].startswith(path): + break + s = self.index[i][plen:] + result.add(s.split(os.sep, 1)[0]) # only immediate children + i += 1 + return result + + def _is_directory(self, path): + path = path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + return result + + +_finder_registry = { + type(None): ResourceFinder, + zipimport.zipimporter: ZipResourceFinder +} + +try: + # In Python 3.6, _frozen_importlib -> _frozen_importlib_external + try: + import _frozen_importlib_external as _fi + except ImportError: + import _frozen_importlib as _fi + _finder_registry[_fi.SourceFileLoader] = ResourceFinder + _finder_registry[_fi.FileFinder] = ResourceFinder + # See issue #146 + _finder_registry[_fi.SourcelessFileLoader] = ResourceFinder + del _fi +except (ImportError, AttributeError): + pass + + +def register_finder(loader, finder_maker): + _finder_registry[type(loader)] = finder_maker + + +_finder_cache = {} + + +def finder(package): + """ + Return a resource finder for a package. + :param package: The name of the package. + :return: A :class:`ResourceFinder` instance for the package. + """ + if package in _finder_cache: + result = _finder_cache[package] + else: + if package not in sys.modules: + __import__(package) + module = sys.modules[package] + path = getattr(module, '__path__', None) + if path is None: + raise DistlibException('You cannot get a finder for a module, ' + 'only for a package') + loader = getattr(module, '__loader__', None) + finder_maker = _finder_registry.get(type(loader)) + if finder_maker is None: + raise DistlibException('Unable to locate finder for %r' % package) + result = finder_maker(module) + _finder_cache[package] = result + return result + + +_dummy_module = types.ModuleType(str('__dummy__')) + + +def finder_for_path(path): + """ + Return a resource finder for a path, which should represent a container. + + :param path: The path. + :return: A :class:`ResourceFinder` instance for the path. + """ + result = None + # calls any path hooks, gets importer into cache + pkgutil.get_importer(path) + loader = sys.path_importer_cache.get(path) + finder = _finder_registry.get(type(loader)) + if finder: + module = _dummy_module + module.__file__ = os.path.join(path, '') + module.__loader__ = loader + result = finder(module) + return result diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 0000000..b1fc705 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,447 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from io import BytesIO +import logging +import os +import re +import struct +import sys +import time +from zipfile import ZipInfo + +from .compat import sysconfig, detect_encoding, ZipFile +from .resources import finder +from .util import (FileOperator, get_export_entry, convert_path, get_executable, get_platform, in_venv) + +logger = logging.getLogger(__name__) + +_DEFAULT_MANIFEST = ''' + + + + + + + + + + + + +'''.strip() + +# check if Python is called on the first line with this expression +FIRST_LINE_RE = re.compile(b'^#!.*pythonw?[0-9.]*([ \t].*)?$') +SCRIPT_TEMPLATE = r'''# -*- coding: utf-8 -*- +import re +import sys +from %(module)s import %(import_name)s +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(%(func)s()) +''' + +# Pre-fetch the contents of all executable wrapper stubs. +# This is to address https://github.com/pypa/pip/issues/12666. +# When updating pip, we rename the old pip in place before installing the +# new version. If we try to fetch a wrapper *after* that rename, the finder +# machinery will be confused as the package is no longer available at the +# location where it was imported from. So we load everything into memory in +# advance. + +if os.name == 'nt' or (os.name == 'java' and os._name == 'nt'): + # Issue 31: don't hardcode an absolute package name, but + # determine it relative to the current package + DISTLIB_PACKAGE = __name__.rsplit('.', 1)[0] + + WRAPPERS = { + r.name: r.bytes + for r in finder(DISTLIB_PACKAGE).iterator("") + if r.name.endswith(".exe") + } + + +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 + elif getattr(sys, "cross_compiling", False): + # In a cross-compiling environment, the shebang will likely be a + # script; this *must* be invoked with the "safe" version of the + # shebang, or else using os.exec() to run the entry script will + # fail, raising "OSError 8 [Errno 8] Exec format error". + simple_shebang = False + 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"' '''\n" + return result + + def _get_shebang(self, encoding, post_interp=b'', options=None): + enquote = True + if self.executable: + executable = self.executable + enquote = False # assume this will be taken care of + elif not sysconfig.is_python_build(): + executable = get_executable() + elif in_venv(): # pragma: no cover + executable = os.path.join(sysconfig.get_path('scripts'), 'python%s' % sysconfig.get_config_var('EXE')) + else: # pragma: no cover + if os.name == 'nt': + # for Python builds from source on Windows, no Python executables with + # a version suffix are created, so we use python.exe + executable = os.path.join(sysconfig.get_config_var('BINDIR'), + 'python%s' % (sysconfig.get_config_var('EXE'))) + else: + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s%s' % (sysconfig.get_config_var('VERSION'), sysconfig.get_config_var('EXE'))) + if options: + executable = self._get_alternate_executable(executable, options) + + if sys.platform.startswith('java'): # pragma: no cover + executable = self._fix_jython_executable(executable) + + # Normalise case for Windows - COMMENTED OUT + # executable = os.path.normcase(executable) + # N.B. The normalising operation above has been commented out: See + # issue #124. Although paths in Windows are generally case-insensitive, + # they aren't always. For example, a path containing a ẞ (which is a + # LATIN CAPITAL LETTER SHARP S - U+1E9E) is normcased to ß (which is a + # LATIN SMALL LETTER SHARP S' - U+00DF). The two are not considered by + # Windows as equivalent in path names. + + # If the user didn't specify an executable, it may be necessary to + # cater for executable paths with spaces (not uncommon on Windows) + if enquote: + executable = enquote_executable(executable) + # Issue #51: don't use fsencode, since we later try to + # check that the shebang is decodable using utf-8. + executable = executable.encode('utf-8') + # in case of IronPython, play safe and enable frames support + if (sys.platform == 'cli' and '-X:Frames' not in post_interp and + '-X:FullFrames' not in post_interp): # pragma: no cover + post_interp += b' -X:Frames' + shebang = self._build_shebang(executable, post_interp) + # Python parser starts to read a script using UTF-8 until + # it gets a #coding:xxx cookie. The shebang has to be the + # first line of a file, the #coding:xxx cookie cannot be + # written before. So the shebang has to be decodable from + # UTF-8. + try: + shebang.decode('utf-8') + except UnicodeDecodeError: # pragma: no cover + raise ValueError('The shebang (%r) is not decodable from utf-8' % shebang) + # If the script is encoded to a custom encoding (use a + # #coding:xxx cookie), the shebang has to be decodable from + # the script encoding too. + if encoding != 'utf-8': + try: + shebang.decode(encoding) + except UnicodeDecodeError: # pragma: no cover + raise ValueError('The shebang (%r) is not decodable ' + 'from the script encoding (%r)' % (shebang, encoding)) + return shebang + + def _get_script_text(self, entry): + return self.script_template % dict( + module=entry.prefix, import_name=entry.suffix.split('.')[0], func=entry.suffix) + + manifest = _DEFAULT_MANIFEST + + def get_manifest(self, exename): + base = os.path.basename(exename) + return self.manifest % base + + def _write_script(self, names, shebang, script_bytes, filenames, ext): + use_launcher = self.add_launchers and self._is_nt + 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) + if name not in WRAPPERS: + msg = ('Unable to find resource %s in package %s' % + (name, DISTLIB_PACKAGE)) + raise ValueError(msg) + return WRAPPERS[name] + + # Public API follows + + def make(self, specification, options=None): + """ + Make a script. + + :param specification: The specification, which is either a valid export + entry specification (to make a script from a + callable) or a filename (to make a script by + copying from a source location). + :param options: A dictionary of options controlling script generation. + :return: A list of all absolute pathnames written to. + """ + filenames = [] + entry = get_export_entry(specification) + if entry is None: + self._copy_script(specification, filenames) + else: + self._make_script(entry, filenames, options=options) + return filenames + + def make_multiple(self, specifications, options=None): + """ + Take a list of specifications and make scripts from them, + :param specifications: A list of specifications. + :return: A list of all absolute pathnames written to, + """ + filenames = [] + for specification in specifications: + filenames.extend(self.make(specification, options)) + return filenames diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/t32.exe b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/t32.exe new file mode 100644 index 0000000000000000000000000000000000000000..52154f0be32cc2bdbf98af131d477900667d0abd GIT binary patch literal 97792 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

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

qx{CqlSNQ_YhQ()VtG-D; zr5lI9)R#U1p!6O{09=;=fRE;++ahgMU9m>r>GhJCqCPjcolnm7?b6 zXmJ0clci_tKcy+ro71-_A?V?|#o#w>x8Ao;$1+|wXC@5Pr!PC;%EMH2p`OBN6Kum~ z)Qs9A|CsUJJ=T7p(@S@Y4vExZ$ItG_-;5xVIoaAFh9`D;5Uh2$-cYvx4qpaBKT5%b z&zcMb&SFkqKzo9TEDAtK77KTZ{SC>)>W7?Z=_FN{$*9)yTaE4@&qNlFu zSym~1B|O$c{Ybv3KGjUo7AuGjuA9uD$qbszpverT?(&HZ7Z1sx*jk0It(&i9w~sFC zIa-n3H{j?{)&~e9^-HlYei0)#)>b)kMf%T-2;a2$q#>XRoX%6C$>}{&qsDSskBk%= zU0WeMNzAwSpa%VynEl0hY3>ud<9wD{wRxagl&DYj0?D|Ki7^c-pnUzSTFQxDb-l%}jh)*u17BGYo^NPbe1iFcvngVGh~ZQlV9# z;gR^Qv6{u+2v+u4T2p}BXz=5(Htq9>`C=^CseR`|Ad8tOw%BVJv*r5=&7Hm28#33& z;NSE0QcKSvJ65tV%%6ENcaL7WA^j^=jr@q&77bc;^CO@oz%YUz-j8u@O~m{()VD7K z!(A6PKackHgiAlo6v%7v!-zKHQ<@iwzEAYvH-IXV?JjEWKo+}imJpod*fVgF+yhrG zwbJ)9AgRy|-Agj6B4CN6cUGuLAq0^jYOhC^R~QjRe7;O2W%j1uQd=mFhN3}){|3Ug z#!r-4RIBk~iWt`v2lUc6z&}QezWwPbPMR?)0?z5!tU*MI>Qc$^@m3x6KuD98pS18(yVQ4{b z7l-d=>uM3s9d-FeWex7Y&7erGN(5|JBBrF6iHi>kM0sXiLHseXpjWfMnQL?`#a5Nz z&>{cLwd8q~jEwvyob0vQ;D&@K%aLYbgnTVRQuVy-!zr?|Q(Kv*XU#!Qe! z*le@?r7wtyjsbhLm1Jlu+q9LNCW-W-oOiM(iZJ50{tFLXcD&Qs@>vQQw;96!qnw+1 zvZ!SgGJ=fVr_9o`S(|$5&m}(LXSj1%Wxx|gDa*QZ;Ey4*-~80vX&kWGYj<9w+>;C0 zX<{Yu^6jDKA3>?ssxVZJA7`PSiuka+`^0mjD`ST3|M_ZJ0>5M9r50u|kd1g?9sE1r zjOmiBO9LM=LzaaG+REe&*z}hEX+uzH3(sKnFq8LD|gZ2UDEz}HJ zT&u?BxzN${9BUp60R5UeDh(@$Odfms-6VbuE z-}*d^#@sZpr)&{apB@9r^J4H?;&cR(sv(X)h+0h5;)zFb4p_GW2>n6hGC=`^fB}cN zwfGp33++Y9cU7BR7>`(!iLut%;|7UvH3iwAzb{jQ;Qp>q>BUhKYjtPhybS)FZMBig zaq;4a*oeZxR)k{2bsQkMwGrC-2)oyK_M&4(BqC1QGNmWh%lV>u30034#wE69#MdxR z+JP%ZlLb*NENUbk|1Z?fvZ4`Fs*GX9)(x29vg<0t1hKBtH!*M4qbTFXgIg020N(tCWpYuxe6 zM1+CJ2gT!75s!PrUT=NeFFI$YpuVCYk!!Ehk&A=wx_xYtreni!bE=g-t@2eD1DHn^ij3B-~FIB+IG|vGTu9FrkU4Meb3%Gq292E z-j)uGBG*dBT(02y#3ZE-Z`Iu!27u^LK(y8E>ziKe3a}ohv!=}*jNY0}9d?(d9bign z9>M;_qk5+od*dUdFssV!kGstWOOSu}ot5Ldir!VvdDz1`O8Zjbi&-hh6XywDX=fe4 z!(gykd)!WV^?(7^Z~YF-Wp=_Yg|7=E9B)~ONh@Rr$Okfq)8C6f%dv|><)TS_!TN#> zUTf@Ja(A%kETCO;5_2$4HtWJ;t{|tw&Rx@ zQ)eh}&l&>mDPI7tsIo^_Du9nL)Iv9_8;CDC2660*AXb=Fyo5NNqwG^>I;E_mXsFIm zGi>EcE({i}oebz_>owcZ+g|2fH`f^N0D3>5ZwK_ew%)K0$cORj%S^Cdrv)%%{bR5t zD=M3rpiCC{;QAgSOE`|$nw>FoPqgi@2M5>J=}9mIc4nFvy|0vgV`+JzD{)ckn&H+x zEUXpI_jvY=a^I?_@W$BwJ)okm`;_gI4%*@J!j=M=vMZoG1WawFS@=F>$N6mkT#7kF z2CG)#e)xDqlF(%uL$@L-Z+1rfPRSRIm}Y!FwtxwOd58ZKgDAQ~@nAd+6!D@RHc`Cy zrfw~S#B({!<{H9YXO;qJ^KZ=a zS6RO{&)54hG4ma!F;DSM>x!6rx7pFQ+Y@&04vUi}Ga6kHk?lnp_@mTMp9XIX2jABk zWm~d4(!$YK&EY+D)duT{FUjZ~Gjn{AUh^uw#;6rd=5-mK$-D)kW?`4Utj$48+oJL7 ztGrYxTVFN2z?fIavS^*7TFC5Z`@ka#o?e3_(3WNF!ql;Sw62G-=OAp~410oGhL48L z52SDl_;y(bPyn$C%Br6yG=s9V6zK{bY#=V@csg+6a#VciEZL2Bqi2a)m8$Lzqn?TW za{wK`%kl*oAHq(t_2{TU7C9C@kOh8ZSuWTcxIQ9Wix5Z`0+#@E{jCuB-TdMOh+-pp#!6NvRx=@7qP`JBFQ*}6s_@1293}n znw#t>4KJ#f?OMY+UZTOS`)65Kq7=qbSLVQ^?n7BJ8C$qyNzB|L6F)^h7K#&2$x&Ys zfua9sVxi@umQitr*7z6=S-E^Ai_`V;-U~aStx2>+BVjX;ZIA8fU)mGX7}Csw+m1@B z<3-11Hvd5jw4J!f`Xg`QWFT`+W9tKFQ}6;QHqrVa$&MP98DV`}eXwj@)+vM^W%rj^ zLyWab#mV{yl?*r_7*27dLF+#N19}|L^Swi2T__(gL&ZvQK!keQz#uYuutz$}eBIdn zN%`I+WsLru#Bl3=fH04s`ogAexKISwn~Nh2yB;VA8G8_bK;}<>y3{L zX{+`W)a7?fFA>A0R60PoLD=k2+U+Y?Euksg#_Lj%|83(G8gX=>V?sp8>=qN(f#W2J zo3UqPC5aw{1%duNtltI3p`5tKIFy@s!&;F+uD~a6V!PRDeGFo7e;(8L}2`hL#NlA|vk{aIIIx%Gy82RrT`M@p@6*#lD(nxh?97m$N`Fid=r z8F-bO$crVp1L|*?vuQb-_!sS`YH=w$4nEF(E%`!L6;Stz@?8wSvDfj6pKSSxju{Pq zi!7G8Ur(MY))=>*Jk4x}^Elq{9iooE3L3?s23*%jsLN@<7$d-86*G<+w%JwgMmmiR;bFn>)52F;!z38@+*nNnj^SFz+-4un5uVsUEwWi|psl$%;eX+>84 z{6e)qYxj+mjGLiK*%9;WM1FrMuX$>TRyqnvjr5o^2xL{*>n7mta z@ruK0?Tv{v4J3TE5$b*f`&XvR%o;?ij$^jFfUy-?R{F?jYdxj1M0qnEjOfT**&8Z0 z;+I;*=gXvTBA)gK(1t9HH;J173D-el(2R#>GBD(sVljvpSQou3%eaP+v}0pgvk{;W|btHcZS6pI=nW=>&zNZrPvqj2PDQa*tF zi>D*wsvr==+`EDk-x!aWdy51>;yXrvh@~dKPm*X8XcEW=`?b}v3a{~YPW%%3{xTz3 zA*sFL3dE!lBy|Xz>CcR`B$C}}pV=Yf8Okydr&w)d2mn7BEMT3FeS47EgMAo0(x>8u za=7RzP%CzkGUCwxgaGnf^-Yp6^`7Ts%c-1L!;@f-U6~8@8qW{-(A^!&D&+WH;=`5^ zOj2#7UYvNVe3#MOKvN^{A71%HKQG$j?a3!g{>GbieX*K~GmNPbOkz0+k98E`x&=F( z%lZ*gq2oXs|0a>=pN|?SIzC(UB`FGHaams*Ec(eC6nz$PX@%7^S&?`_3sx|f^`*C= zIlumAMv(M;pINo$+@Rk7c~sz-oh>WAFl!iPt&qc23tGUJ%ld40ma4380t_oPpGEX0 ziPq2IM7`mX1v%PEjMgC~1BbQ9M$R~hRdcJ=v`eN&Hh);SRJ%{AJ<6ZVc(dPlUSR^q zGdZ`DxY=6F-xZ=EJXs>tO=$m9JXCBBBsInQp#Y9HlNMP*bYJL=>1vX)siMCy9?n}a zVJw#?K$Qp$bCd@TYmeA)=UAy*@Co{IYT!aN)!M|Pl@!I%6=NHhytF!OLfyzprG+QctpM$N>)gJ zNzYO;J3L<@aX4nL4o{3XxRX@q{76cKMc(zS%f2tP{nP#^4$J2$rxv>P6{J{+Sv-Su zFz`br+4dLlVNCroh2RfPxpOFI`!6D6m2{<;!KqSb*;;`e#Y>&ByV)B}-cuY+E(*wb zyP^Jys%rBAZ?$=$8A88!prX38uiAV&W`2mt?de*raW9QTYrd&RlQTDPOs@-fZSWG! zSSH)KyH!uk?I<*-_s4=g+M`cX)SP};-i;@DHy+G$X$?P+w_r|uob0(Qyr}s~)ZJls ziTxx=-ox=_54ma<-Mc%1+%@Nv#3fU-Ad&{yvIh;y2oTG7>aSSGtmggg`9o zx7rK^%J(8jSC@7?9f$|Zw^xq6A4ldjUNgklTI=%793J-<+L*)Je8I7ciZkzF8h5vv zu?`<1_AqlnM`6YtMh*vWgbW8SSu|U>iMHF5r@P-Wr{lTlsjGCbw&+6izqltHERA0% zFTr~b$EOf3j-U=LE3 z=)XN)X7ty|Nu0&(QGTpm*$w-TA1Z8$eg1_UaY_`0%%hqJj zgcoZK?WCfYH0)fZ28+v|4M-quGd9B~}BX zoHkN!Uob6vk0ljq27@q;m#mlAs#rCR--ks~Y}nAkgnLib8W%e`5{s@H@W)jH9@W4m z>+5VJh;TBS1%Po<=4zyY+f@;7w#bZQMSK()l_{mj4XTI;y&~w8s3KZpfz#PYiusNM zC0tpqHGXsiAX)FY_co)puu@^ifqEv|diAT$ICfIR_ITJnS*r7siQ;5rLO7Z5#*zs- zTE_z?3tYjm5G)Xd(}@Br8+48;yOKlS*)ywU<-1ZdbF801jaY)j+z_1lU5r6m3SLX_ zbRTT@8xjL$T-M`?bFMM3r?;xuNX+i5Dt6T~x3ScWBSyb(u`hLv&sqTPL3x8P22O}v zEEUbspRxnK^QK5v6DN^^)bg3MAui=EvSz%+Ht0cA%PhtA@&JQunL~Z+mjP*H0|!Qd z;lq<@Dp`mbp)-zl(N>l6+f)gL#bk${ zWHa%{7r!rd0(=qSRFyYa5HGb`qwX%F|Gc_SQ=z>^|ER^on$dV%?aSK246|9(ZQ}sS z>y@qT`V%2D+?J<&h*PW!pdQg z+Q=U)LoCI1GKjwU1Zc^R=fzU9d=P37kU~j#jpIYa1bM>0A@R}6KI(>Is>@re3H=eH zT1@s3>+&Dd}CierTvK#5cNm`NV>fVpy-I3hP1G!w2axRfwmMP|jpiW}Dw*A+kJ5 zadpQ}!K0ERP8qh`zF(1VZm}{ugzpIbv}3D%G4V2$Oe&#jDKZ|xHlG+~`#Yq(DzlYC z7!Ft`SoQT94$XP4l*;Z-XnX^<-+)vbT+0rQMDG@TV|9+eXiPmNmlqsxe=fw9dG$mq zTreO{Z`=-WC>w4Zndj|&7lFW7ikuYBBfRW^mMK)XPMb&@*exJK&8mg@IO;Tbnd4Y_ zYbhnVoKrP%UUo^o^^{tYV}<#B@CtJ7ImhbuW{RT8xkp@?Vb*4{s9oe^RQN}!lrg?& zQsh9d8fR7?#Dy{SG62@yyI@Lh5u|T@4r>KUZ%Q9!RnsgOLWdi0tAeYKektf+-Q1if zV`}OGa^WO-_O^`6+98G%Svum|#I;%oA!-xdKPgSLHKVbd&SA*?G+6 zp?E9jeqy!iRX zhr{p~ZH!-Ry?sa~LAZu>|2r_vDwe~x1N3JWZRC-Dj2x0)bdoxFWH<^k`B~@tukyXX zdRg%=Ec+k~%`aUCi4YtM{&{SS)p-8Y;&N4fH7|a$$ZIM*Z#RP28abR}9rwA&BgHs* z8B5)cNPKQdM%HJA)7ynSl-GnkWgheU3t_kxCs%WDJhr9}(;a7769u7EwcA?o5?Tyq zA1}&;kI7tN9P-9T8HYy1alz-s^W_Z8l+3v?b2VG5OP%b{jo-_=i;{_x!{)QH<#c>o z{t6Z{o-nL=o@7>ZfID?yL&@$+e7E*H5=7x`u0;)z=pZO>$2B~C)_N0 zl0uo6tbdY$nZE?c@`3Dr%-t_|NejM}C^CO6eVJP^Zf88^CLY1J;v)s*;ef0)7DGa@ zq=Gm2mex3&&u~&fnLZ+t0OW~ELpTDob=(FGaZT)poKAcW#1`&kwhJkM-wnA<7`Ts> zCJI74UvV~Nk8qec%-NoN$8t7F*){>t0>WpN(U*Dvdn2b}6M8l?hQbhXHaX9YnW zi`|fv9y^ zC%jPc2>fe5V`_?Sc!$3Pcib;{au}ITM8&ENtN^R6cpx!eZWfhN6lnxHRb@AU%rS%v z^)OSm{{~4jIA57`bEsuB+(C>*w*SkjtTN|jZ9mQ&S>L2qwnKQ5&uZzC@2t%azN0k| z-OS)HI6F*D4vs`Cgd=&Zf2hJUb?58%&et60>j~#;zVo%*`BL#%9&4%dwZzH$hWaw= zL7S6si<9t_B&0lt{=p--f$ng!*e}Q&A&ET>Qkf-FW=Xc}GO0SD#~z*-OP#ylCKcVk zOezku3aPk)O7jSwa^~a)r~1Gw#!JQYG1VtMO1FztLb%={WoBh z&OF2~G>c|XLe23vs6Y#+ifv|-RVZS$zmBx*96O6B-`WIGV%r=Lha4DGq;%@4Vr!Xd zdjrke{#SlN<)o)}oXDu28|8tW$HUb-87%0NBu>$3<;4A3UE`wU8grj@%_fEYqSL5v z`%kCMm_$Mr<*V;e(udg{4X)K5g}Qm~kCq;erS9{>Q@z@w-yuzm;E!XABCb3dT(@ZU zDhXB8gKKncT9@wb(t}-fqohm}*vogx4lrH}pL*(sfF9gY7nQv8WL#k9GJ*rJKuo|} zfW7pyCrC|t8j3|;=F)&Y>YIEyb-csLyiH}kDJ@#x;|7f5g=9E5rY3Q2%PBM2(`7#v zPpgi@ytS{}-XL7au{~yOzp074R?%;2>dQR7_-xYPF7L!?ILj$D@xPsVfByekul!AR zErcXcID+`F|Bz9;5zYvh-kQi9lPQGZ4EcvMw?!u3N@k2a4^VW2X`ADfU42NJIxt(RVwBxM!CgSeQjYZxV^5x40+va zV$7Qs;&`mlHYF0=RQHbbz^S=o00=HQb%P4B{dW>u+-ZFsqGlG)s4nG*WtXHh2~#3T zGpkD4tke3sjNLietwP;%f?GTBYe#?SLU$RdLhXG<|CqXc(%%yz7n|W$?*Okwt~t&| zg86Y4j1|s3W+#twg7X?msz@;pSWnS+d9Sk+wT6#jeyOY7*45X^k|iW5kxiIN0z_G4 zOx@Vc&Z0HUC1aU=nEB8eWLXlua{4}W{O3ozMbh#7<2Tab7CFTG!25JTM5NY;ib>vi z=SV?ymbo^0@#N2Bb-ZHx3mzwx@a+%i=Nwv?MhnjMJ{2?odi=*6Kg#}N&BwP*7}gf+ zuV1D!!Ak#S_s@`oUywi(ePAur0ziNli#*TFL`&D{+xodj2$!$*1Pk(u+Vx4hRR1&8 zm0N0y_1-Ks{t$8T*_4-@6d0$!Lb_@81w_f+Vm)&;^4{<0^F(l4UZvR+6Ms82(HYkF zB}oPJ*#5~s5;XP;b)Z4OM6WS-s54m0M}(TZwUy=ZQT7^j_M$y^*}?tbx9&YLR#a6r z{iCFuDYhQ07F5XIkUiEc*ZYY1%=S+KMOAr>ci@*Zq)iz+05 za^U=_(6hp*bq?5rM&e_g&r=jK6BCW8Pwx8C-0>6K!CRJ(&;}-N#RJu4 z7-e(_WBr>9HtEUvoCgCw+xGvMl*@)K8V|3{?3Zy6>=9}~Q&8vE7Lu#B1gF^{@=;Wr zx(8*CoXA#^JxvhoSfp7MJwvpmTXgNO2b>l-!>xt;WjnBUFD|CP2kDOkHh5jRC*p?+ zqQrT|)bEk(;@~U0qX$Pgw7N;m6VG(GMO@1KQ9gz_AII^e?EZ3`zN)9bN@Q$$wVbPD zzvHeh1e;UF3FW}~AM%A#Gl#)~+QZ3P3S-Gz@@hZ(6CC$jvW82KEYCZw$t}iM^w-by zRB9rPsKW}&^D3Ki3u7yoGtUtRg*k1Sf@^Hxw>xrre$YG2dGG}Yg z-k1~Co^1^W*DM|rD(woHt+3O)g%W!COu#y)n9ew?wmiR~HSv;pWudw?MW%Wo7Kt+R z$~;12#fG7$8W%z+%7QMojWB_)e}FHkgNYO~Zzv?Kg0SX=$ZuuJb}p1puzq`aCrJV8 zQK8v8OR8K$i#IN07{}KLsaVKtrD`e><+3nF|CH2AS%E(nNOTnUSn2vuuRA9`yneWE zdAMLtW+b1vabNxLKxlc`yQgWHAS;uXHQGs`Z~mnHrd!c4)E(P`EcT`=|v;Q^uVm{F^6j3@o{PSbVB9VDh zGXvJSs-lwG2gFOqe_w?Z&O~yi!ukhgjLGly0Fk(ECwF*u@D7UMA5AMbYNn3FT&KXv zo^8xTj6+8fCv|xKJXrDuN@iX*4joQ#`yF)D;aQQ*Gpq74&kdfd0bb)N(WQiLHP?ln z7qBZUoExx0?#)s6N4n8kW*qR;rI*>(5!qXb6k(s0`!uwMK8kav2>021&sl%i+aN;G zi%I-eHgTOwyn2EJ{0nEXI!8m^59cLsEeu!QSrX8`Eo!(p5YMcbTXJUnyoxzF@hRG~ z7230UPVm5Df9Y1*yksH()fePN-7iN=Hzz&^u-uB`#7lbW%2Qj8(m=h}8+ET$dFIu5 z%hJDPn-!Nv9u~JWH;3SI$RlK9d~+TwBy)1}N%AOc&O=Mjc$!D?mAtYroUHX`+{s(L zdg@^xoUUaUEyL#0Z}F_0Xn)Lr8=H|t#T@dA0(;27dQKLcUVkrtCO+8>;kUh$_fHyj zU6Tr*gMDN}sG>N2VZ~Q-;^%75j?$hDQX%)V4T+5vn_`)HAY^Q@tqFv5pj=o!h)p+tA*+rpYBgVBb9Zoho+HY& z1Rz6eH*k@B9dEi(`A9(Aem6(gU#X&5`0*p$rX8-qUSzM;HV2zk1&6v)321|T@NQsB8 zQ6;2N>wzKZ_o{beVB|BTvuQL{A%HDQ3v;!iPI;ZA7wToUO1D}UJ883|7@uc4pVEvq z-g%eFVLyIC#5XKKegYw9e z&#RtgOzPfEB}b`)g0r3LeP=bxSwW5lY7Kvs7P-^bI$3aI-m=?xaI`CNmbP*>^4trY zhaM;QJFE%RKLkEmZ`D0n>4XaoG7Ghp)jlP>bLYXL$x6btzTTnKi(y>U=gUl$5>TiR zg!XKnH*>Bzlep|iAk-o=tS$(Q$$35{6<>#)1a3{mcpiWMwNsg}`HX9pxNsc3DH{`f z?3{vgwW^Z4Y=2`Tg7+MHN_~9;I_|0Lh{Rf8vtt=0l(XU<5r~tX&7bj52NBFI$)aD& zSFmdlXIIv6iPu$qc5TNr+f@)w*137Rz*Vq*+J*8pBivLs9rl}&3dWi_9FFgEni1#5 zIMF_Oay zCAR;j2AMpL`_y~_ds<3W<-OC*b)5ck4%h6Rqr1<=dX!h9bK*a=JR+p$Yl>j;JFIGJ z4PRr`*pWiJBWkaU8f(45LrWVX=KE2TO>XL03cky@#gR*&F5?=qN8XX~V!?p}C$qC)u3^n{z@sozq>Aeuc|idjyWX6Ty;fg#$SVZ@m`<8m zbp1Y&@}Hq9w~=6{K!_J*2Sw)|6dmVS!JrLuKwcVppDprIz?{16T^iU+^mEAA%u;>P z`p0v!WV?lwr{GX35m)i`^kPo^Jw?N*pIagT2Hy&qnUFT)qfqdp1lHw2M=+Z?SUBcv zaBQgmTmML161bk0&L!^8B))cw6(aCA3&J^-o(t&q{xd|V-vVO8sb4w(OdLyk$UFoP zheN@`2`c|vAO_>VPsD+&T*AK<4084X047w+#3~$IAhFj#@rOMM3T(C1zb(>r41Hp;sAw52H zmtKS6#4`$VbAoGT;kNEkLEAp-hq&j3`iI#a2$Utpq0vh(r0~1wk5UTpo*s!yNxR)3BCW7HJm))NEo?_hA^KVH6@DS0^P$4S=JbCc``cSb<+RhU9Wx0tf z`a&ECWVidWSy}o3$DtoS&-$$h-R5;ZIasm5D!3k3Xh%Xbrx!Q0KA;)9kMO$$nS5hr zaX=1NnKOM7M`NnXFS$pA{b;DaZeZV50qjUzY=7yCSZmhZEJK#L2W>19kn^Ec06}QQ zCTlX?({CO9iqGKKW_=9j$IifsB*tO+G_fLf>gpV;860r_AVf^GGYkL8uBxT#=`vQc z2jqU|6Mmq=xNNs8KL09n^zPnigecuguV<~2?cDU-E%|2QZZ$>aA@O9NWPKT6L&1*t zBzryP&XUY2az1SgMX=6Te?Idy0RxWsS^d^`cMYfz)}%E`1J2w( zc;Ji0;vD2^p|?k3!MD``v{$tmZE~{fgwtT0`x-pxRn9@L)8+7%S62tU1`lw#-D1uq zWSn^PksRQf)-?A_`~Pr$>wn>M7>-Xky@k`5xPs$OZ($69m8ak1p>&B(^+Nb$D=%_- ztJ-RMO$=M=^w#MRmvee+{?OA~^9E0EHL-Qb0jdSoSE!{R!JVqzM7h<&TbPquXLC+t%KCg&YNGWT zse=c%wy2LW0>K^Vge;ouGC#(locp`WB)mz^?kfNkDC!iy^-ExYzU17NvnC@lexh1C zIRMcg>UHJC%x!V*j;-=m*UZZ6>yEj%ac5L)(za+#J1Yf=k(<$UukN1d?G3rLcp>Hv zH`nFpPsH3CV&xn0J~_+#cYlUxfnf?k!@xntHY*8fHN$3Lg5v!fO4DiuM{5v4y3K>; zJ_1G`hKF}7ggRFbf0;r-0p27a6I{-x3|rw zHApP4OpWpOQJk2`nZ@vF@;GQ`Y{-RE|3PlHNnBvP^xrc7t(aZA<0Gwg&euG?5+e{> z{(g%HT?rQQChJ<>VaQ5aYDm#M!EfvaTvveig9Ev4b9#xrfeY~(_dYx>Y_6mF`)slt zO1aVK3;;p;3T9ibo}XkKJsLk1v55G1Yy^i1PvizLNAB!I?krrB$!87Sxsh>(yn*=G z^6ln}n6PuL^vyyl{kGQdiO?;Z44#0prku=}e<~_sX38jPuCwk@T?db7jq50>Jxehm z2MBM$fQ3Z#$YV1;WWMp?8U5b6>$GRLM_Y2T|F{rn8_895r|Nw>jkojT!(ydvdeVod zm-}9##_lVkZRuf&O6Mb=4|jZ2ZEfv}6{3i8BbwY>wjb^kFK8MiHhQcbz3tj*RW2#S ze^KtAn&5IR!mBV!PhN{1?ph!9s(5zu|8DB@u=u}+|N9f&nIC22E4B7fy4Fq&{y0^5 z>6R~5iKitWJ@ThN(bZF5SmH`w&t#mq-U4!I36a@;D^4I?HrQ-91eqpO*2Njlrwy$^ z2;k`|trZ*gQuRlcr~nDuj$s? z4tcCx)j_u$-IDWKG53TwGx=C<$73H1EuZc!dGxYJ6CQ2VeZ@t~9#Mxy6Q|IdH|_^2 z?s1aKDAWy4TDUDKaBB87UhP@s>Pl*v(IR&kyM0EhZ}^O2<8H4U0CVIT_UZ~@b3#zU zh3Er{6#>{@){d*d5_j8Mb@jh2}Ja%CBt$2s;>7BDYe4+Pg{O1cO zy9}qB{mA`et#(?bgC|u7vSFleBb!6!5>0AMzTm%8CJ~fo@q9yA;EUbss=u|uqxCn zAsW5mGU&bGXS^2IAM^ajI@A7)Yj$Zm*$Azf`FV)g$wrKafeCOQp_4>Wn*9$Ek3Ds#53D zfoX}Qs$a)Ni1dD;$f!8R@4jC+tJcs2j`f<^uX8%1X({g%3U+DV`6jQJq;ncrG46Nh zv|nad23@Z;Tudg=5IXu;F0E{j7lrCCFA#OO%$t|-)Zba=Jru23iy|&RKH^@lCnJ_R zXvC>E!Y7IZJt*{-jn^7Jl=n;5#*37r7ezk3nH1zUOSd<~g4Uw3(NrWyE}9u8_r+%( zCX6#JtCf){kYr?dF6YS5a0Zb>BiS(;3AKB0&a!indaJE`==J#RjO%QEyJhI0^!WJt zhvpQ-PYX9q8fbZWWKL7~!r_@y0{jT=xh-upDh8+1~ z2R+$3qf3_dIn?GSa?%M}wOhFX+pE`b9I88W%TU<#c#y7|pljn`?$S}q-2*t0)bNFs z#zA-DUs5lXmP)%bCxf59*RmL@*=|h~nKtrn%)ED2sPxTk7Ow7UbG?Xw{B(?X{p1#P zDDucRg&*t|@!9ql*HLMM^%p|%1l)~GY_J`ZBWBZkm)Z7JSwwQEz9Zs(H@UP-Pye1W zjoVkr;*1w@xBQrYOOW#vLEd$YATc8H8zTMC~?4qjH4N^%gqw!`;3sWj~3z#b~zA!j`*AB& zFxvVJt<%X;)rstnnHv!^wyZ?^S5!bP`~-DZb1tAvqo>ziDGSn@eC6SqOE<2SPw6U zSF5u~|02j3lS9OA;DZyr=NLSkFmdhx++=!`M;x07BK&c3 z7BMG6J_Ayg*j}NYu=!4wdWx;hgrXV&?p5cR6|BC;m^gL6C^+?QI$Ly)ZoU;WKZ&*- zk(-|uk~DbpQ{KlAOtB)E2vgenKMpZ`+^a6j5?Ubkkc?d{LTF)(b@^Z~)^$$D4l$e$ zo|v9ftf^UW{KpFZ@oz(@K?p&am*pJ3qmN^WszL`wQ#HQj!)F$F4kGJYQZXWbC$14D$S$yusJDeTIQ!5iH#RVjU@`)oKczSL_q^oB@C&W z6-w8y*e_ZW=~wtMeJA`z@Em;7S1>hBzGZ{c#@aT`Vx1LV8NN$WvD@91`9}ZK~R<5fJmA2P%r>h@L`5+Rnq-oE_yt|FJwG2Pgv=LQ< zb8xMgP*73Xw_l+UF>-}Dp|*6MSWM=Jj00XYX=%{x#K598T!mC_^Q8Nc@`=hk&Apy85L*eH#QF z>RT&6z?*PKM(n|ps7K9H*$CKX!u^ANM;i8M4c9Rm`ey!hEj+R1Ice>)MqB&tIEsfW z#%K*bUbJUNB3!SqPG`B(3qTW(xjtlf@HZT^m+nY^$T}I?DP*8V8Bzw3TBvrO8i^V; zJ;yI<3YXjoWv&P}U0-rntfpQBDfOQc0`(}<*JRiGc9-XqGB0wH&sa?uDP_eYPU#pwTr*07d@7B&o(`fHv>|HAm~M*kwM;ZIT%okC@apx3g*`Dpx{ z##5oca!Fj{E@$L|)q7S+=S-vc_6zN;Sp0kh(6E@WesiyKJ8{~~Zu(CMFmet>=;tG? z8JZ@fTfV{G!qqO?j-e^2Qy|-rW38|mtko;>^>F|j6 zk@w8Y2WQ;sjAb#ZHPnL=jIdRa)J-(GhufORRuG?PkmG;J|nU*yX&#%^AxUxSp0bawyuhNE9 z*YKVfF|X`DRf8-oU{?162qgowXyRN?(J_?7gU=tpiVAYCnP*It<31Je3+=X^`dTV%Dg03 zUeD4~jnak?2{U51Gb7=~_o07SIE@SsSCkT?DE!>!pj}6}sWkmLR*l3cZir1Mt_UgE z(*MC62Kz%Vh;FJ~(=V-sg7(8_E$g^N0Ib<+RdZ+(p8YqLzSc0G;`k!XzOcAf52(QSVgEg{P#uzDQPYxo73NUQBn-91$)!y6&P)vercO&puhITz`M z%)`q*V3u5Q+(9ajm&j+J-jgrVl!ax$%>m0|SYvB@(9=%M54e zF_kRSsYKBwktBf8)Q<6A4=hG zUc#>mwFuE>YtN^EILFxG?1yjX>~Tm=Pe)cbj7KgycNh_l7DR(*qH2V(8mqDO;mPW9 z54q`jo;sFbz1xf6;65T8s`rsqA`&jioTnZbdSn~TAT4A8Ro&x#-sD8BTr6N`tXSQ4z@;Es<0xv#G>=H<^M(TLRe8j0z_28v zFfC_iU=67#WCsc2i zEt}rhu9wTFFl6WRLHQI;?0gD$Y8LLB()Tziw~>+x1)L8;B&8q%h0dF7l*&D`M9mq4 z-vWaRljBl)2slf>2s;O~Bj+TLgcP$>16FKF*01a$hpAv5WyjW)fjL$9g5WW=RPT}! z>29(^=0WLAPjBMGY46;S!yJdShdjr+PqGjNgZQyn9&^&7KEjOWaCLxcH%z;dUN6Py zD8$uammB?);$Lc!HN}KYY7yy!m(hy6gKf?v-AJR}%(c>V=1TtNWU2)J`LJhWb8eyOuoVypO6wXq#Ro!CaQ)-OjJ@~qx{4!GFp5XQd@pvYPe#y zk}#{E$_9CHtB#ox@m8XIE59#`^~sVl#2&6>5HWaA!6ew%di=~ zn>FLdvepO<2;t13g&BJ3A;OqX!xVJfFBHiyah~w=K4JwSJWzhhhkyZO;rM!WZGLNM zTV_U>A6zgyR^_mbLp@VOM+jJ7pP_6%XIYQq({LpAstQyJtwFpY;v22X%IoRrBw%S$ z*>YD2=beW9j?p~PM4)fy1oy1l#J9?MBhK_~3s)9xYDEHE;^3onuqUha*I9g^r)7V+ zXb>N*+9Si`Z0cCH^3}S#Wz| zzmB_#b7}Sl@p%b8P~|wor~IsPiDwl|ZQ^{)o7rE1OAshSLY}B{*T!6^zz5h$RpvTP33P?J<)rb&LGE80!@5hsDD9Gpdn!sZ4$q1_|Rz z`Cf9WI%3IHM=qU{{Is+j>%5`9u#TJ$KNO z42$D^6XoPTg5;z)2S7GiPY4g=I-%6UocQ^A&BqEC66|!FR8HngEiQs(-+o25jBS5W z0hiZG0svnVeehwqb#n* z|Jhtf2!Tz2NDz<(K~V(4MGXR)B?)dY(Qp&0P!e(>(U8PsSHOY>6Ix)UMXN1V+EQy< zYHf>mP^&?Zi=u#{;yqfePYh~o6{1r1|2;Fa$#QG$`@a44^Z&f>lgyqo_n9+i?lWgH zBIdxf7_%sH+1u~9^JgBt-1u|ZY!7zb@JAZlxhBMQ;LV3fuq}VqbRz3D1@sXG#Jw+6HWngy6gwS zDw2OW{X?OqOQp$>l?uJCVAnVhR>_>)Kais{@w`tS%t>ldZQ1O^8)JQF;Kmhq=d7$BhAgn}s|>s`mth68onWc|@o(pK&=huGMCp;$VEXN(<-EQZxL zQ}?McTax5Z>A|p`mpx*z=RqKm5bAD_&N7$ly^NCG4cTbeS&j{K&0U!j&o!+hdW#<; zS3sY8mE)(r;O{m_$SWTdP`@}P-o5+~*kfs88mwP0p#EtND&$7B`IddvhKH*Ka4P2E@q|6 z#;%SqyIIVpE*txU2(#~s*~QDo-WFlDO3cn(HumADjyMR1HLYc1AHs|_TN2^UdU~Z! zZSaSZW<9||oZCvBla>S_6c+|D@vYQ!Y2FWCn;LQgo9VSMY34kmLt`gw=R{B-*7@`W z;oN>J=$cp?IdCmt`5QiW)`7Zlo`s$3c!PX2M-sea;1h1S*A`#b^M2urpA~$8;2=tLg>LD!0 zw>ME|be9y)j&|u7K8$RjzJ58}K;8d4Nq?iikt}@-F6qyg#-xd=SQpVe!AWq-^G>69 zHO*6PNAvV+kM18Y3pY>EP(uYCCD64J0pa!hKK|+luRsgCosHbaZ!-pyPz~`jBAO?C z=Eig$9nF(-+Fhn)I(jcH(=)4eaG!yzW<@o;Ss5iKkwSH$^3JKT?q7MmBG zky*ND>T$dSY%>}T`TH<)`F%#+QIEe9znufWkU%_vRr9(>>tRTo%G1D|)qw`x*93~z%Ky^ILJu%Y< z1UX_l2$#&5k6o6vT~fQC2jPECIr$N#NCkxTC%pnSVEroA{W&(j@li&m_RVp6kL|H{ zZ^Ay5QpQmL*sl2*z{&}KrOl&y2xVDXW5Hgo7W(wOja>$oV#D*hKgqPdNIDo6$Mx6W zH}13A*}kG&#uSLYsh#3m-SacwxP3JYF`jkCz9=l$CRHarcQx-Dw1=y^GCOOWPpDZs zqbny|NK(8Md1KbferJQXL{nvj3RE|lL~Eu$^|&O1dk$CXVTp;>-SAuTOCd81@c89z z0+B~}X5dgec2GL>bT)Pcrup{q{y90$LT(?=v|?mlxeldVOtAFI7LoE zL(tyE8^dBfE~{uCmqp{1u@~#rFF2!DF}V(YuKVtn*jkqtC$XR>e+HeYEL)hV6PA@9R=US6pSzRs!F zR7|o~&v&g{dLU!P(pkKa*qYt&ygz>B(l+m-NiA_%D@)q4R>9kO2b?P>3Sr&L&tXYX zuiPzf4I~}jt}^1N0%Nle_@lEE{vLe6$d3@lZ}gtIi;Lm3BmS#7YU4$vJMrugtxRW+ z$9emY9b0}iOq`^*SvP1W?wRD(0U{@PS;5wp-Wi9s$NS@nQW53HUfDR!Xkk^aHJDd` z_{c`@pIB=^W@wUsnEae6KfUG0UH@f9pdou)Yw%U~?N7HPdxQJ9F&=!mC5}C>mZ;#X z!R?y~Q>~n_?aVDCnI_mj$;*>XV<*UhssG#win*x&j0uXlr~kYODi$zgg6ah5##F6e z^B_trJNQ9M5APG$sg^F@CvZxI$_~D}xejb)-fr*mR{v?MVjsJQ13!BQW|wWKTkT!O zEfK89S%&{K_hZecGtvGess7m*l7hM9%Kg}15^FnoyI6NL+qmn~l7OEie;jyU96F6Z zfv(ZAEjhrshkYAE;~T)tJL^srD9=vH7@x(TjI3bxHf~kr@6i2SFq=u#l0j+k&Jb3y z9M;IBIx>oWlU;n444d>p#pOYAvKiIL8+>PO8Mh^nsZYsdG_?B15=J;sGI6N?NduG& zg;Ks35omy;9$nb1+)8mW$%{BU$$g#evR`@>xmEcrZR~Vfm~lA2<|mlmEOI{ehU`_? zQQFvxuq@{`5)8-d?CS75Y5btQ8x>%8Nh33T$-?a65AEZ1>j zK;wPE8BM`1&L%k3#MHe#CVM=Eo!;z(Hc7R-gOask30HWEXl_oDr}R4SsvU!TE3)^x zm&*_~yMg7QU%_hLhA;eqV3%wzFY(~s74K4z**m3Fdpj@O#~dPET>JA#$S>KwYnFqf z!7l8o>^EsBUAc6>lfyg)g7hk_U%LPFKoSSCcH(}-c-egj`L_|ebTiIhn^+XU;6dY6 zCt)B-cuZ>aW|aY5{)%w8>;q@=w0)P)TB5qNQs_^^?wJ#0l;l5$sR&>ox+q;8G5`b6 z#V9>ZiBW-mSu3(R!fXDH>M`L8}6gNc@f&16Hn7%Vj}NpJ@`Qf7#1F$-G&d z36!nB6tuFnHwm~SduQk`v{nc-ez~0I1h^f)Nwb6%w0`lu6mOT<$Uyt zrklG#WbVQ#+~0>s3YRV2`RU_NsX$jGrXH1S>pS_JTG=__D2;jGbjskIgHcf;R|p)U0|#ZVaP;%0fV9b!nTy?>Id1-s-FZNo2{XR$l8hi-HJ=FvRE zx9>XNmpgw=N8ac|xGH-*nV+q#=xmla2Nos70i_c0<&q!aoH{j8Y{OKpJIJxoh9^3rvkmkp|{0@@sZD=Kh zAf`so%OxirZBctOM5A=Lzcg;F-FhUuUY6%mj^tT-oF7VQy$qi_o#nq}&7!DJ4##Tb z^aRyf&fiLoCe{_F#vi31=dozhT*GW$=j>Viir1I1@`@KZd%?FdCV}@phkdCh*t)hc z&!&C#I3FH`Up?p`AsXnLmL4wl*^rRrPL}6*A=( zXa3iacE57gIi?$Cu@|>>uebWWwm$=p3~^c za6Q0RdT+HmQXJ9oiD* zcb5h+sCS~QREk4eV*Fi=QH+*T5hKUtw=~BFrWhoeF);RWVB8*=XJfM|PO{C3wXOQR zJaOm<7DOZls2eT45XEvSQ zN6yuITQO`4>?gAR&DT*RajJw=4+Aw-@4l{+;i!JV3wkin~8b?8Y3L&ausu_*(6 zZZOfrm+Riz88s!IM-vi~B(hYrIZ0xcDrO!r8$z-&#Jow&9Wgfv;{YzEtzz01xHo5+ zBQdaIEWlkai8LqqH^a&&=ASzSYjUEwm~dYJk?3P~3bW-;xB6fU6r zjsmK0rfZjihH$PxdjZ9n0%Ee*9>q5-pR9y7p#(P@o27tKDT^d2APCpfMC0YyMsna~ zT|Bj>csj~kmrrXbw9u3fWg*4VUQDKZwnUUqu8mLV+a~md;JFEqetLowLXIP5O=5OH z%=VHlT|!cPQz*z>lQL64@farmqw;x-^3iLJOw)Tir?cN;4-5T~xt33+kFx5h+nlat zOevYqVu0+{yL?)9tA6gLxn{|+RkDNMr6oH2n(w!a#uYVg%_;;=H#WTJpSvLr`fmyy z)!&Ud$kfu`GK5`Fm@MeV=SDy4JN#nK=zTe7zT~G)pEtkl*Q%F@73S%5P$TX(|`X@WR4coi0UU|XII zB5SHQh=s_myii=PP8p(I(9OhNPN1Qb3~?y-y^MWpf#}8l0&VXJ+aDHWb;`ze`!lq? z3fsR5!es?KrbudOX$RuG+&Jew;Vc`^AH~DUSm!qkmf`K#cLeDM@(KvT=wAiM{CFO- zRzEKRk+i-#j;?~HxS~A!cn4)9b;~x`Bc|=l(n{(s|V7Z*_?~j9Y>!1hs@vQ^uJm(g~ zO|WZctV1c^u{KF;^>Cz|gR$C)obHs38lUV${?RWyzAZm|tZ~lORz|(-n(Ni@6W+^e zTi?-@-|{`_$_ao)e-=iPksl_V9dhSBW5F-bNgl~+dH$Qcq;|RFa+D2%{FXJ6iakHKS!xd8MECa`Z1vQC8FgdV`Y)pcrv+nM z8SS+U2*x_Vm0jNxT@UBS__IyWc_cpE0%hnM#QFrKRL|8FETgTQg9`Xq<&gS%(Q+jejL5fXGgnV+$~lY>v9_q1D=u4|J1oh^g}NA}7E(dHZX|9j zWc#Jj$JJEl-0d*s&?XTcm?2A?_w9(=y<3we@dj+nf?&c9_10VDw|+;GxZ%8y+?&t~ zxALenduQxxO7c>+X6R*}hFp@B6%42Wvf<2+$14xRux+|SkDDtd5?WEKG*5Dtkwp_y zm%Y4=C%y8jWmhN>({Z1!?t${DwFA&>BwOegr-38nKs{27~fS-6$)DJx=XM|3#IUM=Dbr$P^86+?r%Z(U(T1>C8b21tsG86o?n@kX~i)mdr&|g8{&}M)k#Q7OhrnfjQNkLV;NG%(vGWR zuPh@ex{j$}plmctWX*YUru{3H_E~Os1*>BYZ+AT^{9q=o~jC{jnpUo3T`$<~o) zN#c$3+Y6ry{7nmIQ7_o`xAkJ=saT}T)^-+2lVZQWojpFjzMVbX5$vItk&2TTs zW_=!1dEP0YG5qG`UeI3d8D6SQy7ql9PK63&k}3Q{fW{)_0L3iO;#>hb%`p{6m!@yI#zU{1XAHgiC^tn9pO5bh-y z1l}>o5a%(2q&fF%q>J-gW02vjH;B*qu|e{k?;B*6v)mvB&Ju%^Ikg5!cdju=wNq%2 zMb0dZ1nbD1lWXu5f@c_9a_x*UxX{HJV(|5X_cgeX%}Fx2R1YV{;4+hT+L)5~tg!xr z2Hz>>O$Og9_n*@Kt;Ev!M4c;pFJqB+Re67J*M^nx%2A8|YPMyJ%1os;} zRq!%{djy|taG6~@`3Bcg&9V%hF6QY5&k+1PgUeAi$7Aq(!Fw9KTJU&-FB1HSZjXX> zg0~uch2ZZSe2w4-48B(I-3BicywTtr1b@ij8wKBB@J)iRGkBxmYYe_q@CJkL6?~Dw z*9%@@@B@Mu7`#dF=>~TM_ZhrZ@bLz36Fkk}tWa`R&*1Tbry4v-@I-^B3a$+95&ZKi z%>zROcML9)mz_5ao-X)agJ%f7&EP)4HyJ!%@cRrtOYrpuFA)58gO>@u!r&q%*I8ol zMS@owyiV|9gRc;LmciEuo@?;6f@c_fz2IXEzCrLI2Hz-nUxRNFJV|gpB4wYCQDSLF zUGMB0*L4Cb{>YU3NVim%#bYwsm>e)BoDAuDjxpJ8OlDy+*O)wHOc21(b%rsyTTFCp zvW(TBD4~w{a#C^l{wf{eV&m0=$?L{szA+hs$zEeJ!Il4(rRF?qt6j5H=0 zm^@%i`Wq7;CL4@NS7TC!$s@+(>jhHqmsMkOpD}4RCW|n++nBtnO>_f<;T^{CX=5lY z5r!*_;qQ&1G)WkK#~7{^LrZrvb{Fb*l`*;;qzUxRTH$gYXVooyEAEQ#M2^gN@2&8HaD|b=;3(1df93fnds0Y}cWt%`QD14rkkQA5z3YTUjqy~n|0-Q{6o|ko; z@Osi+VgG$}-m(5fmi)M711Z{7FcBFSJALk54CGDh#}?1-j{HfY1FTR|NF9YBdF^kC zi;PfWGiADUIb}9ETxRbcS5W&R3hEi1wt6SNqrk35sz+;xVzb4yr6o~F6Q=q%FRK;e zjoir4D87Bn%HTmx*uvtxLC8^s8o0mZ8sXMB=liTBx6Jm{f7P@wliB!ahVar$Fpt+q znDh=mqgC$RkHJu%0ti%%jlB?e=2+10f2{9T4E5E2-E{q*7_d2aVdC6)t4s_N2}x$~ zjEH1xW93>ng;+8*VEuozUi0sao;Pt`c6?!rKO2kIHDVzL2Od8@Pa>I)T*=(sh|RyW z$#?i~IpZ1;o9~KU< zTOIFXV#_Sy*t8qkdfJztyfb~P?;EuD1GWIt`p}}E&H)0M5AyEN^$<)}q?UV5mz{rh z%DId@UgFxD$qjN?>D!)5jUbHI6h&q(9_b8`}qVyRf-nM4HSj*V>iT6;J z8!0$lxwr6~mV$FxPYQsuSf`n3=d*N5MDp-@kx&-Xg!4F&67it)Rb><_b2qMb&F1B^ zM&Xgwu|Zsp{Z>y&341SY_w8Fbr#Z?5wiI8Cx;3HgcY>pxS!nRe7Cor5sb;9_=axHiKfQ!I>`5bPxyL-ZoI+;P9iS#KH~#o$1$tE zc4rL^k+Hnfl4>2?Dh}8%O4q+>ibbi}tXJBLBu1|3=oe+zB~~cIVy4XJLMeYG$6NxH znfm1t1pe~PK{hg%_j55x+$qP8m~WE-A!2rLTPWosOGKI8bH!!o-=kq1k%&IaeM>B6 z>>%aB6%@XC^{qY3FMq~6TBNJ1=8j_mHhBxBygkws&~{QvII~>tTOI%najOEk(l@|4 zF3mYnfirk1mUGXXb54*;KwLz)eVZI7lKEGzyp0BkaDI_ot;uj+@6XQ3IGhLO^HPFr zln$_>LV~-w@m7qJN86ncr9`Z=BC9)Gl-OQ-R`W;fd2+yPb;>#9C$xjiyysn!<<5mI z-}COsipz%vin^KG{H5ls2S%Vh(0mY$Hf;fc!Yw~Fvi3CN!^uZ6mSwsRG{-$h7@7zB zG0j>%t*hMN%JQv#*h7sQy$d0AHaTZ|SH%p<32hsn5a_bvG;?Q?rl0>6owz>9EI8DI zJ)IYP1DKKeRxcO-T z5=Ciap#$;_ZS@tgs_h%M-F-_U=_g%}$w>*5IQPwyaNqnl=pj|!y<8?lI#V(d)(%gV ztxcna;ZFONzNx1KtO%h(9~XE`jPkfbK$ z(ej=uhv$-!<8wGpa+r*T&R4a#(C?p09c7WIqo76{o1;XyO^dLXElp8&?~qNn4UoKs z$EZ7MwAAM6q0~iy)Z-b@nCF;8tjV225qcmOJa>l6#8mDS^26OZ$T@tc6N6C*Rg@ioLF{(jCca)bkLQl&70T> z52f6ygKOC(eCMML_UI&J>$Ub!%5%d^$vnvV6Wr+={YJ|@^b2iB)oWga|1cll^%KcN z%og1y|3ytc=2m6U6Zjkvqmb3$)&&nkQgB6poiwm(|h@$~yjsvn9NBgI3UA za@b6|&G35LTy7NUb9Ain9WRSPj_4Xm9;r@-3ExT8QFbOuy+vZk>h4DQ~MBhE&A z-Y#82M2*a2WonI>8tD>4MXrQiTwy2ZqjRO80|-*810#E^$HF`*&c|$zAY5cSzzW~c z!bhHzHM6a(^#8uy!kNgF&E^eeCvUU=v5bkqp~>-!5P~1I0$S{@G2T@XA}6{LE#j$&InZ4s zPH<-h9)J1%OPtSX+_+7;?;D7l&|});v3JHzHuJr6=DcFNdsSO3Y&1jN9%X zf)G0YnYl%cI9!9n9JURapZT_Y$tj-3S$WY7yF~aHw=RND<75F&yoWN~fJ7$?GrrcVw*^=nei= zZb-63JDt0>B!RoO+_h(!l~$Uy;7#7gm5`k`i-f$4PFFmRjR+ZU8b51ccSe`nCb}QF zC0=nH?gZf&jR?n>xMONvfy}_Lf``ryiq)d**5sZdoEc}}_ zf7`-!7B-LsIX*W?l0pjV+lt*ksD&Hc4V9#pYkuyAbhKJ3hU{fnZu)4c82vOd z&F|L|F<#NSt9TbiBx1;^zWO#KV%#T9=ukG1a)NO=^*fMd!46|ssKr?bvf%vI2VH8r z-$~Cn9ZyQcSu`JF*d(-^-h2>@L-yn017VAY-l5-k88h$UXS5KDSp0w7B`4UQ?u(;^ zPy;y@$j00ekBcM-;BM$lurOvg0v}QrzF4G#YkrRij|-{8r~hnjwqC(X|BOZ%5BTz! zye;ab3!hB%COmolPqnzct1fLr=M&wEY#h&NY)&VQm@N`BZyilp{qq@Ofy8jRGkga0 z#X1Yht7Z{HQQwBx2_t-X{*5ozx0M^YcUs)UMjX|*RhdUdMASr)7Bvw^X6xGm_HpL6 zMegNW324*VxNgZ0?bKV*vN#b%vy3E(=Y0FVZ1I@scfW%RH33=@LOZk4ljUB;7F_*x z=yUXszGjhb5*9Y`u@N=_#}yla6Nn{TJUeCzQ-S<65ir3_X-dl#VfhjtFV4vB(t<#| z;3ZNBPHloE7$X^m0Nz8-aQUQk<%NioxG+q?=4vTW2xP=bP_e=?B%DB;@JC`Tq9io? zv<%lpE1~oxEF(YS(zcdf6cr#zn;|~}9QhHKA{-buk)k6$Ms$RuMMr#)SaYoCh%Vmx z4-R|BAy@v2uUS(lHnJl`bi*lRNAw@f(YF(1M?{51N9-pM%6z$mAfxl4av2Lc`m&d| zxEp$53L9~aE6uGXi*QMY`HF9QbXxP*6k#CATX$rBAXB(Rn24J}CTSAXvd}Lvy78KD_E7tq^0ne?C$piV%>K<$jc_ zQFq8T2z1+Eo*4@5k=c$jmbng@q^gYw&e%ZbA)CzWa~Zhvte#H5YV8jyc%1cwFOEZj z`&x#0gNL%%&CX~U*q&OGP_yCdacYcfA>;Bxiv~!7{e3z@=0*g${qj&dp$SGa3x`B^ zI`3Yoqmpim98v6aQdu&cF#Q%iYM(SVC07lUPHp-548G}b{0Y3y7e}iDmALA!JNUdc zcH2=FxK_)^LI&oSPZ1)o)8}&;n9B$xa$pX>Tjn3mZ-vMTJ+d&cMmOy(E9)+* z;QVOlY0)M&FO&|i{`sV4#)^V?noB@diS&t&-QzC^^sKwVg>(s-lxd@8=^@9D*5(M7 zu;yR5n}>^eG5wi9n%gr3(#W1BkXBU&V&fON8#)O@L4;6?{6&KWBp{OMEmVbgCOS>5siooDUI>cw#iww^(+lRhIDbxnX%XUnFbj4 zzXq=@T$yIugL8l>?pp}sBm(|qu9|MvZJC_tyW!ttPI-{?I`tm*5rI~|-)*FlIpy`^ zCVY<_wA#vJF|flUebIiO*>1?o_pVcVfr_^O$)|o$tJgpwKhM5ts*>xsrSjB(7&^;F`nMBZD?{O{>cQ93v zk?5U^Aj=Y_8?Z>lnqR)HtP`0eVuat0DARZ)r zpNGEd1@9(VXm-AzNW1oiwDN2`Fh~`LV_Ai~@nSg4y zc+l`tj2n+?iR+8#nc_-UrupjQ5PhL0#RccV zvdI&}lHUNcLspk1T3!&Nvu_ebMcMgiR46*Cx%5 zDx`pEJ?y#Ia5!9wy63+bQae8!_cl~oPLW8oMVeypU3u1nQ_!3o-RTsplN2A2b#u)C z1)Oi>E+7jFdz>unC~XgH(^p8sVN4mKz0C1JdkFJMW{)ksh91y2&Q|-5x_w*p!FdWa zi{;ysUQ-vzDQ0gll|C;ia(|G^>Z3mnew7>iEclk}!KOHcEF9YY^Uzhyl)s`dbAto8 z4sWjhKQ;jad0HwdN0`*1^>#NrD~`rB8R?d#W6Pp^!Sj1wBMZ=o)W3a)Z`}Fa&;_bS z(?fp3Iexjn-*Oe>*?21a*lvL@LXGY6Xc9T0pf^HW37Y4OeVv^-xnh*f6ui;j$2as- z8E?J}=Za_trX#fHoMUbbIJ`x+as;E#MZT5i-%*Y|t0ZJd6Cj-v*6Lp`o^;@B}|?uK9B0yGhn zU2xJY)DiJKfgL1enZz>msBcRs`tUp1qd#U)xPpO-${o8vxf^a44@HM*7{5?X_se8} z9`cvwj;;7Y`TNnfe?d?#1PaM{g_T)fuoSgjTLv6o(W~Lh=^-Q$>~+`6=!6C|i3q)$ z;?X$XA3_{*@tu|$QgV2HdrF!iHj;pfzfgHAhqtir$`YQ;UJ=L`b@-jtmqv}-;l9OB z#b@cRBbMB8jqZ9GuNuB#%e+YlE6nJ_6iJA=D+ld_d^_U_mZDxxj9Fu8;r#(2-u8z> zp(pj=Vs&CC zc;n&>Yn3d?IUeSzVuEqgp&(=!F}G%EWR=6Y@`KdtscQjCvEePUt+}~d^9>F zvKuaS1wV6^e{Pxy83*NK7A3FTI8~U+pxe*6nYWPoAf3VYw-8GxWm|W6<|!EnuAT|U z?PP~4loH3RS6)kmz9XF{*}pL7H=GASgV>z3-Sbdgw=>v1VVUKY0XbdtbDGW!e8u=cY!>{*g9IP4@0u)Gu6llEkSt7fNZmE~^Ea!r3w={P;2U<83!cu)O_7Ant z#}yv4>nCOL#1yOR>>?>JCJ2en0QeV^$;Ko^tTG;L8Eke#&3-2X*o^QYgk(yRI`W$P z(JWSU>h+aWQwOQ@jB)8f&4{l+KfB1Odl~Kp%y3UedQk(A%G11xG>R^|zH`Wmz`H)h zQRF0ibno_QuSdr{U=FnnbYKzM{nKBA0PxSil=WTxg1;Aa{XlKA-c;& z4Mg7~;6%$Z`4JbV2i zVv8n0+_q+XCrcuc6^LLm_2a;FH%&bPXHx50`60viZwjBs}mT>+0(pJ zrddIzu zro*#x9U=!eRl^{kwh+B{y$>cof2rhNyRpX8yk$LEky?=cURWqc~h6=4Vm zHMKL7s34w}zFORh%n9Motl%>kvV7`1*(A}+V`Wd`n&S|3ueRZi*sHbWVc&&F({*c? zKiBE`2ReJxWBZscwmN^DC98Xg`tP5HEob~0pZXz&syouR=u>feq0X6Tn&d9;;UmhZey#a}~OJY4H( zx2gYA9kEi4&Cv06&O;vK2I7eC0%x7|ofhePa{_*yUmfqsgC}FPD#D5hkzCu+d;Zvy zY~@@NVXv(uzRfIFD(4DobxedLCCy1bSw`gSYj9sM-ud1ikIRCjhNk(`E2QfmNwmjg zP;Bd$7ASxG=v{h0_XOL`y1Q&F?+Es|oIq*Ld_>r{XVQ6r3J?x3BJ(76^sZ&;EMYXd zZ{HH+@Az^tkzRJPK+WUlX(zRkR?|s2nU$|7kE}9(OZki5rR@2vlad{oIGw48^3g#( zTh`&EJy*g^zoHQgXRN*8>X#zcVKhBWb^X#Yh-2{;C0OAOJi{}W%{(jIfx{V%Mz}+Q zGusAqOfd)ZGMvna7|7NC#J5I{6Y~Ac!i^R_Y2g72|6*aAg-K@`e?u(HvhYd^D=fU( z!k=0AkcHbVe8s|#Ed0vCgh3|!z80Qm;dl!tTR6|c8!Rk1$N0;)@B#}5S(s$u(ILj& zCl)qYm^Ij#&$6)0LcfJ|7Ou5$qlHgf__l>dEKHJJcfLUuUToo13+GvQy@jhRe89qO z7QSfVM;3l%Vf@)9{L?J-SeRzvBnzin_-zaQ7T#>(8VlE1_-hLvuyC7&uUPoDg`ZgX zm4%6xj%QhzVd0e)R#^C53x8zceHL!FaKD8$w!AbE`59vA+SkHP7KZJ2TRzxi;RXwT zWZ|0@eq>?T->KmEb493kb2t_xHs6#=P&)liMHfUi6*2elky>bhCM= zx*jf7Cu2{(%&MB~MdkkdnyR9bT1MRqRIMsfRjNjn@Hbo)s|x<4lXU5HHd$DNE1att zYPy=FhN*N3j4!MosV-2tB51&VGt}iOM`fxjRF*caQ2|w{{HmN7OOyvy!=J?K(LTB= z>E{%o=i+A?f01s&wp=G7)XUYSr?6!fgzr4%)vit!!c@|krbhE8VGbi4FRAjAo&~BJ z=s{KS8z8rm&O9AsE|^fMSeupVlrPY3%g9kJSRudSV}Y6n{T5?VOc*uTR;u~vDsdsX zzg~yX5ti7OYnwv+m8%=9yDH2Rphh@+aaW9ek+v_fae9a?pu-n?5Ajy%SS3Bx{7Hz$ zM>#f?l&=TMNG?sP7hqbe_2Tkc(q_``Ctk_Da78U4R%ka>suVK`Pk1DpvqBwnm`=kq zorIRb45l#?#7NSn1RHaU%aFF;iJY#-4d}ir1 z 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 bB!6W7g#4-b3-g!cLzth+PZapSNrC?c%T_@< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 0000000..62ab10f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/wheel.py @@ -0,0 +1,1100 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import base64 +import codecs +import datetime +from email import message_from_file +import hashlib +import json +import logging +import os +import posixpath +import re +import shutil +import sys +import tempfile +import zipfile + +from . import __version__, DistlibException +from .compat import sysconfig, ZipFile, fsdecode, text_type, filter +from .database import InstalledDistribution +from .metadata import Metadata, WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME +from .util import (FileOperator, convert_path, CSVReader, CSVWriter, Cache, cached_property, get_cache_base, + read_exports, tempdir, get_platform) +from .version import NormalizedVersion, UnsupportedVersionError + +logger = logging.getLogger(__name__) + +cache = None # created when needed + +if hasattr(sys, 'pypy_version_info'): # pragma: no cover + IMP_PREFIX = 'pp' +elif sys.platform.startswith('java'): # pragma: no cover + IMP_PREFIX = 'jy' +elif sys.platform == 'cli': # pragma: no cover + IMP_PREFIX = 'ip' +else: + IMP_PREFIX = 'cp' + +VER_SUFFIX = sysconfig.get_config_var('py_version_nodot') +if not VER_SUFFIX: # pragma: no cover + VER_SUFFIX = '%s%s' % sys.version_info[:2] +PYVER = 'py' + VER_SUFFIX +IMPVER = IMP_PREFIX + VER_SUFFIX + +ARCH = get_platform().replace('-', '_').replace('.', '_') + +ABI = sysconfig.get_config_var('SOABI') +if ABI and ABI.startswith('cpython-'): + ABI = ABI.replace('cpython-', 'cp').split('-')[0] +else: + + def _derive_abi(): + parts = ['cp', VER_SUFFIX] + if sysconfig.get_config_var('Py_DEBUG'): + parts.append('d') + if IMP_PREFIX == 'cp': + vi = sys.version_info[:2] + if vi < (3, 8): + wpm = sysconfig.get_config_var('WITH_PYMALLOC') + if wpm is None: + wpm = True + if wpm: + parts.append('m') + if vi < (3, 3): + us = sysconfig.get_config_var('Py_UNICODE_SIZE') + if us == 4 or (us is None and sys.maxunicode == 0x10FFFF): + parts.append('u') + return ''.join(parts) + + ABI = _derive_abi() + del _derive_abi + +FILENAME_RE = re.compile( + r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))? +-(?P\w+\d+(\.\w+\d+)*) +-(?P\w+) +-(?P\w+(\.\w+)*) +\.whl$ +''', re.IGNORECASE | re.VERBOSE) + +NAME_VERSION_RE = re.compile(r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))?$ +''', re.IGNORECASE | re.VERBOSE) + +SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') +SHEBANG_DETAIL_RE = re.compile(br'^(\s*#!("[^"]+"|\S+))\s+(.*)$') +SHEBANG_PYTHON = b'#!python' +SHEBANG_PYTHONW = b'#!pythonw' + +if os.sep == '/': + to_posix = lambda o: o +else: + to_posix = lambda o: o.replace(os.sep, '/') + +if sys.version_info[0] < 3: + import imp +else: + imp = None + import importlib.machinery + import importlib.util + + +def _get_suffixes(): + if imp: + return [s[0] for s in imp.get_suffixes()] + else: + return importlib.machinery.EXTENSION_SUFFIXES + + +def _load_dynamic(name, path): + # https://docs.python.org/3/library/importlib.html#importing-a-source-file-directly + if imp: + return imp.load_dynamic(name, path) + else: + spec = importlib.util.spec_from_file_location(name, path) + module = importlib.util.module_from_spec(spec) + sys.modules[name] = module + spec.loader.exec_module(module) + return module + + +class Mounter(object): + + def __init__(self): + self.impure_wheels = {} + self.libs = {} + + def add(self, pathname, extensions): + self.impure_wheels[pathname] = extensions + self.libs.update(extensions) + + def remove(self, pathname): + extensions = self.impure_wheels.pop(pathname) + for k, v in extensions: + if k in self.libs: + del self.libs[k] + + def find_module(self, fullname, path=None): + if fullname in self.libs: + result = self + else: + result = None + return result + + def load_module(self, fullname): + if fullname in sys.modules: + result = sys.modules[fullname] + else: + if fullname not in self.libs: + raise ImportError('unable to find extension for %s' % fullname) + result = _load_dynamic(fullname, self.libs[fullname]) + result.__loader__ = self + parts = fullname.rsplit('.', 1) + if len(parts) > 1: + result.__package__ = parts[0] + return result + + +_hook = Mounter() + + +class Wheel(object): + """ + Class to build and install from Wheel files (PEP 427). + """ + + wheel_version = (1, 1) + hash_kind = 'sha256' + + def __init__(self, filename=None, sign=False, verify=False): + """ + Initialise an instance using a (valid) filename. + """ + self.sign = sign + self.should_verify = verify + self.buildver = '' + self.pyver = [PYVER] + self.abi = ['none'] + self.arch = ['any'] + self.dirname = os.getcwd() + if filename is None: + self.name = 'dummy' + self.version = '0.1' + self._filename = self.filename + else: + m = NAME_VERSION_RE.match(filename) + if m: + info = m.groupdict('') + self.name = info['nm'] + # Reinstate the local version separator + self.version = info['vn'].replace('_', '-') + self.buildver = info['bn'] + self._filename = self.filename + else: + dirname, filename = os.path.split(filename) + m = FILENAME_RE.match(filename) + if not m: + raise DistlibException('Invalid name or ' + 'filename: %r' % filename) + if dirname: + self.dirname = os.path.abspath(dirname) + self._filename = filename + info = m.groupdict('') + self.name = info['nm'] + self.version = info['vn'] + self.buildver = info['bn'] + self.pyver = info['py'].split('.') + self.abi = info['bi'].split('.') + self.arch = info['ar'].split('.') + + @property + def filename(self): + """ + Build and return a filename from the various components. + """ + if self.buildver: + buildver = '-' + self.buildver + else: + buildver = '' + pyver = '.'.join(self.pyver) + abi = '.'.join(self.abi) + arch = '.'.join(self.arch) + # replace - with _ as a local version separator + version = self.version.replace('-', '_') + return '%s-%s%s-%s-%s-%s.whl' % (self.name, version, buildver, pyver, abi, arch) + + @property + def exists(self): + path = os.path.join(self.dirname, self.filename) + return os.path.isfile(path) + + @property + def tags(self): + for pyver in self.pyver: + for abi in self.abi: + for arch in self.arch: + yield pyver, abi, arch + + @cached_property + def metadata(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + wrapper = codecs.getreader('utf-8') + with ZipFile(pathname, 'r') as zf: + self.get_wheel_metadata(zf) + # wv = wheel_metadata['Wheel-Version'].split('.', 1) + # file_version = tuple([int(i) for i in wv]) + # if file_version < (1, 1): + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME, + # LEGACY_METADATA_FILENAME] + # else: + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME] + fns = [WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME] + result = None + for fn in fns: + try: + metadata_filename = posixpath.join(info_dir, fn) + with zf.open(metadata_filename) as bf: + wf = wrapper(bf) + result = Metadata(fileobj=wf) + if result: + break + except KeyError: + pass + if not result: + raise ValueError('Invalid wheel, because metadata is ' + 'missing: looked in %s' % ', '.join(fns)) + return result + + def get_wheel_metadata(self, zf): + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + metadata_filename = posixpath.join(info_dir, 'WHEEL') + with zf.open(metadata_filename) as bf: + wf = codecs.getreader('utf-8')(bf) + message = message_from_file(wf) + return dict(message) + + @cached_property + def info(self): + pathname = os.path.join(self.dirname, self.filename) + with ZipFile(pathname, 'r') as zf: + result = self.get_wheel_metadata(zf) + return result + + def process_shebang(self, data): + m = SHEBANG_RE.match(data) + if m: + end = m.end() + shebang, data_after_shebang = data[:end], data[end:] + # Preserve any arguments after the interpreter + if b'pythonw' in shebang.lower(): + shebang_python = SHEBANG_PYTHONW + else: + shebang_python = SHEBANG_PYTHON + m = SHEBANG_DETAIL_RE.match(shebang) + if m: + args = b' ' + m.groups()[-1] + else: + args = b'' + shebang = shebang_python + args + data = shebang + data_after_shebang + else: + cr = data.find(b'\r') + lf = data.find(b'\n') + if cr < 0 or cr > lf: + term = b'\n' + else: + if data[cr:cr + 2] == b'\r\n': + term = b'\r\n' + else: + term = b'\r' + data = SHEBANG_PYTHON + term + data + return data + + def get_hash(self, data, hash_kind=None): + if hash_kind is None: + hash_kind = self.hash_kind + try: + hasher = getattr(hashlib, hash_kind) + except AttributeError: + raise DistlibException('Unsupported hash algorithm: %r' % hash_kind) + result = hasher(data).digest() + result = base64.urlsafe_b64encode(result).rstrip(b'=').decode('ascii') + return hash_kind, result + + def write_record(self, records, record_path, archive_record_path): + records = list(records) # make a copy, as mutated + records.append((archive_record_path, '', '')) + with CSVWriter(record_path) as writer: + for row in records: + writer.writerow(row) + + def write_records(self, info, libdir, archive_paths): + records = [] + distinfo, info_dir = info + # hasher = getattr(hashlib, self.hash_kind) + for ap, p in archive_paths: + with open(p, 'rb') as f: + data = f.read() + digest = '%s=%s' % self.get_hash(data) + size = os.path.getsize(p) + records.append((ap, digest, size)) + + p = os.path.join(distinfo, 'RECORD') + ap = to_posix(os.path.join(info_dir, 'RECORD')) + self.write_record(records, p, ap) + archive_paths.append((ap, p)) + + def build_zip(self, pathname, archive_paths): + with ZipFile(pathname, 'w', zipfile.ZIP_DEFLATED) as zf: + for ap, p in archive_paths: + logger.debug('Wrote %s to %s in wheel', p, ap) + zf.write(p, ap) + + def build(self, paths, tags=None, wheel_version=None): + """ + Build a wheel from files in specified paths, and use any specified tags + when determining the name of the wheel. + """ + if tags is None: + tags = {} + + libkey = list(filter(lambda o: o in paths, ('purelib', 'platlib')))[0] + if libkey == 'platlib': + is_pure = 'false' + default_pyver = [IMPVER] + default_abi = [ABI] + default_arch = [ARCH] + else: + is_pure = 'true' + default_pyver = [PYVER] + default_abi = ['none'] + default_arch = ['any'] + + self.pyver = tags.get('pyver', default_pyver) + self.abi = tags.get('abi', default_abi) + self.arch = tags.get('arch', default_arch) + + libdir = paths[libkey] + + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + archive_paths = [] + + # First, stuff which is not in site-packages + for key in ('data', 'headers', 'scripts'): + if key not in paths: + continue + path = paths[key] + if os.path.isdir(path): + for root, dirs, files in os.walk(path): + for fn in files: + p = fsdecode(os.path.join(root, fn)) + rp = os.path.relpath(p, path) + ap = to_posix(os.path.join(data_dir, key, rp)) + archive_paths.append((ap, p)) + if key == 'scripts' and not p.endswith('.exe'): + with open(p, 'rb') as f: + data = f.read() + data = self.process_shebang(data) + with open(p, 'wb') as f: + f.write(data) + + # Now, stuff which is in site-packages, other than the + # distinfo stuff. + path = libdir + distinfo = None + for root, dirs, files in os.walk(path): + if root == path: + # At the top level only, save distinfo for later + # and skip it for now + for i, dn in enumerate(dirs): + dn = fsdecode(dn) + if dn.endswith('.dist-info'): + distinfo = os.path.join(root, dn) + del dirs[i] + break + assert distinfo, '.dist-info directory expected, not found' + + for fn in files: + # comment out next suite to leave .pyc files in + if fsdecode(fn).endswith(('.pyc', '.pyo')): + continue + p = os.path.join(root, fn) + rp = to_posix(os.path.relpath(p, path)) + archive_paths.append((rp, p)) + + # Now distinfo. Assumed to be flat, i.e. os.listdir is enough. + files = os.listdir(distinfo) + for fn in files: + if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'): + p = fsdecode(os.path.join(distinfo, fn)) + ap = to_posix(os.path.join(info_dir, fn)) + archive_paths.append((ap, p)) + + wheel_metadata = [ + 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version), + 'Generator: distlib %s' % __version__, + 'Root-Is-Purelib: %s' % is_pure, + ] + for pyver, abi, arch in self.tags: + wheel_metadata.append('Tag: %s-%s-%s' % (pyver, abi, arch)) + p = os.path.join(distinfo, 'WHEEL') + with open(p, 'w') as f: + f.write('\n'.join(wheel_metadata)) + ap = to_posix(os.path.join(info_dir, 'WHEEL')) + archive_paths.append((ap, p)) + + # sort the entries by archive path. Not needed by any spec, but it + # keeps the archive listing and RECORD tidier than they would otherwise + # be. Use the number of path segments to keep directory entries together, + # and keep the dist-info stuff at the end. + def sorter(t): + ap = t[0] + n = ap.count('/') + if '.dist-info' in ap: + n += 10000 + return (n, ap) + + archive_paths = sorted(archive_paths, key=sorter) + + # Now, at last, RECORD. + # Paths in here are archive paths - nothing else makes sense. + self.write_records((distinfo, info_dir), libdir, archive_paths) + # Now, ready to build the zip file + pathname = os.path.join(self.dirname, self.filename) + self.build_zip(pathname, archive_paths) + return pathname + + def skip_entry(self, arcname): + """ + Determine whether an archive entry should be skipped when verifying + or installing. + """ + # The signature file won't be in RECORD, + # and we don't currently don't do anything with it + # We also skip directories, as they won't be in RECORD + # either. See: + # + # https://github.com/pypa/wheel/issues/294 + # https://github.com/pypa/wheel/issues/287 + # https://github.com/pypa/wheel/pull/289 + # + return arcname.endswith(('/', '/RECORD.jws')) + + def install(self, paths, maker, **kwargs): + """ + Install a wheel to the specified paths. If kwarg ``warner`` is + specified, it should be a callable, which will be called with two + tuples indicating the wheel version of this software and the wheel + version in the file, if there is a discrepancy in the versions. + This can be used to issue any warnings to raise any exceptions. + If kwarg ``lib_only`` is True, only the purelib/platlib files are + installed, and the headers, scripts, data and dist-info metadata are + not written. If kwarg ``bytecode_hashed_invalidation`` is True, written + bytecode will try to use file-hash based invalidation (PEP-552) on + supported interpreter versions (CPython 3.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(self.filename, use_abspath=False) + cache_base = os.path.join(cache.base, prefix) + if not os.path.isdir(cache_base): + os.makedirs(cache_base) + for name, relpath in extensions.items(): + dest = os.path.join(cache_base, convert_path(relpath)) + if not os.path.exists(dest): + extract = True + else: + file_time = os.stat(dest).st_mtime + file_time = datetime.datetime.fromtimestamp(file_time) + info = zf.getinfo(relpath) + wheel_time = datetime.datetime(*info.date_time) + extract = wheel_time > file_time + if extract: + zf.extract(relpath, cache_base) + result.append((name, dest)) + except KeyError: + pass + return result + + def is_compatible(self): + """ + Determine if a wheel is compatible with the running system. + """ + return is_compatible(self) + + def is_mountable(self): + """ + Determine if a wheel is asserted as mountable by its metadata. + """ + return True # for now - metadata details TBD + + def mount(self, append=False): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if not self.is_compatible(): + msg = 'Wheel %s not compatible with this Python.' % pathname + raise DistlibException(msg) + if not self.is_mountable(): + msg = 'Wheel %s is marked as not mountable.' % pathname + raise DistlibException(msg) + if pathname in sys.path: + logger.debug('%s already in path', pathname) + else: + if append: + sys.path.append(pathname) + else: + sys.path.insert(0, pathname) + extensions = self._get_extensions() + if extensions: + if _hook not in sys.meta_path: + sys.meta_path.append(_hook) + _hook.add(pathname, extensions) + + def unmount(self): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if pathname not in sys.path: + logger.debug('%s not in path', pathname) + else: + sys.path.remove(pathname) + if pathname in _hook.impure_wheels: + _hook.remove(pathname) + if not _hook.impure_wheels: + if _hook in sys.meta_path: + sys.meta_path.remove(_hook) + + def verify(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + # data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + # metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message_from_file(wf) + # wv = message['Wheel-Version'].split('.', 1) + # file_version = tuple([int(i) for i in wv]) + # TODO version verification + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + # See issue #115: some wheels have .. in their entries, but + # in the filename ... e.g. __main__..py ! So the check is + # updated to look for .. in the directory portions + p = u_arcname.split('/') + if '..' in p: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + def update(self, modifier, dest_dir=None, **kwargs): + """ + Update the contents of a wheel in a generic way. The modifier should + be a callable which expects a dictionary argument: its keys are + archive-entry paths, and its values are absolute filesystem paths + where the contents the corresponding archive entries can be found. The + modifier is free to change the contents of the files pointed to, add + new entries and remove entries, before returning. This method will + extract the entire contents of the wheel to a temporary location, call + the modifier, and then use the passed (and possibly updated) + dictionary to write a new wheel. If ``dest_dir`` is specified, the new + wheel is written there -- otherwise, the original wheel is overwritten. + + The modifier should return True if it updated the wheel, else False. + This method returns the same value the modifier returns. + """ + + def get_version(path_map, info_dir): + version = path = None + key = '%s/%s' % (info_dir, LEGACY_METADATA_FILENAME) + if key not in path_map: + key = '%s/PKG-INFO' % info_dir + if key in path_map: + path = path_map[key] + version = Metadata(path=path).version + return version, path + + def update_version(version, path): + updated = None + try: + NormalizedVersion(version) + i = version.find('-') + if i < 0: + updated = '%s+1' % version + else: + parts = [int(s) for s in version[i + 1:].split('.')] + parts[-1] += 1 + updated = '%s+%s' % (version[:i], '.'.join(str(i) for i in parts)) + except UnsupportedVersionError: + logger.debug('Cannot update non-compliant (PEP-440) ' + 'version %r', version) + if updated: + md = Metadata(path=path) + md.version = updated + legacy = path.endswith(LEGACY_METADATA_FILENAME) + md.write(path=path, legacy=legacy) + logger.debug('Version updated from %r to %r', version, updated) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + record_name = posixpath.join(info_dir, 'RECORD') + with tempdir() as workdir: + with ZipFile(pathname, 'r') as zf: + path_map = {} + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if u_arcname == record_name: + continue + if '..' in u_arcname: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + zf.extract(zinfo, workdir) + path = os.path.join(workdir, convert_path(u_arcname)) + path_map[u_arcname] = path + + # Remember the version. + original_version, _ = get_version(path_map, info_dir) + # Files extracted. Call the modifier. + modified = modifier(path_map, **kwargs) + if modified: + # Something changed - need to build a new wheel. + current_version, path = get_version(path_map, info_dir) + if current_version and (current_version == original_version): + # Add or update local version to signify changes. + update_version(current_version, path) + # Decide where the new wheel goes. + if dest_dir is None: + fd, newpath = tempfile.mkstemp(suffix='.whl', prefix='wheel-update-', dir=workdir) + os.close(fd) + else: + if not os.path.isdir(dest_dir): + raise DistlibException('Not a directory: %r' % dest_dir) + newpath = os.path.join(dest_dir, self.filename) + archive_paths = list(path_map.items()) + distinfo = os.path.join(workdir, info_dir) + info = distinfo, info_dir + self.write_records(info, workdir, archive_paths) + self.build_zip(newpath, archive_paths) + if dest_dir is None: + shutil.copyfile(newpath, pathname) + return modified + + +def _get_glibc_version(): + import platform + ver = platform.libc_ver() + result = [] + if ver[0] == 'glibc': + for s in ver[1].split('.'): + result.append(int(s) if s.isdigit() else 0) + result = tuple(result) + return result + + +def compatible_tags(): + """ + Return (pyver, abi, arch) tuples compatible with this Python. + """ + class _Version: + def __init__(self, major, minor): + self.major = major + self.major_minor = (major, minor) + self.string = ''.join((str(major), str(minor))) + + def __str__(self): + return self.string + + + versions = [ + _Version(sys.version_info.major, minor_version) + for minor_version in range(sys.version_info.minor, -1, -1) + ] + 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 i, version_object in enumerate(versions): + version = str(version_object) + add_abis = [] + + if i == 0: + add_abis = abis + + if IMP_PREFIX == 'cp' and version_object.major_minor >= (3, 2): + limited_api_abi = 'abi' + str(version_object.major) + if limited_api_abi not in add_abis: + add_abis.append(limited_api_abi) + + for abi in add_abis: + for arch in arches: + result.append((''.join((IMP_PREFIX, version)), 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, version)), abi, 'manylinux1_%s' % arch)) + if parts >= (2, 12): + result.append((''.join((IMP_PREFIX, version)), abi, 'manylinux2010_%s' % arch)) + if parts >= (2, 17): + result.append((''.join((IMP_PREFIX, version)), abi, 'manylinux2014_%s' % arch)) + result.append((''.join( + (IMP_PREFIX, version)), abi, 'manylinux_%s_%s_%s' % (parts[0], parts[1], arch))) + + # where no ABI / arch dependency, but IMP_PREFIX dependency + for i, version_object in enumerate(versions): + version = str(version_object) + 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_object in enumerate(versions): + version = str(version_object) + result.append((''.join(('py', version)), 'none', 'any')) + if i == 0: + result.append((''.join(('py', version[0])), 'none', 'any')) + + return set(result) + + +COMPATIBLE_TAGS = compatible_tags() + +del compatible_tags + + +def is_compatible(wheel, tags=None): + if not isinstance(wheel, Wheel): + wheel = Wheel(wheel) # assume it's a filename + result = False + if tags is None: + tags = COMPATIBLE_TAGS + for ver, abi, arch in tags: + if ver in wheel.pyver and abi in wheel.abi and arch in wheel.arch: + result = True + break + return result diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distro/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 0000000..7686fe8 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/distro/__main__.py b/venv/lib/python3.10/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 0000000..0c01d5b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/distro/__main__.py @@ -0,0 +1,4 @@ +from .distro import main + +if __name__ == "__main__": + main() diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d81cc1f91c612f47494015a290eb014aa3e16d0 GIT binary patch literal 920 zcmcJNJCD;q5XYUwNt}oCe%-+rNRcy$79l{Ph!if;1)6DAcD$D?=UH28JGv|QGIV?w z3L2VisrU+1c$|xr2wGP1Pcwh*yu1_IcHPL%x6j|VKT3x2lbq92%$(QR7vE>_4Zjc= zSbzc+p@=0Yp$R6Ip^O!%U=^xpfrT}wVIAt&fCe_9i8k2Sf)=)+jUDJ<7rNMk9`>P+ z0~p{ChB$%|j$w=wm=uhy;TOLY;DTqF{nFZ)n!gHJ`RPOtu2(nj-z*pKZqDY5^@p1k zTg-L$L|v}mlGHhoR_pxIQpogvF5*N9FHJ-!b%U`zS8--Crkh?W0-wngJ+8F134JbI z6!JFIMd52Rx6DA?aor23BFp2CB|Aavou@ie@@N~~PoX-t zrfn4R#5MD-+F^X2=2XbD)Kj{6X!p_1_3Gou+CI)6xhjdLV?}SRvL!H-NhlMl1dC83 z(6Xoop-Hd_Ekc{nA#@2nLZ2`o3<)E`m@pw+WVoJQ>dN8&{xp&w2dHoQ A=Kufz literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ecbc791b1a0b9470922d3ffa421bca61efc103fd GIT binary patch literal 274 zcmYjLu};G<5VhT?iYhApfh|LNAl9nt7qC<;ES6IriPglmY&TMePJ9jj!oZxBiCK|GBhaj<~iZ?`>Y2LGeKXJ}bXmJqX8u<(3OwV?g zs)|oe#)?nHpp2bLDRY zwt2qAOO41uwpT0C7G_1ONa4 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0d29c09f2537b180caf9882a2670e5e21735f766 GIT binary patch literal 42159 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 for more information. +""" + +import argparse +import json +import logging +import os +import re +import shlex +import subprocess +import sys +import warnings +from typing import ( + Any, + Callable, + Dict, + Iterable, + Optional, + Sequence, + TextIO, + Tuple, + Type, +) + +try: + from typing import TypedDict +except ImportError: + # Python 3.7 + TypedDict = dict + +__version__ = "1.9.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", + "altlinux-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", + "board-release", + "ec2_version", +) + + +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 + "altlinux" ALT Linux + ============== ========================================= + + 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 InfoDict( + id=self.id(), + version=self.version(pretty, best), + version_parts=VersionDict( + major=self.major_version(best), + minor=self.minor_version(best), + build_number=self.build_number(best), + ), + like=self.like(), + codename=self.codename(), + ) + + def os_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the os-release file data source of the OS distribution. + + For details, see :func:`distro.os_release_info`. + """ + return self._os_release_info + + def lsb_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the lsb_release command data source of the OS + distribution. + + For details, see :func:`distro.lsb_release_info`. + """ + return self._lsb_release_info + + def distro_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the distro release file data source of the OS + distribution. + + For details, see :func:`distro.distro_release_info`. + """ + return self._distro_release_info + + def uname_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the uname command data source of the OS distribution. + + For details, see :func:`distro.uname_info`. + """ + return self._uname_info + + def oslevel_info(self) -> str: + """ + Return AIX' oslevel command output. + """ + return self._oslevel_info + + def os_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the os-release file data + source of the OS distribution. + + For details, see :func:`distro.os_release_attr`. + """ + return self._os_release_info.get(attribute, "") + + def lsb_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the lsb_release command + output data source of the OS distribution. + + For details, see :func:`distro.lsb_release_attr`. + """ + return self._lsb_release_info.get(attribute, "") + + def distro_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the OS distribution. + + For details, see :func:`distro.distro_release_attr`. + """ + return self._distro_release_info.get(attribute, "") + + def uname_attr(self, attribute: str) -> str: + """ + Return a single named information item from the uname command + output data source of the OS distribution. + + For details, see :func:`distro.uname_attr`. + """ + return self._uname_info.get(attribute, "") + + @cached_property + def _os_release_info(self) -> Dict[str, str]: + """ + Get the information items from the specified os-release file. + + Returns: + A dictionary containing all information items. + """ + if os.path.isfile(self.os_release_file): + with open(self.os_release_file, encoding="utf-8") as release_file: + return self._parse_os_release_content(release_file) + return {} + + @staticmethod + def _parse_os_release_content(lines: TextIO) -> Dict[str, str]: + """ + Parse the lines of an os-release file. + + Parameters: + + * lines: Iterable through the lines in the os-release file. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + lexer = shlex.shlex(lines, posix=True) + lexer.whitespace_split = True + + tokens = list(lexer) + for token in tokens: + # At this point, all shell-like parsing has been done (i.e. + # comments processed, quotes and backslash escape sequences + # processed, multi-line values assembled, trailing newlines + # stripped, etc.), so the tokens are now either: + # * variable assignments: var=value + # * commands or their arguments (not allowed in os-release) + # Ignore any tokens that are not variable assignments + if "=" in token: + k, v = token.split("=", 1) + props[k.lower()] = v + + if "version" in props: + # extract release codename (if any) from version attribute + match = re.search(r"\((\D+)\)|,\s*(\D+)", props["version"]) + if match: + release_codename = match.group(1) or match.group(2) + props["codename"] = props["release_codename"] = release_codename + + if "version_codename" in props: + # os-release added a version_codename field. Use that in + # preference to anything else Note that some distros purposefully + # do not have code names. They should be setting + # version_codename="" + props["codename"] = props["version_codename"] + elif "ubuntu_codename" in props: + # Same as above but a non-standard field name used on older Ubuntus + props["codename"] = props["ubuntu_codename"] + + return props + + @cached_property + def _lsb_release_info(self) -> Dict[str, str]: + """ + Get the information items from the lsb_release command output. + + Returns: + A dictionary containing all information items. + """ + if not self.include_lsb: + return {} + try: + cmd = ("lsb_release", "-a") + stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) + # Command not found or lsb_release returned error + except (OSError, subprocess.CalledProcessError): + return {} + content = self._to_str(stdout).splitlines() + return self._parse_lsb_release_content(content) + + @staticmethod + def _parse_lsb_release_content(lines: Iterable[str]) -> Dict[str, str]: + """ + Parse the output of the lsb_release command. + + Parameters: + + * lines: Iterable through the lines of the lsb_release output. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + for line in lines: + kv = line.strip("\n").split(":", 1) + if len(kv) != 2: + # Ignore lines without colon. + continue + k, v = kv + props.update({k.replace(" ", "_").lower(): v.strip()}) + return props + + @cached_property + def _uname_info(self) -> Dict[str, str]: + if not self.include_uname: + return {} + try: + cmd = ("uname", "-rs") + stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) + except OSError: + return {} + content = self._to_str(stdout).splitlines() + return self._parse_uname_content(content) + + @cached_property + def _oslevel_info(self) -> str: + if not self.include_oslevel: + return "" + try: + stdout = subprocess.check_output("oslevel", stderr=subprocess.DEVNULL) + except (OSError, subprocess.CalledProcessError): + return "" + return self._to_str(stdout).strip() + + @cached_property + def _debian_version(self) -> str: + try: + with open( + os.path.join(self.etc_dir, "debian_version"), encoding="ascii" + ) as fp: + return fp.readline().rstrip() + except FileNotFoundError: + return "" + + @staticmethod + def _parse_uname_content(lines: Sequence[str]) -> Dict[str, str]: + if not lines: + return {} + props = {} + match = re.search(r"^([^\s]+)\s+([\d\.]+)", lines[0].strip()) + if match: + name, version = match.groups() + + # This is to prevent the Linux kernel version from + # appearing as the 'best' version on otherwise + # identifiable distributions. + if name == "Linux": + return {} + props["id"] = name.lower() + props["name"] = name + props["release"] = version + return props + + @staticmethod + def _to_str(bytestring: bytes) -> str: + encoding = sys.getfilesystemencoding() + return bytestring.decode(encoding) + + @cached_property + def _distro_release_info(self) -> Dict[str, str]: + """ + Get the information items from the specified distro release file. + + Returns: + A dictionary containing all information items. + """ + if self.distro_release_file: + # If it was specified, we use it and parse what we can, even if + # its file name or content does not match the expected pattern. + distro_info = self._parse_distro_release_file(self.distro_release_file) + basename = os.path.basename(self.distro_release_file) + # The file name pattern for user-specified distro release files + # is somewhat more tolerant (compared to when searching for the + # file), because we want to use what was specified as best as + # possible. + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + else: + try: + basenames = [ + basename + for basename in os.listdir(self.etc_dir) + if basename not in _DISTRO_RELEASE_IGNORE_BASENAMES + and os.path.isfile(os.path.join(self.etc_dir, basename)) + ] + # We sort for repeatability in cases where there are multiple + # distro specific files; e.g. CentOS, Oracle, Enterprise all + # containing `redhat-release` on top of their own. + basenames.sort() + except OSError: + # This may occur when /etc is not readable but we can't be + # sure about the *-release files. Check common entries of + # /etc for information. If they turn out to not be there the + # error is handled in `_parse_distro_release_file()`. + basenames = _DISTRO_RELEASE_BASENAMES + for basename in basenames: + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + if match is None: + continue + filepath = os.path.join(self.etc_dir, basename) + distro_info = self._parse_distro_release_file(filepath) + # The name is always present if the pattern matches. + if "name" not in distro_info: + continue + self.distro_release_file = filepath + break + else: # the loop didn't "break": no candidate. + return {} + + if match is not None: + distro_info["id"] = match.group(1) + + # CloudLinux < 7: manually enrich info with proper id. + if "cloudlinux" in distro_info.get("name", "").lower(): + distro_info["id"] = "cloudlinux" + + return distro_info + + def _parse_distro_release_file(self, filepath: str) -> Dict[str, str]: + """ + Parse a distro release file. + + Parameters: + + * filepath: Path name of the distro release file. + + Returns: + A dictionary containing all information items. + """ + try: + with open(filepath, encoding="utf-8") as fp: + # Only parse the first line. For instance, on SLES there + # are multiple lines. We don't want them... + return self._parse_distro_release_content(fp.readline()) + except OSError: + # Ignore not being able to read a specific, seemingly version + # related file. + # See https://github.com/python-distro/distro/issues/162 + return {} + + @staticmethod + def _parse_distro_release_content(line: str) -> Dict[str, str]: + """ + Parse a line from a distro release file. + + Parameters: + * line: Line from the distro release file. Must be a unicode string + or a UTF-8 encoded byte string. + + Returns: + A dictionary containing all information items. + """ + matches = _DISTRO_RELEASE_CONTENT_REVERSED_PATTERN.match(line.strip()[::-1]) + distro_info = {} + if matches: + # regexp ensures non-None + distro_info["name"] = matches.group(3)[::-1] + if matches.group(2): + distro_info["version_id"] = matches.group(2)[::-1] + if matches.group(1): + distro_info["codename"] = matches.group(1)[::-1] + elif line: + distro_info["name"] = line.strip() + return distro_info + + +_distro = LinuxDistribution() + + +def main() -> None: + logger = logging.getLogger(__name__) + logger.setLevel(logging.DEBUG) + logger.addHandler(logging.StreamHandler(sys.stdout)) + + parser = argparse.ArgumentParser(description="OS distro info tool") + parser.add_argument( + "--json", "-j", help="Output in machine readable format", action="store_true" + ) + + parser.add_argument( + "--root-dir", + "-r", + type=str, + dest="root_dir", + help="Path to the root filesystem directory (defaults to /)", + ) + + args = parser.parse_args() + + if args.root_dir: + dist = LinuxDistribution( + include_lsb=False, + include_uname=False, + include_oslevel=False, + root_dir=args.root_dir, + ) + else: + dist = _distro + + if args.json: + logger.info(json.dumps(dist.info(), indent=4, sort_keys=True)) + else: + logger.info("Name: %s", dist.name(pretty=True)) + distribution_version = dist.version(pretty=True) + logger.info("Version: %s", distribution_version) + distribution_codename = dist.codename() + logger.info("Codename: %s", distribution_codename) + + +if __name__ == "__main__": + main() diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distro/py.typed b/venv/lib/python3.10/site-packages/pip/_vendor/distro/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/idna/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 0000000..cfdc030 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/idna/__init__.py @@ -0,0 +1,45 @@ +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 +from .package_data import __version__ + +__all__ = [ + "__version__", + "IDNABidiError", + "IDNAError", + "InvalidCodepoint", + "InvalidCodepointContext", + "alabel", + "check_bidi", + "check_hyphen_ok", + "check_initial_combiner", + "check_label", + "check_nfc", + "decode", + "encode", + "intranges_contain", + "ulabel", + "uts46_remap", + "valid_contextj", + "valid_contexto", + "valid_label_length", + "valid_string_length", +] diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba99c1c134b4ff3afb69deafeeb0456e23467973 GIT binary patch literal 857 zcmbu7y^ho{5XY1K$Zj^-@4Y?58*H%`P9Q3TfP>z)&%=sg7yeqcgW$1Vp z3Tn4hyaE-T9Q2})#&QaMFaIYTo!M{~JA3%Nu~xk9TD z;`PK@ZqTN+`{GP)(KZaqfDXQd=$sDU1-s~H=u_`jZhHOt=H)9+`5R-jaWS}^xwuwG zA~?O$l+~Im>(1{hS6W&2$-0OLk~85ZMa7C+ocnNY-r3cuu9(95)@?h1D{eUvxX?1^ ziW!%5dKV$?9QC1a5oLu>?INbS_o4eFIoRgOQ*4+dwVSmi`e1D#AMg3vt-Ag8Pb`=! zZROUT)>y+;c_;2dxAaFeM3t;*!x65$m|%Qlrr}y)yxW*F-!ucaXZ*DWW&juhBESeR z2E+iE0h0hyz!b0n%m8!10-tgfL}Cw-}r81MpxX{8D&Ss?7rl-I^_G@H?OFCOS2hZ7RS4~tAEURJa!z1#4Ievgk@(To&*-b0znQ5LRqbhv;iUY3P$az8oNVJ z&rsEql|zq&aIWw-*hk;^1K`FHtvJ_}Q%)RwS}x1?RgXP(Y?P%({krPCnyPwLpZBT; zv$J&v&ky4tH$RzmoS&$2{P9s)!>j)TAsoRnC$7FMW~jTF+xKFx&tu;AW1l&~6Fdw0 zVI20OIO^BpTE8CG`!n$jb0phs2!D^ov+p?~5a9zygwna&-0|WjG?A!5Q-fv>nt5pI zVg{NSXwE^i08K;8LNhCy(4F7m@p<)x9fy}G#$m&N8{NrD%KYj7#&)?XIWWMhiu4UF!pwLlGh6m(_(;tXYM&(AQ^VulLCKe9_DB4)#Z)_J* z8!yePm9C~R9oUxa=;S>)uW5H8XPI5DDbk%Hm>R9&)db8D!3^wH40A9Hf@NqKjx56* zjD`RvG7Go!u9AJ37fJT6jU6@JaO3wiU)f63Y^c<#P_b~R1$dy&Lp=N+o&ySt zRT~_NoNPrlLM$?7zB9^G!n7j>h3+V6d_Bz40-0zy1j#C-zKAKq?+((uRaX~Da}-4C zGT8!~p0sHcDoH6WsXNLEdXynk==451wr%1@rR-R89%0lpI~${3PpVE85znA+eHG#` zWa>qZfjT%KoFeB>Op)eyLCukPeLx)`H9sEeTlQc$2DROQ#~}SZ=JYtEOJv?1 zS1(ci6@14Xvx4vX6U=>!`Kv%X0Ol_NV!}L_U~csm^H<4YF^^7Q9u(m*%>NF|YZJ_) zBh23v;co2&=27`5=Jn&4{{dbZKhfPZRZpR;o+kx6j(YtV>h)Boxh{~-rQK=u0{!RD zBw8dW2~^qhFDRW2x_Xfsy+q;)3CdBb4H4HTSW{}8=08e(Q>d$CdjmTCSBNRpb@qRN z?VbXA!om^QhspdD*e*t^e7;5{VzuJ>H7ZS~JLUQn7}m)6G6|}kVw%#*8r}msqo;`) zY1lQ5JB5--|09L-QLXQLk4D;AL;elj2?WO%hZyoX)c*hstzqxQSQOUYEGe;o1@i2bUD*E-P_W*>UcARw9EJz`KZq z`xTu*-g+F-;s5g0tFO00bshh=$G<%q%|bdopQ;?EPUxyFRHgxruz>%z3wT(A20r4D z4(!E3o0`2o+|F^=p|f;4j?F@L+w3A*cX7ts$xPSY(mAJPqPkn1-YDHa`j zmNSo`@LzQcrq+^r2Os0&ya?ybIE_e%z3oDD47x^XLZ2k(2+O#_W literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f595d8b9cb57983f8968ee934df477006e8f410d GIT binary patch literal 760 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..78a708c155732ce11c48bfdabaa1e4f5118a83d8 GIT binary patch literal 194453 zcmYh^37nO4|NrsRbec2M9;qbld(%GcQ%yDP(>{_)l1sa^Oi2q9*+U2+Ns=gpBne4K zLK2dYgb+fv+Yu1-U&xq z7E64|@PGd=-G*HI->fmC6NxA>G7%Mv(xT!~GAa?JuP8CH*rY_1iZbpf7G(xY21^A? z2g?M@2FnG@2P*_m3!WaV7(63bDOfpJ1?}sc8K$bivx3!vX9ueXYXoZsYXxfu>jdit z>jmov8w48$8{xxzrN&`y63hxV4K@ol54H%l47Lik4rT}21ltDN1=|NZ1Uq8*N}a-- z6YL!966_kx4R#B55B3P=1$zd21$zhk1p5a21^Z+8O8H?P5F8jB6dW8J5*!*F7Ay#! z6C55qH#j1AUT|b^RB$wguXKKx#{@43jtyQI92dMO7zHm5jt@=8P7Y29P7Pjy z;VVrG^QFP*!5P7s!CAq=;OyX>;AO$N!OMg5g7bq5f(wIJVE9T`hPf!XD0o%y>fqww zHNk6x*9ET+-VnSocvEmm@aEtx!CNtWrKMrMEqHtIj^MK3ox!_;cL$dT?+M-;yf3&S zcz7(cojj^}!9n$AeD>0;K#v(!B2vRf}aLI3w|Cv z9DQMHKN9+v!K1;if?o%}!SI!ih56gCmhVFUK6pGl8b1Vo4E_{65&Sv$OYqm=$>4v2 zzXksr{2jwr`XkJL2LB443jQ7ZC-^TeEfyt|#aN5YY0Ba{o@Bjtyo54cnNnsbGfBR> z-L|Ceqm;6=vW&8|_b$}^Oel$DiLlxHfd{-3p+rS(-)o~^8|tf8!_ ztfj22tfQ=}tf#E6Y@lqYY@}?gY(naB$rD_baADqAUAE3=htlx>ymlD`WhE%9;f*tWu)U5E5|Ft zGoSr85T5%i!?T}dc>c2t&w!TUInXjZ3tEQfK+EtfsI`RWLOT|o4K2g-p=EeRv<%OQ zmf=~^GCVI@hG$00@Z4w_o*gacX^r!h3-o7MsJudXr7}EEYAuWOIpO)z?(1sZX0h@b z<+Zxqb;|3NHz;pZ-lW?vQQoY)MR}`kw^Z|Oq}Fn~j@_YLro2;mm-24qa^*d`&wDlB zr+J0u`!%oB{D5+mj)!Mj`?H7VTCF8KIb-OP#AJP1!GVB8E^TIyBGVBEOxO}7A98-R)`v^M%yY2Uyk1Kyr{-_Ll z1G`<=9ax6_fo0esScW}=!Km)Yte+c}n@W@*m~D zA=7N{VBhbhY4&ePPv1N6?@FJO$`Zk_>3fH? zsJ!M1O5Z!AMW<`7sPw%r2^*LvSJy2RyO?kGmy0V6{ zrm~i@wz7`0F8f4#oa$+=uWX=fsBENcOzLrIqGMUgrpji@=E@ezmdaMj*2-*U8)aK% zJ7s%i2W3ZPC;pylEjfBzIxD*l;F4eK=${EU;%31omSg4$>oTESAWy-nA%a!w#^OXy9e+%{aU7-yB!q!^C z{=xp3fH?Xen#d zT5i*NZ&&)>AuaN~Lt1pFj^CxcTlckGd5`j5<$X%uJETRvcSws?>i7f7RmulRt!1^2 zJ)~Ttd|0_w`G|6z@=@hu%Js?(O5Z!AY44Dxy+fMz4r$sur1{=KYYF=Y`yTk-Ax(RS zH0>SIw0B6;-XTqUhcxXS(zJI-v%Q0VPs6|P?f$~Q@hxB0@$Jf2lslBKl3L479eYjr zy7CR>F6Eob-O9I=dz5c0-%-A++^c*~xlj4NazClHe4t|=DnC*lP=2gDsQg5ENcpMq zGv(*X!^$s|N0eVGk1D?+wU)1S>>K4V<+sZ3l;10lD}PY_sPw%9a?~taw zLz?yuY1%ua`QAZm3Ht~8zWUxFO?!tl+dKI8Kb&u{kB2i3mVfK`KgxeY7T0-);bMETt^1ETb%|ET=55te`widAhQq@(g7qWo2a* zQfoO=$EqrQ?@(NOhvL!MI$m8_L+N{m;!!QlwUu?0b(Ow%C?5IVp?KtbhvJd%9g0U` z@1V7W{ewNGzIP}d`QD*;)KvH7dxzqY?;VOqzIP}d`QD*;wWk?$RfN7?#3-#ZkK zeD6>^^1Vax$oCG#Bi}m|kHX$TYw4uV%~5t%c2Ra!<|?}>yDNJr^OQZ6y_CI`eUyEb z{gnMlttDT_1}FzA2Pp?DhbV_Chbaq`zIP}d`QD*;bgqt%P@bn8sT`#oO=>OY>)06O z1^9}?$~%LsCA%I}olD~~IG zQ2wa=NqIu~v+@_^uga6k|BzbCZ#wp0Lo&+K?B^Yl zQ7_GY-XW>;4oRJNNcwpPt;NqhB%^$Nj-Pi(MtuX_VW(OXr$&*q}DQ8$HKV>`+G4)^99PW$_tg_lou%@<;D6tK3+LN$0sT$ zDJLtZD5sKI%OyHCO?jzux^jkcrgE0DP&r%a=N*!E&B7nIxk^9pkhE(Setf=ifpQ_K zwOpZNS1OB?iuU0Nr`gwg z_7C>G@x4Pb^1VYc^1VYc^1VaS&O7+eDBn9IBi}nDBi}nDBi}nDBi}nDBi}nDBi}nD zBi}nD?Yx8EkMA9lQP?|ZEn)v)Yw^89(yv?C?0bi#u302?%_6C57D-*RNa~tJQr9e! zx@M8oHH)OKStNDMBB}EZNu75{`gsSfCF~#UYx~|I>DMi6_Ps+==N*zd?~v4ahosIs zBz4{)sq+p=op(s;yhAeby+cyx9g;flkc@oqkhIqs*yE(Ng#CkkZQna2Bi}nDBi}nD zBi}nD?V5!@w!U{rM!t7QM!t7QM!t7QM!t7QM!t7QM!t7QM!t7QM!t7QM!t7QMq%%u zwS@hHt;P2a$;kH(NxNp@U)%Q%NxNp@v+o^}cFn?P-#a8D-#aAjnuQ>q3`zIRC4bql|Z?;Vnn?;Vnn?;Vnn?;VnM&BAZzdxvD? zdxvD?dxvD?dxxaXJ0x}9A*u5YNu75{`gsSfCF~z;Exvb1`gIGNeeaOed55IVJ0v6D zJ0x}9A*u5Y$;kH($;kH(CA4=ap}j*1?Hx*J?@&T}hZ6RB2m3RHwb(1<$m35SLmGzYMl?_O(rJ;^BQZ`mLQD!NdDw`>rD_baADqAUAE3=ht zlx>ymlRapMaOPcE>+&9yj^*R za+&f@RX619rEz0MWTa_;;w<%v#zNCCvxt-KnUeU1~ z%2$;;m9HsZSH7X#rF>JlTlto9kMeEhJIZ&JdzJ5zTFX8idtbR<`GNAou#YXF*E^KZ z>m5qy^$sO$@4%kAMD&UBkn&UIXUfl&hm~I_kC0l+mpXP-`IYi(%5Rn5DZf`9 zSN@>vVS{YUwm^1sU8m47JzRQ{zrrTkm@kMiG;>3Y3Gx?b;) zuGdPY>-7%lws(lvl5YD49^-V|J9ws)8Fnl)e57RfZl!D2kRFxRTt-<|Sx#AASwVT4 z@^ocIGE3Q1*-Y77*+SV;*-F`3nXPQ2Y^!XiY)@(}9dxXtvXe4L*;&~|*;SdV z?56Cl?4it4_Eh##_Ez>$_9eBJemd4)nXeq69H<jMA~u%JY?Dlou$+Dlb%yQ(mNulou<!?Dkmu?E2ofJ%Tyh^L^(})sdBn< zhH|EImaZm)HSUtf`K=NsO>+)nEI^onk?Lmzupxl_kq)BL*THDoJ_YwwV*y+gY84(WE@!M{7ccSzT3 zCDZM^gCF<3L%N-J@cIAm9nvG;JETXxcSzUkCDZ-&lD2x^JEYrr2mf5(JEYrr2cLcK zkRJKoA>Gb9_;KGmq}zE1pMCF;Zs#3*{zZ@2|KB^L>opJQdd)++&O4;*yhFOqJEZHp zL%Pm8r0cvxy3RYK+j$578oqZ(xAP9nDcd{n-AifjkkZ~ErM*My|Lh%7+B>AQcSzZJ z2fvRDWu~&EvXrv4vW&8*s%)lgu56)fscfb69Yjj6cSuFPgGlN14k>%RgMEFirM*5U zT(_{tp`-p>;q{U>=VcGbeaE53(F*;NaleGid}d=HVbs}_FT_Yf(2wWQC!he$=fhe+ua4=KIkA!S!B z{B~gvq1A+aggpYjhe$=fhe+8gCjGX)he$=fhe+A0CH=VXAyW2gNuPZWk&1i|k+N4y z`f=Ywr0ms_KKmXbrFUAS{GAqBOV~%)T6_8eFaS1nSyYLU`a ziTzO8&m`L1#=skOYPWBZivEB7luP=2WVNO?f{vGSnu6XhZ0r^?Ti zpDPb5zaX`iBRck_@~HAF<=4t@l*g3cD!)^HuRN~&LHVQdC*=v{&&pp&t>sr8JE{DS z@;BvwmA@OLxmcQ^s}>o$ zYLTI<78(8yfBSez-FGQvX=NE@S!Fq8d1VEq?;bL=d&uzJgVu6}ZsWU$44r?-(C#5a zyN3+z9x}9h$k3}LGxTc74BI`}V{L1#p{%K_rL3*2qpYi}M`|tgb*zE1p|X*(v9gIW zOW9P}Oxax7LfKN;O6j|Y4DB8=w0p?#-GkQBPPc8Z?4azZ?4-<5c2;&#c2(voyD7UX zdnogiJ(azby-BU5kB;?K_EYv(<|_v%2Py|C2P=mthbn#VkP-RbAwzqI4DB5Mao6WtCUwO7b~w(UaP!L zdA;%m<&DalNUddwj@_)hMR}`osq!}E?aDip%anI2?^52aT&}!Fd9U(5@>-`^x>w50oD&KT;l0eylvG{6u+3`Kj_V<>$)7q}K93JWNPn_sl7v{_70i4c9E%T z7n$~IN&9o!{gqXgQev~|O3KR0D#|mJRh4Hct0~V`R#(PI~ z)>hV0)+M!;dOB8L*+AJ)*+|(~*+iM8Y^rRgY_4pfY^iLeY^}^zwjs5awmQ~M*#g~}_GS1OB?i zuU0NrUZcELd7bilr1SFTh(pj@SVP`O(9kaCUkVdYxoBg%EkN0pB$*DE)WTFc`)_Js0DigT8m$~$kdgKO#eMk_T1)IEi!f0B2!l_GIiA=Q&%lAb=4x%UMr7p>$kcCm z$kbJfOkK6ev{y^|?fj}mroCD+KEs=-D;Jseib=msxN>3l>92Umw5t|=++XpKX;&?L z_E$V)+Eojm{S^~#Sy@GSrn0K?EM+z2*-F1^QBvm}N=7xq-=C6tmuAVRw&psd z)>2o;>M83h8z>tp8z~zrn<%rCO_j}*&6O>bEtRd5t(DoN*3w4D+A7;A+bcULJ1RRV zbCjKxU6fswxyo+J?#dp@JY`Q(Yw4w9y_J2GeU<%`{gwI30m^~OLCV3(Alv|X~E4M0NP;Mi&mKSyGCFRS??aEh_JCv^~cPd{~zOH;jxl8$`a<}p= zGt^7uLO!=+yJLUJvTQ~p=^yYdg^ zpUS_Kr<8vy|55%MvXq~92x}>&a}T9--J+DvJCxFShf+H4P)g?=O6j~qDV=vHrSlG@ zbl#zq&O4OSd52Ou?@&tT9ZK2W!5)XDrEKruS%K7APSdf|l@*m|C@U!|E2}8aR901< zrL3krTUlLMLs?TLuDgnV`UR%ma?g`nXfAIaxVHIaPUya+>l|<#go?Lfs zHn)%D=p*SZ5{Zhr8ZvCC77vYWSR4;IHXOF$IIG(}z!5WS(6o6rL@6H* z+OU0+hNG9JC9dyU%J1M88@9*8;rb=)?#lZ|I<~W++8I7nZ*Rl-8deW1ktiCg;fpCH z65Bgg@|%sBW<&GJ{za?Lv(Fh@*+0_%bbdL06(2U%Nl)YssFG-u8NMC6>~?vTj`JP= z-fC{;aP&V`w^a@gV7vLn5`|N>{LVHUj)$%`{2mY8ZAe_AoAtDzbUX~Up^6QS(!-;6 zw>^Z(ZhF*K*-+SBL(P`O6Up2%zRcD(?8?(H%!b^aW&Dp;Y$o5}a*0M|!~Olm_b0xK zM9W0tWDk9R60Pie)LVD{uMN5VHH>I&f82Zx)2}R+SiVpzUunZm8^T?mY+l^HKU%{n z8}`S;zc!q-Av{9GTG)bY-C?L>OD&4mJ=}%@TX(p(i8d^?p;3v0C3?@i_~I!Ci}$&3 z+QIZb7mu5H@nr`y`b?U6;e-pPU3f5~|AmDYPOq0HD!^%QI#h%+pb}JuDsU!Lg|nak|r!=M1pf#Gm2jDYiCB#eU5a6XKI3t%i< z2;<-)h~Q!v4-;S_OoGWU1^6#^(j_nrE`_V@2h^m+a1C4w*TMC01Kei+jZeBA?to=* zC)@>h!*aL>?uGkc1>6rS;Q?3$55j7A2-d*EuofPHb?_)W2J2x1JPuF5ldutWCRBxL zP}BG}kN+-f(}vRQ$Ey96hk8&S8bCv61dX8yWI z5pW)igi$aW&WAB@0ZfBSVLHr!nJ^1x!yLE_=ECJL59Y%HSO{0Zl~4qW;3~Kp7Q;1g zEnElJ!wqmF+yqPDX1E1zg{5#C+zxlZGPo1&g1cck+ynQ*eXs)Vhn4UEtbzw&H9Q1s z;9*z`kH9*36dr^1umK*2C*Vog2v5P&@Cl_02l~^U@#1Up)d>z;2anZ=fVg$4@SZ$7!Bvc7`On&!i6vn zE&|&=+p`~xhY2tdY%6WgelP`W18UEHFbyt+=`aIk!Yn9+*)Rt#gSl`y%!B!`0Bi?n zKTzOGSPPH9I(QTwgY~ch9)~C3N!SRx;Vsw$Z^JwAF6@Q(U?02>`{4ul5I%wf@G%^O zPv8)I3ZKE}a2URTBk(00g|Fai_y&%_x9}Z&569sL_z`}B6Yw+q0>8qa@HbS-Fe*b8 zI1|o-YH&7GhZ;~5YC&zN1NERjG=N6X7@9y9G=*H~2Hl|t2-57zPD!4h)BLVFa89BViPbg>i5ZL~t=ofQc{(Cc|`?0W)D16vAwn1DC;E zxE$ued{_Vr;R?7CieM331y{pjxCX9;8{kH`36{Xka0@Jld*EKU4_3hauo51CRq!CJ zhKFDcJPd2$5m*P0!eg)=Hoz0`By5DI;AwaUHo>#78J>eJ@H}jV7hoH_2rt3QupM53 z9q=mbgxBD8cmsC9Zg>m!z}xT+ybF8bJ=h2D!+!VxK7^0p0DKGw;S)FnpTcMGIUI&B z;7d3PU%}V#4IG1S;XC*qj>8Y|Bm4v>;Ai*+eub0pANURa3%|o3@F)BQr{Hh+2mXab zrcn&ipd;i!H|P#MAP;&%FX#<@U;qq(p)d>z;2anZ=fXI+2o}LMcm;OAtFRN^h9mGL z`~$`8|GnR&G{}K&&>eb1ALtMHFaUfiK}t z_zOAt9=ng#~4+g+FFdW9gMQ{~thqob7+DJkUbb+pr3%#H> z^nrfRAM#-UoCCvQ99#s8U>m#)ufraA8;-!2kSJpmgHDhG-Jm=406T|aUkJv*MX(5V z!#;Q)_QQwJvaFE}ZJ;f*gZ9t?Izn%-Gj#Uj8u~$h$cF(i5T1ff@GNYG=U@vw4_n~{ z*ao}cP1p@@!5(-U-hnFRj5DDPw1W;X17^Z3D1_NC2QGuTa5>C_`LF;M!WB>ii{L7_ z8WzK~a2?zXx4^Bi6mEmt;SN{^cfwt8H{1jF!hNs;?uV7|0IY%sVKqDiYv5s63y;7$ zcoZIk^{@dRhbQ1k*a%O-)9?&zf@fhfJO^9gdDsdsz&3atnwB@3L33yUt)MkzLmOxd z?Vtm6gwD_fM!fF**G04LMvzuLtz-q zgjui&o`vUN3p@{7;RV4FaajQB$y0SU@BY!)8JB=4l`gT%z{Fg4Rhc!m!P# za1$(no8cC?6_&zna68-q%ivD93+{&Ha1Y!I_rVIdA6CKxunHc8)$kCkfrnu&JObzY=UQDGdu@d;Ca{zFTgf<5nh6qVLQA6 zJK$B=39rHH@CNLHH(@ut1$*Facn1<^8O0zCibFQEg?7*$IzUIrf$lH`rotsK4K9W0 zFau`7EGU9Suo@nMHSjR3gGXUKY=Fn%Yd8kq!VmBhoPeJptD4ainn81D0WF~ww1&3O z4)(%(un+db2k;?$1P9<_I0&D>A@~$NgU{hG9Dy(4D0~H9!#8jYet?tkJNyA$GM)4a z?0{EcC%gu)!yB**-h|!o7VLqy;T?Dv_QHFx58j9U@Bw@XAHf0m7!JZGa0oty&){=7 z3}3(z_!5r7SMW7_1IOT7_zu2@ujsnm`sbg=R1oE`)J#5kxQn%V8eOhXt?@R>A{t0)B?Hbw)arf_hLN zvLF|_L3ii@dC(JjL2u{-eW4%phkO_S17Q#hh9NK%hCuaNs(_se8G``JGSlh|?8XSf%;0SyPN8u~@ z8oq&J@GX1?-@|eE0e*y^-~{{(|3dvojRw#V8bM=d0$I=$dP5)R3;m!!SgBRf|X!MxT7@9y9G=*l+5?VnUXbU|c9~Qtycp9F8P4FCS zftTQAcmNvl!h`;7Ro_+r~s$I z=}-~QfJ#sqs=%3070!Zca5hwj8c-8zL2al5b)g>AhX$~|tg!+9hJWB+Xi?5+39X2-57zPC} z9cI8xm<5F}8|J`eFc&U|c`zRqz(TkJu7o031Xsb;uo$j^jqo%)1DoJk*bH0XdDsds zz&3ahUV@k571#lKLtdO#lZgkCTmW8J>eJ z@H}jV7hoH_2rt2#up8cjJ@76xKh07)LObXJ-QaWh5{|-G@HKn`$KYG|4icvu z#h?@9KrW1j2`~{R!DN^MQ(-#HfSE803ZZ>PqXTq=PLKngp$l|{?$87BpcjmRXJ8XN z3!C9N*aBPOW!Mfo;8l3~4C5Kt1kb`YcoANP?QjS_h1QjfY-j^*p&hh`4$u)gLs!U! z_3$`sgs0$Xcm_7Xv+x|8UD>D(HJ~=sfx1u+8bCv61dX8yG_PW`fR@k-T0=Ipfws^N zIzUJ0bf%F5U7!c-hY#RG_y`WdCvX^wRW;I}I3%G2q(cfaAQMVLYsiK+&=%T3d*}o? z&>6ZwZx{kYVHgy^IWQc~gOM-_ZiJg)3ET{~z^$+pZiCz54p;_v!dbcU{w3*DeQ^ng6*3B6${ z+y-~T-SBI5<0K?%7{#D1w1f800Xjl1bcYt%MoVY~tsxuQKwD@B?V$s7gieqHouLbK zgq0HD!^%Q zI#h%+pb}JuDsU!Lg|na3H^F1D9yY+^(0!lL1M(no&?p9JP#ls_0@5J`8ITDj zp%j#cGEf%EL3yYEr@`q^5zc^0P#LPgnNStZf@*L!REHW+6KX+ir~`GO9@K{h&=49y zV`u_d&=i_Mb7%oAp%t`-Y-j^*p%dglXXpZ5As4zqcjy6m&=Yz=Z|DPkp&#^zd>8-& zVGs<4Autq%K>?ft!{J;Q0q4O;7zLx@d>8{4z*x8t#=%7p!No8hCcs3P1e0M3OoiF7 z8191=a6hbs2jD?i4G+N@co^2gBd`u0g~wn$Y=Fn%33w6`hmB&82E`!>B_JI#AQMVL zDJTtPpe&Sw@=yUzgVUiRoB@@fGE{-HpcOy^J01crLG=^KD#TQ0P zXa%hy8`?lyc;bk09DaZw;iquyD97MO_zCtNGv0%J@ILH^58y*cd}|bgG$;;9C;{n^ zf(*!nl28gtLm4Ow<)A!NfYab~s0e33C8!Kl;7q6rXF)YM8>&MMs0p>8Hq?Q-P!H-u z184}1pfNOoENBYNpgFXFme2}XLpHR5w$KjRLkH*xogfD~Ll@`@xzG)|Ll4M1|PzUNlJ*W>2pdmDZ#?S<^peZzi=FkFKLMvzu+0X{sLOW;= z9iSt0f*j}!U7#!ELO19RJs=NyLNDkIeV{M&gZ_{Y17IKwg26BZhQcr?fOB9toC_o1 zJQxY1U^JW$W8eZ93m3vTxCkP+7{JM&pa9N+;czaD zfb(D^jDpc{K8%42U@Tk+3H^CCP8E%1FVJX}Ox5FK<4DN)x z;BHtB_rSeyAFP1;VI@2OtKdOc4G+N@co^2gBd`u0g~wn$Y=Fn%33w7V!c*`xJOi8H zS=bEE!4`NPw!#ar4PJzo;APkjufPs?6?VdF@H)H!yWmaO4R667cpKh`fREuId;*8yQ}_%%hr{p%9Dy(4D0~H9!#8jYzJ>4LdpHh1z>n~g(eP<| za~p4oOEk0pZSvaD>UOX5tu8JWZt!2L3yO!Duy?N>_L^ojnG8phR!e(Lw_4F_hSh3b zOIoe#wY1eNuXeIKk?qyaZ6nsYHQSJ8zU2?X{}a$ZIvLQ@z?h z@e_q!Yg%34wYJs8Uh7(2;Itu1t^V${ht-S{;gRfVwY*n*M{c5u*S=P3dbM}sCbGN^w3_X8 zu+H@FhtSl~~5z0S3I$Sd!iKIV0y)e~N? zwEDZ(MOG8(;gMWywY1l3tyc7UgVmZ|Z?W3K>m646c)iPNf!7sQBd-rwo$GbA)x}=d zSY6_Et<_~-AGNy5>jtaqygp%dlh>!LZuk1E)xBPyvwFa*on1*B^}5sQNw0QlAkjV* z{%rQ|@kFlI_pSEv`hnHKUO%!r!t2LY$9nz5>O`-fS)K0nu+;@#k62yo^{CY)Uca`w z%}A^*5{gz5Z$SsMk|gk9+;c>PfE&`-KIkyrx-A zX82DStEIiBTdn9d!)i6JC9T%=TH0!s*Roc#y_UC{_&^$7^S+C%ksEddh1Ls~P?)3;I~C=Cz;Ix?c0GW_cZGHQVb(t2thGSUp-Y zJnH+bRw)(g4^}sN{mJSUue@D6Q99g!w~A-@@9p57-&MR$x0>sfUq`UhE58I}k5_&P z$RV%%5|HCwZ?l@~zry2Ps~f!@usYg*o5w+`k=H|3r+WR&YN6M|Ru_0ZVs)|CqgI!A z{o3j>ug9#e@cNzAHC~Tf-Qe{{tDC%@u)59bNvnIj{$cg7*T1bE_d3>|VYinLkIp!& ziz|d0SzY3Fywzo1Ct6+Mb+XkpUinoC8@x`ly2UDwD<6f_@deUo=)l*)tvYI?Cte1Dfm-f2EYL?eqtY&*%YBk5}?N;-=F0-2N z^)9OgUYA=P?e$)(k=GSgr+Qs!wb1J-s|&oYwz}Bs8mmjZuC=<%>pH6|ygp`ijn@rU zH+X%*>L#xnt#0$m9%!f6O;-1K-E4Kg*DY2LdEILDsMl>)k9&Q|>PfHLt)BAws@06s z!^8KQ)$(57uv*3In^tRjeamV?uWwsz;dQUo_Fnf{&GWk7YQEPGtrmDaV0E2uZOKJ@Os4RVy{Q7F7f)c)n#6fSzY1vJF9EF@=H24c>U4pCa))~Zu9z! z)tz2XTHWLIH>>--{%-Y<*FUWu^?J(caj*YaJ?S-Jzk}eE*EFliis3;`S}pB0-D*Xz z8CI)#Eorr`*V0zAyq2|^?X|qs9IvNY>B(YQEP>RtvmVu{zpoRjZNLYF4Lut!}l@ zYfY;Qyw%1oHeX+;9_P3f_E!_5L ztJ!CV`kU26jZpuwdeUpN3_Dsg934%q73vhLMP9GBy4~xoR_oRdH#lN-tk)5l_FbqG zjz(6C>V-Pp>T<7(t?u-Cv(<|A!wqh;n&b6RtNC7^vbxUeGgfzb-D>rK*Vn9`@cO3J zY7N4jy=yhg>jA5yy&kn%^@P`dt^V#cS<=1%4a1$4vRct=1*Ittstp4t`uhnXe!dDw;HOuQzt9f3}w>sVH9IMN{ zF1DI%96s$9s};T8ZZ*g2qgM01K4o>C*G*P;dEIJtzt`8Tp76TcYPBZee&4a0<@G(Q zxn7T2E%JK8>T<7%Quf!=Ytm{mE8IgFs};Rgu$tqwk=1;!Ev>Henr(HL*N#^Ad+llU zgx9`St2Olp%4(L^5mpPlMphSioo;ox*O^v#dR=Taqgl9zo2*v!dYjeuUhlHn$LoDo zBd_;co$hs&)wy0Dwz|aYdaJ9vZne6_>#J6O_xh&QD$V^twc60@dscJ39j|sN zy_VsJMvL%i6|A=R+Q@1juN|$f^V-wu39o&vR%z)El+}h_&$U|Mb(GbyUdLE1^cq<$ z@;cq>a<7Z6CR&9%yV+_*ueVuk@AXlueY|e6y3XrXtNXpaX7z;EH?3A_?T>@ihF(9i zTHy6_tA$>VS}pQ=!s>FbC#~-ETBeMxEZZL)tL?qo@3l(w@!HpFl{Vo9gRD06I>PE; zuaVUSUZ-1K?zPD3F|UiQCfkO4xZ7$)uTNW@=yjXbJzih3deZ9~Ruk>Qr@dvhq1O+r z=6LIkogt&a72!s>FbC#~-C+PbW*p?$csPFDAN9b`4pAsiiPHP`Fa+_qyldX3fc zUT?Bm#p@cYExfL^y3Fe{R#$j^$?9IOuUSoW3U~H~)hb@!wOZ5bL94l54_lqsD>?|6;8 z@*dZ@UU^sR60f|Eb(L4%k-Ew2i&l?$eZy*%uHj4cD{qfkZm27*=5`D9FKUla6BX<) zm)E|h*=_rTqXVrr>>KL2R&%|cXLYRCF;*vfy}@dc*ITSM>=!=mDXY0&H(TB1^<}Gv zy}n{K(Ldbwb*mX(KeAfWYXy7z>R7LptoF$dw;jb%uVbwi4hTn=T1^ZL^*5_UUN5O+ ze`yDYqeWJ?ofqnT932_z_g0I%{$X|JsBpBBy*V{8I@C5+7kDk;==tI3C02{P&ak@0 zYoXO$UU?sFVobR0eyaz(9UOU+?7fGHC>+hQTI4my>UOWwtX8==++a3Gy>76Y7$1)A=BU?$R&ytWqt)zq6?JaP&s2r@Y>4HFt72y3Xnfue?=oyVrNQt=9qeZn?zNaNChqb1wK`k*o)PB?%puZjfd*IXBd#)zV(mtyc7!VYQmql2+?_Ep0W+Ygwz= zUdvm}@p_uoJg*h4=6kJVwZLl?tE0VEwHkS?W_7C9>Q)QA*0j37Yi+BGz1Fq5#A|)4 z%e*$Uy25K?t82VwS>52Znbl2RTUg!ZwUyPKUbC(4@!Hnvey{DV9`f4J>QS#bR*!q_ zV)dlgT&t(NcDI_mJUqU6R!e*BWwoN$K31!F?Ps;F*L9cy)g*Kt-CdyT9v@jBk>GOrV@uJAh9>Kd<8 zt#0r-&FUtv)2(jvI@9V-uZ33kc%5T)zt_1|4|$zu^{CecR*!qV!s~)RRC0^HBUFLP2)fHYJv%1FX2CEyqK4Eo}*Ns-Ud41aIPOqD+?(w?W z>VB_VtRC{Z)#_2N+pHe<`jXX?UbkC4<#mVE+4o4dfjEUn%CV{>w4W| zHOuQeRp1C{m^QG*8^5Zdp&41@_NYXRIi^|E%bWW>H@DvtS`$o4LK!?S7Qs*qm6%6{bYE)kJQ!Fw_~` z%IhqvyS&b}y4UMvRu6c+-0ESk^Q|89y3pzguTNXuenq(7=d9|NIlp05zs&i4tGQQ( z8yv8z-|PIP)gnK7%<59F|Fx>$>pZBIJ=c`b@87+~hVtne#%9@9w2P3OAWn?4VR1_h z6Kq%(5B9>L#Hx6hV#B(4xWtBy@i5bdo$)Z+hCT7Hz=i|yaFq>7yWAPR=wcg6$HTQY zRE&q~ZKxIxH`-7)9+udU6%V)AkR1<8ZODm-+il2;hh;Y8$HQGV6vV@F8%D>&y*5Pg zu)>C^@vzc{!gyF^!-9BNZNuVtSYyMIcvx%0vUpf$!-{x#%!W1bu)&56@$iHVo8n=k z4cp@3X&ZLN!zLT{#KUGA_Q%5(8xF<8RvV7S!!{d^$HPlDoQ#L-)3Q zhSKryx(yZMVV4cn;$gQ9b>m@=4O#KSedJf5#q@zBqP zy77>2LsmQtv>`hl2HTJm4?}Ipi-!Um^5bE+4F&Nq!iLfDFw%x79!A?RH6F&;P#6zm zZCDTw<7`+Q50MQ^;$gfE%i>|84J+bdvJGqEVX6%q;$gZCo8sXL8}`OSkqxKf;VK)F zcBvseqKj=P9S_&qP%$2^x1m}*+-O7HcvxaXRy^EdLv}nYwIL@SZnq&X9+ugV9}jog zP!JExZ5SO7_u3G}!wMUw#>3Y(%#DX%Y}kI5{s=W2*d5sQlJMuLYr~RwsBgovcxY(D zig;*j!YabhmAIDi-*lN?2m^nHXMqFtu`Euhix_- zkB66RI2jMyZ8#MVJ8VeS(1W?;PCO_F z9~GP(f?EZ*48fx=^q)Nh&ljAduqJ@_2#(NLZ$lGY{LmbHTyS;>9(Qo~(O*;9a}L3U zIk;SKVhCO(I6DMCEBO5(_$|T9AD(+Yd?*`&j|kp31m{28-vUK9ea>A44<3Sh3oadk zhYHRP!9{|%55boR&J6)G_K~y0Kkf2If+H7Y=sy;`YY0Ae=oy0V{UT-54#B+ymkq%Mg4Yhg0|j3@1P>9sVF*55@RlJs#+>(R|0C1sa~}OQzNr7z z=oFk5yx;$NbPDctRJOs}X+&TnbE;w;s2KZ~ikzEe{ z=DZyfSq{GIU>>_e4t`m1b_jm^5Zp0mF8Bmxcgn#ff*&1%X9;e1=bZU!!HFSw>!If^ zIrDRZvqSJpf(!1NGjHAd@3~tJ-YGbHj~v`8c+n^2;9;K#?VdTfN^ounzDMw-pPVy4 zB6!0P{FLDRL+~?#TZZ6q=R>r>xPK0=5u6=@*B>&UnlncaHo6OPaC^Z8L-1I^ z!-n7qf)5PAlLa3hf)@yG9fDU0&ORWcy-jfBfjRiIL*_v__)Ebr4Z$bhUfF|l=81x{ zL+}%a%%|ndIl)JVV1ID@JuGL=7u<6Q?kRZm5Zp)b{2_R(;Hn{blHfx_a6)kF5WG%s z_QDMPU4kQ@o`d%tf`{ke_XH0fg2&!b<`FsbfR=MZtrgo`c^IJbnm%Q*gr& z+~Z*Sd`2#Nyx_7S_-w&Phu|9yWzWiG-z2zT2);$|upxM>;Nl_pKEZ2;;Ex37hTvm| z;Mo~%|4E=P%fX!m_Z)(|3oagl3k8=A!Dk5GF$9khyl)7eDEO5jc$(mrA$X?XexI8^ z=Q)B$48ijRCx+mKf-fC{s|2Tq;1z;54Z$k~=Z4_f2fOU&W$4QVC!Uvs7YklJ1V4W$ z`}~}FpWuF9kb|2KJwxzg_fqzPoOzGnLqqUef){;J&RlXZ=DsioPZQkji*sd6O9USpg3ARbzA~4+QSiPYc!%H_r*h`U1>ZXa=ieXn>72QP;DRA|oZt~d z@Fc7OIG+a2=H&PxRs-0`;H~+4u z6LQb9uLt0N06u-UZxmeoL(Y6maO93d;9qAu@ku%OJ^wb_*<(4lMez0^_!Gg84#CF-=Z4_D zhkwfLg52|Kf)fwQ!Daq^w{LuK4lWm*c*tFkoH`Jprh=a`<;`j@W|y9}dbR zr&t1y94vQ7E<7*&wch0d6WEdS{G*FWocRfv5A4$GO+GgN>!gQ&co%@u8aw}%_7R>5}pK$Zh&wIfomp${+n{W5j=RW88PkZ6>pEbTc_c<5tZ@%Nn zlQ&&`>c(rYzwYG8o6o=T%2U_gaQeoZ@BGs1uf6Wt>t1s5^lNUo`o^2@e&zL7U44V4 z(sI0^zv(8e9;ZBIepFb*L~)rKI73B-FWTks~>s86<5CO zikDn{<3%@Id&5P(&UIH^f9j%Zue$Dv^nb4Mk19UuhS%JDyNh3O{Z+4g`PENxeLQmG z6YX64o&Wb~yZh|!xVzoaAKYEJKX3POYk#x^``E;L+dOKWO)x`v>nnuz$$zH};>lyLtc6-GARdZ1?N?3wOV^|McCj z?jOGUZ~I5=er5m2-GALbYWH9E7wvv||LEN>?LTAppZ9-z_n-EkdGr_ekJ-I{|5>~L zxPR>K7xs_a{fGVIckkOjVfXL%Pu%_d{z<#{?l0c`-2TbCpWQ!Y_wV+{ckkJs*qz&7 zvU~Ubvv>b?|J2>j>@Pj~Z}v~y{q+8Gc0aX$`tB$9&)EIM{+YWU-#=^jWBX_C{`LN{ z-H+}+clWRM&)NOR{<*s!-hbZiUHj+lerW&syC2+t!R`n4&)@7#aU z?)&yH+`VJ}#k+s8zkK)4_g}L6XZtVReeeFucK>w$<-70MpWJ=-{zbdD@2}XsZU5rk zTlZJ)zH5Kg?k)SPcmHJn6-VE^f64AU_t)&+w7+)ukM}R#{iFTMcK>ky^4)jrU$OfK z`|Eb!zQ2C=ZTlN`Z`^<7?pyb#cHgqUare#p)4Mn9U%C7H`?O(h5+WqTxe|P^iyT7wPvwQuKGyC(7yngp_&zUsMkuRr<`&pU|!(({g%Jv{%|^OHRPx92@QZ}GgB=O1}~vgaRq-rMsJJn!TA`=0mp z{5{XV<$L@u&rcEmuIK$c|EK5uJ^zR2r+WU5=P}RU_PoIJL!J-t{GjIpJ%7vdL7uG_MEkMVrJ=Vy8TN6*K4{(|S@JpY5|<2~Q! z`2^2@@A*W}pZ9!{=X*Ub_C0>i^U30$^?Zuwzw9+ zjOV4E|Hkuao`S(3<^89;8&K!M}=Qnx2 z+VdMdU*q`=o?qqp^`2kt`E{PJ_551T*LnV3&#&?PJDz7e{oZ>!@5t+Ymyf4+zx~$z z{#&;Lc((_5w+nc;4|ul|c()gLw;Oo3A9%MTc(*5bw<~zJFL<{zc(*rrw>x;ZKX|u8 zc(+G*w@Y}pPk6Uec(+%0w_A9(UwF4;c(-SGw`+K}Z+N$Jc(-?Ww|n?+v442CgIKqR zc(;pqw~u(YlX$n6c(blx8HcT<9N5{c(?0#x9@m=KzjdRdbj&nxBpnT1Nm>U2YI&(S+@^) zw-b4{7kRfEdAA>VwyLq?2dAGxPx5s(6%XzoYdAHMfx7T^M+j+O& zdAH+vx954c>v^~DdA}sRzdOC#{jA&ntlI&-+XKDZ1-;t`z1s=>x7Z84+YPPT553zF zz1tJL+ZDar7romVz1thT+a0~zAHCZlz1t(b+a%C7uy=c~ce}86`>=OAv3Gm1ce}B7`>}UBvi}x)vUj_(b^Ee+JF|Ct zvv<3*cl)zJGOUwws*U>cl)+?JGXaxw|Bd@ zcl)<@JGggyxOcm_cl)?^JGpmzxp%v{cl)__JGys!x_7&}{}%hYcRRavd%JhLyLbD$ zcRRdyd%SnMym$M&cRRgzd%btNy?6V)_cQ4|?fIhf4w2l)4>@t#`Ne7P7pL7{oc4cl zIswG#3=pSNK%CA2aXJaa=`0YZ(?Fcg193VL#OX{Br&B?k&INHg8T>b=vq79r2l;e9 zh|>unPG^KTof6`7PKeVw7IGq;abY6(li6KsBhB%!X;&g6^)5#%DXNNeQ9^!O< zh|>uoPG^WXog(6Nj)>DqB2H(CIGrZqbe@RQi6TyCia4Dr;&iTv)5#)EXNx$UF8(~y z`65myjC?v{#Oag~r*lS}P8xAKYsAO$-)}l^#OcJ5PiKz!0XhG{{P&+u9{F_k$fwgs zoX#I{I)TLL3=*ePNSw|gaXN{_=`0eb(@31oBXK&B#OX{Dr&CFs&Lwd=nZ)UA5~tHi zoX#h4I-&e|q%%sKPAU0xPKnb=B~E9RIGtAFbY6+mi6u^FmN=bS;&g6_)5#@HXO}pg zUgC6qiPH%tPG^`nonqp2j)~JrCQfIWIGtwVbe@URi6%~GnmCk zZsK&liPH%uPG_7ropSy>(m5wiC!Ksc>%_Eslr zvs0W-PjNaw#pwhUr!!QXPEm0>N5$zR6{oXQoK915I#0#vL=~qqRh&*$aXMGU>0}kB zvsIi8wrS)5K~aXOd9 z>0}nCvss)@XK^~8#p#3=r!!idPHAyEr^V@{7N@gXoK9f zElwx5IGx?%bb5=^`7KT-xHz5R;&h6O(>X3qC%HJC<>GXji_>{7PA9rJo$2Cqs*BUP zE>0)AIGyd{bh?Yv`7TZ;yf~fl;&jT3(>X6rC%rhG_2M)6?>C?KR?fR^Ma{==`#ZOm zPknzb`P{dbPkwdz?6;Ore{1>tx0WXWYk3B+mZtz~c@D6aCjo1D7O~IJbm~x&GUz~Jb|doGl;c3g;>jT zh_yV4Sj)4BwLFbj%kzk}Jds$-Gl{i4l~~JjiM2eLSj)4CwLG0z%kzn~JfT?2Gm5o5 zrC7^zinTncSj)4DwLGm@%kzr0Jh52IGmEu6wOGq@i?uwtSj)4EwLHC8%kzu1Ji+)g z%`=R(JjJNXbBwh-$ym#?jI}(?Sj+Q_wLH;S%QKC&Jk?msbB(n;*;vc7jkP@8Sj+Q` zwLIZi%QKF(Jmpx+bB?v+tmUc5TAqun<;loe zo{g;K>Bw51kF4bh$y%O~tmP@mTAq`vB(B2pRDBx%37YGtmP@nTArh<|^=p0BLs3CmiZv8?4O%UYhZteqTx{_?D4El*qO^1Nj&Ph8gW z%w;W4UDop4Wi3x$*7EFSEl*$8^895jPhi&a3}!7)Vb<~-W-U)**77W7El*?qO!GWu zEl*_X@=RtePi5BfTxKm#X4dj-W-U)=*7AI2El+6H@{DFJPifZjoMtUgYS!|sW-U)^ z*7Ce&El+IL^2}x}Pi@xn+-5CLZr1YbW-U)|*7E#jEl+UP@(gD!PjS}r9A_<0a@O)J zXDv^2*77`OEl+g*O!G`TJXDv^7*7A&JEl+vY@|OmEKF)sD$LY`dIR9B6CqV1t3}}6v z0CpN(A6g$L zMC;>>XnmX#t&ek}^>I?PKF*5P$7#{}I4@csCr0bz%xHa_8m*6WqxErev_8&`*2n45 z`ZzyYA16rb;|ytioFc7{bENfglC(a~lGev*()u`0S|2A$>*GvmeVi(-k8`E*LgE zeVjY3kCUhMarU%6PM_At`P2G1fm$DDQ0wCqYJHqTt&fwa^>G%pK2D?7$9dHHIFVW( zXHx6qRBC;kORbNSsr7L-wLVU#{$9rU)cQD~svl=m>*JJaeVkLRkCUqPaaOfHPOH|( zdDZ$jv05KzR_o)`YJHqrt&fwd^>KE!K2ERJ$NAOzIKf&UXISgw6l;B)W37*qto3o0 zwLVU>*2j6)`Z&>AA7@(Y<5X*XoNKL*ldbh}wzWP^x7Nq`*7`W%`g<8?TNy@KF+(=$BEbaIP+Q`r(Wyh+-rTDe65eOuk~^IwLZ?j*2f9h`Zxny zAE#jJ;~Z>#oP@29v#|AX8n!;p!`8=%*!nmVTOX%l>*HK(eVmM~kF&A$aXPj>&d1ir z3EBEMBU>M*WPdN?oNRrZl+};3vh{IVwm#0w*2jt2`ZzONAE##P*E}4eVnANkF&J(ahkS1&ePV%iQ4)&Q(GUWYU|@%ZGD`q zt&g*{^>MnkKF-(H#|hi|IAdEsIr;e?=WOfar0wrzoVBfw(>9!O-nKqY+}6jL+xj?l zTOa3c>*M5YeVo0mkJGpHasIYGPTkFZhf4^t&h{V^>H4zK2GG; z$C=#vIF(x;=W^@gWNv+&&8?5qx%F{Aw?0nj*2fv$`Z%RqALn%IKc;K2Gq~#~I%GIK^8Z=XmSmByWA3 z<*kp?y!COOw?0nv*2kIN`Z(2FALn}O<797rob9cT)4la^zPCP3_}0f6-};%!&;Ml3 zmzhlZdM2~J++^C9o6P%ilZoHo(PZYAn@s)sCUd{sWb&7r%>Htd>0fR#|I1Bo0CJN% zfZXI3AUC-O$W3kna+AA&+~hVOH@OeUO>P8olRJUjPWwlRJalQM}lY5EWQl6lY5KYQ+;rq7cOALOZAWf$-;tZ#c;qH`9=XY_M{aWOk(=Cn z-A?X6a+6z-zR5jEZgLZno7{!uCbuEE$$dy}awC$P+==8S zw<5X8y-03yGm@L!jpQb`Be}`_NN#dNlAGL-SOtle?GPuxqrz`ZeVhg zJDA+$7A7~jhsjNDV*YL?cQLuiZA{RncU=FCO5g6$xZHNa+BMc z+~j^HH@Tt7P3~xNlUthHCp)|4>7Cv467nP=0m`l%L%Lees*t^pWPhgXLm>W+3it&c7K$g-5}*> zcS!l!EmD4VkCdO?B;{v!N%`4rQhs)yl%L%wYv>$<&RB& zyX9y1OZnLiQ+{^Gl%L%)0~1PQyPfKv-B0CbH&prA9aVmIOO>D9Q{`tjRr%RnRep9`m7m>L zpWR#KXE#^*+1*usc6*hd-CyNrH(2@E9aesJibw_W+!eOG>Vx~?y;^>DvzDLTt>sV7fB$#0`?dV+hOK{g$CjVnvi*F_?%DFQo3{ShU0Z&3+m@f* zx8-LyZu!}rTYh%ymY?0b z7d-*eq z-~Yw^Ud7^u4`Xr1SF^a~t6ALh)hurMY8H2WHH+K6pO?jbU(Mpi4`*@bSF^bFt6ALp z)hurQY8H2YHH+K7n#KKJ&4K|?v)};KELZ?F3m!ntf(cNw-~!Yv*Z?&PK0wWa5m2+> z1k@~80W}L=K+S>~P_y6$)GXKmH4A<~&4M9Nv)~BSELZ|H3!XsDf+3f>BVj;1tv>SOql;UO~;V`Oczd!7Zp+unTGy{DPVV!=PrtF{oLv z3~ClUgPH}?pk~1}s9CTLY8HHhng!#aX2ChAS+EX%#umJTng#O!XTd$FS+Eak7W{*n z1p}dG!9l25un=k%JcODB6QO3oMW|V@5o#8Egqj5-p=QBJs9CTQY8JeNnguhVX2DIU zS+Emo7W{;o1w)}`!BMDLuoP+*JcXJCQ=w+TRj6686>1iIg_;Fpp=QBZs9CTUY8JeO zngw&=XKcY;s9CTVa2EW9ngxTQX2D^oS+E#t7CeTU1(Ts>!DXmfuo-F=e1@6@qoHQO zX{cGS8fq52hMME6{b#{#s9CTZa2EWAngzq5X2Ef&S+E>x7CeWV1=FEs!F8xvupMd^ ze21C^i9%>f6hnfZRp=QB-s9CTde#RF3hnfWg0%yU2s9CTeY8E_*ngtW0 zX2FH1S+F5$7JP`B1tX$n!HK9@up(*}yoj0wGoog}ji_0$BWf1>h?)gMqGrL7s9CTi zY8E_+ngvs$X2F%HS+FH)7JP}C1!JOS!I`L8uqJ92yos6xbE0O!ov2x`Cu$b_iJAq2 z;%98Zp{QA~C~y`$ikbzJqGrLRs9CTnY8HHongyexX2GebS+FW<7QBj@ldJt_!L6uS zuq$vD{EC_d!=h%vv8Y+FENT`!i<$+~qGrLhs9CTrY8HHpng!#cX2H3rS+Fi@7QBm^ z1@oe2!M&(iurF#B{EM0e1EXfa!KhiVFn-1sJdBzJ69Z?##i&`ZF=`fkjG6@_qh`U$ zs9CTwY8JeVnguhXX2H#spHEI@o zjhY2xqh`U`s9CT!Y8JeWngw&CX2IR4S+F;17W|Ex1%snz!QrS`usCWKJdT z!R4q~usLuRe2$t0qoZcQ>8M$-I%*cYj+!&8{b$APs9Lc*uvYwzx)sBtZpHDaTd_Rq zRy>co71N_`#r3FLu|4Wme2=;nQ?-Zx)lSY zZp8tqTd_duRy>fp6%(Xx#RaKbu|a+=SA3AV6(a<1#R;ifu|n!rypXyTGo)_C4XInP zL+V!ikh&E^q;AC#savr`>Q+3Fx)oETZp9U;Td_szR(z4V6=S4s#Tltvu}11vypg&U zbEIy?9jRNfN9tDmk-8Owq;AC_savr~>Q+3Gx)qb8Zp9_3Td_&%R(z7W6{FT( zt#~SRE2c`_imOt$Vyo1x_$qZP#!B6avr@NWt<r>t#~YTD<(_bipx^BVzbn(_$+lRMoZm_(^7Z5u>Y-iEp;nq%g^bG+fuh; zw|wr3-%__?xYVsUE_ExGOWlg+QnzBd)UCKKbt|?@-HPv0w_?21tvD}rE7nWhiuY2t zV!qU^xG!}p_DkK0|5CSNz|^fcFm)>yOx=nHQ@3Km)UCKMbt^VZ-HH!Ww_?Q9tvE4t zD^^V1iWgJ2V#d_1xG{ArcFfP|iXT(AV#wgFI5KrBmQ3A>CsVg#%G9m6GIcAqOx=nv zQ@3Kw)U7x(bt~3P-HJC;w_?uJt++FFEA~v?ia%4gV$jsBI5c%D7ERrXM^m?A($uZE zG<7RBP2Gx5Q@3K&)U7x*bten^--=gLw_?`dt++LHD|SuYieFQ=V%Yqgt~fSzE0zu3 zif2=|V%pTLxHfewwoToNZ&SBo+|;c&H+3u4P2GxjQ@3K?)UCKTbu0Ew-HLxxw_@Pb ztvEP!D;7@OiicCTV&c@TxHxqyHcs7&k5ji|58XQw_@txt++aME4EJEimy|*V(iqdI6HMK)=u4uw^O%b z?$oWgJ9R7ePTh*XQ@3L9)U7x?bt@K6-HOLkw_@_tt++gOD>hHviqBKGV)WFlI6ZY| z3j1Gy*Hc+w_FxvcJ+%dPPi=wUQ(Iv8)D}2CwFQ<>ZGq=gTVVS9>=w8_wFR~hZh`Mp zTVVXu7C1k(1=de(f%j8eVE)t=xIeW8_D^kr|5ICF0M!;aK(z%HP;G$+R9j#I)fTuw zwFNd%ZGjI|TVMp$7C1q*1y)dPffrO;Udl2-OxiLbU~!P;G%H zR9j#Q)fTuywFS1&&w7C`R9j#S;TAYUwFTBtZGksbTVM{=7Pv#T1@=&Ffj?ARU=Y<7 zI7GDt7Ex`1M^sy264e&CM70GrQEh=wRC{c_qpB@%ifRk2qS^wlsJ6f?sx5GfY76Y5 z+5*3*w!ko|EpUu#3oN7B0?(+nz%;5YaE)pUY@^x&->A00IQm&HaE@vVtRvh4@2IxG zJgO~lk7^6-quK)hsJ6gBsx5GkY6~o++5!)$w!lQHEpU-)3v8s?0w1Ziz(}esaFS{Z ztfblkFR8Y`OsXw#lWGg>q}l>MskXpSsx5GoY6~o-+5%6hw!l=XEpU};3v8v@0$-`N zz*wp+aF%Kdtfimz0&l6dz+A#DaF=Qe?4{ZQf2p>>V5%)}m}(0wrrH9JskXpmsx5Gt zY71umfaHMJrEUDT8PpY=Sl&URorD_XosoDZxsSC2 zxT-C1u4)UctJ(tZszSz+^Q{bw`vRQt=a;AtG2-4sx5H1 zY6~o`pY;NdtG2-8!Yy#QY71xl}BCo5y$n2^wa=Yq_?5_GE zzpK8;@TxCzyy}ZAulgd-tG>wesxNZA>Wgfz`Xb+}zR38hFLJ)>i>$BuBJZod$o#4= za=+?}?63MF|Es>p0IM%@!0L-Eu=*kotiH$u`yDBA!Rm`_F#IAPtiH$yt1oiG>Wi$f z`XVo^zQ_!#FLJ}`i|nxaB0sFY$PlY9a>VM3EV23`PprPk6ss?C#p;V}vHBuktiH$? zt1oiK>Wi$g`XX(k7EVB9{kF37PB&#oS$?A`l zc5}ZkMLt=5kx_Wi$l z-Wl2Q`XaxrzQ}N^FLK=Ki!8VLBG0Y9$aJeOa^32SY`6L%->tsL zc&jgR-s+32xB4RQt-i>7t1oij>Wl2R`Xc|WzQ};9FLL1Oi!8YMA`h;<$b_pea^dQW zY`FR&AFjU0h^sGh;_8d6xcVY5uD-~O`+X^LWeJ7`XW!R zzQ~lTFLLGTi)^|2B44h)$e61ya^~ubthxFkZ?3+`oU1Q#=jw~>x%wi1uD-~it1ois z>WeJ8`XZ06zR0AjFLLSXPgeH-?>=&-^#99@I{YH14!_8%tAASwU44;RS6}4T)fd@y zzb{38U44;ZhhOB_)fZWI^+ldteUWKbU*y`=7uk08MZR5qk#SdF zc~@WL-qjb`clAa7U44;(S6}4d)fZWK^+g_DeUXV*U*zJ|7uk6AMLu4Ak&#zlAtMc!V0k-1l2#6YiKBvO$>#1=2dMfO`o(jLOr^4{-sc`&yDlEU> zqYBTjr^596oC?>kr^5E@sqp=JDvZCL3g>_1%#6Yn zdMXNlo{9#br=kMrsptTDDoTK!iWZ=!q6X-x=mB~vih!PqCZMOH3h1fm0(vUSfS!sr zpr@h^=&9%fdMXNmo{C1Gr=k+*sptfHDoTOhxr$bxr=k}4oQhtcr=l3>sb~gzDyo5= zif*8%q8#X{Xa{;K>Vck$exRqKAn2)R2zn|if}VKR)pMbuCg`c?2|lNy zDCqfM^>Zq!f}V=5;BzX8sb~&*DyoB?iteDNqCDuSXb*ZS>Vuw&{-CF#KV%$(KB1?gQ0S>> z6nZKug`SE|p{Jr$=&5KGdMav#o{Cna+UHzPjs-dT%Yxtas zvZ1GWisGTCqIu}4 zs2+ajD!PZBit^!eD%yvhiu$3aqJQYAC?I+&8i<~X3Zkc?gXpO!A$lrWh@OfXqNk#V z=&2|odMcWTo{B1>r=pAKsVF0QD%yyiiaMgFqL1jQC?t9+8i}5YN}{Ktljx}^C3-4a ziJppDqNk#l=&2|sdMcWUo{DOsr=pwasVFCY=PKHXo{D^cFo8#YIm=bJ0^#UG!9R7d;i_MNdV0(Nj@h z{LWSM7d;gP#^+Qt7(EpgMo&eD(Nj@k^i;GMJry-ZPeqT>Q&D8}R5Teq6;(!0MVHZ2 zQD*d1v>81Wbw*D`pV3oMX!KMx8a)-2Mo&ej(Nj@s^i;GOJr%V^PerfMQ&DX6R5Tks z71c&hMYqvYQEv29v>QDY^+r!cztK}saQx0yG#ot@702gPbR0crs%J@6%h6R;b9`1+ z&(T*^bo5m<9eq_*M_*Of(N|S=^i{PTeN}ZwUsd1HS5FKWk_FD8`4)*hxAqTA$?Va zNMBVW(pOc9^i_2teO0AMUsWs8S5=GjRrMl$RmDhORWs68RgLsjbt8RM8mPE z`l_0fzN+e^uc|xgt13_Ws@jvjs`{j_sz2$gDp2~W8kD}O3Z<{AL+Pt3QTnP{l)kDO z<@dI#N9n67Qa-P$N$IPqQu?a8l)kDmrLU?@>8q+!`l|YrzN$i{uc}e$tEyD`sydav zs#2w|s#WQ$s#W@`dX>JaVx_ODS?Q~)R{E;CmA8q+&`l|YszN&(yuc~3` zJKi||syddws*>gNs#=!5s+y&*s%Pn|Dq4PTtD2U+s;cGls=AiGs7dym%ggfrLU@W>8q+;`l@=DzN+G-uc~?JtEyi5s=AlHs`90; zs(tCJs$cr5`j@_{0;aF3f$6KNVEU>$n7*nKrmw1n>8q+?`l@=EIjgFO>8omDKCh~Z z`Ms^`V*0Aen9r+fWBRJ8omF`l>3KzN${9ud0;kt7>KXs%n|Os$QnA zs+j4kYG(SXs+qp3Zl8omJ`c5{^zp9R=ud1Z^ysDO_ zud1f$tLka`s*0Mvs-~u|s;cR$>T3F`%9`KXsFGs=lVLs<7#+YHa$dDx1El z&Ze)bwCSsAZThNeo4%^vrmw2F>8omP`l_m%zN+q~ud2N1t7>ohs_L7*s{W?0s=(>1 zYH<3hDxAKm4yUiG#ObSQar&xioW80ar?0BW>8omT`l_m&zN#*#ud2-Ht7>!ls_LBI z+p0dNud2}bysAd0ud34NtLk+6s!E-{s#d43s@CbN>UH|6ik-fyW~Z;J+Ucw6cKWKy zoxZAer?0Bs>8t8@`l22tJ zdK-$L-iGFTT$OdK-$M-i9Wqx1kE^ZRmn}8_J;GhBm0Tp$_V8=!1G23ZdSHMyR);68hb5 z=!AM3N}TPI;dK>DY-iCgt_gMV| z)!Wbz^)^&Qy$u~vZ$nAc+t3pAHq=DD4LwnBLs8V*&=mDHR7JfFT~TjCS=8Im7WFpN zMZFDuQEx+G)Z5S)^)^&Sy$zjFZ$oMHyWh|n^)}Q-pWDzI^)?hoy$#J#Z$ov|+t3~L zHk3!b4ee2HLw(fS&>!_S6iB@d4N`AIh1A>7A@w$tNWBd$Qg1_z)Z5S_^)?hqy$wxL zZ$p*T+t4NTHk3)d4Q*0yL!H#y&?oga6iU4fjZ$wzrPSNdDfKp#O1%xOQg1`8^t<2C zEA=)MOP|}&EcG^2OT7)O}!0mQ*T4v)Z5TE^)?hvy$y|1Z$stO z+t4}nHk3}i4XsmeL+#Yt&^z@u6i>hV4b4+;L-q8z4c$|3L;2L(&_1by4fRuRL;v)- z4FyzhLj%>@P(k%JbWptwB~))i3)S0DL-jWFP`wRBRBuBQ)!R@-^)_@-y$xklZ$lf^ z+fYaKHuO=w4TV&1LnGDOP)YSRbW*(yrBrW2E7jXjOZ7JNQoRkuRBuBw)!R@_{q8q( zQ@su4)aN#|Q@suKRBuB+)qApe{x&pJy$u!B=Qeayy$vN*Z$nGf+fY;WHuO}z4MkON zLsQk;P*wFdbXC0#WmRuOTh-f8SM@gZRlN;`Rc}LM)!R^6^)_@?y$z*RZ$oR<+fZBe zHuP4#4aHS&Lvz*JP+j#lbXUC%<<;+gLwnWRP+xs+Lx0uVP+;{oG+4b26;^LUht=Cq zV)Zt(SiKE3R&PU()!R^H^)@tFy$w}XZ$p>W+fZipHnds24Ruy;L!Z^#P-yiwG+Mn4 zl~!*TD=XmR&PVE)!R^P^)@tHy$#h?Z$r1$+fZ)xHndy44fWRVenY?2 zd!~8*HZ@$`O%>PoZtA%Dn@Xbd%ximv{qrmMfH>gsRmy84^SuKuRB ztG}u4>Tl}1`kM-`{-(yOzp3)-Z|c1In@X?#rq-*!srKq`>b?4#im(2r=BvM{`s#1$ zzWSTWul}a?tG}uK>Tl}5`kM-{y`!lC>u;*SKEJ60>u)N-`kPv?{-zqNzo`f7Zz{t2 zo0_oxrYfwzsSE3GD#QAl+OYnnI;_8`59@C##QK{WvHqq?tiP!f>u)N>`kPv@{-#>2 zzo{4NZz{(6o0_ryrfRIesT=EWD#!Yp+Ohs)tH&tl;O&wZ)Q;D{JG_`2`O*Pu*H}z=!O+{LNQe^aa0-&CvhH}z`$O~qP&Q?u6JRIT+l zb!+`i*56dJ^*6O_{Y^F7{?XL4^*0r5 zpWoE9^*2>*{Y_n4e^c4k-_*ACH`Q(ZO?_K`Q{mR%)VTFGRc`%Fom+oX>DJ%Wy7f2J zZv9QYTYppW*5A~;^*2>-{Y~9le^dF^-_*YKH`Qas5qI+~+rSas5qYTz^v=*WXmf^*8l#{Y`~je^VpZ z-&D!Y19#aw?=GuPi#&Gk2RbNx-_Tz^wL*MG8e{x|h= z{Y?ek=QlNU{Y@2Je^W=--&E4|H??&AO*LJAQ%~35RMho1HFf<>Ro(v4)YbJjm35!r z)YkPk)ph+%eO-T3Vb|Z(*!4G6cKuDAU4K()*Wc9I^*7aa{Y|}He^YVS-_+doH&u82 zP2F98Q+e0l)ZXPTsUVl@G*Wc9Q^*7ac{Y^bye^Zgy z-_+#wH&uE4O-9JFdi_nsUVl@w*WXm_^*42U{Y~Xwe^a~Hf2MQ(cl3J*9R=Ta=xF#bIx0Slj*btb zqvXTrX!$TYYCepPo)4p==)>q}`Y<}GK8%j852K^(!{})HFgohK{iUPt!{{jdzDGyn zhtW~_VRUqU7#*b_Mn~(1(NX(hbo7209mO9;NAri#QT<_bbblBff1I*tVx9nS)cj%xu%$F~6E zcz6Ejco$%F+zY-($G-rh<6wZ%@i4&XxENq`d<-x;P6ikqF9VE@n*m10&j6$2Xn@i2 zG{ES%8envM4KO;+1{fW01B{Nl0Y=B)0Hfn@fYI?d!05OfV03&AFgi{L7#*(zjE>vE z9@OzW!00$0e2}#}xsiF2B>|)3lYr52O2FuNC17;i5->V`2^by6ggvO^nSjx8P52%i-vo@4-T9;Aoq*AC zPxu}k{{)PVg91j!Ljj}XqJYuyQNZXpDPVNG6fin&3K$(f1&ofP0!GJE0i)xpfYI?) z!00$DV063{FgorE7#)8FjE=(sM#p0TqvNuG(eYWp=r}E4bi5WYI&KRX9lr&Pj^hGG z$8!OrJy$B6->tlaJp^|I9)#noUWq-PS?``r|ar~)Ae=0={h^$biEyL zy6z4*U4I9huEPUP*W&@F>+*op^?AVQIz8ZYy&iD7ZVxzJzXzPI;{#6D^8u&p`he5* zeZc8DKj3t|A8@+v53^L){{g4#0P%gg9uPQP7YLlL4+Kuv2?D3<1%cCbgTU$fLEv;9 zA#l2$5I9{|2%N4j1Wwl(0;lT@fzx$|!0Gx!;B*}#aJn85I9-H0oUU&KPS-gCr|TVo({+!)>H0_DbR8u2v95;%PS-`^ z`*eLIaJo(sI9)FZoUWS$PS;NYr|T$z)Af|V>AFhbbbTdoy3P_fU2h4TuDb+I*Ixps z>o9@S^_alvx=i47eI{_aP7^p?uL+#4+XPP6Zvv<5IDymkoWSY2PT+KXCvdvX6F6P( z37oF`1Wwm~0;lUhfz$P%!0EbB>|RZr|VOJ({-xA>3UV*bloa&x_%Wn zUB?QXu4e_#@xc7k^{v3^I#+z3u6G4a*S!L#>tBJ>b+EwcdRX9eT`X|AJ{CA#CyRZo z>t%t{b+hD`*V6*0>uQ11^|iq1I$Pj$y)AIM?iM&*e+!(h!v#*);{vDa za)HzJxxnct&aJudnI9>k> zoUQ`~PS*nir|W`&)Ahl?={jNHbiFWex^5WzSl15&r|XFEeY&0)I9*o^oUShhPS+U& zr|XS@({;zd>H1^fbR9Bqx*i!gU6%};u1^L|*C_+1>y?4ib<4o%`eopB9W!vco*6hN z1M^SUHv^~Zobi3S-WfPu_Y9n_e+Ew1K?A4jp@GwN(ZK2YXyA06G;q3J8aQ1y4VRR|BW(tbx<@*1+kyYv6SKHE_BP8#rB$4V zfz$Qc!0Ebe;B@^qaJr5gI9<;ToUZEzPSr|Z0d)AioK>AG*=bp1DQx(*yTT@MbN zt_ufF*M|eA>%@W6_2R(kx^dui{Wx&CjvP2$PY#@}E5|<8_2t0nI&*xVt~Uox*PR2W z>(7DHb?Ct9dUW7)T{>{OJ{>q+rw*L1R|ihltplg)*MZY@?7-=IcHo=|%s&C&4y1r{ z$9D>NcVGqFJFo)&9asSe53GQP2Uftv11sR;ffaD_zzTSIU0K*E8y#a6>#?0>jK^$SOIsB?-lU(zzR5gU126E8zBl z74ZAO3OIgX1w22n0S+D z5rP$P3Bd~ZgkS}nLa+i}Ay@&o5UhY-2-dOw!~`qg8G;pX4Z#ZdhF}GpL$CtgAy@(T z5UhZI2v)#B1S{Ynf)#KP!3y|@Ut^73iyg( z1)N2&0^TB60e2CsfWHV761^h;^0*)hC z0nZVvfa?fWz;^^I;5>pA@E*YmxQ}23{70|?4kTCs4-%|^3kg=hhXgC&M1mFYBEbr{ zkzfVu`a3V4}d1>8)q0)8e~0Y?+8fTsyoz|{mR;A?^va5ljTc$;7a z+)c0o{w7!fhZC%T#|c)zbAlCcI@t>YUME-qx0CM`@H@c@IG$hyJWsF!t|wRl z-xI8W^9feK`vfcCeu5S7Kfww(pkM_&P_P0nC|Cg>6s&*~3Rb`i1uNi&f)(&X!3sE{ zUv_$3V5er1>94x0{$sj0S6VVfQJfJz(oZs z;G=>Sa8khvc&T6o+*Ggvekxc2M-{AqrwUfURRt^HtAZ79R>2B*t6&A(Rj>m7Dp&!B z6|8{A3Rb{n1uNjQf)#LD!3ub-UR=|q|E8xb074T!h3OKT01w2`>0@IwABcp--uypYEWUdZJI zFXZ!r7jk;R3wgcZh1_27LVhoJA;%ZIkmn0t$n^y;xQL*6fVA@`T>7xI6> z3pv2xg*;&JLM||PAs-mLkP{4E$O{H9yPF?b=L7`%{E3|`192Jcv8T7wtzi@^&y#^8lKWAH+* zF?b>07`%{k3|`1P1~23uv!90iWAH)_GT$%cA%hokk--c3$l!&XWbi^>GI$|38N866 z3|`1l1~23(gBNm@!3+7y;DwxJ@Iu})cp-NgypX>PUdUkvFXScp=A{?-%l{!3(+8;Dvl^@IuZt zcp>i^ypVehUdX=&FXUi@7xJ*d3%S_rry(C3ypWU4_X~O1;Dy|5@Irnzcp*m{ypX32 zUdYu3FXU^37jm}23whh%h1_lMLjE>*A%`2hkjD*P$mIqvU=+}c7bnN+#LC+q{plc6i(6$KgFZl*K_?*0pcfEk&^bNucItO6}y@N1=?m?JA{~*kugAiuWLkKhIB7_f5o}9O{faPy zjzyS3&mzpAYY}G9w+J)nT!b0)F2W4D7hwkdi!g%@MwmelBg~+S5oXZG2s7wpgc4X3*^jGw64O8FW0t40;}623?OZgT65!VG#OVFq22FoQlxm?xw2=h2{75@ygX>3atKk}!jgNti*;B+Q^| z5@ygh2{Y)Ngc{2K|&U zgN{m=K~E*jpsNyQ&{qjF=&Xbp^j5+Qx+`G@{gp6-4ojFpk0s2Y%MxbLX9+Xtw1gS- zTEYyvEzQY6za`9|X!VG#cVFq29FoV8Km_cVI%%C?DX3(7pGw9ER z8FXmE40<$S23?vkgFa1|XQK1xF6`BW8g^^?u3^6>+^}QQ-W>L9!VSANec!Ne6K>eK z2{-KBgd28m!VUX3;f5WYaKj!>xM3G3+^~-mZrI5QH|*tv8+LQT4f{Fah8>-7!=6sK zVOJ;Iu&)zt*x3m;?Cpdbc6Y)J`#a%=9iDK*9#6PomnYn?&l7Ig=?ORN^@JOCd%_L- zJ>iBOpK!yTPq<;%r+q!_`-B^Ie)_&)?1{|Ptj0EHX&fWi&CK;edcpm4)Z zP`F_)DBQ3c6mHlL3ODQsg&X#S!VSAZ;f8&oaKp|}xM6Q7+^{??&E zc9y~odrRSl-KB8D{!+MMhbi2!#}sbZWePX!Gld&=n!*ixP2q;!rf|c4Q@CNrDcrE< z6mHmc3ODRKg&TIB!VP;*;fCF(_Vuv;6mHmo>idR0sBptBRJdUuD%`LW6>ivz3ODRV zg&X#x!VNo8;f6h_aKo-txM5!^+^{nhZrGa&H|$P@8}_Hd4LelfhCQlqk8hZN!#-8G zVW+C^8}_Qg4ZBt0hW)B=!;V$BVb3buuxk}=*tZHd>|BK#_O8MWyI0|c{i|@p4p#em z*ux4p>|*tO!#-BHVJ9oxu$L8X*v$$z>}Q1=cC^9`ds^X!U9E7#zE-$lXDi&Ww-s*K z-3mACZ-pCnxWWy4T;YaYu5iOXSGZxPE8MWx6>iw=3ODR`g&TIf!VP;~;f7tWaKpY= zxMAlj+_3i*ZrJ?_H|&3f8+O3L4SQhWhF!4s^{@{XZrBOy`-Z)+aKmm`xM4pm+^{1S zZrBqGH|&aq8}`M*4Lf7uhP|x*e?q=?3jfc_RPW!yJq2reY0@G&RMu&?=0M~dlqikKMObPpoJUu(83M7XyJx^ zv~a^tTKjs~OA9ybruBWpepYYvG37wQ$4!TDW0{ zE!?oj7H-&O3pebug&TI-!VPiVFxbUum=}z*o6x>?8Ai{cH+VfdvW20-MIGkupbw0*pch|hCR7(!>(Mo zVP7uXurn8K*qaMC?9PQ7_UFP4J9OcOJ-TquY?yyH_;ev}aO(Qb8@#%(H@J0SZ}98F z-r(4Uy}`2!dxL8i_6FZB>eqnEL{=(ki z{e`{3{R?}8{}=WK2Qcgn9$?rTT)?n5_<&(=a00{L;01=g!3_+1gC7|721hXL4W3}w z8(hK8h7G=8*c+U|zV`-iFzgNPVAvb{!LX0TCuGh8$83XH@JpjZ}1Jn-ryXDy}>&SdxLuz_6Gkj>p06 za3sUt;7NwP!IcbqgD)BO24^zt4c=tf8{Emxh7JB?*vB``-y1y2us67r{h4g=DZ}32 zREE95s|2dxM)9_69#Q>us8UhVQ+9i!`|S5hP}ZB4SRzR8ukV!H0%vtXxJOv z(6Bf7pXR^U74SR!I8ukXiH0%wIY1kV))37(VreSaJO~c;coQA!@I}Lk-dm8oz z|1|6k4rG4c=?m8{F5hH~6n%Z*XA4-r&K8y}^YIdxH-f_68?5 z>X@_*1*fd;T9bMrr5( literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0520cea558fbf3d4886216dcc98eeffd5ee18bf GIT binary patch literal 1989 zcmZuyOK%iM5bmCrm-Pb!4%mRAmI;wJGP@W~MCPFcC6|au;9RUkb*LwAqC z(XKc+k#fk7fMfnk4mr;?C;x?9oUeNPfQVjoPgixly1uI3Vt&5OF#ekUJ^Xowv44no ze?%ajV46R$NVd%+mtMxVIlg}8js0zZ9Bc=i$w2ukTwyX)feK|b@K)F$kTbINYp@;3 z3*faeLlq7pIV%lS}88pmza!m*o|lwx#!ib(WF~oU!(| z>AuQEBC^z2Q4BUN~WpwQ#?+M2P6wj1k0<#MC5E*kot zqwjS@x7+P>#ny=8&CM$~C)JmgGS1ZMtHg-c;>3JA&E0XK(_xw?nY-ZQRm3E0I#%NQ zwX7Jf-EwhvI^FgW@L|t7ULAagOw{34Rc5LVDJ^jwX=N*&cl*fL*&t{EIr|#Z{Eo%4 z2|MIdK4eo*@~LmR^(Oofzo+b{jcG6mq<4)qygjCGPxvHQVYCt-(0j{l&(pVGE`a9~ zuQ~Y*&`!gN_tv+;B$PgMLdi+~8awpfaSpku|8l`X=8yy0Ai04+pPy#>Bj^gG3P36( zFYhZtK_~f8nJ?P{;{=HKuFHIU_Y8`-!6qhf2#s}Ns{ROhPV5KCc2-U+NhDec^*ZU> z>;O`QQ9$Wj&tV>?V)G%`n*==w)PpbuU`o4fXY9EPuQ8SP3#lYs!KC>xJFl~of)SgW z;{H7`AzKJBFD%Jg0@QS!wWDKV$rY@--cp`cD&m~}f#P&Ti0YE{kCdcI$2jgoH+{K@ncX#T5uKNvJxPZy)q zmOZKVb7k)gQ#-15@9e@-e}wDx(4PCfEZyyu2S{Fizq@g_XJGhFne_J(VAd4 z7P^4A z;l2mP>7YGLSNCLTf=BHU>i8>$+Vh?r3Gmz%JDw&d`r0YOarF|Bq_~P{$kZHnbj|e# z9Y)yrn9kE8Hst9st=Kw?=!FS#l zxxS8l9UxP&zKHDy_oW^us9hBM*ifHKe&|g-%ip5IC*C`6>Z4=%UZ8JVzvaCgK2kFlYrwh#plP9D?-e|qh9n(a>4mAaUg zq3Lg}Gox?d<5E&buI%I5FAGx#B#357ha+3_`2UH%bY64#Kd?!fe*rs&plW+_yyY+P z%cwi=c+OwsE$jlWZ;`{{NX4((H1Mf?I6ad8Q06Ov#}LXrk5_(A@QgL7B^!pTG&Jb3pw z?s4yQQOr=pxL-;9Ba31e$K{bIIw6`JP&v6y*Y#?-FSBuuabVU-tuVeLJBeps zdJ8zZXn@s1dIOXN#eBu37kyJTmZ(-p#UU^ippy-l!3(WYEI8>|Wk`D_oH;PkK>VSo dwjik@@N+OFp44U-^UX!mzGK@|)};nH`T+OAJHP+{ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e445c016b87319844202533214d300f4fc155306 GIT binary patch literal 152381 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 Nsm1A*sYQkV`+xl>mGA%n literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/idna/codec.py b/venv/lib/python3.10/site-packages/pip/_vendor/idna/codec.py new file mode 100644 index 0000000..913abfd --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/idna/codec.py @@ -0,0 +1,122 @@ +import codecs +import re +from typing import Any, Optional, Tuple + +from .core import IDNAError, alabel, decode, encode, ulabel + +_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[bytes, int]: + if errors != "strict": + raise IDNAError('Unsupported error handling "{}"'.format(errors)) + + if not data: + return b"", 0 + + labels = _unicode_dots_re.split(data) + trailing_dot = b"" + if labels: + if not labels[-1]: + trailing_dot = b"." + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = b"." + + result = [] + size = 0 + for label in labels: + result.append(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_bytes = b".".join(result) + trailing_dot + size += len(trailing_dot) + return result_bytes, size + + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: Any, errors: str, final: bool) -> Tuple[str, int]: + if errors != "strict": + raise IDNAError('Unsupported error handling "{}"'.format(errors)) + + if not data: + return ("", 0) + + if not isinstance(data, str): + data = str(data, "ascii") + + 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 search_function(name: str) -> Optional[codecs.CodecInfo]: + if name != "idna2008": + return None + return codecs.CodecInfo( + name=name, + encode=Codec().encode, + decode=Codec().decode, + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) + + +codecs.register(search_function) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/idna/compat.py b/venv/lib/python3.10/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 0000000..1df9f2a --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/idna/compat.py @@ -0,0 +1,15 @@ +from typing import Any, Union + +from .core import decode, encode + + +def ToASCII(label: str) -> bytes: + return encode(label) + + +def ToUnicode(label: Union[bytes, bytearray]) -> str: + return decode(label) + + +def nameprep(s: Any) -> None: + raise NotImplementedError("IDNA 2008 does not utilise nameprep protocol") diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/idna/core.py b/venv/lib/python3.10/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 0000000..9115f12 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/idna/core.py @@ -0,0 +1,437 @@ +import bisect +import re +import unicodedata +from typing import Optional, Union + +from . import idnadata +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: Optional[str] = None + for idx, cp in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + + if rtl: + # Bidi rule 2 + if direction not 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 direction not in ["L", "EN", "ES", "CS", "ET", "ON", "BN", "NSM"]: + raise IDNABidiError("Invalid direction for codepoint at position {} in a left-to-right label".format(idx)) + # Bidi rule 6 + if direction in ["L", "EN"]: + valid_ending = True + elif direction != "NSM": + valid_ending = False + + if not valid_ending: + raise IDNABidiError("Label ends with illegal codepoint directionality") + + return True + + +def check_initial_combiner(label: str) -> bool: + if unicodedata.category(label[0])[0] == "M": + raise IDNAError("Label begins with an illegal combining character") + return True + + +def check_hyphen_ok(label: str) -> bool: + if label[2:4] == "--": + raise IDNAError("Label has disallowed hyphens in 3rd and 4th position") + if label[0] == "-" or label[-1] == "-": + raise IDNAError("Label must not start or end with a hyphen") + return True + + +def check_nfc(label: str) -> None: + if unicodedata.normalize("NFC", label) != label: + raise IDNAError("Label must be in Normalization Form C") + + +def valid_contextj(label: str, pos: int) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x200C: + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + + ok = False + for i in range(pos - 1, -1, -1): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord("T"): + continue + elif joining_type in [ord("L"), ord("D")]: + ok = True + break + else: + break + + if not ok: + return False + + ok = False + for i in range(pos + 1, len(label)): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord("T"): + continue + elif joining_type in [ord("R"), ord("D")]: + ok = True + break + else: + break + return ok + + if cp_value == 0x200D: + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + return False + + else: + return False + + +def valid_contexto(label: str, pos: int, exception: bool = False) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x00B7: + if 0 < pos < len(label) - 1: + if ord(label[pos - 1]) == 0x006C and ord(label[pos + 1]) == 0x006C: + return True + return False + + elif cp_value == 0x0375: + if pos < len(label) - 1 and len(label) > 1: + return _is_script(label[pos + 1], "Greek") + return False + + elif cp_value == 0x05F3 or cp_value == 0x05F4: + if pos > 0: + return _is_script(label[pos - 1], "Hebrew") + return False + + elif cp_value == 0x30FB: + for cp in label: + if cp == "\u30fb": + continue + if _is_script(cp, "Hiragana") or _is_script(cp, "Katakana") or _is_script(cp, "Han"): + return True + return False + + elif 0x660 <= cp_value <= 0x669: + for cp in label: + if 0x6F0 <= ord(cp) <= 0x06F9: + return False + return True + + elif 0x6F0 <= cp_value <= 0x6F9: + for cp in label: + if 0x660 <= ord(cp) <= 0x0669: + return False + return True + + return False + + +def check_label(label: Union[str, bytes, bytearray]) -> None: + if isinstance(label, (bytes, bytearray)): + label = label.decode("utf-8") + if len(label) == 0: + raise IDNAError("Empty Label") + + check_nfc(label) + check_hyphen_ok(label) + check_initial_combiner(label) + + for pos, cp in enumerate(label): + cp_value = ord(cp) + if intranges_contain(cp_value, idnadata.codepoint_classes["PVALID"]): + continue + elif intranges_contain(cp_value, idnadata.codepoint_classes["CONTEXTJ"]): + 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 + + check_label(label) + label_bytes = _alabel_prefix + _punycode(label) + + 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: Optional[str] = None + if len(uts46row) == 3: + replacement = uts46row[2] + 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 not isinstance(s, str): + try: + s = str(s, "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 not isinstance(s, str): + s = str(s, "ascii") + except UnicodeDecodeError: + raise IDNAError("Invalid ASCII in A-label") + if uts46: + s = uts46_remap(s, std3_rules, False) + trailing_dot = False + result = [] + if not strict: + labels = _unicode_dots_re.split(s) + else: + labels = s.split(".") + if not labels or labels == [""]: + raise IDNAError("Empty domain") + if not labels[-1]: + del labels[-1] + trailing_dot = True + for label in labels: + s = ulabel(label) + if s: + result.append(s) + else: + raise IDNAError("Empty label") + if trailing_dot: + result.append("") + return ".".join(result) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/idna/idnadata.py b/venv/lib/python3.10/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 0000000..4be6004 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/idna/idnadata.py @@ -0,0 +1,4243 @@ +# This file is automatically generated by tools/idna-data + +__version__ = "15.1.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, + 0x2EBF00002EE5E, + 0x2F8000002FA1E, + 0x300000003134B, + 0x31350000323B0, + ), + "Hebrew": ( + 0x591000005C8, + 0x5D0000005EB, + 0x5EF000005F5, + 0xFB1D0000FB37, + 0xFB380000FB3D, + 0xFB3E0000FB3F, + 0xFB400000FB42, + 0xFB430000FB45, + 0xFB460000FB50, + ), + "Hiragana": ( + 0x304100003097, + 0x309D000030A0, + 0x1B0010001B120, + 0x1B1320001B133, + 0x1B1500001B153, + 0x1F2000001F201, + ), + "Katakana": ( + 0x30A1000030FB, + 0x30FD00003100, + 0x31F000003200, + 0x32D0000032FF, + 0x330000003358, + 0xFF660000FF70, + 0xFF710000FF9E, + 0x1AFF00001AFF4, + 0x1AFF50001AFFC, + 0x1AFFD0001AFFF, + 0x1B0000001B001, + 0x1B1200001B123, + 0x1B1550001B156, + 0x1B1640001B168, + ), +} +joining_types = { + 0xAD: 84, + 0x300: 84, + 0x301: 84, + 0x302: 84, + 0x303: 84, + 0x304: 84, + 0x305: 84, + 0x306: 84, + 0x307: 84, + 0x308: 84, + 0x309: 84, + 0x30A: 84, + 0x30B: 84, + 0x30C: 84, + 0x30D: 84, + 0x30E: 84, + 0x30F: 84, + 0x310: 84, + 0x311: 84, + 0x312: 84, + 0x313: 84, + 0x314: 84, + 0x315: 84, + 0x316: 84, + 0x317: 84, + 0x318: 84, + 0x319: 84, + 0x31A: 84, + 0x31B: 84, + 0x31C: 84, + 0x31D: 84, + 0x31E: 84, + 0x31F: 84, + 0x320: 84, + 0x321: 84, + 0x322: 84, + 0x323: 84, + 0x324: 84, + 0x325: 84, + 0x326: 84, + 0x327: 84, + 0x328: 84, + 0x329: 84, + 0x32A: 84, + 0x32B: 84, + 0x32C: 84, + 0x32D: 84, + 0x32E: 84, + 0x32F: 84, + 0x330: 84, + 0x331: 84, + 0x332: 84, + 0x333: 84, + 0x334: 84, + 0x335: 84, + 0x336: 84, + 0x337: 84, + 0x338: 84, + 0x339: 84, + 0x33A: 84, + 0x33B: 84, + 0x33C: 84, + 0x33D: 84, + 0x33E: 84, + 0x33F: 84, + 0x340: 84, + 0x341: 84, + 0x342: 84, + 0x343: 84, + 0x344: 84, + 0x345: 84, + 0x346: 84, + 0x347: 84, + 0x348: 84, + 0x349: 84, + 0x34A: 84, + 0x34B: 84, + 0x34C: 84, + 0x34D: 84, + 0x34E: 84, + 0x34F: 84, + 0x350: 84, + 0x351: 84, + 0x352: 84, + 0x353: 84, + 0x354: 84, + 0x355: 84, + 0x356: 84, + 0x357: 84, + 0x358: 84, + 0x359: 84, + 0x35A: 84, + 0x35B: 84, + 0x35C: 84, + 0x35D: 84, + 0x35E: 84, + 0x35F: 84, + 0x360: 84, + 0x361: 84, + 0x362: 84, + 0x363: 84, + 0x364: 84, + 0x365: 84, + 0x366: 84, + 0x367: 84, + 0x368: 84, + 0x369: 84, + 0x36A: 84, + 0x36B: 84, + 0x36C: 84, + 0x36D: 84, + 0x36E: 84, + 0x36F: 84, + 0x483: 84, + 0x484: 84, + 0x485: 84, + 0x486: 84, + 0x487: 84, + 0x488: 84, + 0x489: 84, + 0x591: 84, + 0x592: 84, + 0x593: 84, + 0x594: 84, + 0x595: 84, + 0x596: 84, + 0x597: 84, + 0x598: 84, + 0x599: 84, + 0x59A: 84, + 0x59B: 84, + 0x59C: 84, + 0x59D: 84, + 0x59E: 84, + 0x59F: 84, + 0x5A0: 84, + 0x5A1: 84, + 0x5A2: 84, + 0x5A3: 84, + 0x5A4: 84, + 0x5A5: 84, + 0x5A6: 84, + 0x5A7: 84, + 0x5A8: 84, + 0x5A9: 84, + 0x5AA: 84, + 0x5AB: 84, + 0x5AC: 84, + 0x5AD: 84, + 0x5AE: 84, + 0x5AF: 84, + 0x5B0: 84, + 0x5B1: 84, + 0x5B2: 84, + 0x5B3: 84, + 0x5B4: 84, + 0x5B5: 84, + 0x5B6: 84, + 0x5B7: 84, + 0x5B8: 84, + 0x5B9: 84, + 0x5BA: 84, + 0x5BB: 84, + 0x5BC: 84, + 0x5BD: 84, + 0x5BF: 84, + 0x5C1: 84, + 0x5C2: 84, + 0x5C4: 84, + 0x5C5: 84, + 0x5C7: 84, + 0x610: 84, + 0x611: 84, + 0x612: 84, + 0x613: 84, + 0x614: 84, + 0x615: 84, + 0x616: 84, + 0x617: 84, + 0x618: 84, + 0x619: 84, + 0x61A: 84, + 0x61C: 84, + 0x620: 68, + 0x622: 82, + 0x623: 82, + 0x624: 82, + 0x625: 82, + 0x626: 68, + 0x627: 82, + 0x628: 68, + 0x629: 82, + 0x62A: 68, + 0x62B: 68, + 0x62C: 68, + 0x62D: 68, + 0x62E: 68, + 0x62F: 82, + 0x630: 82, + 0x631: 82, + 0x632: 82, + 0x633: 68, + 0x634: 68, + 0x635: 68, + 0x636: 68, + 0x637: 68, + 0x638: 68, + 0x639: 68, + 0x63A: 68, + 0x63B: 68, + 0x63C: 68, + 0x63D: 68, + 0x63E: 68, + 0x63F: 68, + 0x640: 67, + 0x641: 68, + 0x642: 68, + 0x643: 68, + 0x644: 68, + 0x645: 68, + 0x646: 68, + 0x647: 68, + 0x648: 82, + 0x649: 68, + 0x64A: 68, + 0x64B: 84, + 0x64C: 84, + 0x64D: 84, + 0x64E: 84, + 0x64F: 84, + 0x650: 84, + 0x651: 84, + 0x652: 84, + 0x653: 84, + 0x654: 84, + 0x655: 84, + 0x656: 84, + 0x657: 84, + 0x658: 84, + 0x659: 84, + 0x65A: 84, + 0x65B: 84, + 0x65C: 84, + 0x65D: 84, + 0x65E: 84, + 0x65F: 84, + 0x66E: 68, + 0x66F: 68, + 0x670: 84, + 0x671: 82, + 0x672: 82, + 0x673: 82, + 0x675: 82, + 0x676: 82, + 0x677: 82, + 0x678: 68, + 0x679: 68, + 0x67A: 68, + 0x67B: 68, + 0x67C: 68, + 0x67D: 68, + 0x67E: 68, + 0x67F: 68, + 0x680: 68, + 0x681: 68, + 0x682: 68, + 0x683: 68, + 0x684: 68, + 0x685: 68, + 0x686: 68, + 0x687: 68, + 0x688: 82, + 0x689: 82, + 0x68A: 82, + 0x68B: 82, + 0x68C: 82, + 0x68D: 82, + 0x68E: 82, + 0x68F: 82, + 0x690: 82, + 0x691: 82, + 0x692: 82, + 0x693: 82, + 0x694: 82, + 0x695: 82, + 0x696: 82, + 0x697: 82, + 0x698: 82, + 0x699: 82, + 0x69A: 68, + 0x69B: 68, + 0x69C: 68, + 0x69D: 68, + 0x69E: 68, + 0x69F: 68, + 0x6A0: 68, + 0x6A1: 68, + 0x6A2: 68, + 0x6A3: 68, + 0x6A4: 68, + 0x6A5: 68, + 0x6A6: 68, + 0x6A7: 68, + 0x6A8: 68, + 0x6A9: 68, + 0x6AA: 68, + 0x6AB: 68, + 0x6AC: 68, + 0x6AD: 68, + 0x6AE: 68, + 0x6AF: 68, + 0x6B0: 68, + 0x6B1: 68, + 0x6B2: 68, + 0x6B3: 68, + 0x6B4: 68, + 0x6B5: 68, + 0x6B6: 68, + 0x6B7: 68, + 0x6B8: 68, + 0x6B9: 68, + 0x6BA: 68, + 0x6BB: 68, + 0x6BC: 68, + 0x6BD: 68, + 0x6BE: 68, + 0x6BF: 68, + 0x6C0: 82, + 0x6C1: 68, + 0x6C2: 68, + 0x6C3: 82, + 0x6C4: 82, + 0x6C5: 82, + 0x6C6: 82, + 0x6C7: 82, + 0x6C8: 82, + 0x6C9: 82, + 0x6CA: 82, + 0x6CB: 82, + 0x6CC: 68, + 0x6CD: 82, + 0x6CE: 68, + 0x6CF: 82, + 0x6D0: 68, + 0x6D1: 68, + 0x6D2: 82, + 0x6D3: 82, + 0x6D5: 82, + 0x6D6: 84, + 0x6D7: 84, + 0x6D8: 84, + 0x6D9: 84, + 0x6DA: 84, + 0x6DB: 84, + 0x6DC: 84, + 0x6DF: 84, + 0x6E0: 84, + 0x6E1: 84, + 0x6E2: 84, + 0x6E3: 84, + 0x6E4: 84, + 0x6E7: 84, + 0x6E8: 84, + 0x6EA: 84, + 0x6EB: 84, + 0x6EC: 84, + 0x6ED: 84, + 0x6EE: 82, + 0x6EF: 82, + 0x6FA: 68, + 0x6FB: 68, + 0x6FC: 68, + 0x6FF: 68, + 0x70F: 84, + 0x710: 82, + 0x711: 84, + 0x712: 68, + 0x713: 68, + 0x714: 68, + 0x715: 82, + 0x716: 82, + 0x717: 82, + 0x718: 82, + 0x719: 82, + 0x71A: 68, + 0x71B: 68, + 0x71C: 68, + 0x71D: 68, + 0x71E: 82, + 0x71F: 68, + 0x720: 68, + 0x721: 68, + 0x722: 68, + 0x723: 68, + 0x724: 68, + 0x725: 68, + 0x726: 68, + 0x727: 68, + 0x728: 82, + 0x729: 68, + 0x72A: 82, + 0x72B: 68, + 0x72C: 82, + 0x72D: 68, + 0x72E: 68, + 0x72F: 82, + 0x730: 84, + 0x731: 84, + 0x732: 84, + 0x733: 84, + 0x734: 84, + 0x735: 84, + 0x736: 84, + 0x737: 84, + 0x738: 84, + 0x739: 84, + 0x73A: 84, + 0x73B: 84, + 0x73C: 84, + 0x73D: 84, + 0x73E: 84, + 0x73F: 84, + 0x740: 84, + 0x741: 84, + 0x742: 84, + 0x743: 84, + 0x744: 84, + 0x745: 84, + 0x746: 84, + 0x747: 84, + 0x748: 84, + 0x749: 84, + 0x74A: 84, + 0x74D: 82, + 0x74E: 68, + 0x74F: 68, + 0x750: 68, + 0x751: 68, + 0x752: 68, + 0x753: 68, + 0x754: 68, + 0x755: 68, + 0x756: 68, + 0x757: 68, + 0x758: 68, + 0x759: 82, + 0x75A: 82, + 0x75B: 82, + 0x75C: 68, + 0x75D: 68, + 0x75E: 68, + 0x75F: 68, + 0x760: 68, + 0x761: 68, + 0x762: 68, + 0x763: 68, + 0x764: 68, + 0x765: 68, + 0x766: 68, + 0x767: 68, + 0x768: 68, + 0x769: 68, + 0x76A: 68, + 0x76B: 82, + 0x76C: 82, + 0x76D: 68, + 0x76E: 68, + 0x76F: 68, + 0x770: 68, + 0x771: 82, + 0x772: 68, + 0x773: 82, + 0x774: 82, + 0x775: 68, + 0x776: 68, + 0x777: 68, + 0x778: 82, + 0x779: 82, + 0x77A: 68, + 0x77B: 68, + 0x77C: 68, + 0x77D: 68, + 0x77E: 68, + 0x77F: 68, + 0x7A6: 84, + 0x7A7: 84, + 0x7A8: 84, + 0x7A9: 84, + 0x7AA: 84, + 0x7AB: 84, + 0x7AC: 84, + 0x7AD: 84, + 0x7AE: 84, + 0x7AF: 84, + 0x7B0: 84, + 0x7CA: 68, + 0x7CB: 68, + 0x7CC: 68, + 0x7CD: 68, + 0x7CE: 68, + 0x7CF: 68, + 0x7D0: 68, + 0x7D1: 68, + 0x7D2: 68, + 0x7D3: 68, + 0x7D4: 68, + 0x7D5: 68, + 0x7D6: 68, + 0x7D7: 68, + 0x7D8: 68, + 0x7D9: 68, + 0x7DA: 68, + 0x7DB: 68, + 0x7DC: 68, + 0x7DD: 68, + 0x7DE: 68, + 0x7DF: 68, + 0x7E0: 68, + 0x7E1: 68, + 0x7E2: 68, + 0x7E3: 68, + 0x7E4: 68, + 0x7E5: 68, + 0x7E6: 68, + 0x7E7: 68, + 0x7E8: 68, + 0x7E9: 68, + 0x7EA: 68, + 0x7EB: 84, + 0x7EC: 84, + 0x7ED: 84, + 0x7EE: 84, + 0x7EF: 84, + 0x7F0: 84, + 0x7F1: 84, + 0x7F2: 84, + 0x7F3: 84, + 0x7FA: 67, + 0x7FD: 84, + 0x816: 84, + 0x817: 84, + 0x818: 84, + 0x819: 84, + 0x81B: 84, + 0x81C: 84, + 0x81D: 84, + 0x81E: 84, + 0x81F: 84, + 0x820: 84, + 0x821: 84, + 0x822: 84, + 0x823: 84, + 0x825: 84, + 0x826: 84, + 0x827: 84, + 0x829: 84, + 0x82A: 84, + 0x82B: 84, + 0x82C: 84, + 0x82D: 84, + 0x840: 82, + 0x841: 68, + 0x842: 68, + 0x843: 68, + 0x844: 68, + 0x845: 68, + 0x846: 82, + 0x847: 82, + 0x848: 68, + 0x849: 82, + 0x84A: 68, + 0x84B: 68, + 0x84C: 68, + 0x84D: 68, + 0x84E: 68, + 0x84F: 68, + 0x850: 68, + 0x851: 68, + 0x852: 68, + 0x853: 68, + 0x854: 82, + 0x855: 68, + 0x856: 82, + 0x857: 82, + 0x858: 82, + 0x859: 84, + 0x85A: 84, + 0x85B: 84, + 0x860: 68, + 0x862: 68, + 0x863: 68, + 0x864: 68, + 0x865: 68, + 0x867: 82, + 0x868: 68, + 0x869: 82, + 0x86A: 82, + 0x870: 82, + 0x871: 82, + 0x872: 82, + 0x873: 82, + 0x874: 82, + 0x875: 82, + 0x876: 82, + 0x877: 82, + 0x878: 82, + 0x879: 82, + 0x87A: 82, + 0x87B: 82, + 0x87C: 82, + 0x87D: 82, + 0x87E: 82, + 0x87F: 82, + 0x880: 82, + 0x881: 82, + 0x882: 82, + 0x883: 67, + 0x884: 67, + 0x885: 67, + 0x886: 68, + 0x889: 68, + 0x88A: 68, + 0x88B: 68, + 0x88C: 68, + 0x88D: 68, + 0x88E: 82, + 0x898: 84, + 0x899: 84, + 0x89A: 84, + 0x89B: 84, + 0x89C: 84, + 0x89D: 84, + 0x89E: 84, + 0x89F: 84, + 0x8A0: 68, + 0x8A1: 68, + 0x8A2: 68, + 0x8A3: 68, + 0x8A4: 68, + 0x8A5: 68, + 0x8A6: 68, + 0x8A7: 68, + 0x8A8: 68, + 0x8A9: 68, + 0x8AA: 82, + 0x8AB: 82, + 0x8AC: 82, + 0x8AE: 82, + 0x8AF: 68, + 0x8B0: 68, + 0x8B1: 82, + 0x8B2: 82, + 0x8B3: 68, + 0x8B4: 68, + 0x8B5: 68, + 0x8B6: 68, + 0x8B7: 68, + 0x8B8: 68, + 0x8B9: 82, + 0x8BA: 68, + 0x8BB: 68, + 0x8BC: 68, + 0x8BD: 68, + 0x8BE: 68, + 0x8BF: 68, + 0x8C0: 68, + 0x8C1: 68, + 0x8C2: 68, + 0x8C3: 68, + 0x8C4: 68, + 0x8C5: 68, + 0x8C6: 68, + 0x8C7: 68, + 0x8C8: 68, + 0x8CA: 84, + 0x8CB: 84, + 0x8CC: 84, + 0x8CD: 84, + 0x8CE: 84, + 0x8CF: 84, + 0x8D0: 84, + 0x8D1: 84, + 0x8D2: 84, + 0x8D3: 84, + 0x8D4: 84, + 0x8D5: 84, + 0x8D6: 84, + 0x8D7: 84, + 0x8D8: 84, + 0x8D9: 84, + 0x8DA: 84, + 0x8DB: 84, + 0x8DC: 84, + 0x8DD: 84, + 0x8DE: 84, + 0x8DF: 84, + 0x8E0: 84, + 0x8E1: 84, + 0x8E3: 84, + 0x8E4: 84, + 0x8E5: 84, + 0x8E6: 84, + 0x8E7: 84, + 0x8E8: 84, + 0x8E9: 84, + 0x8EA: 84, + 0x8EB: 84, + 0x8EC: 84, + 0x8ED: 84, + 0x8EE: 84, + 0x8EF: 84, + 0x8F0: 84, + 0x8F1: 84, + 0x8F2: 84, + 0x8F3: 84, + 0x8F4: 84, + 0x8F5: 84, + 0x8F6: 84, + 0x8F7: 84, + 0x8F8: 84, + 0x8F9: 84, + 0x8FA: 84, + 0x8FB: 84, + 0x8FC: 84, + 0x8FD: 84, + 0x8FE: 84, + 0x8FF: 84, + 0x900: 84, + 0x901: 84, + 0x902: 84, + 0x93A: 84, + 0x93C: 84, + 0x941: 84, + 0x942: 84, + 0x943: 84, + 0x944: 84, + 0x945: 84, + 0x946: 84, + 0x947: 84, + 0x948: 84, + 0x94D: 84, + 0x951: 84, + 0x952: 84, + 0x953: 84, + 0x954: 84, + 0x955: 84, + 0x956: 84, + 0x957: 84, + 0x962: 84, + 0x963: 84, + 0x981: 84, + 0x9BC: 84, + 0x9C1: 84, + 0x9C2: 84, + 0x9C3: 84, + 0x9C4: 84, + 0x9CD: 84, + 0x9E2: 84, + 0x9E3: 84, + 0x9FE: 84, + 0xA01: 84, + 0xA02: 84, + 0xA3C: 84, + 0xA41: 84, + 0xA42: 84, + 0xA47: 84, + 0xA48: 84, + 0xA4B: 84, + 0xA4C: 84, + 0xA4D: 84, + 0xA51: 84, + 0xA70: 84, + 0xA71: 84, + 0xA75: 84, + 0xA81: 84, + 0xA82: 84, + 0xABC: 84, + 0xAC1: 84, + 0xAC2: 84, + 0xAC3: 84, + 0xAC4: 84, + 0xAC5: 84, + 0xAC7: 84, + 0xAC8: 84, + 0xACD: 84, + 0xAE2: 84, + 0xAE3: 84, + 0xAFA: 84, + 0xAFB: 84, + 0xAFC: 84, + 0xAFD: 84, + 0xAFE: 84, + 0xAFF: 84, + 0xB01: 84, + 0xB3C: 84, + 0xB3F: 84, + 0xB41: 84, + 0xB42: 84, + 0xB43: 84, + 0xB44: 84, + 0xB4D: 84, + 0xB55: 84, + 0xB56: 84, + 0xB62: 84, + 0xB63: 84, + 0xB82: 84, + 0xBC0: 84, + 0xBCD: 84, + 0xC00: 84, + 0xC04: 84, + 0xC3C: 84, + 0xC3E: 84, + 0xC3F: 84, + 0xC40: 84, + 0xC46: 84, + 0xC47: 84, + 0xC48: 84, + 0xC4A: 84, + 0xC4B: 84, + 0xC4C: 84, + 0xC4D: 84, + 0xC55: 84, + 0xC56: 84, + 0xC62: 84, + 0xC63: 84, + 0xC81: 84, + 0xCBC: 84, + 0xCBF: 84, + 0xCC6: 84, + 0xCCC: 84, + 0xCCD: 84, + 0xCE2: 84, + 0xCE3: 84, + 0xD00: 84, + 0xD01: 84, + 0xD3B: 84, + 0xD3C: 84, + 0xD41: 84, + 0xD42: 84, + 0xD43: 84, + 0xD44: 84, + 0xD4D: 84, + 0xD62: 84, + 0xD63: 84, + 0xD81: 84, + 0xDCA: 84, + 0xDD2: 84, + 0xDD3: 84, + 0xDD4: 84, + 0xDD6: 84, + 0xE31: 84, + 0xE34: 84, + 0xE35: 84, + 0xE36: 84, + 0xE37: 84, + 0xE38: 84, + 0xE39: 84, + 0xE3A: 84, + 0xE47: 84, + 0xE48: 84, + 0xE49: 84, + 0xE4A: 84, + 0xE4B: 84, + 0xE4C: 84, + 0xE4D: 84, + 0xE4E: 84, + 0xEB1: 84, + 0xEB4: 84, + 0xEB5: 84, + 0xEB6: 84, + 0xEB7: 84, + 0xEB8: 84, + 0xEB9: 84, + 0xEBA: 84, + 0xEBB: 84, + 0xEBC: 84, + 0xEC8: 84, + 0xEC9: 84, + 0xECA: 84, + 0xECB: 84, + 0xECC: 84, + 0xECD: 84, + 0xECE: 84, + 0xF18: 84, + 0xF19: 84, + 0xF35: 84, + 0xF37: 84, + 0xF39: 84, + 0xF71: 84, + 0xF72: 84, + 0xF73: 84, + 0xF74: 84, + 0xF75: 84, + 0xF76: 84, + 0xF77: 84, + 0xF78: 84, + 0xF79: 84, + 0xF7A: 84, + 0xF7B: 84, + 0xF7C: 84, + 0xF7D: 84, + 0xF7E: 84, + 0xF80: 84, + 0xF81: 84, + 0xF82: 84, + 0xF83: 84, + 0xF84: 84, + 0xF86: 84, + 0xF87: 84, + 0xF8D: 84, + 0xF8E: 84, + 0xF8F: 84, + 0xF90: 84, + 0xF91: 84, + 0xF92: 84, + 0xF93: 84, + 0xF94: 84, + 0xF95: 84, + 0xF96: 84, + 0xF97: 84, + 0xF99: 84, + 0xF9A: 84, + 0xF9B: 84, + 0xF9C: 84, + 0xF9D: 84, + 0xF9E: 84, + 0xF9F: 84, + 0xFA0: 84, + 0xFA1: 84, + 0xFA2: 84, + 0xFA3: 84, + 0xFA4: 84, + 0xFA5: 84, + 0xFA6: 84, + 0xFA7: 84, + 0xFA8: 84, + 0xFA9: 84, + 0xFAA: 84, + 0xFAB: 84, + 0xFAC: 84, + 0xFAD: 84, + 0xFAE: 84, + 0xFAF: 84, + 0xFB0: 84, + 0xFB1: 84, + 0xFB2: 84, + 0xFB3: 84, + 0xFB4: 84, + 0xFB5: 84, + 0xFB6: 84, + 0xFB7: 84, + 0xFB8: 84, + 0xFB9: 84, + 0xFBA: 84, + 0xFBB: 84, + 0xFBC: 84, + 0xFC6: 84, + 0x102D: 84, + 0x102E: 84, + 0x102F: 84, + 0x1030: 84, + 0x1032: 84, + 0x1033: 84, + 0x1034: 84, + 0x1035: 84, + 0x1036: 84, + 0x1037: 84, + 0x1039: 84, + 0x103A: 84, + 0x103D: 84, + 0x103E: 84, + 0x1058: 84, + 0x1059: 84, + 0x105E: 84, + 0x105F: 84, + 0x1060: 84, + 0x1071: 84, + 0x1072: 84, + 0x1073: 84, + 0x1074: 84, + 0x1082: 84, + 0x1085: 84, + 0x1086: 84, + 0x108D: 84, + 0x109D: 84, + 0x135D: 84, + 0x135E: 84, + 0x135F: 84, + 0x1712: 84, + 0x1713: 84, + 0x1714: 84, + 0x1732: 84, + 0x1733: 84, + 0x1752: 84, + 0x1753: 84, + 0x1772: 84, + 0x1773: 84, + 0x17B4: 84, + 0x17B5: 84, + 0x17B7: 84, + 0x17B8: 84, + 0x17B9: 84, + 0x17BA: 84, + 0x17BB: 84, + 0x17BC: 84, + 0x17BD: 84, + 0x17C6: 84, + 0x17C9: 84, + 0x17CA: 84, + 0x17CB: 84, + 0x17CC: 84, + 0x17CD: 84, + 0x17CE: 84, + 0x17CF: 84, + 0x17D0: 84, + 0x17D1: 84, + 0x17D2: 84, + 0x17D3: 84, + 0x17DD: 84, + 0x1807: 68, + 0x180A: 67, + 0x180B: 84, + 0x180C: 84, + 0x180D: 84, + 0x180F: 84, + 0x1820: 68, + 0x1821: 68, + 0x1822: 68, + 0x1823: 68, + 0x1824: 68, + 0x1825: 68, + 0x1826: 68, + 0x1827: 68, + 0x1828: 68, + 0x1829: 68, + 0x182A: 68, + 0x182B: 68, + 0x182C: 68, + 0x182D: 68, + 0x182E: 68, + 0x182F: 68, + 0x1830: 68, + 0x1831: 68, + 0x1832: 68, + 0x1833: 68, + 0x1834: 68, + 0x1835: 68, + 0x1836: 68, + 0x1837: 68, + 0x1838: 68, + 0x1839: 68, + 0x183A: 68, + 0x183B: 68, + 0x183C: 68, + 0x183D: 68, + 0x183E: 68, + 0x183F: 68, + 0x1840: 68, + 0x1841: 68, + 0x1842: 68, + 0x1843: 68, + 0x1844: 68, + 0x1845: 68, + 0x1846: 68, + 0x1847: 68, + 0x1848: 68, + 0x1849: 68, + 0x184A: 68, + 0x184B: 68, + 0x184C: 68, + 0x184D: 68, + 0x184E: 68, + 0x184F: 68, + 0x1850: 68, + 0x1851: 68, + 0x1852: 68, + 0x1853: 68, + 0x1854: 68, + 0x1855: 68, + 0x1856: 68, + 0x1857: 68, + 0x1858: 68, + 0x1859: 68, + 0x185A: 68, + 0x185B: 68, + 0x185C: 68, + 0x185D: 68, + 0x185E: 68, + 0x185F: 68, + 0x1860: 68, + 0x1861: 68, + 0x1862: 68, + 0x1863: 68, + 0x1864: 68, + 0x1865: 68, + 0x1866: 68, + 0x1867: 68, + 0x1868: 68, + 0x1869: 68, + 0x186A: 68, + 0x186B: 68, + 0x186C: 68, + 0x186D: 68, + 0x186E: 68, + 0x186F: 68, + 0x1870: 68, + 0x1871: 68, + 0x1872: 68, + 0x1873: 68, + 0x1874: 68, + 0x1875: 68, + 0x1876: 68, + 0x1877: 68, + 0x1878: 68, + 0x1885: 84, + 0x1886: 84, + 0x1887: 68, + 0x1888: 68, + 0x1889: 68, + 0x188A: 68, + 0x188B: 68, + 0x188C: 68, + 0x188D: 68, + 0x188E: 68, + 0x188F: 68, + 0x1890: 68, + 0x1891: 68, + 0x1892: 68, + 0x1893: 68, + 0x1894: 68, + 0x1895: 68, + 0x1896: 68, + 0x1897: 68, + 0x1898: 68, + 0x1899: 68, + 0x189A: 68, + 0x189B: 68, + 0x189C: 68, + 0x189D: 68, + 0x189E: 68, + 0x189F: 68, + 0x18A0: 68, + 0x18A1: 68, + 0x18A2: 68, + 0x18A3: 68, + 0x18A4: 68, + 0x18A5: 68, + 0x18A6: 68, + 0x18A7: 68, + 0x18A8: 68, + 0x18A9: 84, + 0x18AA: 68, + 0x1920: 84, + 0x1921: 84, + 0x1922: 84, + 0x1927: 84, + 0x1928: 84, + 0x1932: 84, + 0x1939: 84, + 0x193A: 84, + 0x193B: 84, + 0x1A17: 84, + 0x1A18: 84, + 0x1A1B: 84, + 0x1A56: 84, + 0x1A58: 84, + 0x1A59: 84, + 0x1A5A: 84, + 0x1A5B: 84, + 0x1A5C: 84, + 0x1A5D: 84, + 0x1A5E: 84, + 0x1A60: 84, + 0x1A62: 84, + 0x1A65: 84, + 0x1A66: 84, + 0x1A67: 84, + 0x1A68: 84, + 0x1A69: 84, + 0x1A6A: 84, + 0x1A6B: 84, + 0x1A6C: 84, + 0x1A73: 84, + 0x1A74: 84, + 0x1A75: 84, + 0x1A76: 84, + 0x1A77: 84, + 0x1A78: 84, + 0x1A79: 84, + 0x1A7A: 84, + 0x1A7B: 84, + 0x1A7C: 84, + 0x1A7F: 84, + 0x1AB0: 84, + 0x1AB1: 84, + 0x1AB2: 84, + 0x1AB3: 84, + 0x1AB4: 84, + 0x1AB5: 84, + 0x1AB6: 84, + 0x1AB7: 84, + 0x1AB8: 84, + 0x1AB9: 84, + 0x1ABA: 84, + 0x1ABB: 84, + 0x1ABC: 84, + 0x1ABD: 84, + 0x1ABE: 84, + 0x1ABF: 84, + 0x1AC0: 84, + 0x1AC1: 84, + 0x1AC2: 84, + 0x1AC3: 84, + 0x1AC4: 84, + 0x1AC5: 84, + 0x1AC6: 84, + 0x1AC7: 84, + 0x1AC8: 84, + 0x1AC9: 84, + 0x1ACA: 84, + 0x1ACB: 84, + 0x1ACC: 84, + 0x1ACD: 84, + 0x1ACE: 84, + 0x1B00: 84, + 0x1B01: 84, + 0x1B02: 84, + 0x1B03: 84, + 0x1B34: 84, + 0x1B36: 84, + 0x1B37: 84, + 0x1B38: 84, + 0x1B39: 84, + 0x1B3A: 84, + 0x1B3C: 84, + 0x1B42: 84, + 0x1B6B: 84, + 0x1B6C: 84, + 0x1B6D: 84, + 0x1B6E: 84, + 0x1B6F: 84, + 0x1B70: 84, + 0x1B71: 84, + 0x1B72: 84, + 0x1B73: 84, + 0x1B80: 84, + 0x1B81: 84, + 0x1BA2: 84, + 0x1BA3: 84, + 0x1BA4: 84, + 0x1BA5: 84, + 0x1BA8: 84, + 0x1BA9: 84, + 0x1BAB: 84, + 0x1BAC: 84, + 0x1BAD: 84, + 0x1BE6: 84, + 0x1BE8: 84, + 0x1BE9: 84, + 0x1BED: 84, + 0x1BEF: 84, + 0x1BF0: 84, + 0x1BF1: 84, + 0x1C2C: 84, + 0x1C2D: 84, + 0x1C2E: 84, + 0x1C2F: 84, + 0x1C30: 84, + 0x1C31: 84, + 0x1C32: 84, + 0x1C33: 84, + 0x1C36: 84, + 0x1C37: 84, + 0x1CD0: 84, + 0x1CD1: 84, + 0x1CD2: 84, + 0x1CD4: 84, + 0x1CD5: 84, + 0x1CD6: 84, + 0x1CD7: 84, + 0x1CD8: 84, + 0x1CD9: 84, + 0x1CDA: 84, + 0x1CDB: 84, + 0x1CDC: 84, + 0x1CDD: 84, + 0x1CDE: 84, + 0x1CDF: 84, + 0x1CE0: 84, + 0x1CE2: 84, + 0x1CE3: 84, + 0x1CE4: 84, + 0x1CE5: 84, + 0x1CE6: 84, + 0x1CE7: 84, + 0x1CE8: 84, + 0x1CED: 84, + 0x1CF4: 84, + 0x1CF8: 84, + 0x1CF9: 84, + 0x1DC0: 84, + 0x1DC1: 84, + 0x1DC2: 84, + 0x1DC3: 84, + 0x1DC4: 84, + 0x1DC5: 84, + 0x1DC6: 84, + 0x1DC7: 84, + 0x1DC8: 84, + 0x1DC9: 84, + 0x1DCA: 84, + 0x1DCB: 84, + 0x1DCC: 84, + 0x1DCD: 84, + 0x1DCE: 84, + 0x1DCF: 84, + 0x1DD0: 84, + 0x1DD1: 84, + 0x1DD2: 84, + 0x1DD3: 84, + 0x1DD4: 84, + 0x1DD5: 84, + 0x1DD6: 84, + 0x1DD7: 84, + 0x1DD8: 84, + 0x1DD9: 84, + 0x1DDA: 84, + 0x1DDB: 84, + 0x1DDC: 84, + 0x1DDD: 84, + 0x1DDE: 84, + 0x1DDF: 84, + 0x1DE0: 84, + 0x1DE1: 84, + 0x1DE2: 84, + 0x1DE3: 84, + 0x1DE4: 84, + 0x1DE5: 84, + 0x1DE6: 84, + 0x1DE7: 84, + 0x1DE8: 84, + 0x1DE9: 84, + 0x1DEA: 84, + 0x1DEB: 84, + 0x1DEC: 84, + 0x1DED: 84, + 0x1DEE: 84, + 0x1DEF: 84, + 0x1DF0: 84, + 0x1DF1: 84, + 0x1DF2: 84, + 0x1DF3: 84, + 0x1DF4: 84, + 0x1DF5: 84, + 0x1DF6: 84, + 0x1DF7: 84, + 0x1DF8: 84, + 0x1DF9: 84, + 0x1DFA: 84, + 0x1DFB: 84, + 0x1DFC: 84, + 0x1DFD: 84, + 0x1DFE: 84, + 0x1DFF: 84, + 0x200B: 84, + 0x200D: 67, + 0x200E: 84, + 0x200F: 84, + 0x202A: 84, + 0x202B: 84, + 0x202C: 84, + 0x202D: 84, + 0x202E: 84, + 0x2060: 84, + 0x2061: 84, + 0x2062: 84, + 0x2063: 84, + 0x2064: 84, + 0x206A: 84, + 0x206B: 84, + 0x206C: 84, + 0x206D: 84, + 0x206E: 84, + 0x206F: 84, + 0x20D0: 84, + 0x20D1: 84, + 0x20D2: 84, + 0x20D3: 84, + 0x20D4: 84, + 0x20D5: 84, + 0x20D6: 84, + 0x20D7: 84, + 0x20D8: 84, + 0x20D9: 84, + 0x20DA: 84, + 0x20DB: 84, + 0x20DC: 84, + 0x20DD: 84, + 0x20DE: 84, + 0x20DF: 84, + 0x20E0: 84, + 0x20E1: 84, + 0x20E2: 84, + 0x20E3: 84, + 0x20E4: 84, + 0x20E5: 84, + 0x20E6: 84, + 0x20E7: 84, + 0x20E8: 84, + 0x20E9: 84, + 0x20EA: 84, + 0x20EB: 84, + 0x20EC: 84, + 0x20ED: 84, + 0x20EE: 84, + 0x20EF: 84, + 0x20F0: 84, + 0x2CEF: 84, + 0x2CF0: 84, + 0x2CF1: 84, + 0x2D7F: 84, + 0x2DE0: 84, + 0x2DE1: 84, + 0x2DE2: 84, + 0x2DE3: 84, + 0x2DE4: 84, + 0x2DE5: 84, + 0x2DE6: 84, + 0x2DE7: 84, + 0x2DE8: 84, + 0x2DE9: 84, + 0x2DEA: 84, + 0x2DEB: 84, + 0x2DEC: 84, + 0x2DED: 84, + 0x2DEE: 84, + 0x2DEF: 84, + 0x2DF0: 84, + 0x2DF1: 84, + 0x2DF2: 84, + 0x2DF3: 84, + 0x2DF4: 84, + 0x2DF5: 84, + 0x2DF6: 84, + 0x2DF7: 84, + 0x2DF8: 84, + 0x2DF9: 84, + 0x2DFA: 84, + 0x2DFB: 84, + 0x2DFC: 84, + 0x2DFD: 84, + 0x2DFE: 84, + 0x2DFF: 84, + 0x302A: 84, + 0x302B: 84, + 0x302C: 84, + 0x302D: 84, + 0x3099: 84, + 0x309A: 84, + 0xA66F: 84, + 0xA670: 84, + 0xA671: 84, + 0xA672: 84, + 0xA674: 84, + 0xA675: 84, + 0xA676: 84, + 0xA677: 84, + 0xA678: 84, + 0xA679: 84, + 0xA67A: 84, + 0xA67B: 84, + 0xA67C: 84, + 0xA67D: 84, + 0xA69E: 84, + 0xA69F: 84, + 0xA6F0: 84, + 0xA6F1: 84, + 0xA802: 84, + 0xA806: 84, + 0xA80B: 84, + 0xA825: 84, + 0xA826: 84, + 0xA82C: 84, + 0xA840: 68, + 0xA841: 68, + 0xA842: 68, + 0xA843: 68, + 0xA844: 68, + 0xA845: 68, + 0xA846: 68, + 0xA847: 68, + 0xA848: 68, + 0xA849: 68, + 0xA84A: 68, + 0xA84B: 68, + 0xA84C: 68, + 0xA84D: 68, + 0xA84E: 68, + 0xA84F: 68, + 0xA850: 68, + 0xA851: 68, + 0xA852: 68, + 0xA853: 68, + 0xA854: 68, + 0xA855: 68, + 0xA856: 68, + 0xA857: 68, + 0xA858: 68, + 0xA859: 68, + 0xA85A: 68, + 0xA85B: 68, + 0xA85C: 68, + 0xA85D: 68, + 0xA85E: 68, + 0xA85F: 68, + 0xA860: 68, + 0xA861: 68, + 0xA862: 68, + 0xA863: 68, + 0xA864: 68, + 0xA865: 68, + 0xA866: 68, + 0xA867: 68, + 0xA868: 68, + 0xA869: 68, + 0xA86A: 68, + 0xA86B: 68, + 0xA86C: 68, + 0xA86D: 68, + 0xA86E: 68, + 0xA86F: 68, + 0xA870: 68, + 0xA871: 68, + 0xA872: 76, + 0xA8C4: 84, + 0xA8C5: 84, + 0xA8E0: 84, + 0xA8E1: 84, + 0xA8E2: 84, + 0xA8E3: 84, + 0xA8E4: 84, + 0xA8E5: 84, + 0xA8E6: 84, + 0xA8E7: 84, + 0xA8E8: 84, + 0xA8E9: 84, + 0xA8EA: 84, + 0xA8EB: 84, + 0xA8EC: 84, + 0xA8ED: 84, + 0xA8EE: 84, + 0xA8EF: 84, + 0xA8F0: 84, + 0xA8F1: 84, + 0xA8FF: 84, + 0xA926: 84, + 0xA927: 84, + 0xA928: 84, + 0xA929: 84, + 0xA92A: 84, + 0xA92B: 84, + 0xA92C: 84, + 0xA92D: 84, + 0xA947: 84, + 0xA948: 84, + 0xA949: 84, + 0xA94A: 84, + 0xA94B: 84, + 0xA94C: 84, + 0xA94D: 84, + 0xA94E: 84, + 0xA94F: 84, + 0xA950: 84, + 0xA951: 84, + 0xA980: 84, + 0xA981: 84, + 0xA982: 84, + 0xA9B3: 84, + 0xA9B6: 84, + 0xA9B7: 84, + 0xA9B8: 84, + 0xA9B9: 84, + 0xA9BC: 84, + 0xA9BD: 84, + 0xA9E5: 84, + 0xAA29: 84, + 0xAA2A: 84, + 0xAA2B: 84, + 0xAA2C: 84, + 0xAA2D: 84, + 0xAA2E: 84, + 0xAA31: 84, + 0xAA32: 84, + 0xAA35: 84, + 0xAA36: 84, + 0xAA43: 84, + 0xAA4C: 84, + 0xAA7C: 84, + 0xAAB0: 84, + 0xAAB2: 84, + 0xAAB3: 84, + 0xAAB4: 84, + 0xAAB7: 84, + 0xAAB8: 84, + 0xAABE: 84, + 0xAABF: 84, + 0xAAC1: 84, + 0xAAEC: 84, + 0xAAED: 84, + 0xAAF6: 84, + 0xABE5: 84, + 0xABE8: 84, + 0xABED: 84, + 0xFB1E: 84, + 0xFE00: 84, + 0xFE01: 84, + 0xFE02: 84, + 0xFE03: 84, + 0xFE04: 84, + 0xFE05: 84, + 0xFE06: 84, + 0xFE07: 84, + 0xFE08: 84, + 0xFE09: 84, + 0xFE0A: 84, + 0xFE0B: 84, + 0xFE0C: 84, + 0xFE0D: 84, + 0xFE0E: 84, + 0xFE0F: 84, + 0xFE20: 84, + 0xFE21: 84, + 0xFE22: 84, + 0xFE23: 84, + 0xFE24: 84, + 0xFE25: 84, + 0xFE26: 84, + 0xFE27: 84, + 0xFE28: 84, + 0xFE29: 84, + 0xFE2A: 84, + 0xFE2B: 84, + 0xFE2C: 84, + 0xFE2D: 84, + 0xFE2E: 84, + 0xFE2F: 84, + 0xFEFF: 84, + 0xFFF9: 84, + 0xFFFA: 84, + 0xFFFB: 84, + 0x101FD: 84, + 0x102E0: 84, + 0x10376: 84, + 0x10377: 84, + 0x10378: 84, + 0x10379: 84, + 0x1037A: 84, + 0x10A01: 84, + 0x10A02: 84, + 0x10A03: 84, + 0x10A05: 84, + 0x10A06: 84, + 0x10A0C: 84, + 0x10A0D: 84, + 0x10A0E: 84, + 0x10A0F: 84, + 0x10A38: 84, + 0x10A39: 84, + 0x10A3A: 84, + 0x10A3F: 84, + 0x10AC0: 68, + 0x10AC1: 68, + 0x10AC2: 68, + 0x10AC3: 68, + 0x10AC4: 68, + 0x10AC5: 82, + 0x10AC7: 82, + 0x10AC9: 82, + 0x10ACA: 82, + 0x10ACD: 76, + 0x10ACE: 82, + 0x10ACF: 82, + 0x10AD0: 82, + 0x10AD1: 82, + 0x10AD2: 82, + 0x10AD3: 68, + 0x10AD4: 68, + 0x10AD5: 68, + 0x10AD6: 68, + 0x10AD7: 76, + 0x10AD8: 68, + 0x10AD9: 68, + 0x10ADA: 68, + 0x10ADB: 68, + 0x10ADC: 68, + 0x10ADD: 82, + 0x10ADE: 68, + 0x10ADF: 68, + 0x10AE0: 68, + 0x10AE1: 82, + 0x10AE4: 82, + 0x10AE5: 84, + 0x10AE6: 84, + 0x10AEB: 68, + 0x10AEC: 68, + 0x10AED: 68, + 0x10AEE: 68, + 0x10AEF: 82, + 0x10B80: 68, + 0x10B81: 82, + 0x10B82: 68, + 0x10B83: 82, + 0x10B84: 82, + 0x10B85: 82, + 0x10B86: 68, + 0x10B87: 68, + 0x10B88: 68, + 0x10B89: 82, + 0x10B8A: 68, + 0x10B8B: 68, + 0x10B8C: 82, + 0x10B8D: 68, + 0x10B8E: 82, + 0x10B8F: 82, + 0x10B90: 68, + 0x10B91: 82, + 0x10BA9: 82, + 0x10BAA: 82, + 0x10BAB: 82, + 0x10BAC: 82, + 0x10BAD: 68, + 0x10BAE: 68, + 0x10D00: 76, + 0x10D01: 68, + 0x10D02: 68, + 0x10D03: 68, + 0x10D04: 68, + 0x10D05: 68, + 0x10D06: 68, + 0x10D07: 68, + 0x10D08: 68, + 0x10D09: 68, + 0x10D0A: 68, + 0x10D0B: 68, + 0x10D0C: 68, + 0x10D0D: 68, + 0x10D0E: 68, + 0x10D0F: 68, + 0x10D10: 68, + 0x10D11: 68, + 0x10D12: 68, + 0x10D13: 68, + 0x10D14: 68, + 0x10D15: 68, + 0x10D16: 68, + 0x10D17: 68, + 0x10D18: 68, + 0x10D19: 68, + 0x10D1A: 68, + 0x10D1B: 68, + 0x10D1C: 68, + 0x10D1D: 68, + 0x10D1E: 68, + 0x10D1F: 68, + 0x10D20: 68, + 0x10D21: 68, + 0x10D22: 82, + 0x10D23: 68, + 0x10D24: 84, + 0x10D25: 84, + 0x10D26: 84, + 0x10D27: 84, + 0x10EAB: 84, + 0x10EAC: 84, + 0x10EFD: 84, + 0x10EFE: 84, + 0x10EFF: 84, + 0x10F30: 68, + 0x10F31: 68, + 0x10F32: 68, + 0x10F33: 82, + 0x10F34: 68, + 0x10F35: 68, + 0x10F36: 68, + 0x10F37: 68, + 0x10F38: 68, + 0x10F39: 68, + 0x10F3A: 68, + 0x10F3B: 68, + 0x10F3C: 68, + 0x10F3D: 68, + 0x10F3E: 68, + 0x10F3F: 68, + 0x10F40: 68, + 0x10F41: 68, + 0x10F42: 68, + 0x10F43: 68, + 0x10F44: 68, + 0x10F46: 84, + 0x10F47: 84, + 0x10F48: 84, + 0x10F49: 84, + 0x10F4A: 84, + 0x10F4B: 84, + 0x10F4C: 84, + 0x10F4D: 84, + 0x10F4E: 84, + 0x10F4F: 84, + 0x10F50: 84, + 0x10F51: 68, + 0x10F52: 68, + 0x10F53: 68, + 0x10F54: 82, + 0x10F70: 68, + 0x10F71: 68, + 0x10F72: 68, + 0x10F73: 68, + 0x10F74: 82, + 0x10F75: 82, + 0x10F76: 68, + 0x10F77: 68, + 0x10F78: 68, + 0x10F79: 68, + 0x10F7A: 68, + 0x10F7B: 68, + 0x10F7C: 68, + 0x10F7D: 68, + 0x10F7E: 68, + 0x10F7F: 68, + 0x10F80: 68, + 0x10F81: 68, + 0x10F82: 84, + 0x10F83: 84, + 0x10F84: 84, + 0x10F85: 84, + 0x10FB0: 68, + 0x10FB2: 68, + 0x10FB3: 68, + 0x10FB4: 82, + 0x10FB5: 82, + 0x10FB6: 82, + 0x10FB8: 68, + 0x10FB9: 82, + 0x10FBA: 82, + 0x10FBB: 68, + 0x10FBC: 68, + 0x10FBD: 82, + 0x10FBE: 68, + 0x10FBF: 68, + 0x10FC1: 68, + 0x10FC2: 82, + 0x10FC3: 82, + 0x10FC4: 68, + 0x10FC9: 82, + 0x10FCA: 68, + 0x10FCB: 76, + 0x11001: 84, + 0x11038: 84, + 0x11039: 84, + 0x1103A: 84, + 0x1103B: 84, + 0x1103C: 84, + 0x1103D: 84, + 0x1103E: 84, + 0x1103F: 84, + 0x11040: 84, + 0x11041: 84, + 0x11042: 84, + 0x11043: 84, + 0x11044: 84, + 0x11045: 84, + 0x11046: 84, + 0x11070: 84, + 0x11073: 84, + 0x11074: 84, + 0x1107F: 84, + 0x11080: 84, + 0x11081: 84, + 0x110B3: 84, + 0x110B4: 84, + 0x110B5: 84, + 0x110B6: 84, + 0x110B9: 84, + 0x110BA: 84, + 0x110C2: 84, + 0x11100: 84, + 0x11101: 84, + 0x11102: 84, + 0x11127: 84, + 0x11128: 84, + 0x11129: 84, + 0x1112A: 84, + 0x1112B: 84, + 0x1112D: 84, + 0x1112E: 84, + 0x1112F: 84, + 0x11130: 84, + 0x11131: 84, + 0x11132: 84, + 0x11133: 84, + 0x11134: 84, + 0x11173: 84, + 0x11180: 84, + 0x11181: 84, + 0x111B6: 84, + 0x111B7: 84, + 0x111B8: 84, + 0x111B9: 84, + 0x111BA: 84, + 0x111BB: 84, + 0x111BC: 84, + 0x111BD: 84, + 0x111BE: 84, + 0x111C9: 84, + 0x111CA: 84, + 0x111CB: 84, + 0x111CC: 84, + 0x111CF: 84, + 0x1122F: 84, + 0x11230: 84, + 0x11231: 84, + 0x11234: 84, + 0x11236: 84, + 0x11237: 84, + 0x1123E: 84, + 0x11241: 84, + 0x112DF: 84, + 0x112E3: 84, + 0x112E4: 84, + 0x112E5: 84, + 0x112E6: 84, + 0x112E7: 84, + 0x112E8: 84, + 0x112E9: 84, + 0x112EA: 84, + 0x11300: 84, + 0x11301: 84, + 0x1133B: 84, + 0x1133C: 84, + 0x11340: 84, + 0x11366: 84, + 0x11367: 84, + 0x11368: 84, + 0x11369: 84, + 0x1136A: 84, + 0x1136B: 84, + 0x1136C: 84, + 0x11370: 84, + 0x11371: 84, + 0x11372: 84, + 0x11373: 84, + 0x11374: 84, + 0x11438: 84, + 0x11439: 84, + 0x1143A: 84, + 0x1143B: 84, + 0x1143C: 84, + 0x1143D: 84, + 0x1143E: 84, + 0x1143F: 84, + 0x11442: 84, + 0x11443: 84, + 0x11444: 84, + 0x11446: 84, + 0x1145E: 84, + 0x114B3: 84, + 0x114B4: 84, + 0x114B5: 84, + 0x114B6: 84, + 0x114B7: 84, + 0x114B8: 84, + 0x114BA: 84, + 0x114BF: 84, + 0x114C0: 84, + 0x114C2: 84, + 0x114C3: 84, + 0x115B2: 84, + 0x115B3: 84, + 0x115B4: 84, + 0x115B5: 84, + 0x115BC: 84, + 0x115BD: 84, + 0x115BF: 84, + 0x115C0: 84, + 0x115DC: 84, + 0x115DD: 84, + 0x11633: 84, + 0x11634: 84, + 0x11635: 84, + 0x11636: 84, + 0x11637: 84, + 0x11638: 84, + 0x11639: 84, + 0x1163A: 84, + 0x1163D: 84, + 0x1163F: 84, + 0x11640: 84, + 0x116AB: 84, + 0x116AD: 84, + 0x116B0: 84, + 0x116B1: 84, + 0x116B2: 84, + 0x116B3: 84, + 0x116B4: 84, + 0x116B5: 84, + 0x116B7: 84, + 0x1171D: 84, + 0x1171E: 84, + 0x1171F: 84, + 0x11722: 84, + 0x11723: 84, + 0x11724: 84, + 0x11725: 84, + 0x11727: 84, + 0x11728: 84, + 0x11729: 84, + 0x1172A: 84, + 0x1172B: 84, + 0x1182F: 84, + 0x11830: 84, + 0x11831: 84, + 0x11832: 84, + 0x11833: 84, + 0x11834: 84, + 0x11835: 84, + 0x11836: 84, + 0x11837: 84, + 0x11839: 84, + 0x1183A: 84, + 0x1193B: 84, + 0x1193C: 84, + 0x1193E: 84, + 0x11943: 84, + 0x119D4: 84, + 0x119D5: 84, + 0x119D6: 84, + 0x119D7: 84, + 0x119DA: 84, + 0x119DB: 84, + 0x119E0: 84, + 0x11A01: 84, + 0x11A02: 84, + 0x11A03: 84, + 0x11A04: 84, + 0x11A05: 84, + 0x11A06: 84, + 0x11A07: 84, + 0x11A08: 84, + 0x11A09: 84, + 0x11A0A: 84, + 0x11A33: 84, + 0x11A34: 84, + 0x11A35: 84, + 0x11A36: 84, + 0x11A37: 84, + 0x11A38: 84, + 0x11A3B: 84, + 0x11A3C: 84, + 0x11A3D: 84, + 0x11A3E: 84, + 0x11A47: 84, + 0x11A51: 84, + 0x11A52: 84, + 0x11A53: 84, + 0x11A54: 84, + 0x11A55: 84, + 0x11A56: 84, + 0x11A59: 84, + 0x11A5A: 84, + 0x11A5B: 84, + 0x11A8A: 84, + 0x11A8B: 84, + 0x11A8C: 84, + 0x11A8D: 84, + 0x11A8E: 84, + 0x11A8F: 84, + 0x11A90: 84, + 0x11A91: 84, + 0x11A92: 84, + 0x11A93: 84, + 0x11A94: 84, + 0x11A95: 84, + 0x11A96: 84, + 0x11A98: 84, + 0x11A99: 84, + 0x11C30: 84, + 0x11C31: 84, + 0x11C32: 84, + 0x11C33: 84, + 0x11C34: 84, + 0x11C35: 84, + 0x11C36: 84, + 0x11C38: 84, + 0x11C39: 84, + 0x11C3A: 84, + 0x11C3B: 84, + 0x11C3C: 84, + 0x11C3D: 84, + 0x11C3F: 84, + 0x11C92: 84, + 0x11C93: 84, + 0x11C94: 84, + 0x11C95: 84, + 0x11C96: 84, + 0x11C97: 84, + 0x11C98: 84, + 0x11C99: 84, + 0x11C9A: 84, + 0x11C9B: 84, + 0x11C9C: 84, + 0x11C9D: 84, + 0x11C9E: 84, + 0x11C9F: 84, + 0x11CA0: 84, + 0x11CA1: 84, + 0x11CA2: 84, + 0x11CA3: 84, + 0x11CA4: 84, + 0x11CA5: 84, + 0x11CA6: 84, + 0x11CA7: 84, + 0x11CAA: 84, + 0x11CAB: 84, + 0x11CAC: 84, + 0x11CAD: 84, + 0x11CAE: 84, + 0x11CAF: 84, + 0x11CB0: 84, + 0x11CB2: 84, + 0x11CB3: 84, + 0x11CB5: 84, + 0x11CB6: 84, + 0x11D31: 84, + 0x11D32: 84, + 0x11D33: 84, + 0x11D34: 84, + 0x11D35: 84, + 0x11D36: 84, + 0x11D3A: 84, + 0x11D3C: 84, + 0x11D3D: 84, + 0x11D3F: 84, + 0x11D40: 84, + 0x11D41: 84, + 0x11D42: 84, + 0x11D43: 84, + 0x11D44: 84, + 0x11D45: 84, + 0x11D47: 84, + 0x11D90: 84, + 0x11D91: 84, + 0x11D95: 84, + 0x11D97: 84, + 0x11EF3: 84, + 0x11EF4: 84, + 0x11F00: 84, + 0x11F01: 84, + 0x11F36: 84, + 0x11F37: 84, + 0x11F38: 84, + 0x11F39: 84, + 0x11F3A: 84, + 0x11F40: 84, + 0x11F42: 84, + 0x13430: 84, + 0x13431: 84, + 0x13432: 84, + 0x13433: 84, + 0x13434: 84, + 0x13435: 84, + 0x13436: 84, + 0x13437: 84, + 0x13438: 84, + 0x13439: 84, + 0x1343A: 84, + 0x1343B: 84, + 0x1343C: 84, + 0x1343D: 84, + 0x1343E: 84, + 0x1343F: 84, + 0x13440: 84, + 0x13447: 84, + 0x13448: 84, + 0x13449: 84, + 0x1344A: 84, + 0x1344B: 84, + 0x1344C: 84, + 0x1344D: 84, + 0x1344E: 84, + 0x1344F: 84, + 0x13450: 84, + 0x13451: 84, + 0x13452: 84, + 0x13453: 84, + 0x13454: 84, + 0x13455: 84, + 0x16AF0: 84, + 0x16AF1: 84, + 0x16AF2: 84, + 0x16AF3: 84, + 0x16AF4: 84, + 0x16B30: 84, + 0x16B31: 84, + 0x16B32: 84, + 0x16B33: 84, + 0x16B34: 84, + 0x16B35: 84, + 0x16B36: 84, + 0x16F4F: 84, + 0x16F8F: 84, + 0x16F90: 84, + 0x16F91: 84, + 0x16F92: 84, + 0x16FE4: 84, + 0x1BC9D: 84, + 0x1BC9E: 84, + 0x1BCA0: 84, + 0x1BCA1: 84, + 0x1BCA2: 84, + 0x1BCA3: 84, + 0x1CF00: 84, + 0x1CF01: 84, + 0x1CF02: 84, + 0x1CF03: 84, + 0x1CF04: 84, + 0x1CF05: 84, + 0x1CF06: 84, + 0x1CF07: 84, + 0x1CF08: 84, + 0x1CF09: 84, + 0x1CF0A: 84, + 0x1CF0B: 84, + 0x1CF0C: 84, + 0x1CF0D: 84, + 0x1CF0E: 84, + 0x1CF0F: 84, + 0x1CF10: 84, + 0x1CF11: 84, + 0x1CF12: 84, + 0x1CF13: 84, + 0x1CF14: 84, + 0x1CF15: 84, + 0x1CF16: 84, + 0x1CF17: 84, + 0x1CF18: 84, + 0x1CF19: 84, + 0x1CF1A: 84, + 0x1CF1B: 84, + 0x1CF1C: 84, + 0x1CF1D: 84, + 0x1CF1E: 84, + 0x1CF1F: 84, + 0x1CF20: 84, + 0x1CF21: 84, + 0x1CF22: 84, + 0x1CF23: 84, + 0x1CF24: 84, + 0x1CF25: 84, + 0x1CF26: 84, + 0x1CF27: 84, + 0x1CF28: 84, + 0x1CF29: 84, + 0x1CF2A: 84, + 0x1CF2B: 84, + 0x1CF2C: 84, + 0x1CF2D: 84, + 0x1CF30: 84, + 0x1CF31: 84, + 0x1CF32: 84, + 0x1CF33: 84, + 0x1CF34: 84, + 0x1CF35: 84, + 0x1CF36: 84, + 0x1CF37: 84, + 0x1CF38: 84, + 0x1CF39: 84, + 0x1CF3A: 84, + 0x1CF3B: 84, + 0x1CF3C: 84, + 0x1CF3D: 84, + 0x1CF3E: 84, + 0x1CF3F: 84, + 0x1CF40: 84, + 0x1CF41: 84, + 0x1CF42: 84, + 0x1CF43: 84, + 0x1CF44: 84, + 0x1CF45: 84, + 0x1CF46: 84, + 0x1D167: 84, + 0x1D168: 84, + 0x1D169: 84, + 0x1D173: 84, + 0x1D174: 84, + 0x1D175: 84, + 0x1D176: 84, + 0x1D177: 84, + 0x1D178: 84, + 0x1D179: 84, + 0x1D17A: 84, + 0x1D17B: 84, + 0x1D17C: 84, + 0x1D17D: 84, + 0x1D17E: 84, + 0x1D17F: 84, + 0x1D180: 84, + 0x1D181: 84, + 0x1D182: 84, + 0x1D185: 84, + 0x1D186: 84, + 0x1D187: 84, + 0x1D188: 84, + 0x1D189: 84, + 0x1D18A: 84, + 0x1D18B: 84, + 0x1D1AA: 84, + 0x1D1AB: 84, + 0x1D1AC: 84, + 0x1D1AD: 84, + 0x1D242: 84, + 0x1D243: 84, + 0x1D244: 84, + 0x1DA00: 84, + 0x1DA01: 84, + 0x1DA02: 84, + 0x1DA03: 84, + 0x1DA04: 84, + 0x1DA05: 84, + 0x1DA06: 84, + 0x1DA07: 84, + 0x1DA08: 84, + 0x1DA09: 84, + 0x1DA0A: 84, + 0x1DA0B: 84, + 0x1DA0C: 84, + 0x1DA0D: 84, + 0x1DA0E: 84, + 0x1DA0F: 84, + 0x1DA10: 84, + 0x1DA11: 84, + 0x1DA12: 84, + 0x1DA13: 84, + 0x1DA14: 84, + 0x1DA15: 84, + 0x1DA16: 84, + 0x1DA17: 84, + 0x1DA18: 84, + 0x1DA19: 84, + 0x1DA1A: 84, + 0x1DA1B: 84, + 0x1DA1C: 84, + 0x1DA1D: 84, + 0x1DA1E: 84, + 0x1DA1F: 84, + 0x1DA20: 84, + 0x1DA21: 84, + 0x1DA22: 84, + 0x1DA23: 84, + 0x1DA24: 84, + 0x1DA25: 84, + 0x1DA26: 84, + 0x1DA27: 84, + 0x1DA28: 84, + 0x1DA29: 84, + 0x1DA2A: 84, + 0x1DA2B: 84, + 0x1DA2C: 84, + 0x1DA2D: 84, + 0x1DA2E: 84, + 0x1DA2F: 84, + 0x1DA30: 84, + 0x1DA31: 84, + 0x1DA32: 84, + 0x1DA33: 84, + 0x1DA34: 84, + 0x1DA35: 84, + 0x1DA36: 84, + 0x1DA3B: 84, + 0x1DA3C: 84, + 0x1DA3D: 84, + 0x1DA3E: 84, + 0x1DA3F: 84, + 0x1DA40: 84, + 0x1DA41: 84, + 0x1DA42: 84, + 0x1DA43: 84, + 0x1DA44: 84, + 0x1DA45: 84, + 0x1DA46: 84, + 0x1DA47: 84, + 0x1DA48: 84, + 0x1DA49: 84, + 0x1DA4A: 84, + 0x1DA4B: 84, + 0x1DA4C: 84, + 0x1DA4D: 84, + 0x1DA4E: 84, + 0x1DA4F: 84, + 0x1DA50: 84, + 0x1DA51: 84, + 0x1DA52: 84, + 0x1DA53: 84, + 0x1DA54: 84, + 0x1DA55: 84, + 0x1DA56: 84, + 0x1DA57: 84, + 0x1DA58: 84, + 0x1DA59: 84, + 0x1DA5A: 84, + 0x1DA5B: 84, + 0x1DA5C: 84, + 0x1DA5D: 84, + 0x1DA5E: 84, + 0x1DA5F: 84, + 0x1DA60: 84, + 0x1DA61: 84, + 0x1DA62: 84, + 0x1DA63: 84, + 0x1DA64: 84, + 0x1DA65: 84, + 0x1DA66: 84, + 0x1DA67: 84, + 0x1DA68: 84, + 0x1DA69: 84, + 0x1DA6A: 84, + 0x1DA6B: 84, + 0x1DA6C: 84, + 0x1DA75: 84, + 0x1DA84: 84, + 0x1DA9B: 84, + 0x1DA9C: 84, + 0x1DA9D: 84, + 0x1DA9E: 84, + 0x1DA9F: 84, + 0x1DAA1: 84, + 0x1DAA2: 84, + 0x1DAA3: 84, + 0x1DAA4: 84, + 0x1DAA5: 84, + 0x1DAA6: 84, + 0x1DAA7: 84, + 0x1DAA8: 84, + 0x1DAA9: 84, + 0x1DAAA: 84, + 0x1DAAB: 84, + 0x1DAAC: 84, + 0x1DAAD: 84, + 0x1DAAE: 84, + 0x1DAAF: 84, + 0x1E000: 84, + 0x1E001: 84, + 0x1E002: 84, + 0x1E003: 84, + 0x1E004: 84, + 0x1E005: 84, + 0x1E006: 84, + 0x1E008: 84, + 0x1E009: 84, + 0x1E00A: 84, + 0x1E00B: 84, + 0x1E00C: 84, + 0x1E00D: 84, + 0x1E00E: 84, + 0x1E00F: 84, + 0x1E010: 84, + 0x1E011: 84, + 0x1E012: 84, + 0x1E013: 84, + 0x1E014: 84, + 0x1E015: 84, + 0x1E016: 84, + 0x1E017: 84, + 0x1E018: 84, + 0x1E01B: 84, + 0x1E01C: 84, + 0x1E01D: 84, + 0x1E01E: 84, + 0x1E01F: 84, + 0x1E020: 84, + 0x1E021: 84, + 0x1E023: 84, + 0x1E024: 84, + 0x1E026: 84, + 0x1E027: 84, + 0x1E028: 84, + 0x1E029: 84, + 0x1E02A: 84, + 0x1E08F: 84, + 0x1E130: 84, + 0x1E131: 84, + 0x1E132: 84, + 0x1E133: 84, + 0x1E134: 84, + 0x1E135: 84, + 0x1E136: 84, + 0x1E2AE: 84, + 0x1E2EC: 84, + 0x1E2ED: 84, + 0x1E2EE: 84, + 0x1E2EF: 84, + 0x1E4EC: 84, + 0x1E4ED: 84, + 0x1E4EE: 84, + 0x1E4EF: 84, + 0x1E8D0: 84, + 0x1E8D1: 84, + 0x1E8D2: 84, + 0x1E8D3: 84, + 0x1E8D4: 84, + 0x1E8D5: 84, + 0x1E8D6: 84, + 0x1E900: 68, + 0x1E901: 68, + 0x1E902: 68, + 0x1E903: 68, + 0x1E904: 68, + 0x1E905: 68, + 0x1E906: 68, + 0x1E907: 68, + 0x1E908: 68, + 0x1E909: 68, + 0x1E90A: 68, + 0x1E90B: 68, + 0x1E90C: 68, + 0x1E90D: 68, + 0x1E90E: 68, + 0x1E90F: 68, + 0x1E910: 68, + 0x1E911: 68, + 0x1E912: 68, + 0x1E913: 68, + 0x1E914: 68, + 0x1E915: 68, + 0x1E916: 68, + 0x1E917: 68, + 0x1E918: 68, + 0x1E919: 68, + 0x1E91A: 68, + 0x1E91B: 68, + 0x1E91C: 68, + 0x1E91D: 68, + 0x1E91E: 68, + 0x1E91F: 68, + 0x1E920: 68, + 0x1E921: 68, + 0x1E922: 68, + 0x1E923: 68, + 0x1E924: 68, + 0x1E925: 68, + 0x1E926: 68, + 0x1E927: 68, + 0x1E928: 68, + 0x1E929: 68, + 0x1E92A: 68, + 0x1E92B: 68, + 0x1E92C: 68, + 0x1E92D: 68, + 0x1E92E: 68, + 0x1E92F: 68, + 0x1E930: 68, + 0x1E931: 68, + 0x1E932: 68, + 0x1E933: 68, + 0x1E934: 68, + 0x1E935: 68, + 0x1E936: 68, + 0x1E937: 68, + 0x1E938: 68, + 0x1E939: 68, + 0x1E93A: 68, + 0x1E93B: 68, + 0x1E93C: 68, + 0x1E93D: 68, + 0x1E93E: 68, + 0x1E93F: 68, + 0x1E940: 68, + 0x1E941: 68, + 0x1E942: 68, + 0x1E943: 68, + 0x1E944: 84, + 0x1E945: 84, + 0x1E946: 84, + 0x1E947: 84, + 0x1E948: 84, + 0x1E949: 84, + 0x1E94A: 84, + 0x1E94B: 84, + 0xE0001: 84, + 0xE0020: 84, + 0xE0021: 84, + 0xE0022: 84, + 0xE0023: 84, + 0xE0024: 84, + 0xE0025: 84, + 0xE0026: 84, + 0xE0027: 84, + 0xE0028: 84, + 0xE0029: 84, + 0xE002A: 84, + 0xE002B: 84, + 0xE002C: 84, + 0xE002D: 84, + 0xE002E: 84, + 0xE002F: 84, + 0xE0030: 84, + 0xE0031: 84, + 0xE0032: 84, + 0xE0033: 84, + 0xE0034: 84, + 0xE0035: 84, + 0xE0036: 84, + 0xE0037: 84, + 0xE0038: 84, + 0xE0039: 84, + 0xE003A: 84, + 0xE003B: 84, + 0xE003C: 84, + 0xE003D: 84, + 0xE003E: 84, + 0xE003F: 84, + 0xE0040: 84, + 0xE0041: 84, + 0xE0042: 84, + 0xE0043: 84, + 0xE0044: 84, + 0xE0045: 84, + 0xE0046: 84, + 0xE0047: 84, + 0xE0048: 84, + 0xE0049: 84, + 0xE004A: 84, + 0xE004B: 84, + 0xE004C: 84, + 0xE004D: 84, + 0xE004E: 84, + 0xE004F: 84, + 0xE0050: 84, + 0xE0051: 84, + 0xE0052: 84, + 0xE0053: 84, + 0xE0054: 84, + 0xE0055: 84, + 0xE0056: 84, + 0xE0057: 84, + 0xE0058: 84, + 0xE0059: 84, + 0xE005A: 84, + 0xE005B: 84, + 0xE005C: 84, + 0xE005D: 84, + 0xE005E: 84, + 0xE005F: 84, + 0xE0060: 84, + 0xE0061: 84, + 0xE0062: 84, + 0xE0063: 84, + 0xE0064: 84, + 0xE0065: 84, + 0xE0066: 84, + 0xE0067: 84, + 0xE0068: 84, + 0xE0069: 84, + 0xE006A: 84, + 0xE006B: 84, + 0xE006C: 84, + 0xE006D: 84, + 0xE006E: 84, + 0xE006F: 84, + 0xE0070: 84, + 0xE0071: 84, + 0xE0072: 84, + 0xE0073: 84, + 0xE0074: 84, + 0xE0075: 84, + 0xE0076: 84, + 0xE0077: 84, + 0xE0078: 84, + 0xE0079: 84, + 0xE007A: 84, + 0xE007B: 84, + 0xE007C: 84, + 0xE007D: 84, + 0xE007E: 84, + 0xE007F: 84, + 0xE0100: 84, + 0xE0101: 84, + 0xE0102: 84, + 0xE0103: 84, + 0xE0104: 84, + 0xE0105: 84, + 0xE0106: 84, + 0xE0107: 84, + 0xE0108: 84, + 0xE0109: 84, + 0xE010A: 84, + 0xE010B: 84, + 0xE010C: 84, + 0xE010D: 84, + 0xE010E: 84, + 0xE010F: 84, + 0xE0110: 84, + 0xE0111: 84, + 0xE0112: 84, + 0xE0113: 84, + 0xE0114: 84, + 0xE0115: 84, + 0xE0116: 84, + 0xE0117: 84, + 0xE0118: 84, + 0xE0119: 84, + 0xE011A: 84, + 0xE011B: 84, + 0xE011C: 84, + 0xE011D: 84, + 0xE011E: 84, + 0xE011F: 84, + 0xE0120: 84, + 0xE0121: 84, + 0xE0122: 84, + 0xE0123: 84, + 0xE0124: 84, + 0xE0125: 84, + 0xE0126: 84, + 0xE0127: 84, + 0xE0128: 84, + 0xE0129: 84, + 0xE012A: 84, + 0xE012B: 84, + 0xE012C: 84, + 0xE012D: 84, + 0xE012E: 84, + 0xE012F: 84, + 0xE0130: 84, + 0xE0131: 84, + 0xE0132: 84, + 0xE0133: 84, + 0xE0134: 84, + 0xE0135: 84, + 0xE0136: 84, + 0xE0137: 84, + 0xE0138: 84, + 0xE0139: 84, + 0xE013A: 84, + 0xE013B: 84, + 0xE013C: 84, + 0xE013D: 84, + 0xE013E: 84, + 0xE013F: 84, + 0xE0140: 84, + 0xE0141: 84, + 0xE0142: 84, + 0xE0143: 84, + 0xE0144: 84, + 0xE0145: 84, + 0xE0146: 84, + 0xE0147: 84, + 0xE0148: 84, + 0xE0149: 84, + 0xE014A: 84, + 0xE014B: 84, + 0xE014C: 84, + 0xE014D: 84, + 0xE014E: 84, + 0xE014F: 84, + 0xE0150: 84, + 0xE0151: 84, + 0xE0152: 84, + 0xE0153: 84, + 0xE0154: 84, + 0xE0155: 84, + 0xE0156: 84, + 0xE0157: 84, + 0xE0158: 84, + 0xE0159: 84, + 0xE015A: 84, + 0xE015B: 84, + 0xE015C: 84, + 0xE015D: 84, + 0xE015E: 84, + 0xE015F: 84, + 0xE0160: 84, + 0xE0161: 84, + 0xE0162: 84, + 0xE0163: 84, + 0xE0164: 84, + 0xE0165: 84, + 0xE0166: 84, + 0xE0167: 84, + 0xE0168: 84, + 0xE0169: 84, + 0xE016A: 84, + 0xE016B: 84, + 0xE016C: 84, + 0xE016D: 84, + 0xE016E: 84, + 0xE016F: 84, + 0xE0170: 84, + 0xE0171: 84, + 0xE0172: 84, + 0xE0173: 84, + 0xE0174: 84, + 0xE0175: 84, + 0xE0176: 84, + 0xE0177: 84, + 0xE0178: 84, + 0xE0179: 84, + 0xE017A: 84, + 0xE017B: 84, + 0xE017C: 84, + 0xE017D: 84, + 0xE017E: 84, + 0xE017F: 84, + 0xE0180: 84, + 0xE0181: 84, + 0xE0182: 84, + 0xE0183: 84, + 0xE0184: 84, + 0xE0185: 84, + 0xE0186: 84, + 0xE0187: 84, + 0xE0188: 84, + 0xE0189: 84, + 0xE018A: 84, + 0xE018B: 84, + 0xE018C: 84, + 0xE018D: 84, + 0xE018E: 84, + 0xE018F: 84, + 0xE0190: 84, + 0xE0191: 84, + 0xE0192: 84, + 0xE0193: 84, + 0xE0194: 84, + 0xE0195: 84, + 0xE0196: 84, + 0xE0197: 84, + 0xE0198: 84, + 0xE0199: 84, + 0xE019A: 84, + 0xE019B: 84, + 0xE019C: 84, + 0xE019D: 84, + 0xE019E: 84, + 0xE019F: 84, + 0xE01A0: 84, + 0xE01A1: 84, + 0xE01A2: 84, + 0xE01A3: 84, + 0xE01A4: 84, + 0xE01A5: 84, + 0xE01A6: 84, + 0xE01A7: 84, + 0xE01A8: 84, + 0xE01A9: 84, + 0xE01AA: 84, + 0xE01AB: 84, + 0xE01AC: 84, + 0xE01AD: 84, + 0xE01AE: 84, + 0xE01AF: 84, + 0xE01B0: 84, + 0xE01B1: 84, + 0xE01B2: 84, + 0xE01B3: 84, + 0xE01B4: 84, + 0xE01B5: 84, + 0xE01B6: 84, + 0xE01B7: 84, + 0xE01B8: 84, + 0xE01B9: 84, + 0xE01BA: 84, + 0xE01BB: 84, + 0xE01BC: 84, + 0xE01BD: 84, + 0xE01BE: 84, + 0xE01BF: 84, + 0xE01C0: 84, + 0xE01C1: 84, + 0xE01C2: 84, + 0xE01C3: 84, + 0xE01C4: 84, + 0xE01C5: 84, + 0xE01C6: 84, + 0xE01C7: 84, + 0xE01C8: 84, + 0xE01C9: 84, + 0xE01CA: 84, + 0xE01CB: 84, + 0xE01CC: 84, + 0xE01CD: 84, + 0xE01CE: 84, + 0xE01CF: 84, + 0xE01D0: 84, + 0xE01D1: 84, + 0xE01D2: 84, + 0xE01D3: 84, + 0xE01D4: 84, + 0xE01D5: 84, + 0xE01D6: 84, + 0xE01D7: 84, + 0xE01D8: 84, + 0xE01D9: 84, + 0xE01DA: 84, + 0xE01DB: 84, + 0xE01DC: 84, + 0xE01DD: 84, + 0xE01DE: 84, + 0xE01DF: 84, + 0xE01E0: 84, + 0xE01E1: 84, + 0xE01E2: 84, + 0xE01E3: 84, + 0xE01E4: 84, + 0xE01E5: 84, + 0xE01E6: 84, + 0xE01E7: 84, + 0xE01E8: 84, + 0xE01E9: 84, + 0xE01EA: 84, + 0xE01EB: 84, + 0xE01EC: 84, + 0xE01ED: 84, + 0xE01EE: 84, + 0xE01EF: 84, +} +codepoint_classes = { + "PVALID": ( + 0x2D0000002E, + 0x300000003A, + 0x610000007B, + 0xDF000000F7, + 0xF800000100, + 0x10100000102, + 0x10300000104, + 0x10500000106, + 0x10700000108, + 0x1090000010A, + 0x10B0000010C, + 0x10D0000010E, + 0x10F00000110, + 0x11100000112, + 0x11300000114, + 0x11500000116, + 0x11700000118, + 0x1190000011A, + 0x11B0000011C, + 0x11D0000011E, + 0x11F00000120, + 0x12100000122, + 0x12300000124, + 0x12500000126, + 0x12700000128, + 0x1290000012A, + 0x12B0000012C, + 0x12D0000012E, + 0x12F00000130, + 0x13100000132, + 0x13500000136, + 0x13700000139, + 0x13A0000013B, + 0x13C0000013D, + 0x13E0000013F, + 0x14200000143, + 0x14400000145, + 0x14600000147, + 0x14800000149, + 0x14B0000014C, + 0x14D0000014E, + 0x14F00000150, + 0x15100000152, + 0x15300000154, + 0x15500000156, + 0x15700000158, + 0x1590000015A, + 0x15B0000015C, + 0x15D0000015E, + 0x15F00000160, + 0x16100000162, + 0x16300000164, + 0x16500000166, + 0x16700000168, + 0x1690000016A, + 0x16B0000016C, + 0x16D0000016E, + 0x16F00000170, + 0x17100000172, + 0x17300000174, + 0x17500000176, + 0x17700000178, + 0x17A0000017B, + 0x17C0000017D, + 0x17E0000017F, + 0x18000000181, + 0x18300000184, + 0x18500000186, + 0x18800000189, + 0x18C0000018E, + 0x19200000193, + 0x19500000196, + 0x1990000019C, + 0x19E0000019F, + 0x1A1000001A2, + 0x1A3000001A4, + 0x1A5000001A6, + 0x1A8000001A9, + 0x1AA000001AC, + 0x1AD000001AE, + 0x1B0000001B1, + 0x1B4000001B5, + 0x1B6000001B7, + 0x1B9000001BC, + 0x1BD000001C4, + 0x1CE000001CF, + 0x1D0000001D1, + 0x1D2000001D3, + 0x1D4000001D5, + 0x1D6000001D7, + 0x1D8000001D9, + 0x1DA000001DB, + 0x1DC000001DE, + 0x1DF000001E0, + 0x1E1000001E2, + 0x1E3000001E4, + 0x1E5000001E6, + 0x1E7000001E8, + 0x1E9000001EA, + 0x1EB000001EC, + 0x1ED000001EE, + 0x1EF000001F1, + 0x1F5000001F6, + 0x1F9000001FA, + 0x1FB000001FC, + 0x1FD000001FE, + 0x1FF00000200, + 0x20100000202, + 0x20300000204, + 0x20500000206, + 0x20700000208, + 0x2090000020A, + 0x20B0000020C, + 0x20D0000020E, + 0x20F00000210, + 0x21100000212, + 0x21300000214, + 0x21500000216, + 0x21700000218, + 0x2190000021A, + 0x21B0000021C, + 0x21D0000021E, + 0x21F00000220, + 0x22100000222, + 0x22300000224, + 0x22500000226, + 0x22700000228, + 0x2290000022A, + 0x22B0000022C, + 0x22D0000022E, + 0x22F00000230, + 0x23100000232, + 0x2330000023A, + 0x23C0000023D, + 0x23F00000241, + 0x24200000243, + 0x24700000248, + 0x2490000024A, + 0x24B0000024C, + 0x24D0000024E, + 0x24F000002B0, + 0x2B9000002C2, + 0x2C6000002D2, + 0x2EC000002ED, + 0x2EE000002EF, + 0x30000000340, + 0x34200000343, + 0x3460000034F, + 0x35000000370, + 0x37100000372, + 0x37300000374, + 0x37700000378, + 0x37B0000037E, + 0x39000000391, + 0x3AC000003CF, + 0x3D7000003D8, + 0x3D9000003DA, + 0x3DB000003DC, + 0x3DD000003DE, + 0x3DF000003E0, + 0x3E1000003E2, + 0x3E3000003E4, + 0x3E5000003E6, + 0x3E7000003E8, + 0x3E9000003EA, + 0x3EB000003EC, + 0x3ED000003EE, + 0x3EF000003F0, + 0x3F3000003F4, + 0x3F8000003F9, + 0x3FB000003FD, + 0x43000000460, + 0x46100000462, + 0x46300000464, + 0x46500000466, + 0x46700000468, + 0x4690000046A, + 0x46B0000046C, + 0x46D0000046E, + 0x46F00000470, + 0x47100000472, + 0x47300000474, + 0x47500000476, + 0x47700000478, + 0x4790000047A, + 0x47B0000047C, + 0x47D0000047E, + 0x47F00000480, + 0x48100000482, + 0x48300000488, + 0x48B0000048C, + 0x48D0000048E, + 0x48F00000490, + 0x49100000492, + 0x49300000494, + 0x49500000496, + 0x49700000498, + 0x4990000049A, + 0x49B0000049C, + 0x49D0000049E, + 0x49F000004A0, + 0x4A1000004A2, + 0x4A3000004A4, + 0x4A5000004A6, + 0x4A7000004A8, + 0x4A9000004AA, + 0x4AB000004AC, + 0x4AD000004AE, + 0x4AF000004B0, + 0x4B1000004B2, + 0x4B3000004B4, + 0x4B5000004B6, + 0x4B7000004B8, + 0x4B9000004BA, + 0x4BB000004BC, + 0x4BD000004BE, + 0x4BF000004C0, + 0x4C2000004C3, + 0x4C4000004C5, + 0x4C6000004C7, + 0x4C8000004C9, + 0x4CA000004CB, + 0x4CC000004CD, + 0x4CE000004D0, + 0x4D1000004D2, + 0x4D3000004D4, + 0x4D5000004D6, + 0x4D7000004D8, + 0x4D9000004DA, + 0x4DB000004DC, + 0x4DD000004DE, + 0x4DF000004E0, + 0x4E1000004E2, + 0x4E3000004E4, + 0x4E5000004E6, + 0x4E7000004E8, + 0x4E9000004EA, + 0x4EB000004EC, + 0x4ED000004EE, + 0x4EF000004F0, + 0x4F1000004F2, + 0x4F3000004F4, + 0x4F5000004F6, + 0x4F7000004F8, + 0x4F9000004FA, + 0x4FB000004FC, + 0x4FD000004FE, + 0x4FF00000500, + 0x50100000502, + 0x50300000504, + 0x50500000506, + 0x50700000508, + 0x5090000050A, + 0x50B0000050C, + 0x50D0000050E, + 0x50F00000510, + 0x51100000512, + 0x51300000514, + 0x51500000516, + 0x51700000518, + 0x5190000051A, + 0x51B0000051C, + 0x51D0000051E, + 0x51F00000520, + 0x52100000522, + 0x52300000524, + 0x52500000526, + 0x52700000528, + 0x5290000052A, + 0x52B0000052C, + 0x52D0000052E, + 0x52F00000530, + 0x5590000055A, + 0x56000000587, + 0x58800000589, + 0x591000005BE, + 0x5BF000005C0, + 0x5C1000005C3, + 0x5C4000005C6, + 0x5C7000005C8, + 0x5D0000005EB, + 0x5EF000005F3, + 0x6100000061B, + 0x62000000640, + 0x64100000660, + 0x66E00000675, + 0x679000006D4, + 0x6D5000006DD, + 0x6DF000006E9, + 0x6EA000006F0, + 0x6FA00000700, + 0x7100000074B, + 0x74D000007B2, + 0x7C0000007F6, + 0x7FD000007FE, + 0x8000000082E, + 0x8400000085C, + 0x8600000086B, + 0x87000000888, + 0x8890000088F, + 0x898000008E2, + 0x8E300000958, + 0x96000000964, + 0x96600000970, + 0x97100000984, + 0x9850000098D, + 0x98F00000991, + 0x993000009A9, + 0x9AA000009B1, + 0x9B2000009B3, + 0x9B6000009BA, + 0x9BC000009C5, + 0x9C7000009C9, + 0x9CB000009CF, + 0x9D7000009D8, + 0x9E0000009E4, + 0x9E6000009F2, + 0x9FC000009FD, + 0x9FE000009FF, + 0xA0100000A04, + 0xA0500000A0B, + 0xA0F00000A11, + 0xA1300000A29, + 0xA2A00000A31, + 0xA3200000A33, + 0xA3500000A36, + 0xA3800000A3A, + 0xA3C00000A3D, + 0xA3E00000A43, + 0xA4700000A49, + 0xA4B00000A4E, + 0xA5100000A52, + 0xA5C00000A5D, + 0xA6600000A76, + 0xA8100000A84, + 0xA8500000A8E, + 0xA8F00000A92, + 0xA9300000AA9, + 0xAAA00000AB1, + 0xAB200000AB4, + 0xAB500000ABA, + 0xABC00000AC6, + 0xAC700000ACA, + 0xACB00000ACE, + 0xAD000000AD1, + 0xAE000000AE4, + 0xAE600000AF0, + 0xAF900000B00, + 0xB0100000B04, + 0xB0500000B0D, + 0xB0F00000B11, + 0xB1300000B29, + 0xB2A00000B31, + 0xB3200000B34, + 0xB3500000B3A, + 0xB3C00000B45, + 0xB4700000B49, + 0xB4B00000B4E, + 0xB5500000B58, + 0xB5F00000B64, + 0xB6600000B70, + 0xB7100000B72, + 0xB8200000B84, + 0xB8500000B8B, + 0xB8E00000B91, + 0xB9200000B96, + 0xB9900000B9B, + 0xB9C00000B9D, + 0xB9E00000BA0, + 0xBA300000BA5, + 0xBA800000BAB, + 0xBAE00000BBA, + 0xBBE00000BC3, + 0xBC600000BC9, + 0xBCA00000BCE, + 0xBD000000BD1, + 0xBD700000BD8, + 0xBE600000BF0, + 0xC0000000C0D, + 0xC0E00000C11, + 0xC1200000C29, + 0xC2A00000C3A, + 0xC3C00000C45, + 0xC4600000C49, + 0xC4A00000C4E, + 0xC5500000C57, + 0xC5800000C5B, + 0xC5D00000C5E, + 0xC6000000C64, + 0xC6600000C70, + 0xC8000000C84, + 0xC8500000C8D, + 0xC8E00000C91, + 0xC9200000CA9, + 0xCAA00000CB4, + 0xCB500000CBA, + 0xCBC00000CC5, + 0xCC600000CC9, + 0xCCA00000CCE, + 0xCD500000CD7, + 0xCDD00000CDF, + 0xCE000000CE4, + 0xCE600000CF0, + 0xCF100000CF4, + 0xD0000000D0D, + 0xD0E00000D11, + 0xD1200000D45, + 0xD4600000D49, + 0xD4A00000D4F, + 0xD5400000D58, + 0xD5F00000D64, + 0xD6600000D70, + 0xD7A00000D80, + 0xD8100000D84, + 0xD8500000D97, + 0xD9A00000DB2, + 0xDB300000DBC, + 0xDBD00000DBE, + 0xDC000000DC7, + 0xDCA00000DCB, + 0xDCF00000DD5, + 0xDD600000DD7, + 0xDD800000DE0, + 0xDE600000DF0, + 0xDF200000DF4, + 0xE0100000E33, + 0xE3400000E3B, + 0xE4000000E4F, + 0xE5000000E5A, + 0xE8100000E83, + 0xE8400000E85, + 0xE8600000E8B, + 0xE8C00000EA4, + 0xEA500000EA6, + 0xEA700000EB3, + 0xEB400000EBE, + 0xEC000000EC5, + 0xEC600000EC7, + 0xEC800000ECF, + 0xED000000EDA, + 0xEDE00000EE0, + 0xF0000000F01, + 0xF0B00000F0C, + 0xF1800000F1A, + 0xF2000000F2A, + 0xF3500000F36, + 0xF3700000F38, + 0xF3900000F3A, + 0xF3E00000F43, + 0xF4400000F48, + 0xF4900000F4D, + 0xF4E00000F52, + 0xF5300000F57, + 0xF5800000F5C, + 0xF5D00000F69, + 0xF6A00000F6D, + 0xF7100000F73, + 0xF7400000F75, + 0xF7A00000F81, + 0xF8200000F85, + 0xF8600000F93, + 0xF9400000F98, + 0xF9900000F9D, + 0xF9E00000FA2, + 0xFA300000FA7, + 0xFA800000FAC, + 0xFAD00000FB9, + 0xFBA00000FBD, + 0xFC600000FC7, + 0x10000000104A, + 0x10500000109E, + 0x10D0000010FB, + 0x10FD00001100, + 0x120000001249, + 0x124A0000124E, + 0x125000001257, + 0x125800001259, + 0x125A0000125E, + 0x126000001289, + 0x128A0000128E, + 0x1290000012B1, + 0x12B2000012B6, + 0x12B8000012BF, + 0x12C0000012C1, + 0x12C2000012C6, + 0x12C8000012D7, + 0x12D800001311, + 0x131200001316, + 0x13180000135B, + 0x135D00001360, + 0x138000001390, + 0x13A0000013F6, + 0x14010000166D, + 0x166F00001680, + 0x16810000169B, + 0x16A0000016EB, + 0x16F1000016F9, + 0x170000001716, + 0x171F00001735, + 0x174000001754, + 0x17600000176D, + 0x176E00001771, + 0x177200001774, + 0x1780000017B4, + 0x17B6000017D4, + 0x17D7000017D8, + 0x17DC000017DE, + 0x17E0000017EA, + 0x18100000181A, + 0x182000001879, + 0x1880000018AB, + 0x18B0000018F6, + 0x19000000191F, + 0x19200000192C, + 0x19300000193C, + 0x19460000196E, + 0x197000001975, + 0x1980000019AC, + 0x19B0000019CA, + 0x19D0000019DA, + 0x1A0000001A1C, + 0x1A2000001A5F, + 0x1A6000001A7D, + 0x1A7F00001A8A, + 0x1A9000001A9A, + 0x1AA700001AA8, + 0x1AB000001ABE, + 0x1ABF00001ACF, + 0x1B0000001B4D, + 0x1B5000001B5A, + 0x1B6B00001B74, + 0x1B8000001BF4, + 0x1C0000001C38, + 0x1C4000001C4A, + 0x1C4D00001C7E, + 0x1CD000001CD3, + 0x1CD400001CFB, + 0x1D0000001D2C, + 0x1D2F00001D30, + 0x1D3B00001D3C, + 0x1D4E00001D4F, + 0x1D6B00001D78, + 0x1D7900001D9B, + 0x1DC000001E00, + 0x1E0100001E02, + 0x1E0300001E04, + 0x1E0500001E06, + 0x1E0700001E08, + 0x1E0900001E0A, + 0x1E0B00001E0C, + 0x1E0D00001E0E, + 0x1E0F00001E10, + 0x1E1100001E12, + 0x1E1300001E14, + 0x1E1500001E16, + 0x1E1700001E18, + 0x1E1900001E1A, + 0x1E1B00001E1C, + 0x1E1D00001E1E, + 0x1E1F00001E20, + 0x1E2100001E22, + 0x1E2300001E24, + 0x1E2500001E26, + 0x1E2700001E28, + 0x1E2900001E2A, + 0x1E2B00001E2C, + 0x1E2D00001E2E, + 0x1E2F00001E30, + 0x1E3100001E32, + 0x1E3300001E34, + 0x1E3500001E36, + 0x1E3700001E38, + 0x1E3900001E3A, + 0x1E3B00001E3C, + 0x1E3D00001E3E, + 0x1E3F00001E40, + 0x1E4100001E42, + 0x1E4300001E44, + 0x1E4500001E46, + 0x1E4700001E48, + 0x1E4900001E4A, + 0x1E4B00001E4C, + 0x1E4D00001E4E, + 0x1E4F00001E50, + 0x1E5100001E52, + 0x1E5300001E54, + 0x1E5500001E56, + 0x1E5700001E58, + 0x1E5900001E5A, + 0x1E5B00001E5C, + 0x1E5D00001E5E, + 0x1E5F00001E60, + 0x1E6100001E62, + 0x1E6300001E64, + 0x1E6500001E66, + 0x1E6700001E68, + 0x1E6900001E6A, + 0x1E6B00001E6C, + 0x1E6D00001E6E, + 0x1E6F00001E70, + 0x1E7100001E72, + 0x1E7300001E74, + 0x1E7500001E76, + 0x1E7700001E78, + 0x1E7900001E7A, + 0x1E7B00001E7C, + 0x1E7D00001E7E, + 0x1E7F00001E80, + 0x1E8100001E82, + 0x1E8300001E84, + 0x1E8500001E86, + 0x1E8700001E88, + 0x1E8900001E8A, + 0x1E8B00001E8C, + 0x1E8D00001E8E, + 0x1E8F00001E90, + 0x1E9100001E92, + 0x1E9300001E94, + 0x1E9500001E9A, + 0x1E9C00001E9E, + 0x1E9F00001EA0, + 0x1EA100001EA2, + 0x1EA300001EA4, + 0x1EA500001EA6, + 0x1EA700001EA8, + 0x1EA900001EAA, + 0x1EAB00001EAC, + 0x1EAD00001EAE, + 0x1EAF00001EB0, + 0x1EB100001EB2, + 0x1EB300001EB4, + 0x1EB500001EB6, + 0x1EB700001EB8, + 0x1EB900001EBA, + 0x1EBB00001EBC, + 0x1EBD00001EBE, + 0x1EBF00001EC0, + 0x1EC100001EC2, + 0x1EC300001EC4, + 0x1EC500001EC6, + 0x1EC700001EC8, + 0x1EC900001ECA, + 0x1ECB00001ECC, + 0x1ECD00001ECE, + 0x1ECF00001ED0, + 0x1ED100001ED2, + 0x1ED300001ED4, + 0x1ED500001ED6, + 0x1ED700001ED8, + 0x1ED900001EDA, + 0x1EDB00001EDC, + 0x1EDD00001EDE, + 0x1EDF00001EE0, + 0x1EE100001EE2, + 0x1EE300001EE4, + 0x1EE500001EE6, + 0x1EE700001EE8, + 0x1EE900001EEA, + 0x1EEB00001EEC, + 0x1EED00001EEE, + 0x1EEF00001EF0, + 0x1EF100001EF2, + 0x1EF300001EF4, + 0x1EF500001EF6, + 0x1EF700001EF8, + 0x1EF900001EFA, + 0x1EFB00001EFC, + 0x1EFD00001EFE, + 0x1EFF00001F08, + 0x1F1000001F16, + 0x1F2000001F28, + 0x1F3000001F38, + 0x1F4000001F46, + 0x1F5000001F58, + 0x1F6000001F68, + 0x1F7000001F71, + 0x1F7200001F73, + 0x1F7400001F75, + 0x1F7600001F77, + 0x1F7800001F79, + 0x1F7A00001F7B, + 0x1F7C00001F7D, + 0x1FB000001FB2, + 0x1FB600001FB7, + 0x1FC600001FC7, + 0x1FD000001FD3, + 0x1FD600001FD8, + 0x1FE000001FE3, + 0x1FE400001FE8, + 0x1FF600001FF7, + 0x214E0000214F, + 0x218400002185, + 0x2C3000002C60, + 0x2C6100002C62, + 0x2C6500002C67, + 0x2C6800002C69, + 0x2C6A00002C6B, + 0x2C6C00002C6D, + 0x2C7100002C72, + 0x2C7300002C75, + 0x2C7600002C7C, + 0x2C8100002C82, + 0x2C8300002C84, + 0x2C8500002C86, + 0x2C8700002C88, + 0x2C8900002C8A, + 0x2C8B00002C8C, + 0x2C8D00002C8E, + 0x2C8F00002C90, + 0x2C9100002C92, + 0x2C9300002C94, + 0x2C9500002C96, + 0x2C9700002C98, + 0x2C9900002C9A, + 0x2C9B00002C9C, + 0x2C9D00002C9E, + 0x2C9F00002CA0, + 0x2CA100002CA2, + 0x2CA300002CA4, + 0x2CA500002CA6, + 0x2CA700002CA8, + 0x2CA900002CAA, + 0x2CAB00002CAC, + 0x2CAD00002CAE, + 0x2CAF00002CB0, + 0x2CB100002CB2, + 0x2CB300002CB4, + 0x2CB500002CB6, + 0x2CB700002CB8, + 0x2CB900002CBA, + 0x2CBB00002CBC, + 0x2CBD00002CBE, + 0x2CBF00002CC0, + 0x2CC100002CC2, + 0x2CC300002CC4, + 0x2CC500002CC6, + 0x2CC700002CC8, + 0x2CC900002CCA, + 0x2CCB00002CCC, + 0x2CCD00002CCE, + 0x2CCF00002CD0, + 0x2CD100002CD2, + 0x2CD300002CD4, + 0x2CD500002CD6, + 0x2CD700002CD8, + 0x2CD900002CDA, + 0x2CDB00002CDC, + 0x2CDD00002CDE, + 0x2CDF00002CE0, + 0x2CE100002CE2, + 0x2CE300002CE5, + 0x2CEC00002CED, + 0x2CEE00002CF2, + 0x2CF300002CF4, + 0x2D0000002D26, + 0x2D2700002D28, + 0x2D2D00002D2E, + 0x2D3000002D68, + 0x2D7F00002D97, + 0x2DA000002DA7, + 0x2DA800002DAF, + 0x2DB000002DB7, + 0x2DB800002DBF, + 0x2DC000002DC7, + 0x2DC800002DCF, + 0x2DD000002DD7, + 0x2DD800002DDF, + 0x2DE000002E00, + 0x2E2F00002E30, + 0x300500003008, + 0x302A0000302E, + 0x303C0000303D, + 0x304100003097, + 0x30990000309B, + 0x309D0000309F, + 0x30A1000030FB, + 0x30FC000030FF, + 0x310500003130, + 0x31A0000031C0, + 0x31F000003200, + 0x340000004DC0, + 0x4E000000A48D, + 0xA4D00000A4FE, + 0xA5000000A60D, + 0xA6100000A62C, + 0xA6410000A642, + 0xA6430000A644, + 0xA6450000A646, + 0xA6470000A648, + 0xA6490000A64A, + 0xA64B0000A64C, + 0xA64D0000A64E, + 0xA64F0000A650, + 0xA6510000A652, + 0xA6530000A654, + 0xA6550000A656, + 0xA6570000A658, + 0xA6590000A65A, + 0xA65B0000A65C, + 0xA65D0000A65E, + 0xA65F0000A660, + 0xA6610000A662, + 0xA6630000A664, + 0xA6650000A666, + 0xA6670000A668, + 0xA6690000A66A, + 0xA66B0000A66C, + 0xA66D0000A670, + 0xA6740000A67E, + 0xA67F0000A680, + 0xA6810000A682, + 0xA6830000A684, + 0xA6850000A686, + 0xA6870000A688, + 0xA6890000A68A, + 0xA68B0000A68C, + 0xA68D0000A68E, + 0xA68F0000A690, + 0xA6910000A692, + 0xA6930000A694, + 0xA6950000A696, + 0xA6970000A698, + 0xA6990000A69A, + 0xA69B0000A69C, + 0xA69E0000A6E6, + 0xA6F00000A6F2, + 0xA7170000A720, + 0xA7230000A724, + 0xA7250000A726, + 0xA7270000A728, + 0xA7290000A72A, + 0xA72B0000A72C, + 0xA72D0000A72E, + 0xA72F0000A732, + 0xA7330000A734, + 0xA7350000A736, + 0xA7370000A738, + 0xA7390000A73A, + 0xA73B0000A73C, + 0xA73D0000A73E, + 0xA73F0000A740, + 0xA7410000A742, + 0xA7430000A744, + 0xA7450000A746, + 0xA7470000A748, + 0xA7490000A74A, + 0xA74B0000A74C, + 0xA74D0000A74E, + 0xA74F0000A750, + 0xA7510000A752, + 0xA7530000A754, + 0xA7550000A756, + 0xA7570000A758, + 0xA7590000A75A, + 0xA75B0000A75C, + 0xA75D0000A75E, + 0xA75F0000A760, + 0xA7610000A762, + 0xA7630000A764, + 0xA7650000A766, + 0xA7670000A768, + 0xA7690000A76A, + 0xA76B0000A76C, + 0xA76D0000A76E, + 0xA76F0000A770, + 0xA7710000A779, + 0xA77A0000A77B, + 0xA77C0000A77D, + 0xA77F0000A780, + 0xA7810000A782, + 0xA7830000A784, + 0xA7850000A786, + 0xA7870000A789, + 0xA78C0000A78D, + 0xA78E0000A790, + 0xA7910000A792, + 0xA7930000A796, + 0xA7970000A798, + 0xA7990000A79A, + 0xA79B0000A79C, + 0xA79D0000A79E, + 0xA79F0000A7A0, + 0xA7A10000A7A2, + 0xA7A30000A7A4, + 0xA7A50000A7A6, + 0xA7A70000A7A8, + 0xA7A90000A7AA, + 0xA7AF0000A7B0, + 0xA7B50000A7B6, + 0xA7B70000A7B8, + 0xA7B90000A7BA, + 0xA7BB0000A7BC, + 0xA7BD0000A7BE, + 0xA7BF0000A7C0, + 0xA7C10000A7C2, + 0xA7C30000A7C4, + 0xA7C80000A7C9, + 0xA7CA0000A7CB, + 0xA7D10000A7D2, + 0xA7D30000A7D4, + 0xA7D50000A7D6, + 0xA7D70000A7D8, + 0xA7D90000A7DA, + 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, + 0x1078000010781, + 0x1080000010806, + 0x1080800010809, + 0x1080A00010836, + 0x1083700010839, + 0x1083C0001083D, + 0x1083F00010856, + 0x1086000010877, + 0x108800001089F, + 0x108E0000108F3, + 0x108F4000108F6, + 0x1090000010916, + 0x109200001093A, + 0x10980000109B8, + 0x109BE000109C0, + 0x10A0000010A04, + 0x10A0500010A07, + 0x10A0C00010A14, + 0x10A1500010A18, + 0x10A1900010A36, + 0x10A3800010A3B, + 0x10A3F00010A40, + 0x10A6000010A7D, + 0x10A8000010A9D, + 0x10AC000010AC8, + 0x10AC900010AE7, + 0x10B0000010B36, + 0x10B4000010B56, + 0x10B6000010B73, + 0x10B8000010B92, + 0x10C0000010C49, + 0x10CC000010CF3, + 0x10D0000010D28, + 0x10D3000010D3A, + 0x10E8000010EAA, + 0x10EAB00010EAD, + 0x10EB000010EB2, + 0x10EFD00010F1D, + 0x10F2700010F28, + 0x10F3000010F51, + 0x10F7000010F86, + 0x10FB000010FC5, + 0x10FE000010FF7, + 0x1100000011047, + 0x1106600011076, + 0x1107F000110BB, + 0x110C2000110C3, + 0x110D0000110E9, + 0x110F0000110FA, + 0x1110000011135, + 0x1113600011140, + 0x1114400011148, + 0x1115000011174, + 0x1117600011177, + 0x11180000111C5, + 0x111C9000111CD, + 0x111CE000111DB, + 0x111DC000111DD, + 0x1120000011212, + 0x1121300011238, + 0x1123E00011242, + 0x1128000011287, + 0x1128800011289, + 0x1128A0001128E, + 0x1128F0001129E, + 0x1129F000112A9, + 0x112B0000112EB, + 0x112F0000112FA, + 0x1130000011304, + 0x113050001130D, + 0x1130F00011311, + 0x1131300011329, + 0x1132A00011331, + 0x1133200011334, + 0x113350001133A, + 0x1133B00011345, + 0x1134700011349, + 0x1134B0001134E, + 0x1135000011351, + 0x1135700011358, + 0x1135D00011364, + 0x113660001136D, + 0x1137000011375, + 0x114000001144B, + 0x114500001145A, + 0x1145E00011462, + 0x11480000114C6, + 0x114C7000114C8, + 0x114D0000114DA, + 0x11580000115B6, + 0x115B8000115C1, + 0x115D8000115DE, + 0x1160000011641, + 0x1164400011645, + 0x116500001165A, + 0x11680000116B9, + 0x116C0000116CA, + 0x117000001171B, + 0x1171D0001172C, + 0x117300001173A, + 0x1174000011747, + 0x118000001183B, + 0x118C0000118EA, + 0x118FF00011907, + 0x119090001190A, + 0x1190C00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193B00011944, + 0x119500001195A, + 0x119A0000119A8, + 0x119AA000119D8, + 0x119DA000119E2, + 0x119E3000119E5, + 0x11A0000011A3F, + 0x11A4700011A48, + 0x11A5000011A9A, + 0x11A9D00011A9E, + 0x11AB000011AF9, + 0x11C0000011C09, + 0x11C0A00011C37, + 0x11C3800011C41, + 0x11C5000011C5A, + 0x11C7200011C90, + 0x11C9200011CA8, + 0x11CA900011CB7, + 0x11D0000011D07, + 0x11D0800011D0A, + 0x11D0B00011D37, + 0x11D3A00011D3B, + 0x11D3C00011D3E, + 0x11D3F00011D48, + 0x11D5000011D5A, + 0x11D6000011D66, + 0x11D6700011D69, + 0x11D6A00011D8F, + 0x11D9000011D92, + 0x11D9300011D99, + 0x11DA000011DAA, + 0x11EE000011EF7, + 0x11F0000011F11, + 0x11F1200011F3B, + 0x11F3E00011F43, + 0x11F5000011F5A, + 0x11FB000011FB1, + 0x120000001239A, + 0x1248000012544, + 0x12F9000012FF1, + 0x1300000013430, + 0x1344000013456, + 0x1440000014647, + 0x1680000016A39, + 0x16A4000016A5F, + 0x16A6000016A6A, + 0x16A7000016ABF, + 0x16AC000016ACA, + 0x16AD000016AEE, + 0x16AF000016AF5, + 0x16B0000016B37, + 0x16B4000016B44, + 0x16B5000016B5A, + 0x16B6300016B78, + 0x16B7D00016B90, + 0x16E6000016E80, + 0x16F0000016F4B, + 0x16F4F00016F88, + 0x16F8F00016FA0, + 0x16FE000016FE2, + 0x16FE300016FE5, + 0x16FF000016FF2, + 0x17000000187F8, + 0x1880000018CD6, + 0x18D0000018D09, + 0x1AFF00001AFF4, + 0x1AFF50001AFFC, + 0x1AFFD0001AFFF, + 0x1B0000001B123, + 0x1B1320001B133, + 0x1B1500001B153, + 0x1B1550001B156, + 0x1B1640001B168, + 0x1B1700001B2FC, + 0x1BC000001BC6B, + 0x1BC700001BC7D, + 0x1BC800001BC89, + 0x1BC900001BC9A, + 0x1BC9D0001BC9F, + 0x1CF000001CF2E, + 0x1CF300001CF47, + 0x1DA000001DA37, + 0x1DA3B0001DA6D, + 0x1DA750001DA76, + 0x1DA840001DA85, + 0x1DA9B0001DAA0, + 0x1DAA10001DAB0, + 0x1DF000001DF1F, + 0x1DF250001DF2B, + 0x1E0000001E007, + 0x1E0080001E019, + 0x1E01B0001E022, + 0x1E0230001E025, + 0x1E0260001E02B, + 0x1E08F0001E090, + 0x1E1000001E12D, + 0x1E1300001E13E, + 0x1E1400001E14A, + 0x1E14E0001E14F, + 0x1E2900001E2AF, + 0x1E2C00001E2FA, + 0x1E4D00001E4FA, + 0x1E7E00001E7E7, + 0x1E7E80001E7EC, + 0x1E7ED0001E7EF, + 0x1E7F00001E7FF, + 0x1E8000001E8C5, + 0x1E8D00001E8D7, + 0x1E9220001E94C, + 0x1E9500001E95A, + 0x200000002A6E0, + 0x2A7000002B73A, + 0x2B7400002B81E, + 0x2B8200002CEA2, + 0x2CEB00002EBE1, + 0x2EBF00002EE5E, + 0x300000003134B, + 0x31350000323B0, + ), + "CONTEXTJ": (0x200C0000200E,), + "CONTEXTO": ( + 0xB7000000B8, + 0x37500000376, + 0x5F3000005F5, + 0x6600000066A, + 0x6F0000006FA, + 0x30FB000030FC, + ), +} diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/idna/intranges.py b/venv/lib/python3.10/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 0000000..7bfaa8d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/idna/intranges.py @@ -0,0 +1,57 @@ +""" +Given a list of integers, made up of (hopefully) a small number of long runs +of consecutive integers, compute a representation of the form +((start1, end1), (start2, end2) ...). Then answer the question "was x present +in the original list?" in time O(log(# runs)). +""" + +import bisect +from typing import List, Tuple + + +def intranges_from_list(list_: List[int]) -> Tuple[int, ...]: + """Represent a list of integers as a sequence of ranges: + ((start_0, end_0), (start_1, end_1), ...), such that the original + integers are exactly those x such that start_i <= x < end_i for some i. + + Ranges are encoded as single integers (start << 32 | end), not as tuples. + """ + + sorted_list = sorted(list_) + ranges = [] + last_write = -1 + for i in range(len(sorted_list)): + if i + 1 < len(sorted_list): + if sorted_list[i] == sorted_list[i + 1] - 1: + continue + current_range = sorted_list[last_write + 1 : i + 1] + ranges.append(_encode_range(current_range[0], current_range[-1] + 1)) + last_write = i + + return tuple(ranges) + + +def _encode_range(start: int, end: int) -> int: + return (start << 32) | end + + +def _decode_range(r: int) -> Tuple[int, int]: + return (r >> 32), (r & ((1 << 32) - 1)) + + +def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool: + """Determine if `int_` falls into one of the ranges in `ranges`.""" + tuple_ = _encode_range(int_, 0) + pos = bisect.bisect_left(ranges, tuple_) + # we could be immediately ahead of a tuple (start, end) + # with start < int_ <= end + if pos > 0: + left, right = _decode_range(ranges[pos - 1]) + if left <= int_ < right: + return True + # or we could be immediately behind a tuple (int_, end) + if pos < len(ranges): + left, _ = _decode_range(ranges[pos]) + if left == int_: + return True + return False diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/idna/package_data.py b/venv/lib/python3.10/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 0000000..514ff7e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1 @@ +__version__ = "3.10" diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/idna/py.typed b/venv/lib/python3.10/site-packages/pip/_vendor/idna/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/idna/uts46data.py b/venv/lib/python3.10/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 0000000..eb89432 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/idna/uts46data.py @@ -0,0 +1,8681 @@ +# 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.1.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", "ß"), + (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"), + (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"), + (0x24BD, "M", "h"), + (0x24BE, "M", "i"), + (0x24BF, "M", "j"), + (0x24C0, "M", "k"), + ] + + +def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ⱘ"), + (0x2C29, "M", "ⱙ"), + (0x2C2A, "M", "ⱚ"), + (0x2C2B, "M", "ⱛ"), + (0x2C2C, "M", "ⱜ"), + ] + + +def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ⳃ"), + (0x2CC3, "V"), + (0x2CC4, "M", "ⳅ"), + (0x2CC5, "V"), + (0x2CC6, "M", "ⳇ"), + ] + + +def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "匚"), + (0x2F16, "M", "匸"), + (0x2F17, "M", "十"), + (0x2F18, "M", "卜"), + (0x2F19, "M", "卩"), + ] + + +def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "网"), + (0x2F7A, "M", "羊"), + (0x2F7B, "M", "羽"), + (0x2F7C, "M", "老"), + (0x2F7D, "M", "而"), + ] + + +def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "十"), + (0x3039, "M", "卄"), + (0x303A, "M", "卅"), + (0x303B, "V"), + (0x3040, "X"), + ] + + +def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ᅗ"), + (0x3185, "M", "ᅘ"), + (0x3186, "M", "ᅙ"), + (0x3187, "M", "ᆄ"), + (0x3188, "M", "ᆅ"), + ] + + +def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "文"), + (0x3247, "M", "箏"), + (0x3248, "V"), + (0x3250, "M", "pte"), + (0x3251, "M", "21"), + ] + + +def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x32B2, "M", "37"), + (0x32B3, "M", "38"), + (0x32B4, "M", "39"), + (0x32B5, "M", "40"), + ] + + +def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "キログラム"), + (0x3316, "M", "キロメートル"), + (0x3317, "M", "キロワット"), + (0x3318, "M", "グラム"), + (0x3319, "M", "グラムトン"), + ] + + +def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x337A, "M", "iu"), + (0x337B, "M", "平成"), + (0x337C, "M", "昭和"), + (0x337D, "M", "大正"), + ] + + +def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x33DE, "M", "v∕m"), + (0x33DF, "M", "a∕m"), + (0x33E0, "M", "1日"), + (0x33E1, "M", "2日"), + ] + + +def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0xA68E, "M", "ꚏ"), + (0xA68F, "V"), + (0xA690, "M", "ꚑ"), + (0xA691, "V"), + ] + + +def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ꝼ"), + (0xA77C, "V"), + (0xA77D, "M", "ᵹ"), + (0xA77E, "M", "ꝿ"), + (0xA77F, "V"), + ] + + +def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0xA8CE, "V"), + (0xA8DA, "X"), + (0xA8E0, "V"), + (0xA954, "X"), + ] + + +def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "Ꮪ"), + (0xABAB, "M", "Ꮫ"), + (0xABAC, "M", "Ꮬ"), + (0xABAD, "M", "Ꮭ"), + (0xABAE, "M", "Ꮮ"), + ] + + +def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "聾"), + (0xF946, "M", "牢"), + (0xF947, "M", "磊"), + (0xF948, "M", "賂"), + (0xF949, "M", "雷"), + ] + + +def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "囹"), + (0xF9AA, "M", "寧"), + (0xF9AB, "M", "嶺"), + (0xF9AC, "M", "怜"), + (0xF9AD, "M", "玲"), + ] + + +def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "嗀"), + (0xFA0E, "V"), + (0xFA10, "M", "塚"), + (0xFA11, "V"), + (0xFA12, "M", "晴"), + ] + + +def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "喝"), + (0xFA79, "M", "啕"), + (0xFA7A, "M", "喙"), + (0xFA7B, "M", "嗢"), + (0xFA7C, "M", "塚"), + ] + + +def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0xFB02, "M", "fl"), + (0xFB03, "M", "ffi"), + (0xFB04, "M", "ffl"), + (0xFB05, "M", "st"), + ] + + +def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ۋ"), + (0xFBE0, "M", "ۅ"), + (0xFBE2, "M", "ۉ"), + (0xFBE4, "M", "ې"), + (0xFBE8, "M", "ى"), + ] + + +def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "يح"), + (0xFC57, "M", "يخ"), + (0xFC58, "M", "يم"), + (0xFC59, "M", "يى"), + (0xFC5A, "M", "يي"), + ] + + +def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "عج"), + (0xFCBB, "M", "عم"), + (0xFCBC, "M", "غج"), + (0xFCBD, "M", "غم"), + (0xFCBE, "M", "فج"), + ] + + +def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "جي"), + (0xFD1F, "M", "خى"), + (0xFD20, "M", "خي"), + (0xFD21, "M", "صى"), + (0xFD22, "M", "صي"), + ] + + +def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "جحى"), + (0xFDA7, "M", "جمى"), + (0xFDA8, "M", "سخى"), + (0xFDA9, "M", "صحي"), + (0xFDAA, "M", "شحي"), + ] + + +def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "〔"), + (0xFE5E, "M", "〕"), + (0xFE5F, "3", "#"), + (0xFE60, "3", "&"), + (0xFE61, "3", "*"), + ] + + +def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", ":"), + (0xFF1B, "3", ";"), + (0xFF1C, "3", "<"), + (0xFF1D, "3", "="), + (0xFF1E, "3", ">"), + ] + + +def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "セ"), + (0xFF7F, "M", "ソ"), + (0xFF80, "M", "タ"), + (0xFF81, "M", "チ"), + (0xFF82, "M", "ツ"), + ] + + +def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "←"), + (0xFFEA, "M", "↑"), + (0xFFEB, "M", "→"), + (0xFFEC, "M", "↓"), + (0xFFED, "M", "■"), + ] + + +def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "𐓝"), + (0x104B6, "M", "𐓞"), + (0x104B7, "M", "𐓟"), + (0x104B8, "M", "𐓠"), + (0x104B9, "M", "𐓡"), + ] + + +def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ꭦ"), + (0x10789, "M", "ʥ"), + (0x1078A, "M", "ʤ"), + (0x1078B, "M", "ɖ"), + (0x1078C, "M", "ɗ"), + ] + + +def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x10AE7, "X"), + (0x10AEB, "V"), + (0x10AF7, "X"), + (0x10B00, "V"), + ] + + +def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x110C3, "X"), + (0x110D0, "V"), + (0x110E9, "X"), + (0x110F0, "V"), + ] + + +def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "𑣆"), + (0x118A7, "M", "𑣇"), + (0x118A8, "M", "𑣈"), + (0x118A9, "M", "𑣉"), + (0x118AA, "M", "𑣊"), + ] + + +def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x11F11, "X"), + (0x11F12, "V"), + (0x11F3B, "X"), + (0x11F3E, "V"), + ] + + +def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1AFF4, "X"), + (0x1AFF5, "V"), + (0x1AFFC, "X"), + (0x1AFFD, "V"), + ] + + +def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1D421, "M", "h"), + (0x1D422, "M", "i"), + (0x1D423, "M", "j"), + (0x1D424, "M", "k"), + ] + + +def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1D485, "M", "d"), + (0x1D486, "M", "e"), + (0x1D487, "M", "f"), + (0x1D488, "M", "g"), + ] + + +def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1D4EC, "M", "c"), + (0x1D4ED, "M", "d"), + (0x1D4EE, "M", "e"), + (0x1D4EF, "M", "f"), + ] + + +def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1D553, "M", "b"), + (0x1D554, "M", "c"), + (0x1D555, "M", "d"), + (0x1D556, "M", "e"), + ] + + +def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1D5B7, "M", "x"), + (0x1D5B8, "M", "y"), + (0x1D5B9, "M", "z"), + (0x1D5BA, "M", "a"), + ] + + +def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1D61B, "M", "t"), + (0x1D61C, "M", "u"), + (0x1D61D, "M", "v"), + (0x1D61E, "M", "w"), + ] + + +def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1D67F, "M", "p"), + (0x1D680, "M", "q"), + (0x1D681, "M", "r"), + (0x1D682, "M", "s"), + ] + + +def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "γ"), + (0x1D6E5, "M", "δ"), + (0x1D6E6, "M", "ε"), + (0x1D6E7, "M", "ζ"), + (0x1D6E8, "M", "η"), + ] + + +def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "υ"), + (0x1D74B, "M", "φ"), + (0x1D74C, "M", "χ"), + (0x1D74D, "M", "ψ"), + (0x1D74E, "M", "ω"), + ] + + +def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ζ"), + (0x1D7B0, "M", "η"), + (0x1D7B1, "M", "θ"), + (0x1D7B2, "M", "ι"), + (0x1D7B3, "M", "κ"), + ] + + +def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "в"), + (0x1E033, "M", "г"), + (0x1E034, "M", "д"), + (0x1E035, "M", "е"), + (0x1E036, "M", "ж"), + ] + + +def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "𞤫"), + (0x1E90A, "M", "𞤬"), + (0x1E90B, "M", "𞤭"), + (0x1E90C, "M", "𞤮"), + (0x1E90D, "M", "𞤯"), + ] + + +def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1EE4B, "M", "ل"), + (0x1EE4C, "X"), + (0x1EE4D, "M", "ن"), + (0x1EE4E, "M", "س"), + ] + + +def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ش"), + (0x1EEB5, "M", "ت"), + (0x1EEB6, "M", "ث"), + (0x1EEB7, "M", "خ"), + (0x1EEB8, "M", "ذ"), + ] + + +def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1F16C, "M", "mr"), + (0x1F16D, "V"), + (0x1F190, "M", "dj"), + (0x1F191, "V"), + ] + + +def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1FA70, "V"), + (0x1FA7D, "X"), + (0x1FA80, "V"), + (0x1FA89, "X"), + ] + + +def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x2EBF0, "V"), + (0x2EE5E, "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", "呈"), + (0x2F83F, "M", "周"), + (0x2F840, "M", "咢"), + ] + + +def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "慈"), + (0x2F8A7, "M", "慌"), + (0x2F8A8, "M", "慎"), + ] + + +def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "㴳"), + (0x2F90B, "M", "滋"), + (0x2F90C, "M", "滇"), + ] + + +def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "䌴"), + (0x2F972, "M", "𦈨"), + (0x2F973, "M", "𦉇"), + ] + + +def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "賁"), + (0x2F9D6, "M", "贛"), + (0x2F9D7, "M", "起"), + ] + + +def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F9D8, "M", "𧼯"), + (0x2F9D9, "M", "𠠄"), + (0x2F9DA, "M", "跋"), + (0x2F9DB, "M", "趼"), + (0x2F9DC, "M", "跰"), + (0x2F9DD, "M", "𠣞"), + (0x2F9DE, "M", "軔"), + (0x2F9DF, "M", "輸"), + (0x2F9E0, "M", "𨗒"), + (0x2F9E1, "M", "𨗭"), + (0x2F9E2, "M", "邔"), + (0x2F9E3, "M", "郱"), + (0x2F9E4, "M", "鄑"), + (0x2F9E5, "M", "𨜮"), + (0x2F9E6, "M", "鄛"), + (0x2F9E7, "M", "鈸"), + (0x2F9E8, "M", "鋗"), + (0x2F9E9, "M", "鋘"), + (0x2F9EA, "M", "鉼"), + (0x2F9EB, "M", "鏹"), + (0x2F9EC, "M", "鐕"), + (0x2F9ED, "M", "𨯺"), + (0x2F9EE, "M", "開"), + (0x2F9EF, "M", "䦕"), + (0x2F9F0, "M", "閷"), + (0x2F9F1, "M", "𨵷"), + (0x2F9F2, "M", "䧦"), + (0x2F9F3, "M", "雃"), + (0x2F9F4, "M", "嶲"), + (0x2F9F5, "M", "霣"), + (0x2F9F6, "M", "𩅅"), + (0x2F9F7, "M", "𩈚"), + (0x2F9F8, "M", "䩮"), + (0x2F9F9, "M", "䩶"), + (0x2F9FA, "M", "韠"), + (0x2F9FB, "M", "𩐊"), + (0x2F9FC, "M", "䪲"), + (0x2F9FD, "M", "𩒖"), + (0x2F9FE, "M", "頋"), + (0x2FA00, "M", "頩"), + (0x2FA01, "M", "𩖶"), + (0x2FA02, "M", "飢"), + (0x2FA03, "M", "䬳"), + (0x2FA04, "M", "餩"), + (0x2FA05, "M", "馧"), + (0x2FA06, "M", "駂"), + (0x2FA07, "M", "駾"), + (0x2FA08, "M", "䯎"), + (0x2FA09, "M", "𩬰"), + (0x2FA0A, "M", "鬒"), + (0x2FA0B, "M", "鱀"), + (0x2FA0C, "M", "鳽"), + (0x2FA0D, "M", "䳎"), + (0x2FA0E, "M", "䳭"), + (0x2FA0F, "M", "鵧"), + (0x2FA10, "M", "𪃎"), + (0x2FA11, "M", "䳸"), + (0x2FA12, "M", "𪄅"), + (0x2FA13, "M", "𪈎"), + (0x2FA14, "M", "𪊑"), + (0x2FA15, "M", "麻"), + (0x2FA16, "M", "䵖"), + (0x2FA17, "M", "黹"), + (0x2FA18, "M", "黾"), + (0x2FA19, "M", "鼅"), + (0x2FA1A, "M", "鼏"), + (0x2FA1B, "M", "鼖"), + (0x2FA1C, "M", "鼻"), + (0x2FA1D, "M", "𪘀"), + (0x2FA1E, "X"), + (0x30000, "V"), + (0x3134B, "X"), + (0x31350, "V"), + (0x323B0, "X"), + (0xE0100, "I"), + (0xE01F0, "X"), + ] + + +uts46data = tuple( + _seg_0() + + _seg_1() + + _seg_2() + + _seg_3() + + _seg_4() + + _seg_5() + + _seg_6() + + _seg_7() + + _seg_8() + + _seg_9() + + _seg_10() + + _seg_11() + + _seg_12() + + _seg_13() + + _seg_14() + + _seg_15() + + _seg_16() + + _seg_17() + + _seg_18() + + _seg_19() + + _seg_20() + + _seg_21() + + _seg_22() + + _seg_23() + + _seg_24() + + _seg_25() + + _seg_26() + + _seg_27() + + _seg_28() + + _seg_29() + + _seg_30() + + _seg_31() + + _seg_32() + + _seg_33() + + _seg_34() + + _seg_35() + + _seg_36() + + _seg_37() + + _seg_38() + + _seg_39() + + _seg_40() + + _seg_41() + + _seg_42() + + _seg_43() + + _seg_44() + + _seg_45() + + _seg_46() + + _seg_47() + + _seg_48() + + _seg_49() + + _seg_50() + + _seg_51() + + _seg_52() + + _seg_53() + + _seg_54() + + _seg_55() + + _seg_56() + + _seg_57() + + _seg_58() + + _seg_59() + + _seg_60() + + _seg_61() + + _seg_62() + + _seg_63() + + _seg_64() + + _seg_65() + + _seg_66() + + _seg_67() + + _seg_68() + + _seg_69() + + _seg_70() + + _seg_71() + + _seg_72() + + _seg_73() + + _seg_74() + + _seg_75() + + _seg_76() + + _seg_77() + + _seg_78() + + _seg_79() + + _seg_80() + + _seg_81() +) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 0000000..b615105 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__init__.py @@ -0,0 +1,55 @@ +# ruff: noqa: F401 +import os + +from .exceptions import * # noqa: F403 +from .ext import ExtType, Timestamp + +version = (1, 1, 0) +__version__ = "1.1.0" + + +if os.environ.get("MSGPACK_PUREPYTHON"): + from .fallback import Packer, Unpacker, unpackb +else: + try: + from ._cmsgpack import Packer, Unpacker, unpackb + except ImportError: + from .fallback import Packer, Unpacker, unpackb + + +def pack(o, stream, **kwargs): + """ + Pack object `o` and write it to `stream` + + See :class:`Packer` for options. + """ + packer = Packer(**kwargs) + stream.write(packer.pack(o)) + + +def packb(o, **kwargs): + """ + Pack object `o` and return packed bytes + + See :class:`Packer` for options. + """ + return Packer(**kwargs).pack(o) + + +def unpack(stream, **kwargs): + """ + Unpack an object from `stream`. + + Raises `ExtraData` when `stream` contains extra bytes. + See :class:`Unpacker` for options. + """ + data = stream.read() + return unpackb(data, **kwargs) + + +# alias for compatibility to simplejson/marshal/pickle. +load = unpack +loads = unpackb + +dump = pack +dumps = packb diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3acd0affa7cfb32961b7d142e8b6c65b76c1f746 GIT binary patch literal 1402 zcmb7EO>f&a7$zlImTft4+N{WFAO@_33&cv$TQLkR)?h7)WkHjmtuC@GGPYVt6i7O$ z1LwBmu-}jXz3dO{SM;zmuRHZG^wPbgnjjszLuv5khhCA-^SqDD`~5D0_U`QO>7j?v zKW1^g1+aJkUH%1uB8m$XBkEAMzz1gZ3a4~qxAbBUBif2v)Q^3JUbW8y+P=Wzd&mij zPT7sSWiRfPVH{#qk<-xb_dnl%j;fm;Vk?VB7@6Of-hGKGe1d3)c7H?hD(%q_#sTfq z6&TmpT6}|r@lCcGud_k?4aNItxcVNjquuuy;t*?mcj)N$&Kq^GsG05@@8CEuFXc4}9h>@i|_)=gtyc;0p|t4Pf{5MVCM`HxNE~#WF?4 zd`!}ck`s|DMsh_ICu6AuOUrTBX74jb?q@|R<^6GkZA^~1AiP#NujI%k?fwbJ3mh>nMRV%0*Plso9T`B(HLnB%^vE zdT`}BbZPWk@z=54$xK-;n^D<3waS{@Ps(DWET{^KS}mXdua<(Txu}R`Ny%iPnEV z!eAOp4M^eB-z}-edf1#v`68-|4QLE-^m@wvgHlh11wAdhqtuD zrS7sf8EZ_dU4zMpBFsmm+sEKOaI@|u;2t|o65R&7z0Y~8V_4sTi4)+lGAy?el*sU jw;=>La0b|OJRG{Wu;Xmt5N}}TW8ekdpyP!eJPYu@w)t8_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..718ca704ed820c01484b5f8722dff5896f804c8e GIT binary patch literal 1813 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 J&73_m`9G`{8%_WK literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7387d1bba3af5dfd4e0fe81bd6a1c6fb48627aba GIT binary patch literal 23776 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 hw0g|{YxSDn%J!Lmk?s%m#> 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. + + :rtype: `datetime.datetime` + """ + utc = datetime.timezone.utc + return datetime.datetime.fromtimestamp(0, utc) + datetime.timedelta( + seconds=self.seconds, microseconds=self.nanoseconds // 1000 + ) + + @staticmethod + def from_datetime(dt): + """Create a Timestamp from datetime with tzinfo. + + :rtype: Timestamp + """ + return Timestamp(seconds=int(dt.timestamp()), nanoseconds=dt.microsecond * 1000) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/fallback.py b/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 0000000..b02e47c --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/msgpack/fallback.py @@ -0,0 +1,929 @@ +"""Fallback pure Python implementation of msgpack""" + +import struct +import sys +from datetime import datetime as _DateTime + +if hasattr(sys, "pypy_version_info"): + from __pypy__ import newlist_hint + from __pypy__.builders import BytesBuilder + + _USING_STRINGBUILDER = True + + class BytesIO: + def __init__(self, s=b""): + if s: + self.builder = BytesBuilder(len(s)) + self.builder.append(s) + else: + self.builder = BytesBuilder() + + 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: + from io import BytesIO + + _USING_STRINGBUILDER = False + + def newlist_hint(size): + return [] + + +from .exceptions import BufferFull, ExtraData, FormatError, OutOfData, 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: + raise StackError + if unpacker._got_extradata(): + raise ExtraData(ret, unpacker._get_extradata()) + return ret + + +_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: + """Streaming unpacker. + + Arguments: + + :param file_like: + File-like object having `.read(n)` method. + If specified, unpacker reads serialized data from it and `.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). + + :param bool strict_map_key: + If true (default), only str or bytes are accepted for map (dict) keys. + + :param object_hook: + When specified, it should be callable. + Unpacker calls it with a dict argument after unpacking msgpack map. + (See also simplejson) + + :param 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) + view.release() + + 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(f"{n} exceeds max_str_len({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(f"{n} exceeds max_array_len({self._max_array_len})") + elif b & 0b11110000 == 0b10000000: + n = b & 0b00001111 + typ = TYPE_MAP + if n > self._max_map_len: + raise ValueError(f"{n} exceeds max_map_len({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 = struct.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(f"{n} exceeds max_bin_len({self._max_bin_len})") + obj = self._read(n) + elif 0xC7 <= b <= 0xC9: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + L, n = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if L > self._max_ext_len: + raise ValueError(f"{L} exceeds max_ext_len({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 = struct.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(f"{size} exceeds max_ext_len({self._max_ext_len})") + self._reserve(size + 1) + n, obj = struct.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,) = struct.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(f"{n} exceeds max_str_len({self._max_str_len})") + obj = self._read(n) + elif 0xDC <= b <= 0xDD: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_array_len: + raise ValueError(f"{n} exceeds max_array_len({self._max_array_len})") + elif 0xDE <= b <= 0xDF: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_map_len: + raise ValueError(f"{n} exceeds max_map_len({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 range(n): + # TODO check whether we need to call `list_hook` + self._unpack(EX_SKIP) + return + ret = newlist_hint(n) + for i in range(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 range(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 range(n) + ) + else: + ret = {} + for _ in range(n): + key = self._unpack(EX_CONSTRUCT) + if self._strict_map_key and type(key) not in (str, bytes): + raise ValueError("%s is not allowed for map key" % str(type(key))) + if isinstance(key, 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: + """ + MessagePack Packer + + Usage:: + + packer = Packer() + astream.write(packer.pack(a)) + astream.write(packer.pack(b)) + + Packer's constructor has some keyword arguments: + + :param default: + When specified, it should be callable. + 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. + + :param str unicode_errors: + The error handler for encoding unicode. (default: 'strict') + DO NOT USE THIS!! This option is kept for very specific usage. + + :param int buf_size: + Internal buffer size. This option is used only for C implementation. + """ + + def __init__( + self, + *, + default=None, + use_single_float=False, + autoreset=True, + use_bin_type=True, + strict_types=False, + datetime=False, + unicode_errors=None, + buf_size=None, + ): + self._strict_types = strict_types + self._use_float = use_single_float + self._autoreset = autoreset + self._use_bin_type = use_bin_type + self._buffer = BytesIO() + self._datetime = bool(datetime) + self._unicode_errors = unicode_errors or "strict" + if default is not None and 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): + 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, str): + obj = obj.encode("utf-8", self._unicode_errors) + n = len(obj) + if n >= 2**32: + raise ValueError("String is too large") + self._pack_raw_header(n) + return self._buffer.write(obj) + if check(obj, memoryview): + n = obj.nbytes + if n >= 2**32: + raise ValueError("Memoryview is too large") + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, float): + if self._use_float: + return self._buffer.write(struct.pack(">Bf", 0xCA, obj)) + return self._buffer.write(struct.pack(">Bd", 0xCB, obj)) + if check(obj, (ExtType, Timestamp)): + if check(obj, Timestamp): + code = -1 + data = obj.to_bytes() + else: + code = obj.code + data = obj.data + assert isinstance(code, int) + assert isinstance(data, bytes) + L = len(data) + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xC7, L)) + elif L <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xC8, L)) + else: + self._buffer.write(struct.pack(">BI", 0xC9, L)) + self._buffer.write(struct.pack("b", code)) + self._buffer.write(data) + return + if check(obj, list_types): + n = len(obj) + self._pack_array_header(n) + for i in range(n): + self._pack(obj[i], nest_limit - 1) + return + if check(obj, dict): + return self._pack_map_pairs(len(obj), obj.items(), 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(f"Cannot serialize {obj!r} where tzinfo=None") + + raise TypeError(f"Cannot serialize {obj!r}") + + def pack(self, obj): + try: + self._pack(obj) + except: + self._buffer = BytesIO() # force reset + raise + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = BytesIO() + return ret + + def pack_map_pairs(self, pairs): + self._pack_map_pairs(len(pairs), pairs) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = BytesIO() + 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 = BytesIO() + 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 = BytesIO() + 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 = BytesIO() + + def getbuffer(self): + """Return view of internal buffer.""" + if _USING_STRINGBUILDER: + return memoryview(self.bytes()) + else: + return self._buffer.getbuffer() diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 0000000..d79f73c --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__init__.py @@ -0,0 +1,15 @@ +# 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. + +__title__ = "packaging" +__summary__ = "Core utilities for Python packages" +__uri__ = "https://github.com/pypa/packaging" + +__version__ = "24.2" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = f"2014 {__author__}" diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8a3b9901619996f308b14c862f8534865f8ac343 GIT binary patch literal 528 zcmYjO%Z}496m>G`v>jA5YgUF`krH>ptPny2Gi!uYvB}1AV>h`Xu`NF$B@$nP_yGQe z1?z6v^8u{5ZH0z=K_}D%+tJM|3`tjvw^E)Br*OB~RDUv%J{w0DW6_H7m$h1o3 zMRg&wDwDHnCNHZ?Iak?N@-40Aa{aG}io9V^9af-$O9RyIG?v0}#$Iu#0 z&m!fg=WPhqzh%t&I*2 zb}<;|r)znV-uaWX05d&%zkSHd{Js;>D~i{6hxVR{J12DAVuox`dSD&wFqC6(uZo)u^AJ@2FF|I(GLAB7 l++%2rbI^ci7Ir)=-teG)2EM<}@a4OO`+4dg?fGq-i3@vD>taT?oQ^Bq5Uk z{Q%k~hiW^Kd+RCJG&Axse?k9=9(u;LC-s`?MQz9Z?E@((vJDIt`}Xbb``Y*0O=f3Z z4bR`V|Izx_jHdmQ8b==!jbCaSOaB6fYYmMvu6I~hZ|ID8qhmA-^*0-)`dbYPf3stE zON|oKKGL|w?PnUdg|lNcrqC{N2W>|fTP`HikW6tG5_c?_fn=J`Kr%Cy%tA8D%aD|J z^hTK*ceUzV@IKQtcje<-UNhdxXiLZL?EbFCL>-AQYX0=w7wfmd3FzMDigEZv{uQxBA zzj*0NATIMOi{a(vivr5dI_E0Or-L|7GG&vlqph#q4yo(tgPktI z05PHot-%lqI%hZrJ*Qc%#gBtd#Mi4v?)ZKjbcOHduJ3mf-tQ1UoRFaS+CB;<5*;8i`_Z9DT6p{M{%qESj3O(ooKV(8)WSyUaXxzS5Ko% zob3hS!=NS7dN1nLeW>w7)(auo`Pc%Ak6LdaDVR^-ONntblPSq-7yI2ws2wgAajqlA zDfY~~w6b=S;%bj}W={uMuUgW=U)n@UAPwW@;suc9rNiYG+!U!ygPg+m9U0JU9HwNi zosXoeim~mLwGV?VkaQMu7UWe!f1GYMj8D?dR}MV~qqoVrOoUpm9W?dO`|>8>lA8^i zTa6O8u_2}0S@|TOlM;Id4EEk6a)!utB7Xx}uR6y!$Xr{zyxcJFE?zm;FmA|h!}{&z z<>jS@edC4Un7$2LN^fz295M8{FolX9QdG3U17XC2W3z zm-*Z?bBAGN6|C$ej=BJjVa@gMd?tEQq`2Jb#&}8dWe6!0bJpCSTD$$l<{%U4gWQ%P z>&rMd*OOR;6fu*BVugkq7f3C&zrk3ej#^7zHZ5vD* zTA9i99X2w))Hx)7FrKg{T4s&V;>Mr#1#O3In-fBer)VuB>p8pcZo{)by=|-ijH0uOmLZ?}99ibBHeTyjN7g!b+-J42o*UqOp;Z#_0Q_+lHKR}+(H@0>y7GU-Ne<_t0;{}k(2ByV-X2}rsxh3twz|4T&+6*x zaO#?3LB2I4UGd_w(VZdH>qk|uPgLbQM?BrRbLYSlcsvtNbYtZYj(9>}p$bn*^N#!> zb(>Ya7?vV^!jm<4m_pzYDN2 zQ=qye@XRfB*f|rqr4AGmQUfvn2=Wo$QeukYDD(XqTIugWY^LjFR$(r4{-nRC=ngA0 zS9c-REuGP8{@1nU|5LVg=$OoYp})`#{ePsb+s=&sZ)g;Hq^mxcRp5a%hLtgJ)FuPx z25o_Xo!g(w`lu1UK-ut~SF6MbC4#TjszU z9X{`(`lKW^TvZ58D1HxxTQA7ksNTXva@-b_eN@eDY$TyCLcX$e`UzTzlSAs)*2s7;Y4X}=|J@B(kviQLl>it5y_q@iaG4;04D{F`rfyC{h#ZP#?b5552Z literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c17f28621010338604ce29d430bcbbbb33baf799 GIT binary patch literal 6593 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9df316fa96e73adc16c9e3fbb08cc9344852e046 GIT binary patch literal 3452 zcmaJ@&2QYs6`$e9eo!l0wrtssRdT2TFjP;e5P#AHVs%mrhT6 z1fKuw|F`=c^nS#jlTRIfJ|Tpv1|@`(HsO?8G3{Gzi(=o7?Y3=Nr|p>5ZM&wev@6g$ zakXD-*ZTE#z3;U>*yHj_Jk@WsLEz_vS9$Fj;Wbeo+3jimOFqp{J#*TpguQv1|BBD> zGtZn6ZO`zl{5+q7nKR-nzp!P=Z_OFA?O8EpMB)rGp=kB4!Ke$8=?Ge389((P} z;)1x$e^IX9-sAQIf^YNM;2*2^R@v>}-exM#vQ+Ap=dJZ3#ri4FW5J?+7K^?}v|@4E zjY6hV#)TH4W>JUfo?u}vCCtZrOy)@vC0(|`5;uf7ywsI_qT&A; zlzmt#SJ+Xa3%4I^!s%{5N>aJfbc&kqC!mS%7oP8z{(^qP_qX#P9?zWi{S$Wh{traX z!1?BLw6*x9f)f^H+KY6y$i+?~^g=h%y?kR~Lk3CM1Ai{=h-7Cmjy4uEH-sSHZDo712FIR-S5@HSks57KGgeg6TxYp1 zY^7yUkwWJ(Ihs9bKO3@@G!Y@Xc=Dh-QPLmLrMu7pEL(63Z05z^ncejYTGNin632q^;{>_56wq;Ak$pfOT1Dn@j)&tyH`_|A>*Uh-2-Jx|*;oc$0 z824T5^Qq?+1go*~nqn5{g33KW#m+&e3+gBMfg`J_Z%5q^RqxIVSEcNH{fk8$7vYE>JD@!d)}#&LY+|BH>gt; zbwWoyB$RAhXl#?N0ES(NM3l)nSoo$^_2sTe#BL@_r5spdJ)I+itN&lE$)*=*g~T|% zz^#RY5E+~sy~LGMz?86q*ghF{c7QS^+#XsxRDOh`y0TdvT3rfljXT_ZZtvT=KD0Nz5rtS*f^|^y zZpoI%G`TRLNpwAOrjGhzLW97*3?9S4K*Ahu9oyJrVNZlxNUcb?DidMUiGWvM`QsX_ z-2=)2f=14TrAAJabW#c70S+yBH%fNWV?l8ma3PV=4WwBFBwum?gKaFBC}l(;B$IB7 z-7i^xycZJ%m~q`GHs1Rr&123sK+&`>G%^_Iv?Z37O54yrV>&Qe$UfZt__lxhqoz3n zrzTLm*}B!bbv$}^Y}~3$yE5prFO2GD8ZfxAB9YYBnpRO!8f=nOF%)*#v1# zM_xmrv{P6yFC1L^Ccw}5U7=qiiuYlQx&Kz90sK4v(s_E;s!;3YjOEaC)T8n?3Uvb+ z_SDhzB)5G9&VPI~JxPG(_pKX%{2n5|tU>1+qKT%P7LqSeD$R*(aKPjcNcr)leM{Rz zy6JGh^vH&h)B85ynr^z^L;f4u=4*XV{#7x|bYc4x?rplkzX8vm1OGrC7AA-$yD%Me z6+@;3q`~DxM4hM%SQZBwaX1F|5}*x2Xlz_!6B}9DIVl2XA;pD|jD%_(<6sT&--#sD z5_mIIFNkAAnmH{_m4J!y;Q?$7Vspwwj;TDxt3d~l(K!}8(GhK7K?fjWgs!g}3;p$V z2Ege=yVsd$!7W%{FLArR{<>~&t%oXz1xn>mus{oU3dBe#St3l}=9<0BQ((lgW}q-$ z7o*3*D<@B!S>|iC#6E?JYg{3{;mhOgCQzlqD=%KcQ+UU7enI_arNp1D_EZUP7mARs zF!XN{0l@xuh|n6WFvu<(j8wVcxUeY`==8*=KH}qJ*rqTcSWmsF8nAkeo~82uedne8 z)QE%{3d%&^A5=@#4GLU3q6~7S4OP#;`Kq<>ST2K@Bf21$ zpdD1l4g`(yR5^8ab+oNcmL|x0ZzsI%nMb-Ct8kU7#Cr3>BzQj~o)H`_+ z>NJg&#LF#j;O7rGQ_*`FaG$hs1XGlB;nS}9BJOmcKsBUPW=)gb>aooIFaWAIK`>5{ z4U|*|XNPIhiMmAt8D-*EU>)!ZBxMa?R!^X8EZhuOT9>i2fx@7az>Hl`eS(}!oJ@^V zTQ1AiJ8-XwLfswGsMM?)M5hLX)Ual3&vm>8_2z1`FlL>lo;3s1^#MIaou8cg{{X5z Bs5Jlp literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1402b1dc16d3737614a76f4d68d9226037b9953d GIT binary patch literal 9268 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 U+xDdGpl;b&d)m(7FO^IF4+*XZ-v9sr literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..08f3e1af502b6e99ad7235aa2c2f5082de094ef5 GIT binary patch literal 2710 zcmd5-NpBM|6!t7xo1|M>mbUC$5b1y_At51zgaqP}OW~4>mBel`C7lT#r&238m7jpb zZ^(b)z}Z)RLT{XS@1+w$l1VFZ!O>Xud$zx~ehG`kJcIH5^N;qo6k|VeGd>*Hyo4`$ z1k)QPn6SRUcVgF>WGAd{fy@>T$Q+Q_(gv9$++9{lwcy5I!-d^T_@b{cNw_Om-4>Q~ z_H25?t-G*G!Oj(_FK#_8(lP^*?4Bz!A`6n-m?S6iAjywO7DNFg3uBU^D1oFfCRr3q zASsGvd|9l(%d4Ucl9E^ho7YX@ZLsGDzCL<))RQKyr0%PrWr4x*z%_oa;5$W^gatS4 zn#smj2W(&&HYclyn0Q#FEC#}C@xp$rba zuHW=}N4gURJKIkldy%hYwby8UXtZVI_57a4;g|@OHx%MM9%OXa(;0;`D z;dBkBTR8nG>QUV(^bp(Z6w5x#N><5P8U5BB(zihM*ZA+4R+fNiSHvnX?V>0HU#_X^ zV6nn(PfRMcKQQZYt{P`$7@`@pLt(#zPf{AUCewd0%2NyY0=A|iDwzd@S-p=Zs0WjP zh6G1k^)DSm1@jQm$gPb8w=TeLa~qRNvU)xYl>C%8F~zA%c%Nc-8CNs;Y~oI3>~&vQIKMVG9!uRVeOi6_*%k=mxd;O?+Yo YvzhGkA&tI3kO==|OR4nLl9Rvs8#Gk{DF6Tf literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb7e21a43197435e49ad90db468c55f61bdc3cda GIT binary patch literal 5924 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 KcHy^!ul^TFgpp(b literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..498d0b82baf42361f85be1dbbfc57bc6dc08b7c0 GIT binary patch literal 7891 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 R-%ib$!gJiQ>ofIB{|9DzCAa_p literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9cdf1da4b4c3f3b3384dc2595c69b4cc3c413603 GIT binary patch literal 18753 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%0A7cGj=AI$pAW;Y-TW%$_(Z++_QpCeSgGiPLowv z16^$#xNsBnu^vJdr}(odSYJguu6qlgP30d_UD8eA)3Y=_v$F&;@zWaLXT&Dl56AZd zVl(cMiBHeP7BTurN5En$>X3b}`sDZ?S@_&$2e-*{9WwD%o53g}U)>M!Ju>sT&mQix ziR+M^ui6ar7<=RU&HQ|y>Jz?agzNUlZMN|Jf%txu?_X4XUgGy`<+_7?b=$b^P~2}j z-;b#_hq>Pl@j0w}ysvI2&v8Q4g>%})bp=%yzVih!iM~hr>UN8xs5{nIw}<<_+*jv_ zSJ3WNRTtuFuXqi0ulKdv$9<3Y)$QlH&#Ss{eh0YjL|@&DT=zy_-Ai0|@}wr-gzz}c zETjA`X!$A}r>+M{5r0J2n=cW^nN)-crZCAB4kJY={8zi*S%0$}WmeqQhg z(Jy#$WMBM;yPjw*pCE7hiP?|d#zz^kCmT@}9a{$6aR${5)F8ixqZgD|4Bt0GGV%#@5UY)>s71smd}K;? z5{PNoh&*hEMU_~dgj$w_-xS$V&=8WOAqbtK8Sm3I`BAcw2(RQjg(Jo!54)dwTZ6ME zC5#3AIG13*RaVmNcRLCB5E)V0V!DHzqs7ch25;JmHw`S`4r3gMoTQ=iq~XY+xXA#& zcYxmeK0La2PvI>z%S@Qx)Uoea@}Zxl(N=Qko9pD*-IM`LbP{kTCHhC9G5j2&E$IjB zBffiz*ZCOh9AN)2t&`uU);RFdz}-_=Bd)Z@jwPS?d0|ro2F@&s9wghpa|T~-A~_e1 zpD4H#X83GG#ERA({2{=2IPxVQCjG^iOYS&jxx^;};ZfXys-kuxOq)UUQGL6~1V*Dt zH_XWa6{^O_=ZX8zLlHstNSMK+NR&Jbjre1km@4_>$l30Pq|+QDUmJNg*X4vmkp(!c z@M&QMVDCg^1CXL(PbXhH|5WQJe@zy@hkVXaBPiIIy`12?rPKI-fj71Z%NJCD5Dxe<8J|F6zS+UaLsW)NdjjVT5tm0% z2DY{Q4$fN&=PikriB4+KMmC@Q70SX+eUwsJ*uQm!llY^J3QtsDGTmn%CCVO%2l)Ts zD77~^3pjPrVc^eF{tz1={{n$u1!(Vz9>U8T<@UsDKn^)4w@7yC@%bPvn@@oJ9+kEN zz>oV!RE|Z2{4(A0JLq{a8x2e!g|KV4m!mx!2Nm`xH1lX{v( z#tyu)Mi_;n6mpPgHwLx2pB#CV-k9eH>(d=>F)wHjb`5OK4rT+T-QyAaAUe0sIJd{U)vVX94=&#oi#wHCA4VTRmSEtx^xl>28nqzdCMvj9O5dyZi=$cL=;f;8g-A z2)st%bpnqGyhY$Nf#U@J3P8KiGx}%yQEqXzdzjz;26aE$)BV$(Tk*W7sNdn9e$R0k z#vRVmWY1Br9@Fvz$}H%9-WE5$KJ*(UXVq_ zjHWQ>x`LAvB}d4L*|0iHV+?ZPo%*mRP!GfQ@f|0&%HN|wO%J)GHj;*5Hb@gSl3aR{ z3~gx>ND@d9C=wtMD@g-q4|y0@$kXk&2n+%Q$r+>|-6%^=wh6KkPpdW%<0GvmNXJ@P z=*v7rUHN4E7?ntP7qg|a7td^vUwV&Pkf4B4h179Rvc~jNRAGlk6A(B39(ulaefq5Y zWok~|8QE32_+SvZZA6Db>SV}#Pw8mkQM0U;qWsOCe~!K_onQUw92y=OOudsD zHa1zv<;1^3#vV!mvdFn*vbyufR>Jt6WgBZ&()c4QW&9s2ZTxR5WBj2tVEloVHNI=* xjPF=^<9}I$#_wB0#{aZ78UMo=4vF+xnEFq{4l?%tlzlV>=ULVmL3#N7{|i{2GgJTo literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fffa33aa64cde92fb9345365a3e0b0c2aabbb541 GIT binary patch literal 2922 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d6c18fde1d67a134829a2cc42a7506f6a58a2dd4 GIT binary patch literal 15228 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e9092db3e36b15c53a4457348dd792ab68175b9e GIT binary patch literal 4656 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_elffile.py b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_elffile.py new file mode 100644 index 0000000..25f4282 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_elffile.py @@ -0,0 +1,110 @@ +""" +ELF file parser. + +This provides a class ``ELFFile`` that parses an ELF executable in a similar +interface to ``ZipFile``. Only the read interface is implemented. + +Based on: https://gist.github.com/lyssdod/f51579ae8d93c8657a5564aefc2ffbca +ELF header: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html +""" + +from __future__ import annotations + +import enum +import os +import struct +from typing import IO + + +class ELFInvalid(ValueError): + pass + + +class EIClass(enum.IntEnum): + C32 = 1 + C64 = 2 + + +class EIData(enum.IntEnum): + Lsb = 1 + Msb = 2 + + +class EMachine(enum.IntEnum): + I386 = 3 + S390 = 22 + Arm = 40 + X8664 = 62 + AArc64 = 183 + + +class ELFFile: + """ + Representation of an ELF executable. + """ + + def __init__(self, f: IO[bytes]) -> None: + self._f = f + + try: + ident = self._read("16B") + except struct.error as e: + raise ELFInvalid("unable to parse identification") from e + magic = bytes(ident[:4]) + if magic != b"\x7fELF": + raise ELFInvalid(f"invalid magic: {magic!r}") + + self.capacity = ident[4] # Format for program header (bitness). + self.encoding = ident[5] # Data structure encoding (endianness). + + 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, self._p_fmt, self._p_idx = { + (1, 1): ("HHIIIIIHHH", ">IIIIIIII", (0, 1, 4)), # 32-bit MSB. + (2, 1): ("HHIQQQIHHH", ">IIQQQQQQ", (0, 2, 5)), # 64-bit MSB. + }[(self.capacity, self.encoding)] + except KeyError as e: + raise ELFInvalid( + f"unrecognized capacity ({self.capacity}) or " + f"encoding ({self.encoding})" + ) from e + + try: + ( + _, + self.machine, # Architecture type. + _, + _, + self._e_phoff, # Offset of program header. + _, + self.flags, # Processor-specific flags. + _, + self._e_phentsize, # Size of section. + self._e_phnum, # Number of sections. + ) = self._read(e_fmt) + except struct.error as e: + raise ELFInvalid("unable to parse machine and section information") from e + + def _read(self, fmt: str) -> tuple[int, ...]: + return struct.unpack(fmt, self._f.read(struct.calcsize(fmt))) + + @property + def interpreter(self) -> str | None: + """ + The path recorded in the ``PT_INTERP`` section header. + """ + for index in range(self._e_phnum): + self._f.seek(self._e_phoff + self._e_phentsize * index) + try: + data = self._read(self._p_fmt) + except struct.error: + continue + if data[self._p_idx[0]] != 3: # Not PT_INTERP. + continue + self._f.seek(data[self._p_idx[1]]) + return os.fsdecode(self._f.read(data[self._p_idx[2]])).strip("\0") + return None diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_manylinux.py b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_manylinux.py new file mode 100644 index 0000000..61339a6 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_manylinux.py @@ -0,0 +1,263 @@ +from __future__ import annotations + +import collections +import contextlib +import functools +import os +import re +import sys +import warnings +from typing import Generator, Iterator, NamedTuple, Sequence + +from ._elffile import EIClass, EIData, ELFFile, EMachine + +EF_ARM_ABIMASK = 0xFF000000 +EF_ARM_ABI_VER5 = 0x05000000 +EF_ARM_ABI_FLOAT_HARD = 0x00000400 + + +# `os.PathLike` not a generic type until Python 3.9, so sticking with `str` +# as the type for `path` until then. +@contextlib.contextmanager +def _parse_elf(path: str) -> Generator[ELFFile | None, None, None]: + try: + with open(path, "rb") as f: + yield ELFFile(f) + except (OSError, TypeError, ValueError): + yield None + + +def _is_linux_armhf(executable: str) -> bool: + # hard-float ABI can be detected from the ELF header of the running + # process + # https://static.docs.arm.com/ihi0044/g/aaelf32.pdf + with _parse_elf(executable) as f: + return ( + f is not None + and f.capacity == EIClass.C32 + and f.encoding == EIData.Lsb + and f.machine == EMachine.Arm + and f.flags & EF_ARM_ABIMASK == EF_ARM_ABI_VER5 + and f.flags & EF_ARM_ABI_FLOAT_HARD == EF_ARM_ABI_FLOAT_HARD + ) + + +def _is_linux_i686(executable: str) -> bool: + with _parse_elf(executable) as f: + return ( + f is not None + and f.capacity == EIClass.C32 + and f.encoding == EIData.Lsb + and f.machine == EMachine.I386 + ) + + +def _have_compatible_abi(executable: str, archs: Sequence[str]) -> bool: + if "armv7l" in archs: + return _is_linux_armhf(executable) + if "i686" in archs: + return _is_linux_i686(executable) + allowed_archs = { + "x86_64", + "aarch64", + "ppc64", + "ppc64le", + "s390x", + "loongarch64", + "riscv64", + } + return any(arch in allowed_archs for arch in archs) + + +# 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() -> str | None: + """ + 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: + # Should be a string like "glibc 2.17". + version_string: str | None = os.confstr("CS_GNU_LIBC_VERSION") + assert version_string is not None + _, version = version_string.rsplit() + 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() -> str | None: + """ + 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() -> str | None: + """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( + f"Expected glibc version with 2 components major.minor," + f" got: {version_str}", + RuntimeWarning, + stacklevel=2, + ) + 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(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 + 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(archs: Sequence[str]) -> Iterator[str]: + """Generate manylinux tags compatible to the current platform. + + :param archs: Sequence of compatible architectures. + The first one shall be the closest to the actual architecture and 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 manylinux-compatible. + + :returns: An iterator of compatible manylinux tags. + """ + if not _have_compatible_abi(sys.executable, archs): + return + # Oldest glibc to be supported regardless of architecture is (2, 17). + too_old_glibc2 = _GLibCVersion(2, 16) + if set(archs) & {"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 arch in archs: + 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(arch, glibc_version): + yield f"{tag}_{arch}" + # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. + if glibc_version in _LEGACY_MANYLINUX_MAP: + legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] + if _is_compatible(arch, glibc_version): + yield f"{legacy_tag}_{arch}" diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_musllinux.py b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 0000000..d2bf30b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_musllinux.py @@ -0,0 +1,85 @@ +"""PEP 656 support. + +This module implements logic to detect if the currently running Python is +linked against musl, and what musl version is used. +""" + +from __future__ import annotations + +import functools +import re +import subprocess +import sys +from typing import Iterator, NamedTuple, Sequence + +from ._elffile import ELFFile + + +class _MuslVersion(NamedTuple): + major: int + minor: int + + +def _parse_musl_version(output: str) -> _MuslVersion | None: + 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) -> _MuslVersion | None: + """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 + """ + try: + with open(executable, "rb") as f: + ld = ELFFile(f).interpreter + except (OSError, TypeError, ValueError): + return None + if ld is None or "musl" not in ld: + return None + proc = subprocess.run([ld], stderr=subprocess.PIPE, text=True) + return _parse_musl_version(proc.stderr) + + +def platform_tags(archs: Sequence[str]) -> Iterator[str]: + """Generate musllinux tags compatible to the current platform. + + :param archs: Sequence of compatible architectures. + The first one shall be the closest to the actual architecture and 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 arch in archs: + for minor in range(sys_musl.minor, -1, -1): + yield f"musllinux_{sys_musl.major}_{minor}_{arch}" + + +if __name__ == "__main__": # pragma: no cover + import sysconfig + + plat = sysconfig.get_platform() + assert plat.startswith("linux-"), "not linux" + + print("plat:", plat) + print("musl:", _get_musl_version(sys.executable)) + print("tags:", end=" ") + for t in platform_tags(re.sub(r"[.-]", "_", plat.split("-", 1)[-1])): + print(t, end="\n ") diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_parser.py b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_parser.py new file mode 100644 index 0000000..c1238c0 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_parser.py @@ -0,0 +1,354 @@ +"""Handwritten parser of dependency specifiers. + +The docstring for each __parse_* function contains EBNF-inspired grammar representing +the implementation. +""" + +from __future__ import annotations + +import ast +from typing import NamedTuple, Sequence, Tuple, Union + +from ._tokenizer import DEFAULT_RULES, Tokenizer + + +class Node: + def __init__(self, value: str) -> None: + self.value = value + + def __str__(self) -> str: + return 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) + + +MarkerVar = Union[Variable, Value] +MarkerItem = Tuple[MarkerVar, Op, MarkerVar] +MarkerAtom = Union[MarkerItem, Sequence["MarkerAtom"]] +MarkerList = Sequence[Union["MarkerList", MarkerAtom, str]] + + +class ParsedRequirement(NamedTuple): + name: str + url: str + extras: list[str] + specifier: str + marker: MarkerList | None + + +# -------------------------------------------------------------------------------------- +# Recursive descent parser for dependency specifier +# -------------------------------------------------------------------------------------- +def parse_requirement(source: str) -> ParsedRequirement: + return _parse_requirement(Tokenizer(source, rules=DEFAULT_RULES)) + + +def _parse_requirement(tokenizer: Tokenizer) -> ParsedRequirement: + """ + requirement = WS? IDENTIFIER WS? extras WS? requirement_details + """ + tokenizer.consume("WS") + + name_token = tokenizer.expect( + "IDENTIFIER", expected="package name at the start of dependency specifier" + ) + name = name_token.text + tokenizer.consume("WS") + + extras = _parse_extras(tokenizer) + tokenizer.consume("WS") + + url, specifier, marker = _parse_requirement_details(tokenizer) + tokenizer.expect("END", expected="end of dependency specifier") + + return ParsedRequirement(name, url, extras, specifier, marker) + + +def _parse_requirement_details( + tokenizer: Tokenizer, +) -> tuple[str, str, MarkerList | None]: + """ + requirement_details = AT URL (WS requirement_marker?)? + | specifier WS? (requirement_marker)? + """ + + specifier = "" + url = "" + marker = None + + if tokenizer.check("AT"): + tokenizer.read() + tokenizer.consume("WS") + + url_start = tokenizer.position + url = tokenizer.expect("URL", expected="URL after @").text + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + tokenizer.expect("WS", expected="whitespace after URL") + + # The input might end after whitespace. + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + marker = _parse_requirement_marker( + tokenizer, span_start=url_start, after="URL and whitespace" + ) + else: + specifier_start = tokenizer.position + specifier = _parse_specifier(tokenizer) + tokenizer.consume("WS") + + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + marker = _parse_requirement_marker( + tokenizer, + span_start=specifier_start, + after=( + "version specifier" + if specifier + else "name and no valid version specifier" + ), + ) + + return (url, specifier, marker) + + +def _parse_requirement_marker( + tokenizer: Tokenizer, *, span_start: int, after: str +) -> MarkerList: + """ + requirement_marker = SEMICOLON marker WS? + """ + + if not tokenizer.check("SEMICOLON"): + tokenizer.raise_syntax_error( + f"Expected end or semicolon (after {after})", + span_start=span_start, + ) + tokenizer.read() + + marker = _parse_marker(tokenizer) + tokenizer.consume("WS") + + return marker + + +def _parse_extras(tokenizer: Tokenizer) -> list[str]: + """ + extras = (LEFT_BRACKET wsp* extras_list? wsp* RIGHT_BRACKET)? + """ + if not tokenizer.check("LEFT_BRACKET", peek=True): + return [] + + with tokenizer.enclosing_tokens( + "LEFT_BRACKET", + "RIGHT_BRACKET", + around="extras", + ): + tokenizer.consume("WS") + extras = _parse_extras_list(tokenizer) + tokenizer.consume("WS") + + return extras + + +def _parse_extras_list(tokenizer: Tokenizer) -> list[str]: + """ + extras_list = identifier (wsp* ',' wsp* identifier)* + """ + extras: list[str] = [] + + if not tokenizer.check("IDENTIFIER"): + return extras + + extras.append(tokenizer.read().text) + + while True: + tokenizer.consume("WS") + if tokenizer.check("IDENTIFIER", peek=True): + tokenizer.raise_syntax_error("Expected comma between extra names") + elif not tokenizer.check("COMMA"): + break + + tokenizer.read() + tokenizer.consume("WS") + + extra_token = tokenizer.expect("IDENTIFIER", expected="extra name after comma") + extras.append(extra_token.text) + + return extras + + +def _parse_specifier(tokenizer: Tokenizer) -> str: + """ + specifier = LEFT_PARENTHESIS WS? version_many WS? RIGHT_PARENTHESIS + | WS? version_many WS? + """ + with tokenizer.enclosing_tokens( + "LEFT_PARENTHESIS", + "RIGHT_PARENTHESIS", + around="version specifier", + ): + tokenizer.consume("WS") + parsed_specifiers = _parse_version_many(tokenizer) + tokenizer.consume("WS") + + return parsed_specifiers + + +def _parse_version_many(tokenizer: Tokenizer) -> str: + """ + version_many = (SPECIFIER (WS? COMMA WS? SPECIFIER)*)? + """ + parsed_specifiers = "" + while tokenizer.check("SPECIFIER"): + span_start = tokenizer.position + parsed_specifiers += tokenizer.read().text + if tokenizer.check("VERSION_PREFIX_TRAIL", peek=True): + tokenizer.raise_syntax_error( + ".* suffix can only be used with `==` or `!=` operators", + span_start=span_start, + span_end=tokenizer.position + 1, + ) + if tokenizer.check("VERSION_LOCAL_LABEL_TRAIL", peek=True): + tokenizer.raise_syntax_error( + "Local version label can only be used with `==` or `!=` operators", + span_start=span_start, + span_end=tokenizer.position, + ) + tokenizer.consume("WS") + if not tokenizer.check("COMMA"): + break + parsed_specifiers += tokenizer.read().text + tokenizer.consume("WS") + + return parsed_specifiers + + +# -------------------------------------------------------------------------------------- +# Recursive descent parser for marker expression +# -------------------------------------------------------------------------------------- +def parse_marker(source: str) -> MarkerList: + return _parse_full_marker(Tokenizer(source, rules=DEFAULT_RULES)) + + +def _parse_full_marker(tokenizer: Tokenizer) -> MarkerList: + retval = _parse_marker(tokenizer) + tokenizer.expect("END", expected="end of marker expression") + return retval + + +def _parse_marker(tokenizer: Tokenizer) -> MarkerList: + """ + marker = marker_atom (BOOLOP marker_atom)+ + """ + expression = [_parse_marker_atom(tokenizer)] + while tokenizer.check("BOOLOP"): + token = tokenizer.read() + expr_right = _parse_marker_atom(tokenizer) + expression.extend((token.text, expr_right)) + return expression + + +def _parse_marker_atom(tokenizer: Tokenizer) -> MarkerAtom: + """ + marker_atom = WS? LEFT_PARENTHESIS WS? marker WS? RIGHT_PARENTHESIS WS? + | WS? marker_item WS? + """ + + tokenizer.consume("WS") + if tokenizer.check("LEFT_PARENTHESIS", peek=True): + with tokenizer.enclosing_tokens( + "LEFT_PARENTHESIS", + "RIGHT_PARENTHESIS", + around="marker expression", + ): + tokenizer.consume("WS") + marker: MarkerAtom = _parse_marker(tokenizer) + tokenizer.consume("WS") + else: + marker = _parse_marker_item(tokenizer) + tokenizer.consume("WS") + return marker + + +def _parse_marker_item(tokenizer: Tokenizer) -> MarkerItem: + """ + marker_item = WS? marker_var WS? marker_op WS? marker_var WS? + """ + tokenizer.consume("WS") + marker_var_left = _parse_marker_var(tokenizer) + tokenizer.consume("WS") + marker_op = _parse_marker_op(tokenizer) + tokenizer.consume("WS") + marker_var_right = _parse_marker_var(tokenizer) + tokenizer.consume("WS") + return (marker_var_left, marker_op, marker_var_right) + + +def _parse_marker_var(tokenizer: Tokenizer) -> MarkerVar: + """ + marker_var = VARIABLE | QUOTED_STRING + """ + if tokenizer.check("VARIABLE"): + return process_env_var(tokenizer.read().text.replace(".", "_")) + elif tokenizer.check("QUOTED_STRING"): + return process_python_str(tokenizer.read().text) + else: + tokenizer.raise_syntax_error( + message="Expected a marker variable or quoted string" + ) + + +def process_env_var(env_var: str) -> Variable: + if env_var in ("platform_python_implementation", "python_implementation"): + return Variable("platform_python_implementation") + else: + return Variable(env_var) + + +def process_python_str(python_str: str) -> Value: + value = ast.literal_eval(python_str) + return Value(str(value)) + + +def _parse_marker_op(tokenizer: Tokenizer) -> Op: + """ + marker_op = IN | NOT IN | OP + """ + if tokenizer.check("IN"): + tokenizer.read() + return Op("in") + elif tokenizer.check("NOT"): + tokenizer.read() + tokenizer.expect("WS", expected="whitespace after 'not'") + tokenizer.expect("IN", expected="'in' after 'not'") + return Op("not in") + elif tokenizer.check("OP"): + return Op(tokenizer.read().text) + else: + return tokenizer.raise_syntax_error( + "Expected marker operator, one of " + "<=, <, !=, ==, >=, >, ~=, ===, in, not in" + ) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_structures.py b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 0000000..90a6465 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_tokenizer.py b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_tokenizer.py new file mode 100644 index 0000000..89d0416 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/_tokenizer.py @@ -0,0 +1,194 @@ +from __future__ import annotations + +import contextlib +import re +from dataclasses import dataclass +from typing import Iterator, NoReturn + +from .specifiers import Specifier + + +@dataclass +class Token: + name: str + text: str + position: int + + +class ParserSyntaxError(Exception): + """The provided source text could not be parsed correctly.""" + + def __init__( + self, + message: str, + *, + source: str, + span: tuple[int, int], + ) -> None: + self.span = span + self.message = message + self.source = source + + super().__init__() + + def __str__(self) -> str: + marker = " " * self.span[0] + "~" * (self.span[1] - self.span[0]) + "^" + return "\n ".join([self.message, self.source, marker]) + + +DEFAULT_RULES: dict[str, str | re.Pattern[str]] = { + "LEFT_PARENTHESIS": r"\(", + "RIGHT_PARENTHESIS": r"\)", + "LEFT_BRACKET": r"\[", + "RIGHT_BRACKET": r"\]", + "SEMICOLON": r";", + "COMMA": r",", + "QUOTED_STRING": re.compile( + r""" + ( + ('[^']*') + | + ("[^"]*") + ) + """, + re.VERBOSE, + ), + "OP": r"(===|==|~=|!=|<=|>=|<|>)", + "BOOLOP": r"\b(or|and)\b", + "IN": r"\bin\b", + "NOT": r"\bnot\b", + "VARIABLE": re.compile( + r""" + \b( + python_version + |python_full_version + |os[._]name + |sys[._]platform + |platform_(release|system) + |platform[._](version|machine|python_implementation) + |python_implementation + |implementation_(name|version) + |extra + )\b + """, + re.VERBOSE, + ), + "SPECIFIER": re.compile( + Specifier._operator_regex_str + Specifier._version_regex_str, + re.VERBOSE | re.IGNORECASE, + ), + "AT": r"\@", + "URL": r"[^ \t]+", + "IDENTIFIER": r"\b[a-zA-Z0-9][a-zA-Z0-9._-]*\b", + "VERSION_PREFIX_TRAIL": r"\.\*", + "VERSION_LOCAL_LABEL_TRAIL": r"\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*", + "WS": r"[ \t]+", + "END": r"$", +} + + +class Tokenizer: + """Context-sensitive token parsing. + + Provides methods to examine the input stream to check whether the next token + matches. + """ + + def __init__( + self, + source: str, + *, + rules: dict[str, str | re.Pattern[str]], + ) -> None: + self.source = source + self.rules: dict[str, re.Pattern[str]] = { + name: re.compile(pattern) for name, pattern in rules.items() + } + self.next_token: Token | None = None + self.position = 0 + + def consume(self, name: str) -> None: + """Move beyond provided token name, if at current position.""" + if self.check(name): + self.read() + + def check(self, name: str, *, peek: bool = False) -> bool: + """Check whether the next token has the provided name. + + By default, if the check succeeds, the token *must* be read before + another check. If `peek` is set to `True`, the token is not loaded and + would need to be checked again. + """ + assert ( + self.next_token is None + ), f"Cannot check for {name!r}, already have {self.next_token!r}" + assert name in self.rules, f"Unknown token name: {name!r}" + + expression = self.rules[name] + + match = expression.match(self.source, self.position) + if match is None: + return False + if not peek: + self.next_token = Token(name, match[0], self.position) + return True + + def expect(self, name: str, *, expected: str) -> Token: + """Expect a certain token name next, failing with a syntax error otherwise. + + The token is *not* read. + """ + if not self.check(name): + raise self.raise_syntax_error(f"Expected {expected}") + return self.read() + + def read(self) -> Token: + """Consume the next token and return it.""" + token = self.next_token + assert token is not None + + self.position += len(token.text) + self.next_token = None + + return token + + def raise_syntax_error( + self, + message: str, + *, + span_start: int | None = None, + span_end: int | None = None, + ) -> NoReturn: + """Raise ParserSyntaxError at the given position.""" + span = ( + self.position if span_start is None else span_start, + self.position if span_end is None else span_end, + ) + raise ParserSyntaxError( + message, + source=self.source, + span=span, + ) + + @contextlib.contextmanager + def enclosing_tokens( + self, open_token: str, close_token: str, *, around: str + ) -> Iterator[None]: + if self.check(open_token): + open_position = self.position + self.read() + else: + open_position = None + + yield + + if open_position is None: + return + + if not self.check(close_token): + self.raise_syntax_error( + f"Expected matching {close_token} for {open_token}, after {around}", + span_start=open_position, + ) + + self.read() diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/licenses/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/licenses/__init__.py new file mode 100644 index 0000000..71a1a77 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/licenses/__init__.py @@ -0,0 +1,145 @@ +####################################################################################### +# +# Adapted from: +# https://github.com/pypa/hatch/blob/5352e44/backend/src/hatchling/licenses/parse.py +# +# MIT License +# +# Copyright (c) 2017-present Ofek Lev +# +# 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. +# +# +# With additional allowance of arbitrary `LicenseRef-` identifiers, not just +# `LicenseRef-Public-Domain` and `LicenseRef-Proprietary`. +# +####################################################################################### +from __future__ import annotations + +import re +from typing import NewType, cast + +from pip._vendor.packaging.licenses._spdx import EXCEPTIONS, LICENSES + +__all__ = [ + "NormalizedLicenseExpression", + "InvalidLicenseExpression", + "canonicalize_license_expression", +] + +license_ref_allowed = re.compile("^[A-Za-z0-9.-]*$") + +NormalizedLicenseExpression = NewType("NormalizedLicenseExpression", str) + + +class InvalidLicenseExpression(ValueError): + """Raised when a license-expression string is invalid + + >>> canonicalize_license_expression("invalid") + Traceback (most recent call last): + ... + packaging.licenses.InvalidLicenseExpression: Invalid license expression: 'invalid' + """ + + +def canonicalize_license_expression( + raw_license_expression: str, +) -> NormalizedLicenseExpression: + if not raw_license_expression: + message = f"Invalid license expression: {raw_license_expression!r}" + raise InvalidLicenseExpression(message) + + # Pad any parentheses so tokenization can be achieved by merely splitting on + # whitespace. + license_expression = raw_license_expression.replace("(", " ( ").replace(")", " ) ") + licenseref_prefix = "LicenseRef-" + license_refs = { + ref.lower(): "LicenseRef-" + ref[len(licenseref_prefix) :] + for ref in license_expression.split() + if ref.lower().startswith(licenseref_prefix.lower()) + } + + # Normalize to lower case so we can look up licenses/exceptions + # and so boolean operators are Python-compatible. + license_expression = license_expression.lower() + + tokens = license_expression.split() + + # Rather than implementing boolean logic, we create an expression that Python can + # parse. Everything that is not involved with the grammar itself is treated as + # `False` and the expression should evaluate as such. + python_tokens = [] + for token in tokens: + if token not in {"or", "and", "with", "(", ")"}: + python_tokens.append("False") + elif token == "with": + python_tokens.append("or") + elif token == "(" and python_tokens and python_tokens[-1] not in {"or", "and"}: + message = f"Invalid license expression: {raw_license_expression!r}" + raise InvalidLicenseExpression(message) + else: + python_tokens.append(token) + + python_expression = " ".join(python_tokens) + try: + invalid = eval(python_expression, globals(), locals()) + except Exception: + invalid = True + + if invalid is not False: + message = f"Invalid license expression: {raw_license_expression!r}" + raise InvalidLicenseExpression(message) from None + + # Take a final pass to check for unknown licenses/exceptions. + normalized_tokens = [] + for token in tokens: + if token in {"or", "and", "with", "(", ")"}: + normalized_tokens.append(token.upper()) + continue + + if normalized_tokens and normalized_tokens[-1] == "WITH": + if token not in EXCEPTIONS: + message = f"Unknown license exception: {token!r}" + raise InvalidLicenseExpression(message) + + normalized_tokens.append(EXCEPTIONS[token]["id"]) + else: + if token.endswith("+"): + final_token = token[:-1] + suffix = "+" + else: + final_token = token + suffix = "" + + if final_token.startswith("licenseref-"): + if not license_ref_allowed.match(final_token): + message = f"Invalid licenseref: {final_token!r}" + raise InvalidLicenseExpression(message) + normalized_tokens.append(license_refs[final_token] + suffix) + else: + if final_token not in LICENSES: + message = f"Unknown license: {final_token!r}" + raise InvalidLicenseExpression(message) + normalized_tokens.append(LICENSES[final_token]["id"] + suffix) + + normalized_expression = " ".join(normalized_tokens) + + return cast( + NormalizedLicenseExpression, + normalized_expression.replace("( ", "(").replace(" )", ")"), + ) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..afccff8bc74753fdabe43dcce54eb01292e99672 GIT binary patch literal 2627 zcmah~&2Jk;6rY*>@Oo`0PMWp}DRfm;GzQrY^a4>76}4%pR0Y(glrAc(jc1Z9UGKWH z<9t}_OH)LVxN!p^+1z^K%wNET1Lrw#;X?m_ULw)*X6?iw6grl7-@JYA&F_88dvU2` zBUrz7f7|d*A@qmZ99=qWE+K@I2ndQO4p9@k7%Q5D#3k_7LanL0ded-?jIW1gGw0@- zmTO_OfvE8#cJqw%Y-;wgTVOiPvEm+aOV<#!X#NqRc{aAEx#M)4mgv|c-7Qmc3suTb z6_N^;1wV>n;fo-Sl9dXPxfQm(y4zw>Z}^D-hQ0jh<>il8uYa_1OIkOsUtV6hwS23h z$=Q{dH~lc^FnS|suqa{6J1x$V1T4wv>(Lf`d&!rx4L^#bppj{M;Xu=4hpL_O=bwF0 zb^U5*zWRQxdhf0CJO@Y{3hvQ`VRK0ZuM7l3E~W?qhFvXlPvaJ_JI`+VLBgoBy~!fS zcZR1`N2fW7;6b$E1c?(25Zkr`YiVi8c?Hn9b3=`Dl}u%o`wh0{H|{%g%{UPbXAl$t zR>IH;RVWuSF=f40t7UWxr2P#zzcxgc)cz}O3(oM%ffLTii3R7v5Xyzj>`FzKmghx& zlX;%BJ+B$lcBts0=RIiq;qXh&^Jv`gyeEi{LA0{RKCjq#J3b>I_A>aCzv_dtxsyng5?sAQ#* z)IBeV0^xbJ)^3)ocL717ZiIy_oN?qS?r*=OLZk*slO|`P&7+2@gM(E9Lgigkb@3)a zC`Czu;uL*Pejr^eP>T2PL)iB)B~YlP;m=*XS#>j%kiskF1pRNFQB6d$_9s zt@Tlt40v6A19gp5zk=?~cg@tK`7O*BQlqC+yN@w?Py=4!KH*m~Uh$AefOj`F)Ss4S z5FG=(yDz~8mQuLN$`T##8L837-CV~OW||YZJtV9>w5N5gJ18pXNaS~SF;YKT?pk+I zgtt*@(TO(ZkB{4?=pg~@`3$=lVn_VDG_OwV*?p9q`c0bWKd1Q&<0N4IIWM3( zq~@_Wf~F{>CU`S7bD(YZiu7b3^Isqih?c%2GpK9RliflDrvP=TTS)C*iJk_TKgC#Y zJcYO=ztic|{V&Gm_kakX z2JcOGaf*AW4|Vq#sWTQMPNQ$h1BHq3lc2r=jn)X`ZN{aY2%n2& z8*ZZ1LKZ=5CbfB~akl;hyA#8U1v?MA@OrQ_xYOfcMB0lqXoyDKY%N`beNu#ni3llU z^4ByrUvw_MqSw_H!x$P_vQ!&cS~8Sr&5tMtZ;>Q1=TnN%Gl<4jkZ1fXaQGYWc=`g? zl8R5Z<*x&^kDb-4u72nG>W7`#+tK|f-j0s+w+3sev9#bw63~78wnUx6$jxeJ>R8Ue z?FFYZam)~~$Q=BgO6A0$ujDvuh0v^}k+i}qwLeVJe08G@2V8{|39f?$DSmKc6onL059>8WHu`-k*VX*7M&*yN@PfNFEuRI8M@ z8ecNkgt_T&Fn97mb=2M6;sFoL0TdD6hhgiM294JnY^9OC-H9Q0q%L#A+2Bq@hXZ@4 z5xJ3_K{?GTSEK%5tXDzsr5C>wLHYsak_TN0k*E#?I literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..82b54d86510ef7b07c95ef4138972c1ec1a82225 GIT binary patch literal 40987 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 Any: + """ + Normalize extra values. + """ + if isinstance(results[0], tuple): + lhs, op, rhs = results[0] + if isinstance(lhs, Variable) and lhs.value == "extra": + normalized_extra = canonicalize_name(rhs.value) + rhs = Value(normalized_extra) + elif isinstance(rhs, Variable) and rhs.value == "extra": + normalized_extra = canonicalize_name(lhs.value) + lhs = Value(normalized_extra) + results[0] = lhs, op, rhs + return results + + +def _format_marker( + marker: list[str] | MarkerAtom | str, first: bool | None = 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, prereleases=True) + + oper: Operator | None = _operators.get(op.serialize()) + if oper is None: + raise UndefinedComparison(f"Undefined {op!r} on {lhs!r} and {rhs!r}.") + + return oper(lhs, rhs) + + +def _normalize(*values: str, key: str) -> tuple[str, ...]: + # PEP 685 – Comparison of extra names for optional distribution dependencies + # https://peps.python.org/pep-0685/ + # > When comparing extra names, tools MUST normalize the names being + # > compared using the semantics outlined in PEP 503 for names + if key == "extra": + return tuple(canonicalize_name(v) for v in values) + + # other environment markers don't have such standards + return values + + +def _evaluate_markers(markers: MarkerList, 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): + environment_key = lhs.value + lhs_value = environment[environment_key] + rhs_value = rhs.value + else: + lhs_value = lhs.value + environment_key = rhs.value + rhs_value = environment[environment_key] + + lhs_value, rhs_value = _normalize(lhs_value, rhs_value, key=environment_key) + 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 = f"{info.major}.{info.minor}.{info.micro}" + kind = info.releaselevel + if kind != "final": + version += kind[0] + str(info.serial) + return version + + +def default_environment() -> Environment: + 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: + # Note: We create a Marker object without calling this constructor in + # packaging.requirements.Requirement. If any additional logic is + # added here, make sure to mirror/adapt Requirement. + try: + self._markers = _normalize_extra_values(_parse_marker(marker)) + # The attribute `_markers` can be described in terms of a recursive type: + # MarkerList = List[Union[Tuple[Node, ...], str, MarkerList]] + # + # For example, the following expression: + # python_version > "3.6" or (python_version == "3.6" and os_name == "unix") + # + # is parsed into: + # [ + # (, ')>, ), + # 'and', + # [ + # (, , ), + # 'or', + # (, , ) + # ] + # ] + except ParserSyntaxError as e: + raise InvalidMarker(str(e)) from e + + def __str__(self) -> str: + return _format_marker(self._markers) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash((self.__class__.__name__, str(self))) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Marker): + return NotImplemented + + return str(self) == str(other) + + def evaluate(self, environment: dict[str, str] | None = 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 = cast("dict[str, str]", default_environment()) + current_environment["extra"] = "" + if environment is not None: + current_environment.update(environment) + # The API used to allow setting extra to None. We need to handle this + # case for backwards compatibility. + if current_environment["extra"] is None: + current_environment["extra"] = "" + + return _evaluate_markers( + self._markers, _repair_python_full_version(current_environment) + ) + + +def _repair_python_full_version(env: dict[str, str]) -> dict[str, str]: + """ + Work around platform.python_version() returning something that is not PEP 440 + compliant for non-tagged Python builds. + """ + if env["python_full_version"].endswith("+"): + env["python_full_version"] += "local" + return env diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/metadata.py b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/metadata.py new file mode 100644 index 0000000..721f411 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/metadata.py @@ -0,0 +1,863 @@ +from __future__ import annotations + +import email.feedparser +import email.header +import email.message +import email.parser +import email.policy +import pathlib +import sys +import typing +from typing import ( + Any, + Callable, + Generic, + Literal, + TypedDict, + cast, +) + +from . import licenses, requirements, specifiers, utils +from . import version as version_module +from .licenses import NormalizedLicenseExpression + +T = typing.TypeVar("T") + + +if sys.version_info >= (3, 11): # pragma: no cover + ExceptionGroup = ExceptionGroup +else: # pragma: no cover + + class ExceptionGroup(Exception): + """A minimal implementation of :external:exc:`ExceptionGroup` from Python 3.11. + + If :external:exc:`ExceptionGroup` is already defined by Python itself, + that version is used instead. + """ + + message: str + exceptions: list[Exception] + + def __init__(self, message: str, exceptions: list[Exception]) -> None: + self.message = message + self.exceptions = exceptions + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.message!r}, {self.exceptions!r})" + + +class InvalidMetadata(ValueError): + """A metadata field contains invalid data.""" + + field: str + """The name of the field that contains invalid data.""" + + def __init__(self, field: str, message: str) -> None: + self.field = field + super().__init__(message) + + +# The RawMetadata class attempts to make as few assumptions about the underlying +# serialization formats as possible. The idea is that as long as a serialization +# formats offer some very basic primitives in *some* way then we can support +# serializing to and from that format. +class RawMetadata(TypedDict, total=False): + """A dictionary of raw core metadata. + + Each field in core metadata maps to a key of this dictionary (when data is + provided). The key is lower-case and underscores are used instead of dashes + compared to the equivalent core metadata field. Any core metadata field that + can be specified multiple times or can hold multiple values in a single + field have a key with a plural name. See :class:`Metadata` whose attributes + match the keys of this dictionary. + + Core metadata fields that can be specified multiple times are stored as a + list or dict depending on which is appropriate for the field. Any fields + which hold multiple values in a single field are stored as a list. + + """ + + # Metadata 1.0 - PEP 241 + metadata_version: str + name: str + version: str + platforms: list[str] + summary: str + description: str + keywords: list[str] + home_page: str + author: str + author_email: str + license: str + + # Metadata 1.1 - PEP 314 + supported_platforms: list[str] + download_url: str + classifiers: list[str] + requires: list[str] + provides: list[str] + obsoletes: list[str] + + # Metadata 1.2 - PEP 345 + maintainer: str + maintainer_email: str + requires_dist: list[str] + provides_dist: list[str] + obsoletes_dist: list[str] + requires_python: str + requires_external: list[str] + project_urls: dict[str, str] + + # Metadata 2.0 + # PEP 426 attempted to completely revamp the metadata format + # but got stuck without ever being able to build consensus on + # it and ultimately ended up withdrawn. + # + # However, a number of tools had started emitting METADATA with + # `2.0` Metadata-Version, so for historical reasons, this version + # was skipped. + + # Metadata 2.1 - PEP 566 + description_content_type: str + provides_extra: list[str] + + # Metadata 2.2 - PEP 643 + dynamic: list[str] + + # Metadata 2.3 - PEP 685 + # No new fields were added in PEP 685, just some edge case were + # tightened up to provide better interoptability. + + # Metadata 2.4 - PEP 639 + license_expression: str + license_files: list[str] + + +_STRING_FIELDS = { + "author", + "author_email", + "description", + "description_content_type", + "download_url", + "home_page", + "license", + "license_expression", + "maintainer", + "maintainer_email", + "metadata_version", + "name", + "requires_python", + "summary", + "version", +} + +_LIST_FIELDS = { + "classifiers", + "dynamic", + "license_files", + "obsoletes", + "obsoletes_dist", + "platforms", + "provides", + "provides_dist", + "provides_extra", + "requires", + "requires_dist", + "requires_external", + "supported_platforms", +} + +_DICT_FIELDS = { + "project_urls", +} + + +def _parse_keywords(data: str) -> list[str]: + """Split a string of comma-separated keywords into a list of keywords.""" + return [k.strip() for k in data.split(",")] + + +def _parse_project_urls(data: list[str]) -> dict[str, str]: + """Parse a list of label/URL string pairings separated by a comma.""" + urls = {} + for pair in data: + # Our logic is slightly tricky here as we want to try and do + # *something* reasonable with malformed data. + # + # The main thing that we have to worry about, is data that does + # not have a ',' at all to split the label from the Value. There + # isn't a singular right answer here, and we will fail validation + # later on (if the caller is validating) so it doesn't *really* + # matter, but since the missing value has to be an empty str + # and our return value is dict[str, str], if we let the key + # be the missing value, then they'd have multiple '' values that + # overwrite each other in a accumulating dict. + # + # The other potentional issue is that it's possible to have the + # same label multiple times in the metadata, with no solid "right" + # answer with what to do in that case. As such, we'll do the only + # thing we can, which is treat the field as unparseable and add it + # to our list of unparsed fields. + parts = [p.strip() for p in pair.split(",", 1)] + parts.extend([""] * (max(0, 2 - len(parts)))) # Ensure 2 items + + # TODO: The spec doesn't say anything about if the keys should be + # considered case sensitive or not... logically they should + # be case-preserving and case-insensitive, but doing that + # would open up more cases where we might have duplicate + # entries. + label, url = parts + if label in urls: + # The label already exists in our set of urls, so this field + # is unparseable, and we can just add the whole thing to our + # unparseable data and stop processing it. + raise KeyError("duplicate labels in project urls") + urls[label] = url + + return urls + + +def _get_payload(msg: email.message.Message, source: bytes | str) -> str: + """Get the body of the message.""" + # If our source is a str, then our caller has managed encodings for us, + # and we don't need to deal with it. + if isinstance(source, str): + payload = msg.get_payload() + assert isinstance(payload, str) + return payload + # If our source is a bytes, then we're managing the encoding and we need + # to deal with it. + else: + bpayload = msg.get_payload(decode=True) + assert isinstance(bpayload, bytes) + try: + return bpayload.decode("utf8", "strict") + except UnicodeDecodeError as exc: + raise ValueError("payload in an invalid encoding") from exc + + +# The various parse_FORMAT functions here are intended to be as lenient as +# possible in their parsing, while still returning a correctly typed +# RawMetadata. +# +# To aid in this, we also generally want to do as little touching of the +# data as possible, except where there are possibly some historic holdovers +# that make valid data awkward to work with. +# +# While this is a lower level, intermediate format than our ``Metadata`` +# class, some light touch ups can make a massive difference in usability. + +# Map METADATA fields to RawMetadata. +_EMAIL_TO_RAW_MAPPING = { + "author": "author", + "author-email": "author_email", + "classifier": "classifiers", + "description": "description", + "description-content-type": "description_content_type", + "download-url": "download_url", + "dynamic": "dynamic", + "home-page": "home_page", + "keywords": "keywords", + "license": "license", + "license-expression": "license_expression", + "license-file": "license_files", + "maintainer": "maintainer", + "maintainer-email": "maintainer_email", + "metadata-version": "metadata_version", + "name": "name", + "obsoletes": "obsoletes", + "obsoletes-dist": "obsoletes_dist", + "platform": "platforms", + "project-url": "project_urls", + "provides": "provides", + "provides-dist": "provides_dist", + "provides-extra": "provides_extra", + "requires": "requires", + "requires-dist": "requires_dist", + "requires-external": "requires_external", + "requires-python": "requires_python", + "summary": "summary", + "supported-platform": "supported_platforms", + "version": "version", +} +_RAW_TO_EMAIL_MAPPING = {raw: email for email, raw in _EMAIL_TO_RAW_MAPPING.items()} + + +def parse_email(data: bytes | str) -> tuple[RawMetadata, dict[str, list[str]]]: + """Parse a distribution's metadata stored as email headers (e.g. from ``METADATA``). + + This function returns a two-item tuple of dicts. The first dict is of + recognized fields from the core metadata specification. Fields that can be + parsed and translated into Python's built-in types are converted + appropriately. All other fields are left as-is. Fields that are allowed to + appear multiple times are stored as lists. + + The second dict contains all other fields from the metadata. This includes + any unrecognized fields. It also includes any fields which are expected to + be parsed into a built-in type but were not formatted appropriately. Finally, + any fields that are expected to appear only once but are repeated are + included in this dict. + + """ + raw: dict[str, str | list[str] | dict[str, str]] = {} + unparsed: dict[str, list[str]] = {} + + if isinstance(data, str): + parsed = email.parser.Parser(policy=email.policy.compat32).parsestr(data) + else: + parsed = email.parser.BytesParser(policy=email.policy.compat32).parsebytes(data) + + # We have to wrap parsed.keys() in a set, because in the case of multiple + # values for a key (a list), the key will appear multiple times in the + # list of keys, but we're avoiding that by using get_all(). + for name in frozenset(parsed.keys()): + # Header names in RFC are case insensitive, so we'll normalize to all + # lower case to make comparisons easier. + name = name.lower() + + # We use get_all() here, even for fields that aren't multiple use, + # because otherwise someone could have e.g. two Name fields, and we + # would just silently ignore it rather than doing something about it. + headers = parsed.get_all(name) or [] + + # The way the email module works when parsing bytes is that it + # unconditionally decodes the bytes as ascii using the surrogateescape + # handler. When you pull that data back out (such as with get_all() ), + # it looks to see if the str has any surrogate escapes, and if it does + # it wraps it in a Header object instead of returning the string. + # + # As such, we'll look for those Header objects, and fix up the encoding. + value = [] + # Flag if we have run into any issues processing the headers, thus + # signalling that the data belongs in 'unparsed'. + valid_encoding = True + for h in headers: + # It's unclear if this can return more types than just a Header or + # a str, so we'll just assert here to make sure. + assert isinstance(h, (email.header.Header, str)) + + # If it's a header object, we need to do our little dance to get + # the real data out of it. In cases where there is invalid data + # we're going to end up with mojibake, but there's no obvious, good + # way around that without reimplementing parts of the Header object + # ourselves. + # + # That should be fine since, if mojibacked happens, this key is + # going into the unparsed dict anyways. + if isinstance(h, email.header.Header): + # The Header object stores it's data as chunks, and each chunk + # can be independently encoded, so we'll need to check each + # of them. + chunks: list[tuple[bytes, str | None]] = [] + for bin, encoding in email.header.decode_header(h): + try: + bin.decode("utf8", "strict") + except UnicodeDecodeError: + # Enable mojibake. + encoding = "latin1" + valid_encoding = False + else: + encoding = "utf8" + chunks.append((bin, encoding)) + + # Turn our chunks back into a Header object, then let that + # Header object do the right thing to turn them into a + # string for us. + value.append(str(email.header.make_header(chunks))) + # This is already a string, so just add it. + else: + value.append(h) + + # We've processed all of our values to get them into a list of str, + # but we may have mojibake data, in which case this is an unparsed + # field. + if not valid_encoding: + unparsed[name] = value + continue + + raw_name = _EMAIL_TO_RAW_MAPPING.get(name) + if raw_name is None: + # This is a bit of a weird situation, we've encountered a key that + # we don't know what it means, so we don't know whether it's meant + # to be a list or not. + # + # Since we can't really tell one way or another, we'll just leave it + # as a list, even though it may be a single item list, because that's + # what makes the most sense for email headers. + unparsed[name] = value + continue + + # If this is one of our string fields, then we'll check to see if our + # value is a list of a single item. If it is then we'll assume that + # it was emitted as a single string, and unwrap the str from inside + # the list. + # + # If it's any other kind of data, then we haven't the faintest clue + # what we should parse it as, and we have to just add it to our list + # of unparsed stuff. + if raw_name in _STRING_FIELDS and len(value) == 1: + raw[raw_name] = value[0] + # If this is one of our list of string fields, then we can just assign + # the value, since email *only* has strings, and our get_all() call + # above ensures that this is a list. + elif raw_name in _LIST_FIELDS: + raw[raw_name] = value + # Special Case: Keywords + # The keywords field is implemented in the metadata spec as a str, + # but it conceptually is a list of strings, and is serialized using + # ", ".join(keywords), so we'll do some light data massaging to turn + # this into what it logically is. + elif raw_name == "keywords" and len(value) == 1: + raw[raw_name] = _parse_keywords(value[0]) + # Special Case: Project-URL + # The project urls is implemented in the metadata spec as a list of + # specially-formatted strings that represent a key and a value, which + # is fundamentally a mapping, however the email format doesn't support + # mappings in a sane way, so it was crammed into a list of strings + # instead. + # + # We will do a little light data massaging to turn this into a map as + # it logically should be. + elif raw_name == "project_urls": + try: + raw[raw_name] = _parse_project_urls(value) + except KeyError: + unparsed[name] = value + # Nothing that we've done has managed to parse this, so it'll just + # throw it in our unparseable data and move on. + else: + unparsed[name] = value + + # We need to support getting the Description from the message payload in + # addition to getting it from the the headers. This does mean, though, there + # is the possibility of it being set both ways, in which case we put both + # in 'unparsed' since we don't know which is right. + try: + payload = _get_payload(parsed, data) + except ValueError: + unparsed.setdefault("description", []).append( + parsed.get_payload(decode=isinstance(data, bytes)) # type: ignore[call-overload] + ) + else: + if payload: + # Check to see if we've already got a description, if so then both + # it, and this body move to unparseable. + if "description" in raw: + description_header = cast(str, raw.pop("description")) + unparsed.setdefault("description", []).extend( + [description_header, payload] + ) + elif "description" in unparsed: + unparsed["description"].append(payload) + else: + raw["description"] = payload + + # We need to cast our `raw` to a metadata, because a TypedDict only support + # literal key names, but we're computing our key names on purpose, but the + # way this function is implemented, our `TypedDict` can only have valid key + # names. + return cast(RawMetadata, raw), unparsed + + +_NOT_FOUND = object() + + +# Keep the two values in sync. +_VALID_METADATA_VERSIONS = ["1.0", "1.1", "1.2", "2.1", "2.2", "2.3", "2.4"] +_MetadataVersion = Literal["1.0", "1.1", "1.2", "2.1", "2.2", "2.3", "2.4"] + +_REQUIRED_ATTRS = frozenset(["metadata_version", "name", "version"]) + + +class _Validator(Generic[T]): + """Validate a metadata field. + + All _process_*() methods correspond to a core metadata field. The method is + called with the field's raw value. If the raw value is valid it is returned + in its "enriched" form (e.g. ``version.Version`` for the ``Version`` field). + If the raw value is invalid, :exc:`InvalidMetadata` is raised (with a cause + as appropriate). + """ + + name: str + raw_name: str + added: _MetadataVersion + + def __init__( + self, + *, + added: _MetadataVersion = "1.0", + ) -> None: + self.added = added + + def __set_name__(self, _owner: Metadata, name: str) -> None: + self.name = name + self.raw_name = _RAW_TO_EMAIL_MAPPING[name] + + def __get__(self, instance: Metadata, _owner: type[Metadata]) -> T: + # With Python 3.8, the caching can be replaced with functools.cached_property(). + # No need to check the cache as attribute lookup will resolve into the + # instance's __dict__ before __get__ is called. + cache = instance.__dict__ + value = instance._raw.get(self.name) + + # To make the _process_* methods easier, we'll check if the value is None + # and if this field is NOT a required attribute, and if both of those + # things are true, we'll skip the the converter. This will mean that the + # converters never have to deal with the None union. + if self.name in _REQUIRED_ATTRS or value is not None: + try: + converter: Callable[[Any], T] = getattr(self, f"_process_{self.name}") + except AttributeError: + pass + else: + value = converter(value) + + cache[self.name] = value + try: + del instance._raw[self.name] # type: ignore[misc] + except KeyError: + pass + + return cast(T, value) + + def _invalid_metadata( + self, msg: str, cause: Exception | None = None + ) -> InvalidMetadata: + exc = InvalidMetadata( + self.raw_name, msg.format_map({"field": repr(self.raw_name)}) + ) + exc.__cause__ = cause + return exc + + def _process_metadata_version(self, value: str) -> _MetadataVersion: + # Implicitly makes Metadata-Version required. + if value not in _VALID_METADATA_VERSIONS: + raise self._invalid_metadata(f"{value!r} is not a valid metadata version") + return cast(_MetadataVersion, value) + + def _process_name(self, value: str) -> str: + if not value: + raise self._invalid_metadata("{field} is a required field") + # Validate the name as a side-effect. + try: + utils.canonicalize_name(value, validate=True) + except utils.InvalidName as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) from exc + else: + return value + + def _process_version(self, value: str) -> version_module.Version: + if not value: + raise self._invalid_metadata("{field} is a required field") + try: + return version_module.parse(value) + except version_module.InvalidVersion as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) from exc + + def _process_summary(self, value: str) -> str: + """Check the field contains no newlines.""" + if "\n" in value: + raise self._invalid_metadata("{field} must be a single line") + return value + + def _process_description_content_type(self, value: str) -> str: + content_types = {"text/plain", "text/x-rst", "text/markdown"} + message = email.message.EmailMessage() + message["content-type"] = value + + content_type, parameters = ( + # Defaults to `text/plain` if parsing failed. + message.get_content_type().lower(), + message["content-type"].params, + ) + # Check if content-type is valid or defaulted to `text/plain` and thus was + # not parseable. + if content_type not in content_types or content_type not in value.lower(): + raise self._invalid_metadata( + f"{{field}} must be one of {list(content_types)}, not {value!r}" + ) + + charset = parameters.get("charset", "UTF-8") + if charset != "UTF-8": + raise self._invalid_metadata( + f"{{field}} can only specify the UTF-8 charset, not {list(charset)}" + ) + + markdown_variants = {"GFM", "CommonMark"} + variant = parameters.get("variant", "GFM") # Use an acceptable default. + if content_type == "text/markdown" and variant not in markdown_variants: + raise self._invalid_metadata( + f"valid Markdown variants for {{field}} are {list(markdown_variants)}, " + f"not {variant!r}", + ) + return value + + def _process_dynamic(self, value: list[str]) -> list[str]: + for dynamic_field in map(str.lower, value): + if dynamic_field in {"name", "version", "metadata-version"}: + raise self._invalid_metadata( + f"{dynamic_field!r} is not allowed as a dynamic field" + ) + elif dynamic_field not in _EMAIL_TO_RAW_MAPPING: + raise self._invalid_metadata( + f"{dynamic_field!r} is not a valid dynamic field" + ) + return list(map(str.lower, value)) + + def _process_provides_extra( + self, + value: list[str], + ) -> list[utils.NormalizedName]: + normalized_names = [] + try: + for name in value: + normalized_names.append(utils.canonicalize_name(name, validate=True)) + except utils.InvalidName as exc: + raise self._invalid_metadata( + f"{name!r} is invalid for {{field}}", cause=exc + ) from exc + else: + return normalized_names + + def _process_requires_python(self, value: str) -> specifiers.SpecifierSet: + try: + return specifiers.SpecifierSet(value) + except specifiers.InvalidSpecifier as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) from exc + + def _process_requires_dist( + self, + value: list[str], + ) -> list[requirements.Requirement]: + reqs = [] + try: + for req in value: + reqs.append(requirements.Requirement(req)) + except requirements.InvalidRequirement as exc: + raise self._invalid_metadata( + f"{req!r} is invalid for {{field}}", cause=exc + ) from exc + else: + return reqs + + def _process_license_expression( + self, value: str + ) -> NormalizedLicenseExpression | None: + try: + return licenses.canonicalize_license_expression(value) + except ValueError as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) from exc + + def _process_license_files(self, value: list[str]) -> list[str]: + paths = [] + for path in value: + if ".." in path: + raise self._invalid_metadata( + f"{path!r} is invalid for {{field}}, " + "parent directory indicators are not allowed" + ) + if "*" in path: + raise self._invalid_metadata( + f"{path!r} is invalid for {{field}}, paths must be resolved" + ) + if ( + pathlib.PurePosixPath(path).is_absolute() + or pathlib.PureWindowsPath(path).is_absolute() + ): + raise self._invalid_metadata( + f"{path!r} is invalid for {{field}}, paths must be relative" + ) + if pathlib.PureWindowsPath(path).as_posix() != path: + raise self._invalid_metadata( + f"{path!r} is invalid for {{field}}, " + "paths must use '/' delimiter" + ) + paths.append(path) + return paths + + +class Metadata: + """Representation of distribution metadata. + + Compared to :class:`RawMetadata`, this class provides objects representing + metadata fields instead of only using built-in types. Any invalid metadata + will cause :exc:`InvalidMetadata` to be raised (with a + :py:attr:`~BaseException.__cause__` attribute as appropriate). + """ + + _raw: RawMetadata + + @classmethod + def from_raw(cls, data: RawMetadata, *, validate: bool = True) -> Metadata: + """Create an instance from :class:`RawMetadata`. + + If *validate* is true, all metadata will be validated. All exceptions + related to validation will be gathered and raised as an :class:`ExceptionGroup`. + """ + ins = cls() + ins._raw = data.copy() # Mutations occur due to caching enriched values. + + if validate: + exceptions: list[Exception] = [] + try: + metadata_version = ins.metadata_version + metadata_age = _VALID_METADATA_VERSIONS.index(metadata_version) + except InvalidMetadata as metadata_version_exc: + exceptions.append(metadata_version_exc) + metadata_version = None + + # Make sure to check for the fields that are present, the required + # fields (so their absence can be reported). + fields_to_check = frozenset(ins._raw) | _REQUIRED_ATTRS + # Remove fields that have already been checked. + fields_to_check -= {"metadata_version"} + + for key in fields_to_check: + try: + if metadata_version: + # Can't use getattr() as that triggers descriptor protocol which + # will fail due to no value for the instance argument. + try: + field_metadata_version = cls.__dict__[key].added + except KeyError: + exc = InvalidMetadata(key, f"unrecognized field: {key!r}") + exceptions.append(exc) + continue + field_age = _VALID_METADATA_VERSIONS.index( + field_metadata_version + ) + if field_age > metadata_age: + field = _RAW_TO_EMAIL_MAPPING[key] + exc = InvalidMetadata( + field, + f"{field} introduced in metadata version " + f"{field_metadata_version}, not {metadata_version}", + ) + exceptions.append(exc) + continue + getattr(ins, key) + except InvalidMetadata as exc: + exceptions.append(exc) + + if exceptions: + raise ExceptionGroup("invalid metadata", exceptions) + + return ins + + @classmethod + def from_email(cls, data: bytes | str, *, validate: bool = True) -> Metadata: + """Parse metadata from email headers. + + If *validate* is true, the metadata will be validated. All exceptions + related to validation will be gathered and raised as an :class:`ExceptionGroup`. + """ + raw, unparsed = parse_email(data) + + if validate: + exceptions: list[Exception] = [] + for unparsed_key in unparsed: + if unparsed_key in _EMAIL_TO_RAW_MAPPING: + message = f"{unparsed_key!r} has invalid data" + else: + message = f"unrecognized field: {unparsed_key!r}" + exceptions.append(InvalidMetadata(unparsed_key, message)) + + if exceptions: + raise ExceptionGroup("unparsed", exceptions) + + try: + return cls.from_raw(raw, validate=validate) + except ExceptionGroup as exc_group: + raise ExceptionGroup( + "invalid or unparsed metadata", exc_group.exceptions + ) from None + + metadata_version: _Validator[_MetadataVersion] = _Validator() + """:external:ref:`core-metadata-metadata-version` + (required; validated to be a valid metadata version)""" + # `name` is not normalized/typed to NormalizedName so as to provide access to + # the original/raw name. + name: _Validator[str] = _Validator() + """:external:ref:`core-metadata-name` + (required; validated using :func:`~packaging.utils.canonicalize_name` and its + *validate* parameter)""" + version: _Validator[version_module.Version] = _Validator() + """:external:ref:`core-metadata-version` (required)""" + dynamic: _Validator[list[str] | None] = _Validator( + added="2.2", + ) + """:external:ref:`core-metadata-dynamic` + (validated against core metadata field names and lowercased)""" + platforms: _Validator[list[str] | None] = _Validator() + """:external:ref:`core-metadata-platform`""" + supported_platforms: _Validator[list[str] | None] = _Validator(added="1.1") + """:external:ref:`core-metadata-supported-platform`""" + summary: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-summary` (validated to contain no newlines)""" + description: _Validator[str | None] = _Validator() # TODO 2.1: can be in body + """:external:ref:`core-metadata-description`""" + description_content_type: _Validator[str | None] = _Validator(added="2.1") + """:external:ref:`core-metadata-description-content-type` (validated)""" + keywords: _Validator[list[str] | None] = _Validator() + """:external:ref:`core-metadata-keywords`""" + home_page: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-home-page`""" + download_url: _Validator[str | None] = _Validator(added="1.1") + """:external:ref:`core-metadata-download-url`""" + author: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-author`""" + author_email: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-author-email`""" + maintainer: _Validator[str | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-maintainer`""" + maintainer_email: _Validator[str | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-maintainer-email`""" + license: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-license`""" + license_expression: _Validator[NormalizedLicenseExpression | None] = _Validator( + added="2.4" + ) + """:external:ref:`core-metadata-license-expression`""" + license_files: _Validator[list[str] | None] = _Validator(added="2.4") + """:external:ref:`core-metadata-license-file`""" + classifiers: _Validator[list[str] | None] = _Validator(added="1.1") + """:external:ref:`core-metadata-classifier`""" + requires_dist: _Validator[list[requirements.Requirement] | None] = _Validator( + added="1.2" + ) + """:external:ref:`core-metadata-requires-dist`""" + requires_python: _Validator[specifiers.SpecifierSet | None] = _Validator( + added="1.2" + ) + """:external:ref:`core-metadata-requires-python`""" + # Because `Requires-External` allows for non-PEP 440 version specifiers, we + # don't do any processing on the values. + requires_external: _Validator[list[str] | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-requires-external`""" + project_urls: _Validator[dict[str, str] | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-project-url`""" + # PEP 685 lets us raise an error if an extra doesn't pass `Name` validation + # regardless of metadata version. + provides_extra: _Validator[list[utils.NormalizedName] | None] = _Validator( + added="2.1", + ) + """:external:ref:`core-metadata-provides-extra`""" + provides_dist: _Validator[list[str] | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-provides-dist`""" + obsoletes_dist: _Validator[list[str] | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-obsoletes-dist`""" + requires: _Validator[list[str] | None] = _Validator(added="1.1") + """``Requires`` (deprecated)""" + provides: _Validator[list[str] | None] = _Validator(added="1.1") + """``Provides`` (deprecated)""" + obsoletes: _Validator[list[str] | None] = _Validator(added="1.1") + """``Obsoletes`` (deprecated)""" diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/py.typed b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/requirements.py b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 0000000..4e068c9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/requirements.py @@ -0,0 +1,91 @@ +# 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 __future__ import annotations + +from typing import Any, Iterator + +from ._parser import parse_requirement as _parse_requirement +from ._tokenizer import ParserSyntaxError +from .markers import Marker, _normalize_extra_values +from .specifiers import SpecifierSet +from .utils import canonicalize_name + + +class InvalidRequirement(ValueError): + """ + An invalid requirement was found, users should refer to PEP 508. + """ + + +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: + parsed = _parse_requirement(requirement_string) + except ParserSyntaxError as e: + raise InvalidRequirement(str(e)) from e + + self.name: str = parsed.name + self.url: str | None = parsed.url or None + self.extras: set[str] = set(parsed.extras or []) + self.specifier: SpecifierSet = SpecifierSet(parsed.specifier) + self.marker: Marker | None = None + if parsed.marker is not None: + self.marker = Marker.__new__(Marker) + self.marker._markers = _normalize_extra_values(parsed.marker) + + def _iter_parts(self, name: str) -> Iterator[str]: + yield name + + if self.extras: + formatted_extras = ",".join(sorted(self.extras)) + yield f"[{formatted_extras}]" + + if self.specifier: + yield str(self.specifier) + + if self.url: + yield f"@ {self.url}" + if self.marker: + yield " " + + if self.marker: + yield f"; {self.marker}" + + def __str__(self) -> str: + return "".join(self._iter_parts(self.name)) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash( + ( + self.__class__.__name__, + *self._iter_parts(canonicalize_name(self.name)), + ) + ) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Requirement): + return NotImplemented + + return ( + canonicalize_name(self.name) == canonicalize_name(other.name) + and self.extras == other.extras + and self.specifier == other.specifier + and self.url == other.url + and self.marker == other.marker + ) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/specifiers.py b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 0000000..f18016e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/specifiers.py @@ -0,0 +1,1020 @@ +# 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. +""" +.. testsetup:: + + from pip._vendor.packaging.specifiers import Specifier, SpecifierSet, InvalidSpecifier + from pip._vendor.packaging.version import Version +""" + +from __future__ import annotations + +import abc +import itertools +import re +from typing import Callable, Iterable, Iterator, TypeVar, Union + +from .utils import canonicalize_version +from .version import Version + +UnparsedVersion = Union[Version, str] +UnparsedVersionVar = TypeVar("UnparsedVersionVar", bound=UnparsedVersion) +CallableOperator = Callable[[Version, str], bool] + + +def _coerce_version(version: UnparsedVersion) -> Version: + if not isinstance(version, Version): + version = Version(version) + return version + + +class InvalidSpecifier(ValueError): + """ + Raised when attempting to create a :class:`Specifier` with a specifier + string that is invalid. + + >>> Specifier("lolwat") + Traceback (most recent call last): + ... + packaging.specifiers.InvalidSpecifier: Invalid specifier: 'lolwat' + """ + + +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. + + :param other: The other object to check against. + """ + + @property + @abc.abstractmethod + def prereleases(self) -> bool | None: + """Whether or not pre-releases as a whole are allowed. + + This can be set to either ``True`` or ``False`` to explicitly enable or disable + prereleases or it can be set to ``None`` (the default) to use default semantics. + """ + + @prereleases.setter + def prereleases(self, value: bool) -> None: + """Setter for :attr:`prereleases`. + + :param value: The value to set. + """ + + @abc.abstractmethod + def contains(self, item: str, prereleases: bool | None = None) -> bool: + """ + Determines if the given item is contained within this specifier. + """ + + @abc.abstractmethod + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: bool | None = None + ) -> Iterator[UnparsedVersionVar]: + """ + Takes an iterable of items and filters them so that only items which + are contained within this specifier are allowed in it. + """ + + +class Specifier(BaseSpecifier): + """This class abstracts handling of version specifiers. + + .. tip:: + + It is generally not required to instantiate this manually. You should instead + prefer to work with :class:`SpecifierSet` instead, which can parse + comma-separated version specifiers (which is what package metadata contains). + """ + + _operator_regex_str = r""" + (?P(~=|==|!=|<=|>=|<|>|===)) + """ + _version_regex_str = r""" + (?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;)]* # The arbitrary version can be just about anything, + # we match everything except for whitespace, a + # semi-colon for marker support, and a closing paren + # since versions can be enclosed in them. + ) + | + (?: + # 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 + + # You cannot use a wild card and a pre-release, post-release, a dev or + # local version together so group them with a | and make them optional. + (?: + \.\* # Wild card syntax of .* + | + (?: # pre release + [-_\.]? + (alpha|beta|preview|pre|a|b|c|rc) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + (?:\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*)? # local + )? + ) + | + (?: + # 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 + [-_\.]? + (alpha|beta|preview|pre|a|b|c|rc) + [-_\.]? + [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", + } + + def __init__(self, spec: str = "", prereleases: bool | None = None) -> None: + """Initialize a Specifier instance. + + :param spec: + The string representation of a specifier which will be parsed and + normalized before use. + :param prereleases: + This tells the specifier if it should accept prerelease versions if + applicable or not. The default of ``None`` will autodetect it from the + given specifiers. + :raises InvalidSpecifier: + If the given specifier is invalid (i.e. bad syntax). + """ + match = self._regex.search(spec) + if not match: + raise InvalidSpecifier(f"Invalid specifier: {spec!r}") + + 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 + + # https://github.com/python/mypy/pull/13475#pullrequestreview-1079784515 + @property # type: ignore[override] + 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 Version(version).is_prerelease: + return True + + return False + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + @property + def operator(self) -> str: + """The operator of this specifier. + + >>> Specifier("==1.2.3").operator + '==' + """ + return self._spec[0] + + @property + def version(self) -> str: + """The version of this specifier. + + >>> Specifier("==1.2.3").version + '1.2.3' + """ + return self._spec[1] + + def __repr__(self) -> str: + """A representation of the Specifier that shows all internal state. + + >>> Specifier('>=1.0.0') + =1.0.0')> + >>> Specifier('>=1.0.0', prereleases=False) + =1.0.0', prereleases=False)> + >>> Specifier('>=1.0.0', prereleases=True) + =1.0.0', prereleases=True)> + """ + 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: + """A string representation of the Specifier that can be round-tripped. + + >>> str(Specifier('>=1.0.0')) + '>=1.0.0' + >>> str(Specifier('>=1.0.0', prereleases=False)) + '>=1.0.0' + """ + return "{}{}".format(*self._spec) + + @property + def _canonical_spec(self) -> tuple[str, str]: + canonical_version = canonicalize_version( + self._spec[1], + strip_trailing_zero=(self._spec[0] != "~="), + ) + return self._spec[0], canonical_version + + def __hash__(self) -> int: + return hash(self._canonical_spec) + + def __eq__(self, other: object) -> bool: + """Whether or not the two Specifier-like objects are equal. + + :param other: The other object to check against. + + The value of :attr:`prereleases` is ignored. + + >>> Specifier("==1.2.3") == Specifier("== 1.2.3.0") + True + >>> (Specifier("==1.2.3", prereleases=False) == + ... Specifier("==1.2.3", prereleases=True)) + True + >>> Specifier("==1.2.3") == "==1.2.3" + True + >>> Specifier("==1.2.3") == Specifier("==1.2.4") + False + >>> Specifier("==1.2.3") == Specifier("~=1.2.3") + False + """ + 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 _compare_compatible(self, prospective: Version, 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 = _version_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 + ) + + def _compare_equal(self, prospective: Version, 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. + normalized_prospective = canonicalize_version( + prospective.public, strip_trailing_zero=False + ) + # Get the normalized version string ignoring the trailing .* + normalized_spec = canonicalize_version(spec[:-2], strip_trailing_zero=False) + # Split the spec out by bangs and dots, and pretend that there is + # an implicit dot in between a release segment and a pre-release segment. + split_spec = _version_split(normalized_spec) + + # Split the prospective version out by bangs and dots, and pretend + # that there is an implicit dot in between a release segment and + # a pre-release segment. + split_prospective = _version_split(normalized_prospective) + + # 0-pad the prospective version before shortening it to get the correct + # shortened version. + padded_prospective, _ = _pad_version(split_prospective, split_spec) + + # 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 = padded_prospective[: len(split_spec)] + + return shortened_prospective == split_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 + + def _compare_not_equal(self, prospective: Version, spec: str) -> bool: + return not self._compare_equal(prospective, spec) + + def _compare_less_than_equal(self, prospective: Version, 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) + + def _compare_greater_than_equal(self, prospective: Version, 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) + + def _compare_less_than(self, prospective: Version, 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 + + def _compare_greater_than(self, prospective: Version, 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() + + def __contains__(self, item: str | Version) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: The item to check for. + + This is used for the ``in`` operator and behaves the same as + :meth:`contains` with no ``prereleases`` argument passed. + + >>> "1.2.3" in Specifier(">=1.2.3") + True + >>> Version("1.2.3") in Specifier(">=1.2.3") + True + >>> "1.0.0" in Specifier(">=1.2.3") + False + >>> "1.3.0a1" in Specifier(">=1.2.3") + False + >>> "1.3.0a1" in Specifier(">=1.2.3", prereleases=True) + True + """ + return self.contains(item) + + def contains(self, item: UnparsedVersion, prereleases: bool | None = None) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: + The item to check for, which can be a version string or a + :class:`Version` instance. + :param prereleases: + Whether or not to match prereleases with this Specifier. If set to + ``None`` (the default), it uses :attr:`prereleases` to determine + whether or not prereleases are allowed. + + >>> Specifier(">=1.2.3").contains("1.2.3") + True + >>> Specifier(">=1.2.3").contains(Version("1.2.3")) + True + >>> Specifier(">=1.2.3").contains("1.0.0") + False + >>> Specifier(">=1.2.3").contains("1.3.0a1") + False + >>> Specifier(">=1.2.3", prereleases=True).contains("1.3.0a1") + True + >>> Specifier(">=1.2.3").contains("1.3.0a1", prereleases=True) + True + """ + + # Determine if prereleases are to be allowed or not. + if prereleases is None: + prereleases = self.prereleases + + # Normalize item to a Version, this allows us to have a shortcut for + # "2.0" in Specifier(">=2") + normalized_item = _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[UnparsedVersionVar], prereleases: bool | None = None + ) -> Iterator[UnparsedVersionVar]: + """Filter items in the given iterable, that match the specifier. + + :param iterable: + An iterable that can contain version strings and :class:`Version` instances. + The items in the iterable will be filtered according to the specifier. + :param prereleases: + Whether or not to allow prereleases in the returned iterator. If set to + ``None`` (the default), it will be intelligently decide whether to allow + prereleases or not (based on the :attr:`prereleases` attribute, and + whether the only versions matching are prereleases). + + This method is smarter than just ``filter(Specifier().contains, [...])`` + because it implements the rule from :pep:`440` that a prerelease item + SHOULD be accepted if no other versions match the given specifier. + + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.3", "1.5a1"])) + ['1.3'] + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.2.3", "1.3", Version("1.4")])) + ['1.2.3', '1.3', ] + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.5a1"])) + ['1.5a1'] + >>> list(Specifier(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + >>> list(Specifier(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + """ + + 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 = _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 + + +_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") + + +def _version_split(version: str) -> list[str]: + """Split version into components. + + The split components are intended for version comparison. The logic does + not attempt to retain the original version string, so joining the + components back with :func:`_version_join` may not produce the original + version string. + """ + result: list[str] = [] + + epoch, _, rest = version.rpartition("!") + result.append(epoch or "0") + + for item in rest.split("."): + match = _prefix_regex.search(item) + if match: + result.extend(match.groups()) + else: + result.append(item) + return result + + +def _version_join(components: list[str]) -> str: + """Join split version components into a version string. + + This function assumes the input came from :func:`_version_split`, where the + first component must be the epoch (either empty or numeric), and all other + components numeric. + """ + epoch, *rest = components + return f"{epoch}!{'.'.join(rest)}" + + +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.from_iterable(left_split)), + list(itertools.chain.from_iterable(right_split)), + ) + + +class SpecifierSet(BaseSpecifier): + """This class abstracts handling of a set of version specifiers. + + It can be passed a single specifier (``>=3.0``), a comma-separated list of + specifiers (``>=3.0,!=3.1``), or no specifier at all. + """ + + def __init__( + self, + specifiers: str | Iterable[Specifier] = "", + prereleases: bool | None = None, + ) -> None: + """Initialize a SpecifierSet instance. + + :param specifiers: + The string representation of a specifier or a comma-separated list of + specifiers which will be parsed and normalized before use. + May also be an iterable of ``Specifier`` instances, which will be used + as is. + :param prereleases: + This tells the SpecifierSet if it should accept prerelease versions if + applicable or not. The default of ``None`` will autodetect it from the + given specifiers. + + :raises InvalidSpecifier: + If the given ``specifiers`` are not parseable than this exception will be + raised. + """ + + if isinstance(specifiers, str): + # Split on `,` to break each individual specifier into its own item, and + # strip each item to remove leading/trailing whitespace. + split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] + + # Make each individual specifier a Specifier and save in a frozen set + # for later. + self._specs = frozenset(map(Specifier, split_specifiers)) + else: + # Save the supplied specifiers in a frozen set. + self._specs = frozenset(specifiers) + + # Store our prereleases value so we can use it later to determine if + # we accept prereleases or not. + self._prereleases = prereleases + + @property + def prereleases(self) -> bool | None: + # 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 __repr__(self) -> str: + """A representation of the specifier set that shows all internal state. + + Note that the ordering of the individual specifiers within the set may not + match the input string. + + >>> SpecifierSet('>=1.0.0,!=2.0.0') + =1.0.0')> + >>> SpecifierSet('>=1.0.0,!=2.0.0', prereleases=False) + =1.0.0', prereleases=False)> + >>> SpecifierSet('>=1.0.0,!=2.0.0', prereleases=True) + =1.0.0', prereleases=True)> + """ + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"" + + def __str__(self) -> str: + """A string representation of the specifier set that can be round-tripped. + + Note that the ordering of the individual specifiers within the set may not + match the input string. + + >>> str(SpecifierSet(">=1.0.0,!=1.0.1")) + '!=1.0.1,>=1.0.0' + >>> str(SpecifierSet(">=1.0.0,!=1.0.1", prereleases=False)) + '!=1.0.1,>=1.0.0' + """ + return ",".join(sorted(str(s) for s in self._specs)) + + def __hash__(self) -> int: + return hash(self._specs) + + def __and__(self, other: SpecifierSet | str) -> SpecifierSet: + """Return a SpecifierSet which is a combination of the two sets. + + :param other: The other object to combine with. + + >>> SpecifierSet(">=1.0.0,!=1.0.1") & '<=2.0.0,!=2.0.1' + =1.0.0')> + >>> SpecifierSet(">=1.0.0,!=1.0.1") & SpecifierSet('<=2.0.0,!=2.0.1') + =1.0.0')> + """ + 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: + """Whether or not the two SpecifierSet-like objects are equal. + + :param other: The other object to check against. + + The value of :attr:`prereleases` is ignored. + + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> (SpecifierSet(">=1.0.0,!=1.0.1", prereleases=False) == + ... SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True)) + True + >>> SpecifierSet(">=1.0.0,!=1.0.1") == ">=1.0.0,!=1.0.1" + True + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0,!=1.0.2") + False + """ + if isinstance(other, (str, Specifier)): + other = SpecifierSet(str(other)) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + return self._specs == other._specs + + def __len__(self) -> int: + """Returns the number of specifiers in this specifier set.""" + return len(self._specs) + + def __iter__(self) -> Iterator[Specifier]: + """ + Returns an iterator over all the underlying :class:`Specifier` instances + in this specifier set. + + >>> sorted(SpecifierSet(">=1.0.0,!=1.0.1"), key=str) + [, =1.0.0')>] + """ + return iter(self._specs) + + def __contains__(self, item: UnparsedVersion) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: The item to check for. + + This is used for the ``in`` operator and behaves the same as + :meth:`contains` with no ``prereleases`` argument passed. + + >>> "1.2.3" in SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> Version("1.2.3") in SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> "1.0.1" in SpecifierSet(">=1.0.0,!=1.0.1") + False + >>> "1.3.0a1" in SpecifierSet(">=1.0.0,!=1.0.1") + False + >>> "1.3.0a1" in SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True) + True + """ + return self.contains(item) + + def contains( + self, + item: UnparsedVersion, + prereleases: bool | None = None, + installed: bool | None = None, + ) -> bool: + """Return whether or not the item is contained in this SpecifierSet. + + :param item: + The item to check for, which can be a version string or a + :class:`Version` instance. + :param prereleases: + Whether or not to match prereleases with this SpecifierSet. If set to + ``None`` (the default), it uses :attr:`prereleases` to determine + whether or not prereleases are allowed. + + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.2.3") + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains(Version("1.2.3")) + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.0.1") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.3.0a1") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True).contains("1.3.0a1") + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.3.0a1", prereleases=True) + True + """ + # Ensure that our item is a Version instance. + if not isinstance(item, Version): + item = Version(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 + + if installed and item.is_prerelease: + item = Version(item.base_version) + + # 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[UnparsedVersionVar], prereleases: bool | None = None + ) -> Iterator[UnparsedVersionVar]: + """Filter items in the given iterable, that match the specifiers in this set. + + :param iterable: + An iterable that can contain version strings and :class:`Version` instances. + The items in the iterable will be filtered according to the specifier. + :param prereleases: + Whether or not to allow prereleases in the returned iterator. If set to + ``None`` (the default), it will be intelligently decide whether to allow + prereleases or not (based on the :attr:`prereleases` attribute, and + whether the only versions matching are prereleases). + + This method is smarter than just ``filter(SpecifierSet(...).contains, [...])`` + because it implements the rule from :pep:`440` that a prerelease item + SHOULD be accepted if no other versions match the given specifier. + + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.3", "1.5a1"])) + ['1.3'] + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.3", Version("1.4")])) + ['1.3', ] + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.5a1"])) + [] + >>> list(SpecifierSet(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + >>> list(SpecifierSet(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + + An "empty" SpecifierSet will filter items based on the presence of prerelease + versions in the set. + + >>> list(SpecifierSet("").filter(["1.3", "1.5a1"])) + ['1.3'] + >>> list(SpecifierSet("").filter(["1.5a1"])) + ['1.5a1'] + >>> list(SpecifierSet("", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + >>> list(SpecifierSet("").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + """ + # 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 iter(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. + else: + filtered: list[UnparsedVersionVar] = [] + found_prereleases: list[UnparsedVersionVar] = [] + + for item in iterable: + parsed_version = _coerce_version(item) + + # 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 iter(found_prereleases) + + return iter(filtered) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/tags.py b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 0000000..f590340 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/tags.py @@ -0,0 +1,617 @@ +# 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 __future__ import annotations + +import logging +import platform +import re +import struct +import subprocess +import sys +import sysconfig +from importlib.machinery import EXTENSION_SUFFIXES +from typing import ( + Iterable, + Iterator, + Sequence, + Tuple, + cast, +) + +from . import _manylinux, _musllinux + +logger = logging.getLogger(__name__) + +PythonVersion = Sequence[int] +AppleVersion = Tuple[int, int] + +INTERPRETER_SHORT_NAMES: dict[str, str] = { + "python": "py", # Generic. + "cpython": "cp", + "pypy": "pp", + "ironpython": "ip", + "jython": "jy", +} + + +_32_BIT_INTERPRETER = struct.calcsize("P") == 4 + + +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__ = ["_abi", "_hash", "_interpreter", "_platform"] + + 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) -> int | str | None: + value: int | str | None = 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("-", "_").replace(" ", "_") + + +def _is_threaded_cpython(abis: list[str]) -> bool: + """ + Determine if the ABI corresponds to a threaded (`--disable-gil`) build. + + The threaded builds are indicated by a "t" in the abiflags. + """ + if len(abis) == 0: + return False + # expect e.g., cp313 + m = re.match(r"cp\d+(.*)", abis[0]) + if not m: + return False + abiflags = m.group(1) + return "t" in abiflags + + +def _abi3_applies(python_version: PythonVersion, threading: bool) -> bool: + """ + Determine if the Python version supports abi3. + + PEP 384 was first implemented in Python 3.2. The threaded (`--disable-gil`) + builds do not support abi3. + """ + return len(python_version) > 1 and tuple(python_version) >= (3, 2) and not threading + + +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]) + threading = 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, 13) and _get_config_var("Py_GIL_DISABLED", warn): + threading = "t" + 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}{threading}") + abis.insert(0, f"cp{version}{threading}{debug}{pymalloc}{ucs4}") + return abis + + +def cpython_tags( + python_version: PythonVersion | None = None, + abis: Iterable[str] | None = None, + platforms: Iterable[str] | None = 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_) + + threading = _is_threaded_cpython(abis) + use_abi3 = _abi3_applies(python_version, threading) + if use_abi3: + yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) + yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) + + if use_abi3: + for minor_version in range(python_version[1] - 1, 1, -1): + for platform_ in platforms: + version = _version_nodot((python_version[0], minor_version)) + interpreter = f"cp{version}" + yield Tag(interpreter, "abi3", platform_) + + +def _generic_abi() -> list[str]: + """ + Return the ABI tag based on EXT_SUFFIX. + """ + # The following are examples of `EXT_SUFFIX`. + # We want to keep the parts which are related to the ABI and remove the + # parts which are related to the platform: + # - linux: '.cpython-310-x86_64-linux-gnu.so' => cp310 + # - mac: '.cpython-310-darwin.so' => cp310 + # - win: '.cp310-win_amd64.pyd' => cp310 + # - win: '.pyd' => cp37 (uses _cpython_abis()) + # - pypy: '.pypy38-pp73-x86_64-linux-gnu.so' => pypy38_pp73 + # - graalpy: '.graalpy-38-native-x86_64-darwin.dylib' + # => graalpy_38_native + + ext_suffix = _get_config_var("EXT_SUFFIX", warn=True) + if not isinstance(ext_suffix, str) or ext_suffix[0] != ".": + raise SystemError("invalid sysconfig.get_config_var('EXT_SUFFIX')") + parts = ext_suffix.split(".") + if len(parts) < 3: + # CPython3.7 and earlier uses ".pyd" on Windows. + return _cpython_abis(sys.version_info[:2]) + soabi = parts[1] + if soabi.startswith("cpython"): + # non-windows + abi = "cp" + soabi.split("-")[1] + elif soabi.startswith("cp"): + # windows + abi = soabi.split("-")[0] + elif soabi.startswith("pypy"): + abi = "-".join(soabi.split("-")[:2]) + elif soabi.startswith("graalpy"): + abi = "-".join(soabi.split("-")[:3]) + elif soabi: + # pyston, ironpython, others? + abi = soabi + else: + return [] + return [_normalize_string(abi)] + + +def generic_tags( + interpreter: str | None = None, + abis: Iterable[str] | None = None, + platforms: Iterable[str] | None = 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() + else: + abis = list(abis) + platforms = list(platforms or platform_tags()) + 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: PythonVersion | None = None, + interpreter: str | None = None, + platforms: Iterable[str] | None = 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: AppleVersion, 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: AppleVersion | None = None, arch: str | None = 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("AppleVersion", tuple(map(int, version_str.split(".")[:2]))) + if version == (10, 16): + # When built against an older macOS SDK, Python will report macOS 10.16 + # instead of the real version. + version_str = subprocess.run( + [ + sys.executable, + "-sS", + "-c", + "import platform; print(platform.mac_ver()[0])", + ], + check=True, + env={"SYSTEM_VERSION_COMPAT": "0"}, + stdout=subprocess.PIPE, + text=True, + ).stdout + version = cast("AppleVersion", 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. + major_version = 10 + for minor_version in range(version[1], -1, -1): + compat_version = major_version, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield f"macosx_{major_version}_{minor_version}_{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. + minor_version = 0 + for major_version in range(version[0], 10, -1): + compat_version = major_version, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield f"macosx_{major_version}_{minor_version}_{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. + major_version = 10 + if arch == "x86_64": + for minor_version in range(16, 3, -1): + compat_version = major_version, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield f"macosx_{major_version}_{minor_version}_{binary_format}" + else: + for minor_version in range(16, 3, -1): + compat_version = major_version, minor_version + binary_format = "universal2" + yield f"macosx_{major_version}_{minor_version}_{binary_format}" + + +def ios_platforms( + version: AppleVersion | None = None, multiarch: str | None = None +) -> Iterator[str]: + """ + Yields the platform tags for an iOS system. + + :param version: A two-item tuple specifying the iOS version to generate + platform tags for. Defaults to the current iOS version. + :param multiarch: The CPU architecture+ABI to generate platform tags for - + (the value used by `sys.implementation._multiarch` e.g., + `arm64_iphoneos` or `x84_64_iphonesimulator`). Defaults to the current + multiarch value. + """ + if version is None: + # if iOS is the current platform, ios_ver *must* be defined. However, + # it won't exist for CPython versions before 3.13, which causes a mypy + # error. + _, release, _, _ = platform.ios_ver() # type: ignore[attr-defined, unused-ignore] + version = cast("AppleVersion", tuple(map(int, release.split(".")[:2]))) + + if multiarch is None: + multiarch = sys.implementation._multiarch + multiarch = multiarch.replace("-", "_") + + ios_platform_template = "ios_{major}_{minor}_{multiarch}" + + # Consider any iOS major.minor version from the version requested, down to + # 12.0. 12.0 is the first iOS version that is known to have enough features + # to support CPython. Consider every possible minor release up to X.9. There + # highest the minor has ever gone is 8 (14.8 and 15.8) but having some extra + # candidates that won't ever match doesn't really hurt, and it saves us from + # having to keep an explicit list of known iOS versions in the code. Return + # the results descending order of version number. + + # If the requested major version is less than 12, there won't be any matches. + if version[0] < 12: + return + + # Consider the actual X.Y version that was requested. + yield ios_platform_template.format( + major=version[0], minor=version[1], multiarch=multiarch + ) + + # Consider every minor version from X.0 to the minor version prior to the + # version requested by the platform. + for minor in range(version[1] - 1, -1, -1): + yield ios_platform_template.format( + major=version[0], minor=minor, multiarch=multiarch + ) + + for major in range(version[0] - 1, 11, -1): + for minor in range(9, -1, -1): + yield ios_platform_template.format( + major=major, minor=minor, multiarch=multiarch + ) + + +def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: + linux = _normalize_string(sysconfig.get_platform()) + if not linux.startswith("linux_"): + # we should never be here, just yield the sysconfig one and return + yield linux + return + if is_32bit: + if linux == "linux_x86_64": + linux = "linux_i686" + elif linux == "linux_aarch64": + linux = "linux_armv8l" + _, arch = linux.split("_", 1) + archs = {"armv8l": ["armv8l", "armv7l"]}.get(arch, [arch]) + yield from _manylinux.platform_tags(archs) + yield from _musllinux.platform_tags(archs) + for arch in archs: + yield f"linux_{arch}" + + +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() == "iOS": + return ios_platforms() + elif platform.system() == "Linux": + return _linux_platforms() + else: + return _generic_platforms() + + +def interpreter_name() -> str: + """ + Returns the name of the running interpreter. + + Some implementations have a reserved, two-letter abbreviation which will + be returned when appropriate. + """ + 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": + interp = "pp3" + elif interp_name == "cp": + interp = "cp" + interpreter_version(warn=warn) + else: + interp = None + yield from compatible_tags(interpreter=interp) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/utils.py b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 0000000..2345095 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/utils.py @@ -0,0 +1,163 @@ +# 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 __future__ import annotations + +import functools +import re +from typing import NewType, Tuple, Union, cast + +from .tags import Tag, parse_tag +from .version import InvalidVersion, Version, _TrimmedRelease + +BuildTag = Union[Tuple[()], Tuple[int, str]] +NormalizedName = NewType("NormalizedName", str) + + +class InvalidName(ValueError): + """ + An invalid distribution name; users should refer to the packaging user guide. + """ + + +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. + """ + + +# Core metadata spec for `Name` +_validate_regex = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE +) +_canonicalize_regex = re.compile(r"[-_.]+") +_normalized_regex = re.compile(r"^([a-z0-9]|[a-z0-9]([a-z0-9-](?!--))*[a-z0-9])$") +# PEP 427: The build number must start with a digit. +_build_tag_regex = re.compile(r"(\d+)(.*)") + + +def canonicalize_name(name: str, *, validate: bool = False) -> NormalizedName: + if validate and not _validate_regex.match(name): + raise InvalidName(f"name is invalid: {name!r}") + # This is taken from PEP 503. + value = _canonicalize_regex.sub("-", name).lower() + return cast(NormalizedName, value) + + +def is_normalized_name(name: str) -> bool: + return _normalized_regex.match(name) is not None + + +@functools.singledispatch +def canonicalize_version( + version: Version | str, *, strip_trailing_zero: bool = True +) -> str: + """ + Return a canonical form of a version as a string. + + >>> canonicalize_version('1.0.1') + '1.0.1' + + Per PEP 625, versions may have multiple canonical forms, differing + only by trailing zeros. + + >>> canonicalize_version('1.0.0') + '1' + >>> canonicalize_version('1.0.0', strip_trailing_zero=False) + '1.0.0' + + Invalid versions are returned unaltered. + + >>> canonicalize_version('foo bar baz') + 'foo bar baz' + """ + return str(_TrimmedRelease(str(version)) if strip_trailing_zero else version) + + +@canonicalize_version.register +def _(version: str, *, strip_trailing_zero: bool = True) -> str: + try: + parsed = Version(version) + except InvalidVersion: + # Legacy versions cannot be normalized + return version + return canonicalize_version(parsed, strip_trailing_zero=strip_trailing_zero) + + +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!r}" + ) + + filename = filename[:-4] + dashes = filename.count("-") + if dashes not in (4, 5): + raise InvalidWheelFilename( + f"Invalid wheel filename (wrong number of parts): {filename!r}" + ) + + 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!r}") + name = canonicalize_name(name_part) + + try: + version = Version(parts[1]) + except InvalidVersion as e: + raise InvalidWheelFilename( + f"Invalid wheel filename (invalid version): {filename!r}" + ) from e + + 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!r}" + ) + 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!r}" + ) + + # 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!r}") + + name = canonicalize_name(name_part) + + try: + version = Version(version_part) + except InvalidVersion as e: + raise InvalidSdistFilename( + f"Invalid sdist filename (invalid version): {filename!r}" + ) from e + + return (name, version) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/packaging/version.py b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 0000000..21f44ca --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/packaging/version.py @@ -0,0 +1,582 @@ +# 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. +""" +.. testsetup:: + + from pip._vendor.packaging.version import parse, Version +""" + +from __future__ import annotations + +import itertools +import re +from typing import Any, Callable, NamedTuple, SupportsInt, Tuple, Union + +from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType + +__all__ = ["VERSION_PATTERN", "InvalidVersion", "Version", "parse"] + +LocalType = Tuple[Union[int, str], ...] + +CmpPrePostDevType = Union[InfinityType, NegativeInfinityType, Tuple[str, int]] +CmpLocalType = Union[ + NegativeInfinityType, + Tuple[Union[Tuple[int, str], Tuple[NegativeInfinityType, Union[int, str]]], ...], +] +CmpKey = Tuple[ + int, + Tuple[int, ...], + CmpPrePostDevType, + CmpPrePostDevType, + CmpPrePostDevType, + CmpLocalType, +] +VersionComparisonMethod = Callable[[CmpKey, CmpKey], bool] + + +class _Version(NamedTuple): + epoch: int + release: tuple[int, ...] + dev: tuple[str, int] | None + pre: tuple[str, int] | None + post: tuple[str, int] | None + local: LocalType | None + + +def parse(version: str) -> Version: + """Parse the given version string. + + >>> parse('1.0.dev1') + + + :param version: The version string to parse. + :raises InvalidVersion: When the version string is not a valid version. + """ + return Version(version) + + +class InvalidVersion(ValueError): + """Raised when a version string is not a valid version. + + >>> Version("invalid") + Traceback (most recent call last): + ... + packaging.version.InvalidVersion: Invalid version: 'invalid' + """ + + +class _BaseVersion: + _key: tuple[Any, ...] + + 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 + + +# Deliberately not anchored to the start and end of the string, to make it +# easier for 3rd party code to reuse +_VERSION_PATTERN = r""" + v? + (?: + (?:(?P[0-9]+)!)? # epoch + (?P[0-9]+(?:\.[0-9]+)*) # release segment + (?P

!I7S{BS4i1|@R7s@ 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/t64.exe b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/t64.exe new file mode 100644 index 0000000000000000000000000000000000000000..e8bebdba6d8f242244bf397ab067965d47c5093e GIT binary patch literal 108032 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%0AHbpwE%ZM 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 H#ex3;_fXA_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 0000000..0d5bd7a --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/util.py @@ -0,0 +1,1984 @@ +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import codecs +from collections import deque +import contextlib +import csv +from glob import iglob as std_iglob +import io +import json +import logging +import os +import py_compile +import re +import socket +try: + import ssl +except ImportError: # pragma: no cover + ssl = None +import subprocess +import sys +import tarfile +import tempfile +import textwrap + +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import time + +from . import DistlibException +from .compat import (string_types, text_type, shutil, raw_input, StringIO, cache_from_source, urlopen, urljoin, httplib, + xmlrpclib, HTTPHandler, BaseConfigurator, valid_ident, Container, configparser, URLError, ZipFile, + fsdecode, unquote, urlparse) + +logger = logging.getLogger(__name__) + +# +# Requirement parsing code as per PEP 508 +# + +IDENTIFIER = re.compile(r'^([\w\.-]+)\s*') +VERSION_IDENTIFIER = re.compile(r'^([\w\.*+-]+)\s*') +COMPARE_OP = re.compile(r'^(<=?|>=?|={2,3}|[~!]=)\s*') +MARKER_OP = re.compile(r'^((<=?)|(>=?)|={2,3}|[~!]=|in|not\s+in)\s*') +OR = re.compile(r'^or\b\s*') +AND = re.compile(r'^and\b\s*') +NON_SPACE = re.compile(r'(\S+)\s*') +STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)') + + +def parse_marker(marker_string): + """ + Parse a marker string and return a dictionary containing a marker expression. + + The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in + the expression grammar, or strings. A string contained in quotes is to be + interpreted as a literal string, and a string not contained in quotes is a + variable (such as os_name). + """ + + def marker_var(remaining): + # either identifier, or literal string + m = IDENTIFIER.match(remaining) + if m: + result = m.groups()[0] + remaining = remaining[m.end():] + elif not remaining: + raise SyntaxError('unexpected end of input') + else: + q = remaining[0] + if q not in '\'"': + raise SyntaxError('invalid expression: %s' % remaining) + oq = '\'"'.replace(q, '') + remaining = remaining[1:] + parts = [q] + while remaining: + # either a string chunk, or oq, or q to terminate + if remaining[0] == q: + break + elif remaining[0] == oq: + parts.append(oq) + remaining = remaining[1:] + else: + m = STRING_CHUNK.match(remaining) + if not m: + raise SyntaxError('error in string literal: %s' % remaining) + parts.append(m.groups()[0]) + remaining = remaining[m.end():] + else: + s = ''.join(parts) + raise SyntaxError('unterminated string: %s' % s) + parts.append(q) + result = ''.join(parts) + remaining = remaining[1:].lstrip() # skip past closing quote + return result, remaining + + def marker_expr(remaining): + if remaining and remaining[0] == '(': + result, remaining = marker(remaining[1:].lstrip()) + if remaining[0] != ')': + raise SyntaxError('unterminated parenthesis: %s' % remaining) + remaining = remaining[1:].lstrip() + else: + lhs, remaining = marker_var(remaining) + while remaining: + m = MARKER_OP.match(remaining) + if not m: + break + op = m.groups()[0] + remaining = remaining[m.end():] + rhs, remaining = marker_var(remaining) + lhs = {'op': op, 'lhs': lhs, 'rhs': rhs} + result = lhs + return result, remaining + + def marker_and(remaining): + lhs, remaining = marker_expr(remaining) + while remaining: + m = AND.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_expr(remaining) + lhs = {'op': 'and', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + def marker(remaining): + lhs, remaining = marker_and(remaining) + while remaining: + m = OR.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_and(remaining) + lhs = {'op': 'or', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + return marker(marker_string) + + +def parse_requirement(req): + """ + Parse a requirement passed in as a string. Return a Container + whose attributes contain the various parts of the requirement. + """ + remaining = req.strip() + if not remaining or remaining.startswith('#'): + return None + m = IDENTIFIER.match(remaining) + if not m: + raise SyntaxError('name expected: %s' % remaining) + distname = m.groups()[0] + remaining = remaining[m.end():] + extras = mark_expr = versions = uri = None + if remaining and remaining[0] == '[': + i = remaining.find(']', 1) + if i < 0: + raise SyntaxError('unterminated extra: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + extras = [] + while s: + m = IDENTIFIER.match(s) + if not m: + raise SyntaxError('malformed extra: %s' % s) + extras.append(m.groups()[0]) + s = s[m.end():] + if not s: + break + if s[0] != ',': + raise SyntaxError('comma expected in extras: %s' % s) + s = s[1:].lstrip() + if not extras: + extras = None + if remaining: + if remaining[0] == '@': + # it's a URI + remaining = remaining[1:].lstrip() + m = NON_SPACE.match(remaining) + if not m: + raise SyntaxError('invalid URI: %s' % remaining) + uri = m.groups()[0] + t = urlparse(uri) + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not (t.scheme and t.netloc): + raise SyntaxError('Invalid URL: %s' % uri) + remaining = remaining[m.end():].lstrip() + else: + + def get_versions(ver_remaining): + """ + Return a list of operator, version tuples if any are + specified, else None. + """ + m = COMPARE_OP.match(ver_remaining) + versions = None + if m: + versions = [] + while True: + op = m.groups()[0] + ver_remaining = ver_remaining[m.end():] + m = VERSION_IDENTIFIER.match(ver_remaining) + if not m: + raise SyntaxError('invalid version: %s' % ver_remaining) + v = m.groups()[0] + versions.append((op, v)) + ver_remaining = ver_remaining[m.end():] + if not ver_remaining or ver_remaining[0] != ',': + break + ver_remaining = ver_remaining[1:].lstrip() + # Some packages have a trailing comma which would break things + # See issue #148 + if not ver_remaining: + break + m = COMPARE_OP.match(ver_remaining) + if not m: + raise SyntaxError('invalid constraint: %s' % ver_remaining) + if not versions: + versions = None + return versions, ver_remaining + + if remaining[0] != '(': + versions, remaining = get_versions(remaining) + else: + i = remaining.find(')', 1) + if i < 0: + raise SyntaxError('unterminated parenthesis: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + # As a special diversion from PEP 508, allow a version number + # a.b.c in parentheses as a synonym for ~= a.b.c (because this + # is allowed in earlier PEPs) + if COMPARE_OP.match(s): + versions, _ = get_versions(s) + else: + m = VERSION_IDENTIFIER.match(s) + if not m: + raise SyntaxError('invalid constraint: %s' % s) + v = m.groups()[0] + s = s[m.end():].lstrip() + if s: + raise SyntaxError('invalid constraint: %s' % s) + versions = [('~=', v)] + + if remaining: + if remaining[0] != ';': + raise SyntaxError('invalid requirement: %s' % remaining) + remaining = remaining[1:].lstrip() + + mark_expr, remaining = parse_marker(remaining) + + if remaining and remaining[0] != '#': + raise SyntaxError('unexpected trailing data: %s' % remaining) + + if not versions: + rs = distname + else: + rs = '%s %s' % (distname, ', '.join(['%s %s' % con for con in versions])) + return Container(name=distname, extras=extras, constraints=versions, marker=mark_expr, url=uri, requirement=rs) + + +def get_resources_dests(resources_root, rules): + """Find destinations for resources files""" + + def get_rel_path(root, path): + # normalizes and returns a lstripped-/-separated path + root = root.replace(os.path.sep, '/') + path = path.replace(os.path.sep, '/') + assert path.startswith(root) + return path[len(root):].lstrip('/') + + destinations = {} + for base, suffix, dest in rules: + prefix = os.path.join(resources_root, base) + for abs_base in iglob(prefix): + abs_glob = os.path.join(abs_base, suffix) + for abs_path in iglob(abs_glob): + resource_file = get_rel_path(resources_root, abs_path) + if dest is None: # remove the entry if it was here + destinations.pop(resource_file, None) + else: + rel_path = get_rel_path(abs_base, abs_path) + rel_dest = dest.replace(os.path.sep, '/').rstrip('/') + destinations[resource_file] = rel_dest + '/' + rel_path + return destinations + + +def in_venv(): + if hasattr(sys, 'real_prefix'): + # virtualenv venvs + result = True + else: + # PEP 405 venvs + result = sys.prefix != getattr(sys, 'base_prefix', sys.prefix) + return result + + +def get_executable(): + # The __PYVENV_LAUNCHER__ dance is apparently no longer needed, as + # changes to the stub launcher mean that sys.executable always points + # to the stub on OS X + # if sys.platform == 'darwin' and ('__PYVENV_LAUNCHER__' + # in os.environ): + # result = os.environ['__PYVENV_LAUNCHER__'] + # else: + # result = sys.executable + # return result + # Avoid normcasing: see issue #143 + # result = os.path.normcase(sys.executable) + result = sys.executable + if not isinstance(result, text_type): + result = fsdecode(result) + return result + + +def proceed(prompt, allowed_chars, error_prompt=None, default=None): + p = prompt + while True: + s = raw_input(p) + p = prompt + if not s and default: + s = default + if s: + c = s[0].lower() + if c in allowed_chars: + break + if error_prompt: + p = '%c: %s\n%s' % (c, error_prompt, prompt) + return c + + +def extract_by_key(d, keys): + if isinstance(keys, string_types): + keys = keys.split() + result = {} + for key in keys: + if key in d: + result[key] = d[key] + return result + + +def read_exports(stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + # Try to load as JSON, falling back on legacy format + data = stream.read() + stream = StringIO(data) + try: + jdata = json.load(stream) + result = jdata['extensions']['python.exports']['exports'] + for group, entries in result.items(): + for k, v in entries.items(): + s = '%s = %s' % (k, v) + entry = get_export_entry(s) + assert entry is not None + entries[k] = entry + return result + except Exception: + stream.seek(0, 0) + + def read_stream(cp, stream): + if hasattr(cp, 'read_file'): + cp.read_file(stream) + else: + cp.readfp(stream) + + cp = configparser.ConfigParser() + try: + read_stream(cp, stream) + except configparser.MissingSectionHeaderError: + stream.close() + data = textwrap.dedent(data) + stream = StringIO(data) + read_stream(cp, stream) + + result = {} + for key in cp.sections(): + result[key] = entries = {} + for name, value in cp.items(key): + s = '%s = %s' % (name, value) + entry = get_export_entry(s) + assert entry is not None + # entry.dist = self + entries[name] = entry + return result + + +def write_exports(exports, stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getwriter('utf-8')(stream) + cp = configparser.ConfigParser() + for k, v in exports.items(): + # TODO check k, v for valid values + cp.add_section(k) + for entry in v.values(): + if entry.suffix is None: + s = entry.prefix + else: + s = '%s:%s' % (entry.prefix, entry.suffix) + if entry.flags: + s = '%s [%s]' % (s, ', '.join(entry.flags)) + cp.set(k, entry.name, s) + cp.write(stream) + + +@contextlib.contextmanager +def tempdir(): + td = tempfile.mkdtemp() + try: + yield td + finally: + shutil.rmtree(td) + + +@contextlib.contextmanager +def chdir(d): + cwd = os.getcwd() + try: + os.chdir(d) + yield + finally: + os.chdir(cwd) + + +@contextlib.contextmanager +def socket_timeout(seconds=15): + cto = socket.getdefaulttimeout() + try: + socket.setdefaulttimeout(seconds) + yield + finally: + socket.setdefaulttimeout(cto) + + +class cached_property(object): + + def __init__(self, func): + self.func = func + # for attr in ('__name__', '__module__', '__doc__'): + # setattr(self, attr, getattr(func, attr, None)) + + def __get__(self, obj, cls=None): + if obj is None: + return self + value = self.func(obj) + object.__setattr__(obj, self.func.__name__, value) + # obj.__dict__[self.func.__name__] = value = self.func(obj) + return value + + +def convert_path(pathname): + """Return 'pathname' as a name that will work on the native filesystem. + + The path is split on '/' and put back together again using the current + directory separator. Needed because filenames in the setup script are + always supplied in Unix style, and have to be converted to the local + convention before we can actually use them in the filesystem. Raises + ValueError on non-Unix-ish systems if 'pathname' either starts or + ends with a slash. + """ + if os.sep == '/': + return pathname + if not pathname: + return pathname + if pathname[0] == '/': + raise ValueError("path '%s' cannot be absolute" % pathname) + if pathname[-1] == '/': + raise ValueError("path '%s' cannot end with '/'" % pathname) + + paths = pathname.split('/') + while os.curdir in paths: + paths.remove(os.curdir) + if not paths: + return os.curdir + return os.path.join(*paths) + + +class FileOperator(object): + + def __init__(self, dry_run=False): + self.dry_run = dry_run + self.ensured = set() + self._init_record() + + def _init_record(self): + self.record = False + self.files_written = set() + self.dirs_created = set() + + def record_as_written(self, path): + if self.record: + self.files_written.add(path) + + def newer(self, source, target): + """Tell if the target is newer than the source. + + Returns true if 'source' exists and is more recently modified than + 'target', or if 'source' exists and 'target' doesn't. + + Returns false if both exist and 'target' is the same age or younger + than 'source'. Raise PackagingFileError if 'source' does not exist. + + Note that this test is not very accurate: files created in the same + second will have the same "age". + """ + if not os.path.exists(source): + raise DistlibException("file '%r' does not exist" % os.path.abspath(source)) + if not os.path.exists(target): + return True + + return os.stat(source).st_mtime > os.stat(target).st_mtime + + def copy_file(self, infile, outfile, check=True): + """Copy a file respecting dry-run and force flags. + """ + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying %s to %s', infile, outfile) + if not self.dry_run: + msg = None + if check: + if os.path.islink(outfile): + msg = '%s is a symlink' % outfile + elif os.path.exists(outfile) and not os.path.isfile(outfile): + msg = '%s is a non-regular file' % outfile + if msg: + raise ValueError(msg + ' which would be overwritten') + shutil.copyfile(infile, outfile) + self.record_as_written(outfile) + + def copy_stream(self, instream, outfile, encoding=None): + assert not os.path.isdir(outfile) + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying stream %s to %s', instream, outfile) + if not self.dry_run: + if encoding is None: + outstream = open(outfile, 'wb') + else: + outstream = codecs.open(outfile, 'w', encoding=encoding) + try: + shutil.copyfileobj(instream, outstream) + finally: + outstream.close() + self.record_as_written(outfile) + + def write_binary_file(self, path, data): + self.ensure_dir(os.path.dirname(path)) + if not self.dry_run: + if os.path.exists(path): + os.remove(path) + with open(path, 'wb') as f: + f.write(data) + self.record_as_written(path) + + def write_text_file(self, path, data, encoding): + self.write_binary_file(path, data.encode(encoding)) + + def set_mode(self, bits, mask, files): + if os.name == 'posix' or (os.name == 'java' and os._name == 'posix'): + # Set the executable bits (owner, group, and world) on + # all the files specified. + for f in files: + if self.dry_run: + logger.info("changing mode of %s", f) + else: + mode = (os.stat(f).st_mode | bits) & mask + logger.info("changing mode of %s to %o", f, mode) + os.chmod(f, mode) + + set_executable_mode = lambda s, f: s.set_mode(0o555, 0o7777, f) + + def ensure_dir(self, path): + path = os.path.abspath(path) + if path not in self.ensured and not os.path.exists(path): + self.ensured.add(path) + d, f = os.path.split(path) + self.ensure_dir(d) + logger.info('Creating %s' % path) + if not self.dry_run: + os.mkdir(path) + if self.record: + self.dirs_created.add(path) + + def byte_compile(self, path, optimize=False, force=False, prefix=None, hashed_invalidation=False): + dpath = cache_from_source(path, not optimize) + logger.info('Byte-compiling %s to %s', path, dpath) + if not self.dry_run: + if force or self.newer(path, dpath): + if not prefix: + diagpath = None + else: + assert path.startswith(prefix) + diagpath = path[len(prefix):] + compile_kwargs = {} + if hashed_invalidation and hasattr(py_compile, 'PycInvalidationMode'): + if not isinstance(hashed_invalidation, py_compile.PycInvalidationMode): + hashed_invalidation = py_compile.PycInvalidationMode.CHECKED_HASH + compile_kwargs['invalidation_mode'] = hashed_invalidation + py_compile.compile(path, dpath, diagpath, True, **compile_kwargs) # raise error + self.record_as_written(dpath) + return dpath + + def ensure_removed(self, path): + if os.path.exists(path): + if os.path.isdir(path) and not os.path.islink(path): + logger.debug('Removing directory tree at %s', path) + if not self.dry_run: + shutil.rmtree(path) + if self.record: + if path in self.dirs_created: + self.dirs_created.remove(path) + else: + if os.path.islink(path): + s = 'link' + else: + s = 'file' + logger.debug('Removing %s %s', s, path) + if not self.dry_run: + os.remove(path) + if self.record: + if path in self.files_written: + self.files_written.remove(path) + + def is_writable(self, path): + result = False + while not result: + if os.path.exists(path): + result = os.access(path, os.W_OK) + break + parent = os.path.dirname(path) + if parent == path: + break + path = parent + return result + + def commit(self): + """ + Commit recorded changes, turn off recording, return + changes. + """ + assert self.record + result = self.files_written, self.dirs_created + self._init_record() + return result + + def rollback(self): + if not self.dry_run: + for f in list(self.files_written): + if os.path.exists(f): + os.remove(f) + # dirs should all be empty now, except perhaps for + # __pycache__ subdirs + # reverse so that subdirs appear before their parents + dirs = sorted(self.dirs_created, reverse=True) + for d in dirs: + flist = os.listdir(d) + if flist: + assert flist == ['__pycache__'] + sd = os.path.join(d, flist[0]) + os.rmdir(sd) + os.rmdir(d) # should fail if non-empty + self._init_record() + + +def resolve(module_name, dotted_path): + if module_name in sys.modules: + mod = sys.modules[module_name] + else: + mod = __import__(module_name) + if dotted_path is None: + result = mod + else: + parts = dotted_path.split('.') + result = getattr(mod, parts.pop(0)) + for p in parts: + result = getattr(result, p) + return result + + +class ExportEntry(object): + + def __init__(self, name, prefix, suffix, flags): + self.name = name + self.prefix = prefix + self.suffix = suffix + self.flags = flags + + @cached_property + def value(self): + return resolve(self.prefix, self.suffix) + + def __repr__(self): # pragma: no cover + return '' % (self.name, self.prefix, self.suffix, self.flags) + + def __eq__(self, other): + if not isinstance(other, ExportEntry): + result = False + else: + result = (self.name == other.name and self.prefix == other.prefix and self.suffix == other.suffix and + self.flags == other.flags) + return result + + __hash__ = object.__hash__ + + +ENTRY_RE = re.compile( + r'''(?P([^\[]\S*)) + \s*=\s*(?P(\w+)([:\.]\w+)*) + \s*(\[\s*(?P[\w-]+(=\w+)?(,\s*\w+(=\w+)?)*)\s*\])? + ''', re.VERBOSE) + + +def get_export_entry(specification): + m = ENTRY_RE.search(specification) + if not m: + result = None + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + else: + d = m.groupdict() + name = d['name'] + path = d['callable'] + colons = path.count(':') + if colons == 0: + prefix, suffix = path, None + else: + if colons != 1: + raise DistlibException("Invalid specification " + "'%s'" % specification) + prefix, suffix = path.split(':') + flags = d['flags'] + if flags is None: + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + flags = [] + else: + flags = [f.strip() for f in flags.split(',')] + result = ExportEntry(name, prefix, suffix, flags) + return result + + +def get_cache_base(suffix=None): + """ + Return the default base location for distlib caches. If the directory does + not exist, it is created. Use the suffix provided for the base directory, + and default to '.distlib' if it isn't provided. + + On Windows, if LOCALAPPDATA is defined in the environment, then it is + assumed to be a directory, and will be the parent directory of the result. + On POSIX, and on Windows if LOCALAPPDATA is not defined, the user's home + directory - using os.expanduser('~') - will be the parent directory of + the result. + + The result is just the directory '.distlib' in the parent directory as + determined above, or with the name specified with ``suffix``. + """ + if suffix is None: + suffix = '.distlib' + if os.name == 'nt' and 'LOCALAPPDATA' in os.environ: + result = os.path.expandvars('$localappdata') + else: + # Assume posix, or old Windows + result = os.path.expanduser('~') + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if os.path.isdir(result): + usable = os.access(result, os.W_OK) + if not usable: + logger.warning('Directory exists but is not writable: %s', result) + else: + try: + os.makedirs(result) + usable = True + except OSError: + logger.warning('Unable to create %s', result, exc_info=True) + usable = False + if not usable: + result = tempfile.mkdtemp() + logger.warning('Default location unusable, using %s', result) + return os.path.join(result, suffix) + + +def path_to_cache_dir(path, use_abspath=True): + """ + 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 use_abspath else 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, use_abspath=True): + """ + Converts a resource prefix to a directory name in the cache. + """ + return path_to_cache_dir(prefix, use_abspath=use_abspath) + + def clear(self): + """ + Clear the cache. + """ + not_removed = [] + for fn in os.listdir(self.base): + fn = os.path.join(self.base, fn) + try: + if os.path.islink(fn) or os.path.isfile(fn): + os.remove(fn) + elif os.path.isdir(fn): + shutil.rmtree(fn) + except Exception: + not_removed.append(fn) + return not_removed + + +class EventMixin(object): + """ + A very simple publish/subscribe system. + """ + + def __init__(self): + self._subscribers = {} + + def add(self, event, subscriber, append=True): + """ + Add a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be added (and called when the + event is published). + :param append: Whether to append or prepend the subscriber to an + existing subscriber list for the event. + """ + subs = self._subscribers + if event not in subs: + subs[event] = deque([subscriber]) + else: + sq = subs[event] + if append: + sq.append(subscriber) + else: + sq.appendleft(subscriber) + + def remove(self, event, subscriber): + """ + Remove a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be removed. + """ + subs = self._subscribers + if event not in subs: + raise ValueError('No subscribers: %r' % event) + subs[event].remove(subscriber) + + def get_subscribers(self, event): + """ + Return an iterator for the subscribers for an event. + :param event: The event to return subscribers for. + """ + return iter(self._subscribers.get(event, ())) + + def publish(self, event, *args, **kwargs): + """ + Publish a event and return a list of values returned by its + subscribers. + + :param event: The event to publish. + :param args: The positional arguments to pass to the event's + subscribers. + :param kwargs: The keyword arguments to pass to the event's + subscribers. + """ + result = [] + for subscriber in self.get_subscribers(event): + try: + value = subscriber(event, *args, **kwargs) + except Exception: + logger.exception('Exception during event publication') + value = None + result.append(value) + logger.debug('publish %s: args = %s, kwargs = %s, result = %s', event, args, kwargs, result) + return result + + +# +# Simple sequencing +# +class Sequencer(object): + + def __init__(self): + self._preds = {} + self._succs = {} + self._nodes = set() # nodes with no preds/succs + + def add_node(self, node): + self._nodes.add(node) + + def remove_node(self, node, edges=False): + if node in self._nodes: + self._nodes.remove(node) + if edges: + for p in set(self._preds.get(node, ())): + self.remove(p, node) + for s in set(self._succs.get(node, ())): + self.remove(node, s) + # Remove empties + for k, v in list(self._preds.items()): + if not v: + del self._preds[k] + for k, v in list(self._succs.items()): + if not v: + del self._succs[k] + + def add(self, pred, succ): + assert pred != succ + self._preds.setdefault(succ, set()).add(pred) + self._succs.setdefault(pred, set()).add(succ) + + def remove(self, pred, succ): + assert pred != succ + try: + preds = self._preds[succ] + succs = self._succs[pred] + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of anything' % succ) + try: + preds.remove(pred) + succs.remove(succ) + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of %r' % (succ, pred)) + + def is_step(self, step): + return (step in self._preds or step in self._succs or step in self._nodes) + + def get_steps(self, final): + if not self.is_step(final): + raise ValueError('Unknown: %r' % final) + result = [] + todo = [] + seen = set() + todo.append(final) + while todo: + step = todo.pop(0) + if step in seen: + # if a step was already seen, + # move it to the end (so it will appear earlier + # when reversed on return) ... but not for the + # final step, as that would be confusing for + # users + if step != final: + result.remove(step) + result.append(step) + else: + seen.add(step) + result.append(step) + preds = self._preds.get(step, ()) + todo.extend(preds) + return reversed(result) + + @property + def strong_connections(self): + # http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm + index_counter = [0] + stack = [] + lowlinks = {} + index = {} + result = [] + + graph = self._succs + + def strongconnect(node): + # set the depth index for this node to the smallest unused index + index[node] = index_counter[0] + lowlinks[node] = index_counter[0] + index_counter[0] += 1 + stack.append(node) + + # Consider successors + try: + successors = graph[node] + except Exception: + successors = [] + for successor in successors: + if successor not in lowlinks: + # Successor has not yet been visited + strongconnect(successor) + lowlinks[node] = min(lowlinks[node], lowlinks[successor]) + elif successor in stack: + # the successor is in the stack and hence in the current + # strongly connected component (SCC) + lowlinks[node] = min(lowlinks[node], index[successor]) + + # If `node` is a root node, pop the stack and generate an SCC + if lowlinks[node] == index[node]: + connected_component = [] + + while True: + successor = stack.pop() + connected_component.append(successor) + if successor == node: + break + component = tuple(connected_component) + # storing the result + result.append(component) + + for node in graph: + if node not in lowlinks: + strongconnect(node) + + return result + + @property + def dot(self): + result = ['digraph G {'] + for succ in self._preds: + preds = self._preds[succ] + for pred in preds: + result.append(' %s -> %s;' % (pred, succ)) + for node in self._nodes: + result.append(' %s;' % node) + result.append('}') + return '\n'.join(result) + + +# +# Unarchiving functionality for zip, tar, tgz, tbz, whl +# + +ARCHIVE_EXTENSIONS = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz', '.whl') + + +def unarchive(archive_filename, dest_dir, format=None, check=True): + + def check_path(path): + if not isinstance(path, text_type): + path = path.decode('utf-8') + p = os.path.abspath(os.path.join(dest_dir, path)) + if not p.startswith(dest_dir) or p[plen] != os.sep: + raise ValueError('path outside destination: %r' % p) + + dest_dir = os.path.abspath(dest_dir) + plen = len(dest_dir) + archive = None + if format is None: + if archive_filename.endswith(('.zip', '.whl')): + format = 'zip' + elif archive_filename.endswith(('.tar.gz', '.tgz')): + format = 'tgz' + mode = 'r:gz' + elif archive_filename.endswith(('.tar.bz2', '.tbz')): + format = 'tbz' + mode = 'r:bz2' + elif archive_filename.endswith('.tar'): + format = 'tar' + mode = 'r' + else: # pragma: no cover + raise ValueError('Unknown format for %r' % archive_filename) + try: + if format == 'zip': + archive = ZipFile(archive_filename, 'r') + if check: + names = archive.namelist() + for name in names: + check_path(name) + else: + archive = tarfile.open(archive_filename, mode) + if check: + names = archive.getnames() + for name in names: + check_path(name) + if format != 'zip' and sys.version_info[0] < 3: + # See Python issue 17153. If the dest path contains Unicode, + # tarfile extraction fails on Python 2.x if a member path name + # contains non-ASCII characters - it leads to an implicit + # bytes -> unicode conversion using ASCII to decode. + for tarinfo in archive.getmembers(): + if not isinstance(tarinfo.name, text_type): + tarinfo.name = tarinfo.name.decode('utf-8') + + # Limit extraction of dangerous items, if this Python + # allows it easily. If not, just trust the input. + # See: https://docs.python.org/3/library/tarfile.html#extraction-filters + def extraction_filter(member, path): + """Run tarfile.tar_filter, but raise the expected ValueError""" + # This is only called if the current Python has tarfile filters + try: + return tarfile.tar_filter(member, path) + except tarfile.FilterError as exc: + raise ValueError(str(exc)) + + archive.extraction_filter = extraction_filter + + archive.extractall(dest_dir) + + finally: + if archive: + archive.close() + + +def zip_dir(directory): + """zip a directory tree into a BytesIO object""" + result = io.BytesIO() + dlen = len(directory) + with ZipFile(result, "w") as zf: + for root, dirs, files in os.walk(directory): + for name in files: + full = os.path.join(root, name) + rel = root[dlen:] + dest = os.path.join(rel, name) + zf.write(full, dest) + return result + + +# +# Simple progress bar +# + +UNITS = ('', 'K', 'M', 'G', 'T', 'P') + + +class Progress(object): + unknown = 'UNKNOWN' + + def __init__(self, minval=0, maxval=100): + assert maxval is None or maxval >= minval + self.min = self.cur = minval + self.max = maxval + self.started = None + self.elapsed = 0 + self.done = False + + def update(self, curval): + assert self.min <= curval + assert self.max is None or curval <= self.max + self.cur = curval + now = time.time() + if self.started is None: + self.started = now + else: + self.elapsed = now - self.started + + def increment(self, incr): + assert incr >= 0 + self.update(self.cur + incr) + + def start(self): + self.update(self.min) + return self + + def stop(self): + if self.max is not None: + self.update(self.max) + self.done = True + + @property + def maximum(self): + return self.unknown if self.max is None else self.max + + @property + def percentage(self): + if self.done: + result = '100 %' + elif self.max is None: + result = ' ?? %' + else: + v = 100.0 * (self.cur - self.min) / (self.max - self.min) + result = '%3d %%' % v + return result + + def format_duration(self, duration): + if (duration <= 0) and self.max is None or self.cur == self.min: + result = '??:??:??' + # elif duration < 1: + # result = '--:--:--' + else: + result = time.strftime('%H:%M:%S', time.gmtime(duration)) + return result + + @property + def ETA(self): + if self.done: + prefix = 'Done' + t = self.elapsed + # import pdb; pdb.set_trace() + else: + prefix = 'ETA ' + if self.max is None: + t = -1 + elif self.elapsed == 0 or (self.cur == self.min): + t = 0 + else: + # import pdb; pdb.set_trace() + t = float(self.max - self.min) + t /= self.cur - self.min + t = (t - 1) * self.elapsed + return '%s: %s' % (prefix, self.format_duration(t)) + + @property + def speed(self): + if self.elapsed == 0: + result = 0.0 + else: + result = (self.cur - self.min) / self.elapsed + for unit in UNITS: + if result < 1000: + break + result /= 1000.0 + return '%d %sB/s' % (result, unit) + + +# +# Glob functionality +# + +RICH_GLOB = re.compile(r'\{([^}]*)\}') +_CHECK_RECURSIVE_GLOB = re.compile(r'[^/\\,{]\*\*|\*\*[^/\\,}]') +_CHECK_MISMATCH_SET = re.compile(r'^[^{]*\}|\{[^}]*$') + + +def iglob(path_glob): + """Extended globbing function that supports ** and {opt1,opt2,opt3}.""" + if _CHECK_RECURSIVE_GLOB.search(path_glob): + msg = """invalid glob %r: recursive glob "**" must be used alone""" + raise ValueError(msg % path_glob) + if _CHECK_MISMATCH_SET.search(path_glob): + msg = """invalid glob %r: mismatching set marker '{' or '}'""" + raise ValueError(msg % path_glob) + return _iglob(path_glob) + + +def _iglob(path_glob): + rich_path_glob = RICH_GLOB.split(path_glob, 1) + if len(rich_path_glob) > 1: + assert len(rich_path_glob) == 3, rich_path_glob + prefix, set, suffix = rich_path_glob + for item in set.split(','): + for path in _iglob(''.join((prefix, item, suffix))): + yield path + else: + if '**' not in path_glob: + for item in std_iglob(path_glob): + yield item + else: + prefix, radical = path_glob.split('**', 1) + if prefix == '': + prefix = '.' + if radical == '': + radical = '*' + else: + # we support both + radical = radical.lstrip('/') + radical = radical.lstrip('\\') + for path, dir, files in os.walk(prefix): + path = os.path.normpath(path) + for fn in _iglob(os.path.join(path, radical)): + yield fn + + +if ssl: + from .compat import (HTTPSHandler as BaseHTTPSHandler, match_hostname, CertificateError) + + # + # HTTPSConnection which verifies certificates/matches domains + # + + class HTTPSConnection(httplib.HTTPSConnection): + ca_certs = None # set this to the path to the certs file (.pem) + check_domain = True # only used if ca_certs is not None + + # noinspection PyPropertyAccess + def connect(self): + sock = socket.create_connection((self.host, self.port), self.timeout) + if getattr(self, '_tunnel_host', False): + self.sock = sock + self._tunnel() + + context = ssl.SSLContext(ssl.PROTOCOL_SSLv23) + if hasattr(ssl, 'OP_NO_SSLv2'): + context.options |= ssl.OP_NO_SSLv2 + if getattr(self, 'cert_file', None): + context.load_cert_chain(self.cert_file, self.key_file) + kwargs = {} + if self.ca_certs: + context.verify_mode = ssl.CERT_REQUIRED + context.load_verify_locations(cafile=self.ca_certs) + if getattr(ssl, 'HAS_SNI', False): + kwargs['server_hostname'] = self.host + + self.sock = context.wrap_socket(sock, **kwargs) + if self.ca_certs and self.check_domain: + try: + match_hostname(self.sock.getpeercert(), self.host) + logger.debug('Host verified: %s', self.host) + except CertificateError: # pragma: no cover + self.sock.shutdown(socket.SHUT_RDWR) + self.sock.close() + raise + + class HTTPSHandler(BaseHTTPSHandler): + + def __init__(self, ca_certs, check_domain=True): + BaseHTTPSHandler.__init__(self) + self.ca_certs = ca_certs + self.check_domain = check_domain + + def _conn_maker(self, *args, **kwargs): + """ + This is called to create a connection instance. Normally you'd + pass a connection class to do_open, but it doesn't actually check for + a class, and just expects a callable. As long as we behave just as a + constructor would have, we should be OK. If it ever changes so that + we *must* pass a class, we'll create an UnsafeHTTPSConnection class + which just sets check_domain to False in the class definition, and + choose which one to pass to do_open. + """ + result = HTTPSConnection(*args, **kwargs) + if self.ca_certs: + result.ca_certs = self.ca_certs + result.check_domain = self.check_domain + return result + + def https_open(self, req): + try: + return self.do_open(self._conn_maker, req) + except URLError as e: + if 'certificate verify failed' in str(e.reason): + raise CertificateError('Unable to verify server certificate ' + 'for %s' % req.host) + else: + raise + + # + # To prevent against mixing HTTP traffic with HTTPS (examples: A Man-In-The- + # Middle proxy using HTTP listens on port 443, or an index mistakenly serves + # HTML containing a http://xyz link when it should be https://xyz), + # you can use the following handler class, which does not allow HTTP traffic. + # + # It works by inheriting from HTTPHandler - so build_opener won't add a + # handler for HTTP itself. + # + class HTTPSOnlyHandler(HTTPSHandler, HTTPHandler): + + def http_open(self, req): + raise URLError('Unexpected HTTP request on what should be a secure ' + 'connection: %s' % req) + + +# +# XML-RPC with timeouts +# +class Transport(xmlrpclib.Transport): + + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.Transport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, x509 = self.get_host_info(host) + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPConnection(h) + return self._connection[1] + + +if ssl: + + class SafeTransport(xmlrpclib.SafeTransport): + + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.SafeTransport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, kwargs = self.get_host_info(host) + if not kwargs: + kwargs = {} + kwargs['timeout'] = self.timeout + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPSConnection(h, None, **kwargs) + return self._connection[1] + + +class ServerProxy(xmlrpclib.ServerProxy): + + def __init__(self, uri, **kwargs): + self.timeout = timeout = kwargs.pop('timeout', None) + # The above classes only come into play if a timeout + # is specified + if timeout is not None: + # scheme = splittype(uri) # deprecated as of Python 3.8 + scheme = urlparse(uri)[0] + use_datetime = kwargs.get('use_datetime', 0) + if scheme == 'https': + tcls = SafeTransport + else: + tcls = Transport + kwargs['transport'] = t = tcls(timeout, use_datetime=use_datetime) + self.transport = t + xmlrpclib.ServerProxy.__init__(self, uri, **kwargs) + + +# +# CSV functionality. This is provided because on 2.x, the csv module can't +# handle Unicode. However, we need to deal with Unicode in e.g. RECORD files. +# + + +def _csv_open(fn, mode, **kwargs): + if sys.version_info[0] < 3: + mode += 'b' + else: + kwargs['newline'] = '' + # Python 3 determines encoding from locale. Force 'utf-8' + # file encoding to match other forced utf-8 encoding + kwargs['encoding'] = 'utf-8' + return open(fn, mode, **kwargs) + + +class CSVBase(object): + defaults = { + 'delimiter': str(','), # The strs are used because we need native + 'quotechar': str('"'), # str in the csv API (2.x won't take + 'lineterminator': str('\n') # Unicode) + } + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.stream.close() + + +class CSVReader(CSVBase): + + def __init__(self, **kwargs): + if 'stream' in kwargs: + stream = kwargs['stream'] + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + self.stream = stream + else: + self.stream = _csv_open(kwargs['path'], 'r') + self.reader = csv.reader(self.stream, **self.defaults) + + def __iter__(self): + return self + + def next(self): + result = next(self.reader) + if sys.version_info[0] < 3: + for i, item in enumerate(result): + if not isinstance(item, text_type): + result[i] = item.decode('utf-8') + return result + + __next__ = next + + +class CSVWriter(CSVBase): + + def __init__(self, fn, **kwargs): + self.stream = _csv_open(fn, 'w') + self.writer = csv.writer(self.stream, **self.defaults) + + def writerow(self, row): + if sys.version_info[0] < 3: + r = [] + for item in row: + if isinstance(item, text_type): + item = item.encode('utf-8') + r.append(item) + row = r + self.writer.writerow(row) + + +# +# Configurator functionality +# + + +class Configurator(BaseConfigurator): + + value_converters = dict(BaseConfigurator.value_converters) + value_converters['inc'] = 'inc_convert' + + def __init__(self, config, base=None): + super(Configurator, self).__init__(config) + self.base = base or os.getcwd() + + def configure_custom(self, config): + + def convert(o): + if isinstance(o, (list, tuple)): + result = type(o)([convert(i) for i in o]) + elif isinstance(o, dict): + if '()' in o: + result = self.configure_custom(o) + else: + result = {} + for k in o: + result[k] = convert(o[k]) + else: + result = self.convert(o) + return result + + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + args = config.pop('[]', ()) + if args: + args = tuple([convert(o) for o in args]) + items = [(k, convert(config[k])) for k in config if valid_ident(k)] + kwargs = dict(items) + result = c(*args, **kwargs) + if props: + for n, v in props.items(): + setattr(result, n, convert(v)) + return result + + def __getitem__(self, key): + result = self.config[key] + if isinstance(result, dict) and '()' in result: + self.config[key] = result = self.configure_custom(result) + return result + + def inc_convert(self, value): + """Default converter for the inc:// protocol.""" + if not os.path.isabs(value): + value = os.path.join(self.base, value) + with codecs.open(value, 'r', encoding='utf-8') as f: + result = json.load(f) + return result + + +class SubprocessMixin(object): + """ + Mixin for running subprocesses and capturing their output + """ + + def __init__(self, verbose=False, progress=None): + self.verbose = verbose + self.progress = progress + + def reader(self, stream, context): + """ + Read lines from a subprocess' output stream and either pass to a progress + callable (if specified) or write progress information to sys.stderr. + """ + progress = self.progress + verbose = self.verbose + while True: + s = stream.readline() + if not s: + break + if progress is not None: + progress(s, context) + else: + if not verbose: + sys.stderr.write('.') + else: + sys.stderr.write(s.decode('utf-8')) + sys.stderr.flush() + stream.close() + + def run_command(self, cmd, **kwargs): + p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs) + t1 = threading.Thread(target=self.reader, args=(p.stdout, 'stdout')) + t1.start() + t2 = threading.Thread(target=self.reader, args=(p.stderr, 'stderr')) + t2.start() + p.wait() + t1.join() + t2.join() + if self.progress is not None: + self.progress('done.', 'main') + elif self.verbose: + sys.stderr.write('done.\n') + return p + + +def normalize_name(name): + """Normalize a python package name a la PEP 503""" + # https://www.python.org/dev/peps/pep-0503/#normalized-names + return re.sub('[-_.]+', '-', name).lower() + + +# def _get_pypirc_command(): +# """ +# Get the distutils command for interacting with PyPI configurations. +# :return: the command. +# """ +# from distutils.core import Distribution +# from distutils.config import PyPIRCCommand +# d = Distribution() +# return PyPIRCCommand(d) + + +class PyPIRCFile(object): + + DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' + DEFAULT_REALM = 'pypi' + + def __init__(self, fn=None, url=None): + if fn is None: + fn = os.path.join(os.path.expanduser('~'), '.pypirc') + self.filename = fn + self.url = url + + def read(self): + result = {} + + if os.path.exists(self.filename): + repository = self.url or self.DEFAULT_REPOSITORY + + config = configparser.RawConfigParser() + config.read(self.filename) + sections = config.sections() + if 'distutils' in sections: + # let's get the list of servers + index_servers = config.get('distutils', 'index-servers') + _servers = [server.strip() for server in index_servers.split('\n') if server.strip() != ''] + if _servers == []: + # nothing set, let's try to get the default pypi + if 'pypi' in sections: + _servers = ['pypi'] + else: + for server in _servers: + result = {'server': server} + result['username'] = config.get(server, 'username') + + # optional params + for key, default in (('repository', self.DEFAULT_REPOSITORY), ('realm', self.DEFAULT_REALM), + ('password', None)): + if config.has_option(server, key): + result[key] = config.get(server, key) + else: + result[key] = default + + # work around people having "repository" for the "pypi" + # section of their config set to the HTTP (rather than + # HTTPS) URL + if (server == 'pypi' and repository in (self.DEFAULT_REPOSITORY, 'pypi')): + result['repository'] = self.DEFAULT_REPOSITORY + elif (result['server'] != repository and result['repository'] != repository): + result = {} + elif 'server-login' in sections: + # old format + server = 'server-login' + if config.has_option(server, 'repository'): + repository = config.get(server, 'repository') + else: + repository = self.DEFAULT_REPOSITORY + result = { + 'username': config.get(server, 'username'), + 'password': config.get(server, 'password'), + 'repository': repository, + 'server': server, + 'realm': self.DEFAULT_REALM + } + return result + + def update(self, username, password): + # import pdb; pdb.set_trace() + config = configparser.RawConfigParser() + fn = self.filename + config.read(fn) + if not config.has_section('pypi'): + config.add_section('pypi') + config.set('pypi', 'username', username) + config.set('pypi', 'password', password) + with open(fn, 'w') as f: + config.write(f) + + +def _load_pypirc(index): + """ + Read the PyPI access configuration as supported by distutils. + """ + return PyPIRCFile(url=index.url).read() + + +def _store_pypirc(index): + PyPIRCFile().update(index.username, index.password) + + +# +# get_platform()/get_host_platform() copied from Python 3.10.a0 source, with some minor +# tweaks +# + + +def get_host_platform(): + """Return a string that identifies the current platform. This is used mainly to + distinguish platform-specific build directories and platform-specific built + distributions. Typically includes the OS name and version and the + architecture (as supplied by 'os.uname()'), although the exact information + included depends on the OS; eg. on Linux, the kernel version isn't + particularly important. + + Examples of returned values: + linux-i586 + linux-alpha (?) + solaris-2.6-sun4u + + Windows will return one of: + win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) + win32 (all others - specifically, sys.platform is returned) + + For other non-POSIX platforms, currently just returns 'sys.platform'. + + """ + if os.name == 'nt': + if 'amd64' in sys.version.lower(): + return 'win-amd64' + if '(arm)' in sys.version.lower(): + return 'win-arm32' + if '(arm64)' in sys.version.lower(): + return 'win-arm64' + return sys.platform + + # Set for cross builds explicitly + if "_PYTHON_HOST_PLATFORM" in os.environ: + return os.environ["_PYTHON_HOST_PLATFORM"] + + if os.name != 'posix' or not hasattr(os, 'uname'): + # XXX what about the architecture? NT is Intel or Alpha, + # Mac OS is M68k or PPC, etc. + return sys.platform + + # Try to distinguish various flavours of Unix + + (osname, host, release, version, machine) = os.uname() + + # Convert the OS name to lowercase, remove '/' characters, and translate + # spaces (for "Power Macintosh") + osname = osname.lower().replace('/', '') + machine = machine.replace(' ', '_').replace('/', '-') + + if osname[:5] == 'linux': + # At least on Linux/Intel, 'machine' is the processor -- + # i386, etc. + # XXX what about Alpha, SPARC, etc? + return "%s-%s" % (osname, machine) + + elif osname[:5] == 'sunos': + if release[0] >= '5': # SunOS 5 == Solaris 2 + osname = 'solaris' + release = '%d.%s' % (int(release[0]) - 3, release[2:]) + # We can't use 'platform.architecture()[0]' because a + # bootstrap problem. We use a dict to get an error + # if some suspicious happens. + bitness = {2147483647: '32bit', 9223372036854775807: '64bit'} + machine += '.%s' % bitness[sys.maxsize] + # fall through to standard osname-release-machine representation + elif osname[:3] == 'aix': + from _aix_support import aix_platform + return aix_platform() + elif osname[:6] == 'cygwin': + osname = 'cygwin' + rel_re = re.compile(r'[\d.]+', re.ASCII) + m = rel_re.match(release) + if m: + release = m.group() + elif osname[:6] == 'darwin': + import _osx_support + try: + from distutils import sysconfig + except ImportError: + import sysconfig + osname, release, machine = _osx_support.get_platform_osx(sysconfig.get_config_vars(), osname, release, machine) + + return '%s-%s-%s' % (osname, release, machine) + + +_TARGET_TO_PLAT = { + 'x86': 'win32', + 'x64': 'win-amd64', + 'arm': 'win-arm32', +} + + +def get_platform(): + if os.name != 'nt': + return get_host_platform() + cross_compilation_target = os.environ.get('VSCMD_ARG_TGT_ARCH') + if cross_compilation_target not in _TARGET_TO_PLAT: + return get_host_platform() + return _TARGET_TO_PLAT[cross_compilation_target] diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 0000000..d70a96e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/version.py @@ -0,0 +1,750 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Implementation of a flexible versioning scheme providing support for PEP-440, +setuptools-compatible and semantic versioning. +""" + +import logging +import re + +from .compat import string_types +from .util import parse_requirement + +__all__ = ['NormalizedVersion', 'NormalizedMatcher', + 'LegacyVersion', 'LegacyMatcher', + 'SemanticVersion', 'SemanticMatcher', + 'UnsupportedVersionError', 'get_scheme'] + +logger = logging.getLogger(__name__) + + +class UnsupportedVersionError(ValueError): + """This is an unsupported version.""" + pass + + +class Version(object): + def __init__(self, s): + self._string = s = s.strip() + self._parts = parts = self.parse(s) + assert isinstance(parts, tuple) + assert len(parts) > 0 + + def parse(self, s): + raise NotImplementedError('please implement in a subclass') + + def _check_compatible(self, other): + if type(self) != type(other): + raise TypeError('cannot compare %r and %r' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + def __lt__(self, other): + self._check_compatible(other) + return self._parts < other._parts + + def __gt__(self, other): + return not (self.__lt__(other) or self.__eq__(other)) + + def __le__(self, other): + return self.__lt__(other) or self.__eq__(other) + + def __ge__(self, other): + return self.__gt__(other) or self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self._parts) + + def __repr__(self): + return "%s('%s')" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + @property + def is_prerelease(self): + raise NotImplementedError('Please implement in subclasses.') + + +class Matcher(object): + version_class = None + + # value is either a callable or the name of a method + _operators = { + '<': lambda v, c, p: v < c, + '>': lambda v, c, p: v > c, + '<=': lambda v, c, p: v == c or v < c, + '>=': lambda v, c, p: v == c or v > c, + '==': lambda v, c, p: v == c, + '===': lambda v, c, p: v == c, + # by default, compatible => >=. + '~=': lambda v, c, p: v == c or v > c, + '!=': lambda v, c, p: v != c, + } + + # this is a method only to support alternative implementations + # via overriding + def parse_requirement(self, s): + return parse_requirement(s) + + def __init__(self, s): + if self.version_class is None: + raise ValueError('Please specify a version class') + self._string = s = s.strip() + r = self.parse_requirement(s) + if not r: + raise ValueError('Not valid: %r' % s) + self.name = r.name + self.key = self.name.lower() # for case-insensitive comparisons + clist = [] + if r.constraints: + # import pdb; pdb.set_trace() + for op, s in r.constraints: + if s.endswith('.*'): + if op not in ('==', '!='): + raise ValueError('\'.*\' not allowed for ' + '%r constraints' % op) + # Could be a partial version (e.g. for '2.*') which + # won't parse as a version, so keep it as a string + vn, prefix = s[:-2], True + # Just to check that vn is a valid version + self.version_class(vn) + else: + # Should parse as a version, so we can create an + # instance for the comparison + vn, prefix = self.version_class(s), False + clist.append((op, vn, prefix)) + self._parts = tuple(clist) + + def match(self, version): + """ + Check if the provided version matches the constraints. + + :param version: The version to match against this instance. + :type version: String or :class:`Version` instance. + """ + if isinstance(version, string_types): + version = self.version_class(version) + for operator, constraint, prefix in self._parts: + f = self._operators.get(operator) + if isinstance(f, string_types): + f = getattr(self, f) + if not f: + msg = ('%r not implemented ' + 'for %s' % (operator, self.__class__.__name__)) + raise NotImplementedError(msg) + if not f(version, constraint, prefix): + return False + return True + + @property + def exact_version(self): + result = None + if len(self._parts) == 1 and self._parts[0][0] in ('==', '==='): + result = self._parts[0][1] + return result + + def _check_compatible(self, other): + if type(self) != type(other) or self.name != other.name: + raise TypeError('cannot compare %s and %s' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self.key == other.key and self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self.key) + hash(self._parts) + + def __repr__(self): + return "%s(%r)" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + +PEP440_VERSION_RE = re.compile(r'^v?(\d+!)?(\d+(\.\d+)*)((a|alpha|b|beta|c|rc|pre|preview)(\d+)?)?' + r'(\.(post|r|rev)(\d+)?)?([._-]?(dev)(\d+)?)?' + r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$', re.I) + + +def _pep_440_key(s): + s = s.strip() + m = PEP440_VERSION_RE.match(s) + if not m: + raise UnsupportedVersionError('Not a valid version: %s' % s) + groups = m.groups() + nums = tuple(int(v) for v in groups[1].split('.')) + while len(nums) > 1 and nums[-1] == 0: + nums = nums[:-1] + + if not groups[0]: + epoch = 0 + else: + epoch = int(groups[0][:-1]) + pre = groups[4:6] + post = groups[7:9] + dev = groups[10:12] + local = groups[13] + if pre == (None, None): + pre = () + else: + if pre[1] is None: + pre = pre[0], 0 + else: + pre = pre[0], int(pre[1]) + if post == (None, None): + post = () + else: + if post[1] is None: + post = post[0], 0 + else: + post = post[0], int(post[1]) + if dev == (None, None): + dev = () + else: + if dev[1] is None: + dev = dev[0], 0 + else: + dev = dev[0], int(dev[1]) + if local is None: + local = () + else: + parts = [] + for part in local.split('.'): + # to ensure that numeric compares as > lexicographic, avoid + # comparing them directly, but encode a tuple which ensures + # correct sorting + if part.isdigit(): + part = (1, int(part)) + else: + part = (0, part) + parts.append(part) + local = tuple(parts) + if not pre: + # either before pre-release, or final release and after + if not post and dev: + # before pre-release + pre = ('a', -1) # to sort before a0 + else: + pre = ('z',) # to sort after all pre-releases + # now look at the state of post and dev. + if not post: + post = ('_',) # sort before 'a' + if not dev: + dev = ('final',) + + return epoch, nums, pre, post, dev, local + + +_normalized_key = _pep_440_key + + +class NormalizedVersion(Version): + """A rational version. + + Good: + 1.2 # equivalent to "1.2.0" + 1.2.0 + 1.2a1 + 1.2.3a2 + 1.2.3b1 + 1.2.3c1 + 1.2.3.4 + TODO: fill this out + + Bad: + 1 # minimum two numbers + 1.2a # release level must have a release serial + 1.2.3b + """ + def parse(self, s): + result = _normalized_key(s) + # _normalized_key loses trailing zeroes in the release + # clause, since that's needed to ensure that X.Y == X.Y.0 == X.Y.0.0 + # However, PEP 440 prefix matching needs it: for example, + # (~= 1.4.5.0) matches differently to (~= 1.4.5.0.0). + m = PEP440_VERSION_RE.match(s) # must succeed + groups = m.groups() + self._release_clause = tuple(int(v) for v in groups[1].split('.')) + return result + + PREREL_TAGS = set(['a', 'b', 'c', 'rc', 'dev']) + + @property + def is_prerelease(self): + return any(t[0] in self.PREREL_TAGS for t in self._parts if t) + + +def _match_prefix(x, y): + x = str(x) + y = str(y) + if x == y: + return True + if not x.startswith(y): + return False + n = len(y) + return x[n] == '.' + + +class NormalizedMatcher(Matcher): + version_class = NormalizedVersion + + # value is either a callable or the name of a method + _operators = { + '~=': '_match_compatible', + '<': '_match_lt', + '>': '_match_gt', + '<=': '_match_le', + '>=': '_match_ge', + '==': '_match_eq', + '===': '_match_arbitrary', + '!=': '_match_ne', + } + + def _adjust_local(self, version, constraint, prefix): + if prefix: + strip_local = '+' not in constraint and version._parts[-1] + else: + # both constraint and version are + # NormalizedVersion instances. + # If constraint does not have a local component, + # ensure the version doesn't, either. + strip_local = not constraint._parts[-1] and version._parts[-1] + if strip_local: + s = version._string.split('+', 1)[0] + version = self.version_class(s) + return version, constraint + + def _match_lt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version >= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_gt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version <= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_le(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version <= constraint + + def _match_ge(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version >= constraint + + def _match_eq(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version == constraint) + else: + result = _match_prefix(version, constraint) + return result + + def _match_arbitrary(self, version, constraint, prefix): + return str(version) == str(constraint) + + def _match_ne(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version != constraint) + else: + result = not _match_prefix(version, constraint) + return result + + def _match_compatible(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version == constraint: + return True + if version < constraint: + return False +# if not prefix: +# return True + release_clause = constraint._release_clause + if len(release_clause) > 1: + release_clause = release_clause[:-1] + pfx = '.'.join([str(i) for i in release_clause]) + return _match_prefix(version, pfx) + + +_REPLACEMENTS = ( + (re.compile('[.+-]$'), ''), # remove trailing puncts + (re.compile(r'^[.](\d)'), r'0.\1'), # .N -> 0.N at start + (re.compile('^[.-]'), ''), # remove leading puncts + (re.compile(r'^\((.*)\)$'), r'\1'), # remove parentheses + (re.compile(r'^v(ersion)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile(r'^r(ev)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\b(alfa|apha)\b'), 'alpha'), # misspelt alpha + (re.compile(r'\b(pre-alpha|prealpha)\b'), + 'pre.alpha'), # standardise + (re.compile(r'\(beta\)$'), 'beta'), # remove parentheses +) + +_SUFFIX_REPLACEMENTS = ( + (re.compile('^[:~._+-]+'), ''), # remove leading puncts + (re.compile('[,*")([\\]]'), ''), # remove unwanted chars + (re.compile('[~:+_ -]'), '.'), # replace illegal chars + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\.$'), ''), # trailing '.' +) + +_NUMERIC_PREFIX = re.compile(r'(\d+(\.\d+)*)') + + +def _suggest_semantic_version(s): + """ + Try to suggest a semantic form for a version for which + _suggest_normalized_version couldn't come up with anything. + """ + result = s.strip().lower() + for pat, repl in _REPLACEMENTS: + result = pat.sub(repl, result) + if not result: + result = '0.0.0' + + # Now look for numeric prefix, and separate it out from + # the rest. + # import pdb; pdb.set_trace() + m = _NUMERIC_PREFIX.match(result) + if not m: + prefix = '0.0.0' + suffix = result + else: + prefix = m.groups()[0].split('.') + prefix = [int(i) for i in prefix] + while len(prefix) < 3: + prefix.append(0) + if len(prefix) == 3: + suffix = result[m.end():] + else: + suffix = '.'.join([str(i) for i in prefix[3:]]) + result[m.end():] + prefix = prefix[:3] + prefix = '.'.join([str(i) for i in prefix]) + suffix = suffix.strip() + if suffix: + # import pdb; pdb.set_trace() + # massage the suffix. + for pat, repl in _SUFFIX_REPLACEMENTS: + suffix = pat.sub(repl, suffix) + + if not suffix: + result = prefix + else: + sep = '-' if 'dev' in suffix else '+' + result = prefix + sep + suffix + if not is_semver(result): + result = None + return result + + +def _suggest_normalized_version(s): + """Suggest a normalized version close to the given version string. + + If you have a version string that isn't rational (i.e. NormalizedVersion + doesn't like it) then you might be able to get an equivalent (or close) + rational version from this function. + + This does a number of simple normalizations to the given string, based + on observation of versions currently in use on PyPI. Given a dump of + those version during PyCon 2009, 4287 of them: + - 2312 (53.93%) match NormalizedVersion without change + with the automatic suggestion + - 3474 (81.04%) match when using this suggestion method + + @param s {str} An irrational version string. + @returns A rational version string, or None, if couldn't determine one. + """ + try: + _normalized_key(s) + return s # already rational + except UnsupportedVersionError: + pass + + rs = s.lower() + + # part of this could use maketrans + for orig, repl in (('-alpha', 'a'), ('-beta', 'b'), ('alpha', 'a'), + ('beta', 'b'), ('rc', 'c'), ('-final', ''), + ('-pre', 'c'), + ('-release', ''), ('.release', ''), ('-stable', ''), + ('+', '.'), ('_', '.'), (' ', ''), ('.final', ''), + ('final', '')): + rs = rs.replace(orig, repl) + + # if something ends with dev or pre, we add a 0 + rs = re.sub(r"pre$", r"pre0", rs) + rs = re.sub(r"dev$", r"dev0", rs) + + # if we have something like "b-2" or "a.2" at the end of the + # version, that is probably beta, alpha, etc + # let's remove the dash or dot + rs = re.sub(r"([abc]|rc)[\-\.](\d+)$", r"\1\2", rs) + + # 1.0-dev-r371 -> 1.0.dev371 + # 0.1-dev-r79 -> 0.1.dev79 + rs = re.sub(r"[\-\.](dev)[\-\.]?r?(\d+)$", r".\1\2", rs) + + # Clean: 2.0.a.3, 2.0.b1, 0.9.0~c1 + rs = re.sub(r"[.~]?([abc])\.?", r"\1", rs) + + # Clean: v0.3, v1.0 + if rs.startswith('v'): + rs = rs[1:] + + # Clean leading '0's on numbers. + # TODO: unintended side-effect on, e.g., "2003.05.09" + # PyPI stats: 77 (~2%) better + rs = re.sub(r"\b0+(\d+)(?!\d)", r"\1", rs) + + # Clean a/b/c with no version. E.g. "1.0a" -> "1.0a0". Setuptools infers + # zero. + # PyPI stats: 245 (7.56%) better + rs = re.sub(r"(\d+[abc])$", r"\g<1>0", rs) + + # the 'dev-rNNN' tag is a dev tag + rs = re.sub(r"\.?(dev-r|dev\.r)\.?(\d+)$", r".dev\2", rs) + + # clean the - when used as a pre delimiter + rs = re.sub(r"-(a|b|c)(\d+)$", r"\1\2", rs) + + # a terminal "dev" or "devel" can be changed into ".dev0" + rs = re.sub(r"[\.\-](dev|devel)$", r".dev0", rs) + + # a terminal "dev" can be changed into ".dev0" + rs = re.sub(r"(?![\.\-])dev$", r".dev0", rs) + + # a terminal "final" or "stable" can be removed + rs = re.sub(r"(final|stable)$", "", rs) + + # The 'r' and the '-' tags are post release tags + # 0.4a1.r10 -> 0.4a1.post10 + # 0.9.33-17222 -> 0.9.33.post17222 + # 0.9.33-r17222 -> 0.9.33.post17222 + rs = re.sub(r"\.?(r|-|-r)\.?(\d+)$", r".post\2", rs) + + # Clean 'r' instead of 'dev' usage: + # 0.9.33+r17222 -> 0.9.33.dev17222 + # 1.0dev123 -> 1.0.dev123 + # 1.0.git123 -> 1.0.dev123 + # 1.0.bzr123 -> 1.0.dev123 + # 0.1a0dev.123 -> 0.1a0.dev123 + # PyPI stats: ~150 (~4%) better + rs = re.sub(r"\.?(dev|git|bzr)\.?(\d+)$", r".dev\2", rs) + + # Clean '.pre' (normalized from '-pre' above) instead of 'c' usage: + # 0.2.pre1 -> 0.2c1 + # 0.2-c1 -> 0.2c1 + # 1.0preview123 -> 1.0c123 + # PyPI stats: ~21 (0.62%) better + rs = re.sub(r"\.?(pre|preview|-c)(\d+)$", r"c\g<2>", rs) + + # Tcl/Tk uses "px" for their post release markers + rs = re.sub(r"p(\d+)$", r".post\1", rs) + + try: + _normalized_key(rs) + except UnsupportedVersionError: + rs = None + return rs + +# +# Legacy version processing (distribute-compatible) +# + + +_VERSION_PART = re.compile(r'([a-z]+|\d+|[\.-])', re.I) +_VERSION_REPLACE = { + 'pre': 'c', + 'preview': 'c', + '-': 'final-', + 'rc': 'c', + 'dev': '@', + '': None, + '.': None, +} + + +def _legacy_key(s): + def get_parts(s): + result = [] + for p in _VERSION_PART.split(s.lower()): + p = _VERSION_REPLACE.get(p, p) + if p: + if '0' <= p[:1] <= '9': + p = p.zfill(8) + else: + p = '*' + p + result.append(p) + result.append('*final') + return result + + result = [] + for p in get_parts(s): + if p.startswith('*'): + if p < '*final': + while result and result[-1] == '*final-': + result.pop() + while result and result[-1] == '00000000': + result.pop() + result.append(p) + return tuple(result) + + +class LegacyVersion(Version): + def parse(self, s): + return _legacy_key(s) + + @property + def is_prerelease(self): + result = False + for x in self._parts: + if (isinstance(x, string_types) and x.startswith('*') and x < '*final'): + result = True + break + return result + + +class LegacyMatcher(Matcher): + version_class = LegacyVersion + + _operators = dict(Matcher._operators) + _operators['~='] = '_match_compatible' + + numeric_re = re.compile(r'^(\d+(\.\d+)*)') + + def _match_compatible(self, version, constraint, prefix): + if version < constraint: + return False + m = self.numeric_re.match(str(constraint)) + if not m: + logger.warning('Cannot compute compatible match for version %s ' + ' and constraint %s', version, constraint) + return True + s = m.groups()[0] + if '.' in s: + s = s.rsplit('.', 1)[0] + return _match_prefix(version, s) + +# +# Semantic versioning +# + + +_SEMVER_RE = re.compile(r'^(\d+)\.(\d+)\.(\d+)' + r'(-[a-z0-9]+(\.[a-z0-9-]+)*)?' + r'(\+[a-z0-9]+(\.[a-z0-9-]+)*)?$', re.I) + + +def is_semver(s): + return _SEMVER_RE.match(s) + + +def _semantic_key(s): + def make_tuple(s, absent): + if s is None: + result = (absent,) + else: + parts = s[1:].split('.') + # We can't compare ints and strings on Python 3, so fudge it + # by zero-filling numeric values so simulate a numeric comparison + result = tuple([p.zfill(8) if p.isdigit() else p for p in parts]) + return result + + m = is_semver(s) + if not m: + raise UnsupportedVersionError(s) + groups = m.groups() + major, minor, patch = [int(i) for i in groups[:3]] + # choose the '|' and '*' so that versions sort correctly + pre, build = make_tuple(groups[3], '|'), make_tuple(groups[5], '*') + return (major, minor, patch), pre, build + + +class SemanticVersion(Version): + def parse(self, s): + return _semantic_key(s) + + @property + def is_prerelease(self): + return self._parts[1][0] != '|' + + +class SemanticMatcher(Matcher): + version_class = SemanticVersion + + +class VersionScheme(object): + def __init__(self, key, matcher, suggester=None): + self.key = key + self.matcher = matcher + self.suggester = suggester + + def is_valid_version(self, s): + try: + self.matcher.version_class(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_matcher(self, s): + try: + self.matcher(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_constraint_list(self, s): + """ + Used for processing some metadata fields + """ + # See issue #140. Be tolerant of a single trailing comma. + if s.endswith(','): + s = s[:-1] + return self.is_valid_matcher('dummy_name (%s)' % s) + + def suggest(self, s): + if self.suggester is None: + result = None + else: + result = self.suggester(s) + return result + + +_SCHEMES = { + 'normalized': VersionScheme(_normalized_key, NormalizedMatcher, + _suggest_normalized_version), + 'legacy': VersionScheme(_legacy_key, LegacyMatcher, lambda self, s: s), + 'semantic': VersionScheme(_semantic_key, SemanticMatcher, + _suggest_semantic_version), +} + +_SCHEMES['default'] = _SCHEMES['normalized'] + + +def get_scheme(name): + if name not in _SCHEMES: + raise ValueError('unknown scheme name: %r' % name) + return _SCHEMES[name] diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/w32.exe b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/w32.exe new file mode 100644 index 0000000000000000000000000000000000000000..4ee2d3a31b59e8b50f433ecdf0be9e496e8cc3b8 GIT binary patch literal 91648 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/w64-arm.exe b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/w64-arm.exe new file mode 100644 index 0000000000000000000000000000000000000000..951d5817c9e6d81c94a173a0d9fead7f1f143331 GIT binary patch literal 168448 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/distlib/w64.exe b/venv/lib/python3.10/site-packages/pip/_vendor/distlib/w64.exe new file mode 100644 index 0000000000000000000000000000000000000000..5763076d2878093971a0ef9870e1cde7f556b18b GIT binary patch literal 101888 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

                                          # pre-release
+            [-_\.]?
+            (?Palpha|a|beta|b|preview|pre|c|rc)
+            [-_\.]?
+            (?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
+"""
+
+VERSION_PATTERN = _VERSION_PATTERN
+"""
+A string containing the regular expression used to match a valid version.
+
+The pattern is not anchored at either end, and is intended for embedding in larger
+expressions (for example, matching a version number as part of a file name). The
+regular expression should be compiled with the ``re.VERBOSE`` and ``re.IGNORECASE``
+flags set.
+
+:meta hide-value:
+"""
+
+
+class Version(_BaseVersion):
+    """This class abstracts handling of a project's versions.
+
+    A :class:`Version` instance is comparison aware and can be compared and
+    sorted using the standard Python interfaces.
+
+    >>> v1 = Version("1.0a5")
+    >>> v2 = Version("1.0")
+    >>> v1
+    
+    >>> v2
+    
+    >>> v1 < v2
+    True
+    >>> v1 == v2
+    False
+    >>> v1 > v2
+    False
+    >>> v1 >= v2
+    False
+    >>> v1 <= v2
+    True
+    """
+
+    _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE)
+    _key: CmpKey
+
+    def __init__(self, version: str) -> None:
+        """Initialize a Version object.
+
+        :param version:
+            The string representation of a version which will be parsed and normalized
+            before use.
+        :raises InvalidVersion:
+            If the ``version`` does not conform to PEP 440 in any way then this
+            exception will be raised.
+        """
+
+        # Validate the version and parse it into pieces
+        match = self._regex.search(version)
+        if not match:
+            raise InvalidVersion(f"Invalid version: {version!r}")
+
+        # 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:
+        """A representation of the Version that shows all internal state.
+
+        >>> Version('1.0.0')
+        
+        """
+        return f""
+
+    def __str__(self) -> str:
+        """A string representation of the version that can be round-tripped.
+
+        >>> str(Version("1.0a5"))
+        '1.0a5'
+        """
+        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:
+        """The epoch of the version.
+
+        >>> Version("2.0.0").epoch
+        0
+        >>> Version("1!2.0.0").epoch
+        1
+        """
+        return self._version.epoch
+
+    @property
+    def release(self) -> tuple[int, ...]:
+        """The components of the "release" segment of the version.
+
+        >>> Version("1.2.3").release
+        (1, 2, 3)
+        >>> Version("2.0.0").release
+        (2, 0, 0)
+        >>> Version("1!2.0.0.post0").release
+        (2, 0, 0)
+
+        Includes trailing zeroes but not the epoch or any pre-release / development /
+        post-release suffixes.
+        """
+        return self._version.release
+
+    @property
+    def pre(self) -> tuple[str, int] | None:
+        """The pre-release segment of the version.
+
+        >>> print(Version("1.2.3").pre)
+        None
+        >>> Version("1.2.3a1").pre
+        ('a', 1)
+        >>> Version("1.2.3b1").pre
+        ('b', 1)
+        >>> Version("1.2.3rc1").pre
+        ('rc', 1)
+        """
+        return self._version.pre
+
+    @property
+    def post(self) -> int | None:
+        """The post-release number of the version.
+
+        >>> print(Version("1.2.3").post)
+        None
+        >>> Version("1.2.3.post1").post
+        1
+        """
+        return self._version.post[1] if self._version.post else None
+
+    @property
+    def dev(self) -> int | None:
+        """The development number of the version.
+
+        >>> print(Version("1.2.3").dev)
+        None
+        >>> Version("1.2.3.dev1").dev
+        1
+        """
+        return self._version.dev[1] if self._version.dev else None
+
+    @property
+    def local(self) -> str | None:
+        """The local version segment of the version.
+
+        >>> print(Version("1.2.3").local)
+        None
+        >>> Version("1.2.3+abc").local
+        'abc'
+        """
+        if self._version.local:
+            return ".".join(str(x) for x in self._version.local)
+        else:
+            return None
+
+    @property
+    def public(self) -> str:
+        """The public portion of the version.
+
+        >>> Version("1.2.3").public
+        '1.2.3'
+        >>> Version("1.2.3+abc").public
+        '1.2.3'
+        >>> Version("1!1.2.3dev1+abc").public
+        '1!1.2.3.dev1'
+        """
+        return str(self).split("+", 1)[0]
+
+    @property
+    def base_version(self) -> str:
+        """The "base version" of the version.
+
+        >>> Version("1.2.3").base_version
+        '1.2.3'
+        >>> Version("1.2.3+abc").base_version
+        '1.2.3'
+        >>> Version("1!1.2.3dev1+abc").base_version
+        '1!1.2.3'
+
+        The "base version" is the public version of the project without any pre or post
+        release markers.
+        """
+        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:
+        """Whether this version is a pre-release.
+
+        >>> Version("1.2.3").is_prerelease
+        False
+        >>> Version("1.2.3a1").is_prerelease
+        True
+        >>> Version("1.2.3b1").is_prerelease
+        True
+        >>> Version("1.2.3rc1").is_prerelease
+        True
+        >>> Version("1.2.3dev1").is_prerelease
+        True
+        """
+        return self.dev is not None or self.pre is not None
+
+    @property
+    def is_postrelease(self) -> bool:
+        """Whether this version is a post-release.
+
+        >>> Version("1.2.3").is_postrelease
+        False
+        >>> Version("1.2.3.post1").is_postrelease
+        True
+        """
+        return self.post is not None
+
+    @property
+    def is_devrelease(self) -> bool:
+        """Whether this version is a development release.
+
+        >>> Version("1.2.3").is_devrelease
+        False
+        >>> Version("1.2.3.dev1").is_devrelease
+        True
+        """
+        return self.dev is not None
+
+    @property
+    def major(self) -> int:
+        """The first item of :attr:`release` or ``0`` if unavailable.
+
+        >>> Version("1.2.3").major
+        1
+        """
+        return self.release[0] if len(self.release) >= 1 else 0
+
+    @property
+    def minor(self) -> int:
+        """The second item of :attr:`release` or ``0`` if unavailable.
+
+        >>> Version("1.2.3").minor
+        2
+        >>> Version("1").minor
+        0
+        """
+        return self.release[1] if len(self.release) >= 2 else 0
+
+    @property
+    def micro(self) -> int:
+        """The third item of :attr:`release` or ``0`` if unavailable.
+
+        >>> Version("1.2.3").micro
+        3
+        >>> Version("1").micro
+        0
+        """
+        return self.release[2] if len(self.release) >= 3 else 0
+
+
+class _TrimmedRelease(Version):
+    @property
+    def release(self) -> tuple[int, ...]:
+        """
+        Release segment without any trailing zeros.
+
+        >>> _TrimmedRelease('1.0.0').release
+        (1,)
+        >>> _TrimmedRelease('0.0').release
+        (0,)
+        """
+        rel = super().release
+        nonzeros = (index for index, val in enumerate(rel) if val)
+        last_nonzero = max(nonzeros, default=0)
+        return rel[: last_nonzero + 1]
+
+
+def _parse_letter_version(
+    letter: str | None, number: str | bytes | SupportsInt | None
+) -> tuple[str, int] | None:
+    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)
+
+    assert not letter
+    if 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 | None) -> LocalType | None:
+    """
+    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: tuple[str, int] | None,
+    post: tuple[str, int] | None,
+    dev: tuple[str, int] | None,
+    local: LocalType | None,
+) -> 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: CmpPrePostDevType = 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: CmpPrePostDevType = NegativeInfinity
+
+    else:
+        _post = post
+
+    # Versions without a development segment should sort after those with one.
+    if dev is None:
+        _dev: CmpPrePostDevType = Infinity
+
+    else:
+        _dev = dev
+
+    if local is None:
+        # Versions without a local segment should sort before those with one.
+        _local: CmpLocalType = NegativeInfinity
+    else:
+        # Versions with a local segment need that segment parsed to implement
+        # the sorting rules in PEP440.
+        # - Alpha numeric segments sort before numeric segments
+        # - Alpha numeric segments sort lexicographically
+        # - Numeric segments sort numerically
+        # - Shorter versions sort before longer versions when the prefixes
+        #   match exactly
+        _local = tuple(
+            (i, "") if isinstance(i, int) else (NegativeInfinity, i) for i in local
+        )
+
+    return epoch, _release, _pre, _post, _dev, _local
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py
new file mode 100644
index 0000000..57ce7f1
--- /dev/null
+++ b/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py
@@ -0,0 +1,3676 @@
+# TODO: Add Generic type annotations to initialized collections.
+# For now we'd simply use implicit Any/Unknown which would add redundant annotations
+# mypy: disable-error-code="var-annotated"
+"""
+Package resource API
+--------------------
+
+A resource is a logical file contained within a package, or a logical
+subdirectory thereof.  The package resource API expects resource names
+to have their path parts separated with ``/``, *not* whatever the local
+path separator is.  Do not use os.path operations to manipulate resource
+names being passed into the API.
+
+The package resource API is designed to work with normal filesystem packages,
+.egg files, and unpacked .egg files.  It can also work in a limited way with
+.zip files and with custom PEP 302 loaders that support the ``get_data()``
+method.
+
+This module is deprecated. Users are directed to :mod:`importlib.resources`,
+:mod:`importlib.metadata` and :pypi:`packaging` instead.
+"""
+
+from __future__ import annotations
+
+import sys
+
+if sys.version_info < (3, 8):  # noqa: UP036 # Check for unsupported versions
+    raise RuntimeError("Python 3.8 or later is required")
+
+import os
+import io
+import time
+import re
+import types
+from typing import (
+    Any,
+    Literal,
+    Dict,
+    Iterator,
+    Mapping,
+    MutableSequence,
+    NamedTuple,
+    NoReturn,
+    Tuple,
+    Union,
+    TYPE_CHECKING,
+    Protocol,
+    Callable,
+    Iterable,
+    TypeVar,
+    overload,
+)
+import zipfile
+import zipimport
+import warnings
+import stat
+import functools
+import pkgutil
+import operator
+import platform
+import collections
+import plistlib
+import email.parser
+import errno
+import tempfile
+import textwrap
+import inspect
+import ntpath
+import posixpath
+import importlib
+import importlib.abc
+import importlib.machinery
+from pkgutil import get_importer
+
+import _imp
+
+# capture these to bypass sandboxing
+from os import utime
+from os import open as os_open
+from os.path import isdir, split
+
+try:
+    from os import mkdir, rename, unlink
+
+    WRITE_SUPPORT = True
+except ImportError:
+    # no write support, probably under GAE
+    WRITE_SUPPORT = False
+
+from pip._internal.utils._jaraco_text import (
+    yield_lines,
+    drop_comment,
+    join_continuation,
+)
+from pip._vendor.packaging import markers as _packaging_markers
+from pip._vendor.packaging import requirements as _packaging_requirements
+from pip._vendor.packaging import utils as _packaging_utils
+from pip._vendor.packaging import version as _packaging_version
+from pip._vendor.platformdirs import user_cache_dir as _user_cache_dir
+
+if TYPE_CHECKING:
+    from _typeshed import BytesPath, StrPath, StrOrBytesPath
+    from pip._vendor.typing_extensions import Self
+
+
+# Patch: Remove deprecation warning from vendored pkg_resources.
+# Setting PYTHONWARNINGS=error to verify builds produce no warnings
+# causes immediate exceptions.
+# See https://github.com/pypa/pip/issues/12243
+
+
+_T = TypeVar("_T")
+_DistributionT = TypeVar("_DistributionT", bound="Distribution")
+# Type aliases
+_NestedStr = Union[str, Iterable[Union[str, Iterable["_NestedStr"]]]]
+_InstallerTypeT = Callable[["Requirement"], "_DistributionT"]
+_InstallerType = Callable[["Requirement"], Union["Distribution", None]]
+_PkgReqType = Union[str, "Requirement"]
+_EPDistType = Union["Distribution", _PkgReqType]
+_MetadataType = Union["IResourceProvider", None]
+_ResolvedEntryPoint = Any  # Can be any attribute in the module
+_ResourceStream = Any  # TODO / Incomplete: A readable file-like object
+# Any object works, but let's indicate we expect something like a module (optionally has __loader__ or __file__)
+_ModuleLike = Union[object, types.ModuleType]
+# Any: Should be _ModuleLike but we end up with issues where _ModuleLike doesn't have _ZipLoaderModule's __loader__
+_ProviderFactoryType = Callable[[Any], "IResourceProvider"]
+_DistFinderType = Callable[[_T, str, bool], Iterable["Distribution"]]
+_NSHandlerType = Callable[[_T, str, str, types.ModuleType], Union[str, None]]
+_AdapterT = TypeVar(
+    "_AdapterT", _DistFinderType[Any], _ProviderFactoryType, _NSHandlerType[Any]
+)
+
+
+# Use _typeshed.importlib.LoaderProtocol once available https://github.com/python/typeshed/pull/11890
+class _LoaderProtocol(Protocol):
+    def load_module(self, fullname: str, /) -> types.ModuleType: ...
+
+
+class _ZipLoaderModule(Protocol):
+    __loader__: zipimport.zipimporter
+
+
+_PEP440_FALLBACK = re.compile(r"^v?(?P(?:[0-9]+!)?[0-9]+(?:\.[0-9]+)*)", re.I)
+
+
+class PEP440Warning(RuntimeWarning):
+    """
+    Used when there is an issue with a version or specifier not complying with
+    PEP 440.
+    """
+
+
+parse_version = _packaging_version.Version
+
+
+_state_vars: dict[str, str] = {}
+
+
+def _declare_state(vartype: str, varname: str, initial_value: _T) -> _T:
+    _state_vars[varname] = vartype
+    return initial_value
+
+
+def __getstate__() -> dict[str, Any]:
+    state = {}
+    g = globals()
+    for k, v in _state_vars.items():
+        state[k] = g['_sget_' + v](g[k])
+    return state
+
+
+def __setstate__(state: dict[str, Any]) -> dict[str, Any]:
+    g = globals()
+    for k, v in state.items():
+        g['_sset_' + _state_vars[k]](k, g[k], v)
+    return state
+
+
+def _sget_dict(val):
+    return val.copy()
+
+
+def _sset_dict(key, ob, state):
+    ob.clear()
+    ob.update(state)
+
+
+def _sget_object(val):
+    return val.__getstate__()
+
+
+def _sset_object(key, ob, state):
+    ob.__setstate__(state)
+
+
+_sget_none = _sset_none = lambda *args: None
+
+
+def get_supported_platform():
+    """Return this platform's maximum compatible version.
+
+    distutils.util.get_platform() normally reports the minimum version
+    of macOS that would be required to *use* extensions produced by
+    distutils.  But what we want when checking compatibility is to know the
+    version of macOS that we are *running*.  To allow usage of packages that
+    explicitly require a newer version of macOS, we must also know the
+    current version of the OS.
+
+    If this condition occurs for any other platform with a version in its
+    platform strings, this function should be extended accordingly.
+    """
+    plat = get_build_platform()
+    m = macosVersionString.match(plat)
+    if m is not None and sys.platform == "darwin":
+        try:
+            plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
+        except ValueError:
+            # not macOS
+            pass
+    return plat
+
+
+__all__ = [
+    # Basic resource access and distribution/entry point discovery
+    'require',
+    'run_script',
+    'get_provider',
+    'get_distribution',
+    'load_entry_point',
+    'get_entry_map',
+    'get_entry_info',
+    'iter_entry_points',
+    'resource_string',
+    'resource_stream',
+    'resource_filename',
+    'resource_listdir',
+    'resource_exists',
+    'resource_isdir',
+    # Environmental control
+    'declare_namespace',
+    'working_set',
+    'add_activation_listener',
+    'find_distributions',
+    'set_extraction_path',
+    'cleanup_resources',
+    'get_default_cache',
+    # Primary implementation classes
+    'Environment',
+    'WorkingSet',
+    'ResourceManager',
+    'Distribution',
+    'Requirement',
+    'EntryPoint',
+    # Exceptions
+    'ResolutionError',
+    'VersionConflict',
+    'DistributionNotFound',
+    'UnknownExtra',
+    'ExtractionError',
+    # Warnings
+    'PEP440Warning',
+    # Parsing functions and string utilities
+    'parse_requirements',
+    'parse_version',
+    'safe_name',
+    'safe_version',
+    'get_platform',
+    'compatible_platforms',
+    'yield_lines',
+    'split_sections',
+    'safe_extra',
+    'to_filename',
+    'invalid_marker',
+    'evaluate_marker',
+    # filesystem utilities
+    'ensure_directory',
+    'normalize_path',
+    # Distribution "precedence" constants
+    'EGG_DIST',
+    'BINARY_DIST',
+    'SOURCE_DIST',
+    'CHECKOUT_DIST',
+    'DEVELOP_DIST',
+    # "Provider" interfaces, implementations, and registration/lookup APIs
+    'IMetadataProvider',
+    'IResourceProvider',
+    'FileMetadata',
+    'PathMetadata',
+    'EggMetadata',
+    'EmptyProvider',
+    'empty_provider',
+    'NullProvider',
+    'EggProvider',
+    'DefaultProvider',
+    'ZipProvider',
+    'register_finder',
+    'register_namespace_handler',
+    'register_loader_type',
+    'fixup_namespace_packages',
+    'get_importer',
+    # Warnings
+    'PkgResourcesDeprecationWarning',
+    # Deprecated/backward compatibility only
+    'run_main',
+    'AvailableDistributions',
+]
+
+
+class ResolutionError(Exception):
+    """Abstract base for dependency resolution errors"""
+
+    def __repr__(self):
+        return self.__class__.__name__ + repr(self.args)
+
+
+class VersionConflict(ResolutionError):
+    """
+    An already-installed version conflicts with the requested version.
+
+    Should be initialized with the installed Distribution and the requested
+    Requirement.
+    """
+
+    _template = "{self.dist} is installed but {self.req} is required"
+
+    @property
+    def dist(self) -> Distribution:
+        return self.args[0]
+
+    @property
+    def req(self) -> Requirement:
+        return self.args[1]
+
+    def report(self):
+        return self._template.format(**locals())
+
+    def with_context(self, required_by: set[Distribution | str]):
+        """
+        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) -> set[str]:
+        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) -> Requirement:
+        return self.args[0]
+
+    @property
+    def requirers(self) -> set[str] | None:
+        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: dict[type[_ModuleLike], _ProviderFactoryType] = {}
+
+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: type[_ModuleLike], provider_factory: _ProviderFactoryType
+):
+    """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
+
+
+@overload
+def get_provider(moduleOrReq: str) -> IResourceProvider: ...
+@overload
+def get_provider(moduleOrReq: Requirement) -> Distribution: ...
+def get_provider(moduleOrReq: str | Requirement) -> IResourceProvider | Distribution:
+    """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)
+
+
+@functools.lru_cache(maxsize=None)
+def _macos_vers():
+    version = platform.mac_ver()[0]
+    # fallback for MacPorts
+    if version == '':
+        plist = '/System/Library/CoreServices/SystemVersion.plist'
+        if os.path.exists(plist):
+            with open(plist, 'rb') as fh:
+                plist_content = plistlib.load(fh)
+            if 'ProductVersion' in plist_content:
+                version = plist_content['ProductVersion']
+    return version.split('.')
+
+
+def _macos_arch(machine):
+    return {'PowerPC': 'ppc', 'Power_Macintosh': 'ppc'}.get(machine, machine)
+
+
+def get_build_platform():
+    """Return this platform's string for platform-specific distributions
+
+    XXX Currently this is the same as ``distutils.util.get_platform()``, but it
+    needs some hacks for Linux and macOS.
+    """
+    from sysconfig import get_platform
+
+    plat = get_platform()
+    if sys.platform == "darwin" and not plat.startswith('macosx-'):
+        try:
+            version = _macos_vers()
+            machine = os.uname()[4].replace(" ", "_")
+            return "macosx-%d.%d-%s" % (
+                int(version[0]),
+                int(version[1]),
+                _macos_arch(machine),
+            )
+        except ValueError:
+            # if someone is running a non-Mac darwin system, this will fall
+            # through to the default implementation
+            pass
+    return plat
+
+
+macosVersionString = re.compile(r"macosx-(\d+)\.(\d+)-(.*)")
+darwinVersionString = re.compile(r"darwin-(\d+)\.(\d+)\.(\d+)-(.*)")
+# XXX backward compat
+get_platform = get_build_platform
+
+
+def compatible_platforms(provided: str | None, required: str | None):
+    """Can code for the `provided` platform run on the `required` platform?
+
+    Returns true if either platform is ``None``, or the platforms are equal.
+
+    XXX Needs compatibility checks for Linux and other unixy OSes.
+    """
+    if provided is None or required is None or provided == required:
+        # easy case
+        return True
+
+    # macOS special cases
+    reqMac = macosVersionString.match(required)
+    if reqMac:
+        provMac = macosVersionString.match(provided)
+
+        # is this a Mac package?
+        if not provMac:
+            # this is backwards compatibility for packages built before
+            # setuptools 0.6. All packages built after this point will
+            # use the new macOS designation.
+            provDarwin = darwinVersionString.match(provided)
+            if provDarwin:
+                dversion = int(provDarwin.group(1))
+                macosversion = "%s.%s" % (reqMac.group(1), reqMac.group(2))
+                if (
+                    dversion == 7
+                    and macosversion >= "10.3"
+                    or dversion == 8
+                    and macosversion >= "10.4"
+                ):
+                    return True
+            # egg isn't macOS or legacy darwin
+            return False
+
+        # are they the same major version and machine type?
+        if provMac.group(1) != reqMac.group(1) or provMac.group(3) != reqMac.group(3):
+            return False
+
+        # is the required OS major update >= the provided one?
+        if int(provMac.group(2)) > int(reqMac.group(2)):
+            return False
+
+        return True
+
+    # XXX Linux and other platforms' special cases should go here
+    return False
+
+
+@overload
+def get_distribution(dist: _DistributionT) -> _DistributionT: ...
+@overload
+def get_distribution(dist: _PkgReqType) -> Distribution: ...
+def get_distribution(dist: Distribution | _PkgReqType) -> Distribution:
+    """Return a current distribution object for a Requirement or string"""
+    if isinstance(dist, str):
+        dist = Requirement.parse(dist)
+    if isinstance(dist, Requirement):
+        # Bad type narrowing, dist has to be a Requirement here, so get_provider has to return Distribution
+        dist = get_provider(dist)  # type: ignore[assignment]
+    if not isinstance(dist, Distribution):
+        raise TypeError("Expected str, Requirement, or Distribution", dist)
+    return dist
+
+
+def load_entry_point(dist: _EPDistType, group: str, name: str) -> _ResolvedEntryPoint:
+    """Return `name` entry point of `group` for `dist` or raise ImportError"""
+    return get_distribution(dist).load_entry_point(group, name)
+
+
+@overload
+def get_entry_map(
+    dist: _EPDistType, group: None = None
+) -> dict[str, dict[str, EntryPoint]]: ...
+@overload
+def get_entry_map(dist: _EPDistType, group: str) -> dict[str, EntryPoint]: ...
+def get_entry_map(dist: _EPDistType, group: str | None = 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: _EPDistType, group: str, name: str):
+    """Return the EntryPoint object for `group`+`name`, or ``None``"""
+    return get_distribution(dist).get_entry_info(group, name)
+
+
+class IMetadataProvider(Protocol):
+    def has_metadata(self, name: str) -> bool:
+        """Does the package's distribution contain the named metadata?"""
+
+    def get_metadata(self, name: str) -> str:
+        """The named metadata resource as a string"""
+
+    def get_metadata_lines(self, name: str) -> Iterator[str]:
+        """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(self, name: str) -> bool:
+        """Is the named metadata a directory?  (like ``os.path.isdir()``)"""
+
+    def metadata_listdir(self, name: str) -> list[str]:
+        """List of metadata names in the directory (like ``os.listdir()``)"""
+
+    def run_script(self, script_name: str, namespace: dict[str, Any]) -> None:
+        """Execute the named script in the supplied namespace dictionary"""
+
+
+class IResourceProvider(IMetadataProvider, Protocol):
+    """An object that provides access to package resources"""
+
+    def get_resource_filename(
+        self, manager: ResourceManager, resource_name: str
+    ) -> str:
+        """Return a true filesystem path for `resource_name`
+
+        `manager` must be a ``ResourceManager``"""
+
+    def get_resource_stream(
+        self, manager: ResourceManager, resource_name: str
+    ) -> _ResourceStream:
+        """Return a readable file-like object for `resource_name`
+
+        `manager` must be a ``ResourceManager``"""
+
+    def get_resource_string(
+        self, manager: ResourceManager, resource_name: str
+    ) -> bytes:
+        """Return the contents of `resource_name` as :obj:`bytes`
+
+        `manager` must be a ``ResourceManager``"""
+
+    def has_resource(self, resource_name: str) -> bool:
+        """Does the package contain the named resource?"""
+
+    def resource_isdir(self, resource_name: str) -> bool:
+        """Is the named resource a directory?  (like ``os.path.isdir()``)"""
+
+    def resource_listdir(self, resource_name: str) -> list[str]:
+        """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: Iterable[str] | None = None):
+        """Create working set from list of path entries (default=sys.path)"""
+        self.entries: list[str] = []
+        self.entry_keys = {}
+        self.by_key = {}
+        self.normalized_to_canonical_keys = {}
+        self.callbacks = []
+
+        if entries is None:
+            entries = sys.path
+
+        for entry in entries:
+            self.add_entry(entry)
+
+    @classmethod
+    def _build_master(cls):
+        """
+        Prepare the master working set.
+        """
+        ws = cls()
+        try:
+            from __main__ import __requires__
+        except ImportError:
+            # The main program does not list any requirements
+            return ws
+
+        # ensure the requirements are met
+        try:
+            ws.require(__requires__)
+        except VersionConflict:
+            return cls._build_from_requirements(__requires__)
+
+        return ws
+
+    @classmethod
+    def _build_from_requirements(cls, req_spec):
+        """
+        Build a working set from a requirement spec. Rewrites sys.path.
+        """
+        # try it without defaults already on sys.path
+        # by starting with an empty path
+        ws = cls([])
+        reqs = parse_requirements(req_spec)
+        dists = ws.resolve(reqs, Environment())
+        for dist in dists:
+            ws.add(dist)
+
+        # add any missing entries from sys.path
+        for entry in sys.path:
+            if entry not in ws.entries:
+                ws.add_entry(entry)
+
+        # then copy back to sys.path
+        sys.path[:] = ws.entries
+        return ws
+
+    def add_entry(self, entry: str):
+        """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: Distribution) -> bool:
+        """True if `dist` is the active distribution for its project"""
+        return self.by_key.get(dist.key) == dist
+
+    def find(self, req: Requirement) -> Distribution | None:
+        """Find a distribution matching requirement `req`
+
+        If there is an active distribution for the requested project, this
+        returns it as long as it meets the version requirement specified by
+        `req`.  But, if there is an active distribution for the project and it
+        does *not* meet the `req` requirement, ``VersionConflict`` is raised.
+        If there is no active distribution for the requested project, ``None``
+        is returned.
+        """
+        dist = self.by_key.get(req.key)
+
+        if dist is None:
+            canonical_key = self.normalized_to_canonical_keys.get(req.key)
+
+            if canonical_key is not None:
+                req.key = canonical_key
+                dist = self.by_key.get(canonical_key)
+
+        if dist is not None and dist not in req:
+            # XXX add more info
+            raise VersionConflict(dist, req)
+        return dist
+
+    def iter_entry_points(self, group: str, name: str | None = 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: str, script_name: str):
+        """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) -> Iterator[Distribution]:
+        """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 = set()
+        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.add(key)
+                    yield self.by_key[key]
+
+    def add(
+        self,
+        dist: Distribution,
+        entry: str | None = None,
+        insert: bool = True,
+        replace: bool = False,
+    ):
+        """Add `dist` to working set, associated with `entry`
+
+        If `entry` is unspecified, it defaults to the ``.location`` of `dist`.
+        On exit from this routine, `entry` is added to the end of the working
+        set's ``.entries`` (if it wasn't already present).
+
+        `dist` is only added to the working set if it's for a project that
+        doesn't already have a distribution in the set, unless `replace=True`.
+        If it's added, any callbacks registered with the ``subscribe()`` method
+        will be called.
+        """
+        if insert:
+            dist.insert_on(self.entries, entry, replace=replace)
+
+        if entry is None:
+            entry = dist.location
+        keys = self.entry_keys.setdefault(entry, [])
+        keys2 = self.entry_keys.setdefault(dist.location, [])
+        if not replace and dist.key in self.by_key:
+            # ignore hidden distros
+            return
+
+        self.by_key[dist.key] = dist
+        normalized_name = _packaging_utils.canonicalize_name(dist.key)
+        self.normalized_to_canonical_keys[normalized_name] = dist.key
+        if dist.key not in keys:
+            keys.append(dist.key)
+        if dist.key not in keys2:
+            keys2.append(dist.key)
+        self._added_new(dist)
+
+    @overload
+    def resolve(
+        self,
+        requirements: Iterable[Requirement],
+        env: Environment | None,
+        installer: _InstallerTypeT[_DistributionT],
+        replace_conflicting: bool = False,
+        extras: tuple[str, ...] | None = None,
+    ) -> list[_DistributionT]: ...
+    @overload
+    def resolve(
+        self,
+        requirements: Iterable[Requirement],
+        env: Environment | None = None,
+        *,
+        installer: _InstallerTypeT[_DistributionT],
+        replace_conflicting: bool = False,
+        extras: tuple[str, ...] | None = None,
+    ) -> list[_DistributionT]: ...
+    @overload
+    def resolve(
+        self,
+        requirements: Iterable[Requirement],
+        env: Environment | None = None,
+        installer: _InstallerType | None = None,
+        replace_conflicting: bool = False,
+        extras: tuple[str, ...] | None = None,
+    ) -> list[Distribution]: ...
+    def resolve(
+        self,
+        requirements: Iterable[Requirement],
+        env: Environment | None = None,
+        installer: _InstallerType | None | _InstallerTypeT[_DistributionT] = None,
+        replace_conflicting: bool = False,
+        extras: tuple[str, ...] | None = None,
+    ) -> list[Distribution] | list[_DistributionT]:
+        """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 = set()
+        # key -> dist
+        best = {}
+        to_activate = []
+
+        req_extras = _ReqExtras()
+
+        # Mapping of requirement to set of distributions that required it;
+        # useful for reporting info about conflicts.
+        required_by = collections.defaultdict(set)
+
+        while requirements:
+            # process dependencies breadth-first
+            req = requirements.pop(0)
+            if req in processed:
+                # Ignore cyclic or redundant dependencies
+                continue
+
+            if not req_extras.markers_pass(req, extras):
+                continue
+
+            dist = self._resolve_dist(
+                req, best, replace_conflicting, env, installer, required_by, to_activate
+            )
+
+            # push the new requirements onto the stack
+            new_requirements = dist.requires(req.extras)[::-1]
+            requirements.extend(new_requirements)
+
+            # Register the new requirements needed by req
+            for new_requirement in new_requirements:
+                required_by[new_requirement].add(req.project_name)
+                req_extras[new_requirement] = req.extras
+
+            processed.add(req)
+
+        # return list of distros to activate
+        return to_activate
+
+    def _resolve_dist(
+        self, req, best, replace_conflicting, env, installer, required_by, to_activate
+    ) -> Distribution:
+        dist = best.get(req.key)
+        if dist is None:
+            # Find the best distribution and add it to the map
+            dist = self.by_key.get(req.key)
+            if dist is None or (dist not in req and replace_conflicting):
+                ws = self
+                if env is None:
+                    if dist is None:
+                        env = Environment(self.entries)
+                    else:
+                        # Use an empty environment and workingset to avoid
+                        # any further conflicts with the conflicting
+                        # distribution
+                        env = Environment([])
+                        ws = WorkingSet([])
+                dist = best[req.key] = env.best_match(
+                    req, ws, installer, replace_conflicting=replace_conflicting
+                )
+                if dist is None:
+                    requirers = required_by.get(req, None)
+                    raise DistributionNotFound(req, requirers)
+            to_activate.append(dist)
+        if dist not in req:
+            # Oops, the "best" so far conflicts with a dependency
+            dependent_req = required_by[req]
+            raise VersionConflict(dist, req).with_context(dependent_req)
+        return dist
+
+    @overload
+    def find_plugins(
+        self,
+        plugin_env: Environment,
+        full_env: Environment | None,
+        installer: _InstallerTypeT[_DistributionT],
+        fallback: bool = True,
+    ) -> tuple[list[_DistributionT], dict[Distribution, Exception]]: ...
+    @overload
+    def find_plugins(
+        self,
+        plugin_env: Environment,
+        full_env: Environment | None = None,
+        *,
+        installer: _InstallerTypeT[_DistributionT],
+        fallback: bool = True,
+    ) -> tuple[list[_DistributionT], dict[Distribution, Exception]]: ...
+    @overload
+    def find_plugins(
+        self,
+        plugin_env: Environment,
+        full_env: Environment | None = None,
+        installer: _InstallerType | None = None,
+        fallback: bool = True,
+    ) -> tuple[list[Distribution], dict[Distribution, Exception]]: ...
+    def find_plugins(
+        self,
+        plugin_env: Environment,
+        full_env: Environment | None = None,
+        installer: _InstallerType | None | _InstallerTypeT[_DistributionT] = None,
+        fallback: bool = True,
+    ) -> tuple[
+        list[Distribution] | list[_DistributionT],
+        dict[Distribution, Exception],
+    ]:
+        """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: dict[Distribution, Exception] = {}
+        distributions: dict[Distribution, Exception | None] = {}
+
+        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
+
+        sorted_distributions = list(distributions)
+        sorted_distributions.sort()
+
+        return sorted_distributions, error_info
+
+    def require(self, *requirements: _NestedStr):
+        """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: Callable[[Distribution], object], existing: bool = True
+    ):
+        """Invoke `callback` for all distributions
+
+        If `existing=True` (default),
+        call on all existing ones, as well.
+        """
+        if callback in self.callbacks:
+            return
+        self.callbacks.append(callback)
+        if not existing:
+            return
+        for dist in self:
+            callback(dist)
+
+    def _added_new(self, dist):
+        for callback in self.callbacks:
+            callback(dist)
+
+    def __getstate__(self):
+        return (
+            self.entries[:],
+            self.entry_keys.copy(),
+            self.by_key.copy(),
+            self.normalized_to_canonical_keys.copy(),
+            self.callbacks[:],
+        )
+
+    def __setstate__(self, e_k_b_n_c):
+        entries, keys, by_key, normalized_to_canonical_keys, callbacks = e_k_b_n_c
+        self.entries = entries[:]
+        self.entry_keys = keys.copy()
+        self.by_key = by_key.copy()
+        self.normalized_to_canonical_keys = normalized_to_canonical_keys.copy()
+        self.callbacks = callbacks[:]
+
+
+class _ReqExtras(Dict["Requirement", Tuple[str, ...]]):
+    """
+    Map each requirement to the extras that demanded it.
+    """
+
+    def markers_pass(self, req: Requirement, extras: tuple[str, ...] | None = 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: Iterable[str] | None = None,
+        platform: str | None = get_supported_platform(),
+        python: str | None = 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: Distribution):
+        """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: Distribution):
+        """Remove `dist` from the environment"""
+        self._distmap[dist.key].remove(dist)
+
+    def scan(self, search_path: Iterable[str] | None = 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: str) -> list[Distribution]:
+        """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: Distribution):
+        """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)
+
+    @overload
+    def best_match(
+        self,
+        req: Requirement,
+        working_set: WorkingSet,
+        installer: _InstallerTypeT[_DistributionT],
+        replace_conflicting: bool = False,
+    ) -> _DistributionT: ...
+    @overload
+    def best_match(
+        self,
+        req: Requirement,
+        working_set: WorkingSet,
+        installer: _InstallerType | None = None,
+        replace_conflicting: bool = False,
+    ) -> Distribution | None: ...
+    def best_match(
+        self,
+        req: Requirement,
+        working_set: WorkingSet,
+        installer: _InstallerType | None | _InstallerTypeT[_DistributionT] = None,
+        replace_conflicting: bool = False,
+    ) -> Distribution | None:
+        """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)
+
+    @overload
+    def obtain(
+        self,
+        requirement: Requirement,
+        installer: _InstallerTypeT[_DistributionT],
+    ) -> _DistributionT: ...
+    @overload
+    def obtain(
+        self,
+        requirement: Requirement,
+        installer: Callable[[Requirement], None] | None = None,
+    ) -> None: ...
+    @overload
+    def obtain(
+        self,
+        requirement: Requirement,
+        installer: _InstallerType | None = None,
+    ) -> Distribution | None: ...
+    def obtain(
+        self,
+        requirement: Requirement,
+        installer: Callable[[Requirement], None]
+        | _InstallerType
+        | None
+        | _InstallerTypeT[_DistributionT] = None,
+    ) -> Distribution | 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."""
+        return installer(requirement) if installer else None
+
+    def __iter__(self) -> Iterator[str]:
+        """Yield the unique project names of the available distributions"""
+        for key in self._distmap.keys():
+            if self[key]:
+                yield key
+
+    def __iadd__(self, other: Distribution | Environment):
+        """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: Distribution | Environment):
+        """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
+    """
+
+    manager: ResourceManager
+    cache_path: str
+    original_error: BaseException | None
+
+
+class ResourceManager:
+    """Manage resource extraction and packages"""
+
+    extraction_path: str | None = None
+
+    def __init__(self):
+        self.cached_files = {}
+
+    def resource_exists(self, package_or_requirement: _PkgReqType, resource_name: str):
+        """Does the named resource exist?"""
+        return get_provider(package_or_requirement).has_resource(resource_name)
+
+    def resource_isdir(self, package_or_requirement: _PkgReqType, resource_name: str):
+        """Is the named resource an existing directory?"""
+        return get_provider(package_or_requirement).resource_isdir(resource_name)
+
+    def resource_filename(
+        self, package_or_requirement: _PkgReqType, resource_name: str
+    ):
+        """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: _PkgReqType, resource_name: str):
+        """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: _PkgReqType, resource_name: str
+    ) -> bytes:
+        """Return specified resource as :obj:`bytes`"""
+        return get_provider(package_or_requirement).get_resource_string(
+            self, resource_name
+        )
+
+    def resource_listdir(self, package_or_requirement: _PkgReqType, resource_name: str):
+        """List the contents of the named resource directory"""
+        return get_provider(package_or_requirement).resource_listdir(resource_name)
+
+    def extraction_error(self) -> NoReturn:
+        """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: str, names: Iterable[StrPath] = ()):
+        """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] = True
+        return target_path
+
+    @staticmethod
+    def _warn_unsafe_extraction_path(path):
+        """
+        If the default extraction path is overridden and set to an insecure
+        location, such as /tmp, it opens up an opportunity for an attacker to
+        replace an extracted file with an unauthorized payload. Warn the user
+        if a known insecure location is used.
+
+        See Distribute #375 for more details.
+        """
+        if os.name == 'nt' and not path.startswith(os.environ['windir']):
+            # On Windows, permissions are generally restrictive by default
+            #  and temp directories are not writable by other users, so
+            #  bypass the warning.
+            return
+        mode = os.stat(path).st_mode
+        if mode & stat.S_IWOTH or mode & stat.S_IWGRP:
+            msg = (
+                "Extraction path is writable by group/others "
+                "and vulnerable to attack when "
+                "used with get_resource_filename ({path}). "
+                "Consider a more secure "
+                "location (set with .set_extraction_path or the "
+                "PYTHON_EGG_CACHE environment variable)."
+            ).format(**locals())
+            warnings.warn(msg, UserWarning)
+
+    def postprocess(self, tempname: StrOrBytesPath, filename: StrOrBytesPath):
+        """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: str):
+        """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: bool = False) -> list[str]:
+        """
+        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
+        return []
+
+
+def get_default_cache() -> str:
+    """
+    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 _user_cache_dir(appname='Python-Eggs')
+
+
+def safe_name(name: str):
+    """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: str):
+    """
+    Convert an arbitrary string to a standard version string
+    """
+    try:
+        # normalize the version
+        return str(_packaging_version.Version(version))
+    except _packaging_version.InvalidVersion:
+        version = version.replace(' ', '.')
+        return re.sub('[^A-Za-z0-9.]+', '-', version)
+
+
+def _forgiving_version(version):
+    """Fallback when ``safe_version`` is not safe enough
+    >>> parse_version(_forgiving_version('0.23ubuntu1'))
+    
+    >>> parse_version(_forgiving_version('0.23-'))
+    
+    >>> parse_version(_forgiving_version('0.-_'))
+    
+    >>> parse_version(_forgiving_version('42.+?1'))
+    
+    >>> parse_version(_forgiving_version('hello world'))
+    
+    """
+    version = version.replace(' ', '.')
+    match = _PEP440_FALLBACK.search(version)
+    if match:
+        safe = match["safe"]
+        rest = version[len(safe) :]
+    else:
+        safe = "0"
+        rest = version
+    local = f"sanitized.{_safe_segment(rest)}".strip(".")
+    return f"{safe}.dev0+{local}"
+
+
+def _safe_segment(segment):
+    """Convert an arbitrary string into a safe segment"""
+    segment = re.sub('[^A-Za-z0-9.]+', '-', segment)
+    segment = re.sub('-[^A-Za-z0-9]+', '-', segment)
+    return re.sub(r'\.[^A-Za-z0-9]+', '.', segment).strip(".-")
+
+
+def safe_extra(extra: str):
+    """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: str):
+    """Convert a project or version name to its filename-escaped form
+
+    Any '-' characters are currently replaced with '_'.
+    """
+    return name.replace('-', '_')
+
+
+def invalid_marker(text: str):
+    """
+    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: str, extra: str | None = None) -> bool:
+    """
+    Evaluate a PEP 508 environment marker.
+    Return a boolean indicating the marker result in this environment.
+    Raise SyntaxError if marker is invalid.
+
+    This implementation uses the 'pyparsing' module.
+    """
+    try:
+        marker = _packaging_markers.Marker(text)
+        return marker.evaluate()
+    except _packaging_markers.InvalidMarker as e:
+        raise SyntaxError(e) from e
+
+
+class NullProvider:
+    """Try to implement resources and metadata for arbitrary PEP 302 loaders"""
+
+    egg_name: str | None = None
+    egg_info: str | None = None
+    loader: _LoaderProtocol | None = None
+
+    def __init__(self, module: _ModuleLike):
+        self.loader = getattr(module, '__loader__', None)
+        self.module_path = os.path.dirname(getattr(module, '__file__', ''))
+
+    def get_resource_filename(self, manager: ResourceManager, resource_name: str):
+        return self._fn(self.module_path, resource_name)
+
+    def get_resource_stream(self, manager: ResourceManager, resource_name: str):
+        return io.BytesIO(self.get_resource_string(manager, resource_name))
+
+    def get_resource_string(
+        self, manager: ResourceManager, resource_name: str
+    ) -> bytes:
+        return self._get(self._fn(self.module_path, resource_name))
+
+    def has_resource(self, resource_name: str):
+        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: str) -> bool:
+        if not self.egg_info:
+            return False
+
+        path = self._get_metadata_path(name)
+        return self._has(path)
+
+    def get_metadata(self, name: str):
+        if not self.egg_info:
+            return ""
+        path = self._get_metadata_path(name)
+        value = self._get(path)
+        try:
+            return value.decode('utf-8')
+        except UnicodeDecodeError as exc:
+            # Include the path in the error message to simplify
+            # troubleshooting, and without changing the exception type.
+            exc.reason += ' in {} file at path: {}'.format(name, path)
+            raise
+
+    def get_metadata_lines(self, name: str) -> Iterator[str]:
+        return yield_lines(self.get_metadata(name))
+
+    def resource_isdir(self, resource_name: str):
+        return self._isdir(self._fn(self.module_path, resource_name))
+
+    def metadata_isdir(self, name: str) -> bool:
+        return bool(self.egg_info and self._isdir(self._fn(self.egg_info, name)))
+
+    def resource_listdir(self, resource_name: str):
+        return self._listdir(self._fn(self.module_path, resource_name))
+
+    def metadata_listdir(self, name: str) -> list[str]:
+        if self.egg_info:
+            return self._listdir(self._fn(self.egg_info, name))
+        return []
+
+    def run_script(self, script_name: str, namespace: dict[str, Any]):
+        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 = _read_utf8_with_fallback(script_filename)
+            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) -> bool:
+        raise NotImplementedError(
+            "Can't perform this operation for unregistered loader type"
+        )
+
+    def _isdir(self, path) -> bool:
+        raise NotImplementedError(
+            "Can't perform this operation for unregistered loader type"
+        )
+
+    def _listdir(self, path) -> list[str]:
+        raise NotImplementedError(
+            "Can't perform this operation for unregistered loader type"
+        )
+
+    def _fn(self, base: str | None, resource_name: str):
+        if base is None:
+            raise TypeError(
+                "`base` parameter in `_fn` is `None`. Either override this method or check the parameter first."
+            )
+        self._validate_resource_path(resource_name)
+        if resource_name:
+            return os.path.join(base, *resource_name.split('/'))
+        return base
+
+    @staticmethod
+    def _validate_resource_path(path):
+        """
+        Validate the resource paths according to the docs.
+        https://setuptools.pypa.io/en/latest/pkg_resources.html#basic-resource-access
+
+        >>> warned = getfixture('recwarn')
+        >>> warnings.simplefilter('always')
+        >>> vrp = NullProvider._validate_resource_path
+        >>> vrp('foo/bar.txt')
+        >>> bool(warned)
+        False
+        >>> vrp('../foo/bar.txt')
+        >>> bool(warned)
+        True
+        >>> warned.clear()
+        >>> vrp('/foo/bar.txt')
+        >>> bool(warned)
+        True
+        >>> vrp('foo/../../bar.txt')
+        >>> bool(warned)
+        True
+        >>> warned.clear()
+        >>> vrp('foo/f../bar.txt')
+        >>> bool(warned)
+        False
+
+        Windows path separators are straight-up disallowed.
+        >>> vrp(r'\\foo/bar.txt')
+        Traceback (most recent call last):
+        ...
+        ValueError: Use of .. or absolute path in a resource path \
+is not allowed.
+
+        >>> vrp(r'C:\\foo/bar.txt')
+        Traceback (most recent call last):
+        ...
+        ValueError: Use of .. or absolute path in a resource path \
+is not allowed.
+
+        Blank values are allowed
+
+        >>> vrp('')
+        >>> bool(warned)
+        False
+
+        Non-string values are not.
+
+        >>> vrp(None)
+        Traceback (most recent call last):
+        ...
+        AttributeError: ...
+        """
+        invalid = (
+            os.path.pardir in path.split(posixpath.sep)
+            or posixpath.isabs(path)
+            or ntpath.isabs(path)
+            or path.startswith("\\")
+        )
+        if not invalid:
+            return
+
+        msg = "Use of .. or absolute path in a resource path is not allowed."
+
+        # Aggressively disallow Windows absolute paths
+        if (path.startswith("\\") or ntpath.isabs(path)) and not posixpath.isabs(path):
+            raise ValueError(msg)
+
+        # for compatibility, warn; in future
+        # raise ValueError(msg)
+        issue_warning(
+            msg[:-1] + " and will raise exceptions in a future release.",
+            DeprecationWarning,
+        )
+
+    def _get(self, path) -> bytes:
+        if hasattr(self.loader, 'get_data') and self.loader:
+            # Already checked get_data exists
+            return self.loader.get_data(path)  # type: ignore[attr-defined]
+        raise NotImplementedError(
+            "Can't perform this operation for loaders without 'get_data()'"
+        )
+
+
+register_loader_type(object, NullProvider)
+
+
+def _parents(path):
+    """
+    yield all parents of path including path
+    """
+    last = None
+    while path != last:
+        yield path
+        last = path
+        path, _ = os.path.split(path)
+
+
+class EggProvider(NullProvider):
+    """Provider based on a virtual filesystem"""
+
+    def __init__(self, module: _ModuleLike):
+        super().__init__(module)
+        self._setup_prefix()
+
+    def _setup_prefix(self):
+        # Assume that metadata may be nested inside a "basket"
+        # of multiple eggs and use module_path instead of .archive.
+        eggs = filter(_is_egg_path, _parents(self.module_path))
+        egg = next(eggs, None)
+        egg and self._set_egg(egg)
+
+    def _set_egg(self, path: str):
+        self.egg_name = os.path.basename(path)
+        self.egg_info = os.path.join(path, 'EGG-INFO')
+        self.egg_root = path
+
+
+class DefaultProvider(EggProvider):
+    """Provides access to package resources in the filesystem"""
+
+    def _has(self, path) -> bool:
+        return os.path.exists(path)
+
+    def _isdir(self, path) -> bool:
+        return os.path.isdir(path)
+
+    def _listdir(self, path):
+        return os.listdir(path)
+
+    def get_resource_stream(self, manager: object, resource_name: str):
+        return open(self._fn(self.module_path, resource_name), 'rb')
+
+    def _get(self, path) -> bytes:
+        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"""
+
+    # A special case, we don't want all Providers inheriting from NullProvider to have a potentially None module_path
+    module_path: str | None = None  # type: ignore[assignment]
+
+    _isdir = _has = lambda self, path: False
+
+    def _get(self, path) -> bytes:
+        return b''
+
+    def _listdir(self, path):
+        return []
+
+    def __init__(self):
+        pass
+
+
+empty_provider = EmptyProvider()
+
+
+class ZipManifests(Dict[str, "MemoizedZipManifests.manifest_mod"]):
+    """
+    zip manifest builder
+    """
+
+    # `path` could be `StrPath | IO[bytes]` but that violates the LSP for `MemoizedZipManifests.load`
+    @classmethod
+    def build(cls, path: str):
+        """
+        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.
+    """
+
+    class manifest_mod(NamedTuple):
+        manifest: dict[str, zipfile.ZipInfo]
+        mtime: float
+
+    def load(self, path: str) -> dict[str, zipfile.ZipInfo]:  # type: ignore[override] # ZipManifests.load is a classmethod
+        """
+        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: list[str] | None = None
+    _zip_manifests = MemoizedZipManifests()
+    # ZipProvider's loader should always be a zipimporter or equivalent
+    loader: zipimport.zipimporter
+
+    def __init__(self, module: _ZipLoaderModule):
+        super().__init__(module)
+        self.zip_pre = self.loader.archive + os.sep
+
+    def _zipinfo_name(self, fspath):
+        # Convert a virtual filename (full path to file) into a zipfile subpath
+        # usable with the zipimport directory cache for our target archive
+        fspath = fspath.rstrip(os.sep)
+        if fspath == self.loader.archive:
+            return ''
+        if fspath.startswith(self.zip_pre):
+            return fspath[len(self.zip_pre) :]
+        raise AssertionError("%s is not a subpath of %s" % (fspath, self.zip_pre))
+
+    def _parts(self, zip_path):
+        # Convert a zipfile subpath into an egg-relative path part list.
+        # pseudo-fs path
+        fspath = self.zip_pre + zip_path
+        if fspath.startswith(self.egg_root + os.sep):
+            return fspath[len(self.egg_root) + 1 :].split(os.sep)
+        raise AssertionError("%s is not a subpath of %s" % (fspath, self.egg_root))
+
+    @property
+    def zipinfo(self):
+        return self._zip_manifests.load(self.loader.archive)
+
+    def get_resource_filename(self, manager: ResourceManager, resource_name: str):
+        if not self.egg_name:
+            raise NotImplementedError(
+                "resource_filename() only supported for .egg, not .zip"
+            )
+        # no need to lock for extraction, since we use temp names
+        zip_path = self._resource_to_zip(resource_name)
+        eagers = self._get_eager_resources()
+        if '/'.join(self._parts(zip_path)) in eagers:
+            for name in eagers:
+                self._extract_resource(manager, self._eager_to_zip(name))
+        return self._extract_resource(manager, zip_path)
+
+    @staticmethod
+    def _get_date_and_size(zip_stat):
+        size = zip_stat.file_size
+        # ymdhms+wday, yday, dst
+        date_time = zip_stat.date_time + (0, 0, -1)
+        # 1980 offset already done
+        timestamp = time.mktime(date_time)
+        return timestamp, size
+
+    # FIXME: 'ZipProvider._extract_resource' is too complex (12)
+    def _extract_resource(self, manager: ResourceManager, zip_path) -> str:  # noqa: C901
+        if zip_path in self._index():
+            for name in self._index()[zip_path]:
+                last = self._extract_resource(manager, os.path.join(zip_path, name))
+            # return the extracted directory name
+            return os.path.dirname(last)
+
+        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
+
+        if not WRITE_SUPPORT:
+            raise OSError(
+                '"os.rename" and "os.unlink" are not supported on this platform'
+            )
+        try:
+            if not self.egg_name:
+                raise OSError(
+                    '"egg_name" is empty. This likely means no egg could be found from the "module_path".'
+                )
+            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 OSError:
+                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 OSError:
+            # 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) -> bool:
+        zip_path = self._zipinfo_name(fspath)
+        return zip_path in self.zipinfo or zip_path in self._index()
+
+    def _isdir(self, fspath) -> bool:
+        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: str):
+        return self._zipinfo_name(self._fn(self.egg_root, resource_name))
+
+    def _resource_to_zip(self, resource_name: str):
+        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: StrPath):
+        self.path = path
+
+    def _get_metadata_path(self, name):
+        return self.path
+
+    def has_metadata(self, name: str) -> bool:
+        return name == 'PKG-INFO' and os.path.isfile(self.path)
+
+    def get_metadata(self, name: str):
+        if name != 'PKG-INFO':
+            raise KeyError("No metadata except PKG-INFO is available")
+
+        with open(self.path, encoding='utf-8', errors="replace") as f:
+            metadata = f.read()
+        self._warn_on_replacement(metadata)
+        return metadata
+
+    def _warn_on_replacement(self, metadata):
+        replacement_char = '�'
+        if replacement_char in metadata:
+            tmpl = "{self.path} could not be properly decoded in UTF-8"
+            msg = tmpl.format(**locals())
+            warnings.warn(msg)
+
+    def get_metadata_lines(self, name: str) -> Iterator[str]:
+        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: str, egg_info: str):
+        self.module_path = path
+        self.egg_info = egg_info
+
+
+class EggMetadata(ZipProvider):
+    """Metadata provider for .egg files"""
+
+    def __init__(self, importer: zipimport.zipimporter):
+        """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()
+
+
+_distribution_finders: dict[type, _DistFinderType[Any]] = _declare_state(
+    'dict', '_distribution_finders', {}
+)
+
+
+def register_finder(importer_type: type[_T], distribution_finder: _DistFinderType[_T]):
+    """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: str, only: bool = 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: zipimport.zipimporter, path_item: str, only: bool = False
+) -> Iterator[Distribution]:
+    """
+    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)
+            yield from dists
+        elif subitem.lower().endswith(('.dist-info', '.egg-info')):
+            subpath = os.path.join(path_item, subitem)
+            submeta = EggMetadata(zipimport.zipimporter(subpath))
+            submeta.egg_info = subpath
+            yield Distribution.from_location(path_item, subitem, submeta)
+
+
+register_finder(zipimport.zipimporter, find_eggs_in_zip)
+
+
+def find_nothing(
+    importer: object | None, path_item: str | None, only: bool | None = False
+):
+    return ()
+
+
+register_finder(object, find_nothing)
+
+
+def find_on_path(importer: object | None, path_item, only=False):
+    """Yield distributions accessible on a sys.path directory"""
+    path_item = _normalize_cached(path_item)
+
+    if _is_unpacked_egg(path_item):
+        yield Distribution.from_filename(
+            path_item,
+            metadata=PathMetadata(path_item, os.path.join(path_item, 'EGG-INFO')),
+        )
+        return
+
+    entries = (os.path.join(path_item, child) for child in safe_listdir(path_item))
+
+    # scan for .egg and .egg-info in directory
+    for entry in sorted(entries):
+        fullpath = os.path.join(path_item, entry)
+        factory = dist_factory(path_item, entry, only)
+        yield from factory(fullpath)
+
+
+def dist_factory(path_item, entry, only):
+    """Return a dist_factory for the given entry."""
+    lower = entry.lower()
+    is_egg_info = lower.endswith('.egg-info')
+    is_dist_info = lower.endswith('.dist-info') and os.path.isdir(
+        os.path.join(path_item, entry)
+    )
+    is_meta = is_egg_info or is_dist_info
+    return (
+        distributions_from_metadata
+        if is_meta
+        else find_distributions
+        if not only and _is_egg_path(entry)
+        else resolve_egg_link
+        if not only and lower.endswith('.egg-link')
+        else NoDists()
+    )
+
+
+class NoDists:
+    """
+    >>> bool(NoDists())
+    False
+
+    >>> list(NoDists()('anything'))
+    []
+    """
+
+    def __bool__(self):
+        return False
+
+    def __call__(self, fullpath):
+        return iter(())
+
+
+def safe_listdir(path: StrOrBytesPath):
+    """
+    Attempt to list contents of path, but suppress some exceptions.
+    """
+    try:
+        return os.listdir(path)
+    except (PermissionError, NotADirectoryError):
+        pass
+    except OSError as e:
+        # Ignore the directory if does not exist, not a directory or
+        # permission denied
+        if e.errno not in (errno.ENOTDIR, errno.EACCES, errno.ENOENT):
+            raise
+    return ()
+
+
+def distributions_from_metadata(path: str):
+    root = os.path.dirname(path)
+    if os.path.isdir(path):
+        if len(os.listdir(path)) == 0:
+            # empty metadata dir; skip
+            return
+        metadata: _MetadataType = 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
+    """
+    for line in _read_utf8_with_fallback(path).splitlines():
+        line = line.strip()
+        if line:
+            yield line
+
+
+def resolve_egg_link(path):
+    """
+    Given a path to an .egg-link, resolve distributions
+    present in the referenced path.
+    """
+    referenced_paths = non_empty_lines(path)
+    resolved_paths = (
+        os.path.join(os.path.dirname(path), ref) for ref in referenced_paths
+    )
+    dist_groups = map(find_distributions, resolved_paths)
+    return next(dist_groups, ())
+
+
+if hasattr(pkgutil, 'ImpImporter'):
+    register_finder(pkgutil.ImpImporter, find_on_path)
+
+register_finder(importlib.machinery.FileFinder, find_on_path)
+
+_namespace_handlers: dict[type, _NSHandlerType[Any]] = _declare_state(
+    'dict', '_namespace_handlers', {}
+)
+_namespace_packages: dict[str | None, list[str]] = _declare_state(
+    'dict', '_namespace_packages', {}
+)
+
+
+def register_namespace_handler(
+    importer_type: type[_T], namespace_handler: _NSHandlerType[_T]
+):
+    """Register `namespace_handler` to declare namespace packages
+
+    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
+    handler), and `namespace_handler` is a callable like this::
+
+        def namespace_handler(importer, path_entry, moduleName, module):
+            # return a path_entry to use for child packages
+
+    Namespace handlers are only called if the importer object has already
+    agreed that it can handle the relevant path item, and they should only
+    return a subpath if the module __path__ does not already contain an
+    equivalent subpath.  For an example namespace handler, see
+    ``pkg_resources.file_ns_handler``.
+    """
+    _namespace_handlers[importer_type] = namespace_handler
+
+
+def _handle_ns(packageName, path_item):
+    """Ensure that named package includes a subpath of path_item (if needed)"""
+
+    importer = get_importer(path_item)
+    if importer is None:
+        return None
+
+    # use find_spec (PEP 451) and fall-back to find_module (PEP 302)
+    try:
+        spec = importer.find_spec(packageName)
+    except AttributeError:
+        # capture warnings due to #1111
+        with warnings.catch_warnings():
+            warnings.simplefilter("ignore")
+            loader = importer.find_module(packageName)
+    else:
+        loader = spec.loader if spec else None
+
+    if loader is None:
+        return None
+    module = sys.modules.get(packageName)
+    if module is None:
+        module = sys.modules[packageName] = types.ModuleType(packageName)
+        module.__path__ = []
+        _set_parent_ns(packageName)
+    elif not hasattr(module, '__path__'):
+        raise TypeError("Not a package:", packageName)
+    handler = _find_adapter(_namespace_handlers, importer)
+    subpath = handler(importer, path_item, packageName, module)
+    if subpath is not None:
+        path = module.__path__
+        path.append(subpath)
+        importlib.import_module(packageName)
+        _rebuild_mod_path(path, packageName, module)
+    return subpath
+
+
+def _rebuild_mod_path(orig_path, package_name, module: types.ModuleType):
+    """
+    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: str):
+    """Declare that package 'packageName' is a namespace package"""
+
+    msg = (
+        f"Deprecated call to `pkg_resources.declare_namespace({packageName!r})`.\n"
+        "Implementing implicit namespace packages (as specified in PEP 420) "
+        "is preferred to `pkg_resources.declare_namespace`. "
+        "See https://setuptools.pypa.io/en/latest/references/"
+        "keywords.html#keyword-namespace-packages"
+    )
+    warnings.warn(msg, DeprecationWarning, stacklevel=2)
+
+    _imp.acquire_lock()
+    try:
+        if packageName in _namespace_packages:
+            return
+
+        path: MutableSequence[str] = sys.path
+        parent, _, _ = packageName.rpartition('.')
+
+        if parent:
+            declare_namespace(parent)
+            if parent not in _namespace_packages:
+                __import__(parent)
+            try:
+                path = sys.modules[parent].__path__
+            except AttributeError as e:
+                raise TypeError("Not a package:", parent) from e
+
+        # Track what packages are namespaces, so when new path items are added,
+        # they can be updated
+        _namespace_packages.setdefault(parent or None, []).append(packageName)
+        _namespace_packages.setdefault(packageName, [])
+
+        for path_item in path:
+            # Ensure all the parent's path items are reflected in the child,
+            # if they apply
+            _handle_ns(packageName, path_item)
+
+    finally:
+        _imp.release_lock()
+
+
+def fixup_namespace_packages(path_item: str, parent: str | None = 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: object,
+    path_item: StrPath,
+    packageName: str,
+    module: types.ModuleType,
+):
+    """Compute an ns-package subpath for a filesystem or zipfile importer"""
+
+    subpath = os.path.join(path_item, packageName.split('.')[-1])
+    normalized = _normalize_cached(subpath)
+    for item in module.__path__:
+        if _normalize_cached(item) == normalized:
+            break
+    else:
+        # Only return the path if it's not already there
+        return subpath
+
+
+if hasattr(pkgutil, 'ImpImporter'):
+    register_namespace_handler(pkgutil.ImpImporter, file_ns_handler)
+
+register_namespace_handler(zipimport.zipimporter, file_ns_handler)
+register_namespace_handler(importlib.machinery.FileFinder, file_ns_handler)
+
+
+def null_ns_handler(
+    importer: object,
+    path_item: str | None,
+    packageName: str | None,
+    module: _ModuleLike | None,
+):
+    return None
+
+
+register_namespace_handler(object, null_ns_handler)
+
+
+@overload
+def normalize_path(filename: StrPath) -> str: ...
+@overload
+def normalize_path(filename: BytesPath) -> bytes: ...
+def normalize_path(filename: StrOrBytesPath):
+    """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: StrOrBytesPath):  # 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
+
+
+if TYPE_CHECKING:
+    # https://github.com/python/mypy/issues/16261
+    # https://github.com/python/typeshed/issues/6347
+    @overload
+    def _normalize_cached(filename: StrPath) -> str: ...
+    @overload
+    def _normalize_cached(filename: BytesPath) -> bytes: ...
+    def _normalize_cached(filename: StrOrBytesPath) -> str | bytes: ...
+else:
+
+    @functools.lru_cache(maxsize=None)
+    def _normalize_cached(filename):
+        return normalize_path(filename)
+
+
+def _is_egg_path(path):
+    """
+    Determine if given path appears to be an egg.
+    """
+    return _is_zip_egg(path) or _is_unpacked_egg(path)
+
+
+def _is_zip_egg(path):
+    return (
+        path.lower().endswith('.egg')
+        and os.path.isfile(path)
+        and zipfile.is_zipfile(path)
+    )
+
+
+def _is_unpacked_egg(path):
+    """
+    Determine if given path appears to be an unpacked egg.
+    """
+    return path.lower().endswith('.egg') and os.path.isfile(
+        os.path.join(path, 'EGG-INFO', 'PKG-INFO')
+    )
+
+
+def _set_parent_ns(packageName):
+    parts = packageName.split('.')
+    name = parts.pop()
+    if parts:
+        parent = '.'.join(parts)
+        setattr(sys.modules[parent], name, sys.modules[packageName])
+
+
+MODULE = re.compile(r"\w+(\.\w+)*$").match
+EGG_NAME = re.compile(
+    r"""
+    (?P[^-]+) (
+        -(?P[^-]+) (
+            -py(?P[^-]+) (
+                -(?P.+)
+            )?
+        )?
+    )?
+    """,
+    re.VERBOSE | re.IGNORECASE,
+).match
+
+
+class EntryPoint:
+    """Object representing an advertised importable object"""
+
+    def __init__(
+        self,
+        name: str,
+        module_name: str,
+        attrs: Iterable[str] = (),
+        extras: Iterable[str] = (),
+        dist: Distribution | None = 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)
+
+    @overload
+    def load(
+        self,
+        require: Literal[True] = True,
+        env: Environment | None = None,
+        installer: _InstallerType | None = None,
+    ) -> _ResolvedEntryPoint: ...
+    @overload
+    def load(
+        self,
+        require: Literal[False],
+        *args: Any,
+        **kwargs: Any,
+    ) -> _ResolvedEntryPoint: ...
+    def load(
+        self,
+        require: bool = True,
+        *args: Environment | _InstallerType | None,
+        **kwargs: Environment | _InstallerType | None,
+    ) -> _ResolvedEntryPoint:
+        """
+        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:
+            # We could pass `env` and `installer` directly,
+            # but keeping `*args` and `**kwargs` for backwards compatibility
+            self.require(*args, **kwargs)  # type: ignore
+        return self.resolve()
+
+    def resolve(self) -> _ResolvedEntryPoint:
+        """
+        Resolve the entry point from its module and attrs.
+        """
+        module = __import__(self.module_name, fromlist=['__name__'], level=0)
+        try:
+            return functools.reduce(getattr, self.attrs, module)
+        except AttributeError as exc:
+            raise ImportError(str(exc)) from exc
+
+    def require(
+        self,
+        env: Environment | None = None,
+        installer: _InstallerType | None = None,
+    ):
+        if not self.dist:
+            error_cls = UnknownExtra if self.extras else AttributeError
+            raise error_cls("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: str, dist: Distribution | None = 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: str,
+        lines: _NestedStr,
+        dist: Distribution | None = None,
+    ):
+        """Parse an entry point group"""
+        if not MODULE(group):
+            raise ValueError("Invalid group name", group)
+        this: dict[str, Self] = {}
+        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: str | Iterable[str] | dict[str, str | Iterable[str]],
+        dist: Distribution | None = None,
+    ):
+        """Parse a map of entry point groups"""
+        _data: Iterable[tuple[str | None, str | Iterable[str]]]
+        if isinstance(data, dict):
+            _data = data.items()
+        else:
+            _data = split_sections(data)
+        maps: dict[str, dict[str, Self]] = {}
+        for group, lines in _data:
+            if group is None:
+                if not lines:
+                    continue
+                raise ValueError("Entry points must be listed in groups")
+            group = group.strip()
+            if group in maps:
+                raise ValueError("Duplicate group name", group)
+            maps[group] = cls.parse_group(group, lines, dist)
+        return maps
+
+
+def _version_from_file(lines):
+    """
+    Given an iterable of lines from a Metadata file, return
+    the value of the Version field, if present, or None otherwise.
+    """
+
+    def is_version_line(line):
+        return line.lower().startswith('version:')
+
+    version_lines = filter(is_version_line, lines)
+    line = next(iter(version_lines), '')
+    _, _, value = line.partition(':')
+    return safe_version(value.strip()) or None
+
+
+class Distribution:
+    """Wrap an actual or potential sys.path entry w/metadata"""
+
+    PKG_INFO = 'PKG-INFO'
+
+    def __init__(
+        self,
+        location: str | None = None,
+        metadata: _MetadataType = None,
+        project_name: str | None = None,
+        version: str | None = None,
+        py_version: str | None = PY_MAJOR,
+        platform: str | None = None,
+        precedence: int = 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: str,
+        basename: StrPath,
+        metadata: _MetadataType = None,
+        **kw: int,  # We could set `precedence` explicitly, but keeping this as `**kw` for full backwards and subclassing compatibility
+    ) -> Distribution:
+        project_name, version, py_version, platform = [None] * 4
+        basename, ext = os.path.splitext(basename)
+        if ext.lower() in _distributionImpl:
+            cls = _distributionImpl[ext.lower()]
+
+            match = EGG_NAME(basename)
+            if match:
+                project_name, version, py_version, platform = match.group(
+                    'name', 'ver', 'pyver', 'plat'
+                )
+        return cls(
+            location,
+            metadata,
+            project_name=project_name,
+            version=version,
+            py_version=py_version,
+            platform=platform,
+            **kw,
+        )._reload_version()
+
+    def _reload_version(self):
+        return self
+
+    @property
+    def hashcmp(self):
+        return (
+            self._forgiving_parsed_version,
+            self.precedence,
+            self.key,
+            self.location,
+            self.py_version or '',
+            self.platform or '',
+        )
+
+    def __hash__(self):
+        return hash(self.hashcmp)
+
+    def __lt__(self, other: Distribution):
+        return self.hashcmp < other.hashcmp
+
+    def __le__(self, other: Distribution):
+        return self.hashcmp <= other.hashcmp
+
+    def __gt__(self, other: Distribution):
+        return self.hashcmp > other.hashcmp
+
+    def __ge__(self, other: Distribution):
+        return self.hashcmp >= other.hashcmp
+
+    def __eq__(self, other: object):
+        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: object):
+        return not self == other
+
+    # These properties have to be lazy so that we don't have to load any
+    # metadata until/unless it's actually needed.  (i.e., some distributions
+    # may not know their name or version without loading PKG-INFO)
+
+    @property
+    def key(self):
+        try:
+            return self._key
+        except AttributeError:
+            self._key = key = self.project_name.lower()
+            return key
+
+    @property
+    def parsed_version(self):
+        if not hasattr(self, "_parsed_version"):
+            try:
+                self._parsed_version = parse_version(self.version)
+            except _packaging_version.InvalidVersion as ex:
+                info = f"(package: {self.project_name})"
+                if hasattr(ex, "add_note"):
+                    ex.add_note(info)  # PEP 678
+                    raise
+                raise _packaging_version.InvalidVersion(f"{str(ex)} {info}") from None
+
+        return self._parsed_version
+
+    @property
+    def _forgiving_parsed_version(self):
+        try:
+            return self.parsed_version
+        except _packaging_version.InvalidVersion as ex:
+            self._parsed_version = parse_version(_forgiving_version(self.version))
+
+            notes = "\n".join(getattr(ex, "__notes__", []))  # PEP 678
+            msg = f"""!!\n\n
+            *************************************************************************
+            {str(ex)}\n{notes}
+
+            This is a long overdue deprecation.
+            For the time being, `pkg_resources` will use `{self._parsed_version}`
+            as a replacement to avoid breaking existing environments,
+            but no future compatibility is guaranteed.
+
+            If you maintain package {self.project_name} you should implement
+            the relevant changes to adequate the project to PEP 440 immediately.
+            *************************************************************************
+            \n\n!!
+            """
+            warnings.warn(msg, DeprecationWarning)
+
+            return self._parsed_version
+
+    @property
+    def version(self):
+        try:
+            return self._version
+        except AttributeError as e:
+            version = self._get_version()
+            if version is None:
+                path = self._get_metadata_path_for_display(self.PKG_INFO)
+                msg = ("Missing 'Version:' header and/or {} file at path: {}").format(
+                    self.PKG_INFO, path
+                )
+                raise ValueError(msg, self) from e
+
+            return version
+
+    @property
+    def _dep_map(self):
+        """
+        A map of extra to its list of (direct) requirements
+        for this distribution, including the null extra.
+        """
+        try:
+            return self.__dep_map
+        except AttributeError:
+            self.__dep_map = self._filter_extras(self._build_dep_map())
+        return self.__dep_map
+
+    @staticmethod
+    def _filter_extras(dm: dict[str | None, list[Requirement]]):
+        """
+        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: str | None = 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: Iterable[str] = ()):
+        """List of Requirements needed for this distro if `extras` are used"""
+        dm = self._dep_map
+        deps: list[Requirement] = []
+        deps.extend(dm.get(None, ()))
+        for ext in extras:
+            try:
+                deps.extend(dm[safe_extra(ext)])
+            except KeyError as e:
+                raise UnknownExtra(
+                    "%s has no such extra feature %r" % (self, ext)
+                ) from e
+        return deps
+
+    def _get_metadata_path_for_display(self, name):
+        """
+        Return the path to the given metadata file, if available.
+        """
+        try:
+            # We need to access _get_metadata_path() on the provider object
+            # directly rather than through this class's __getattr__()
+            # since _get_metadata_path() is marked private.
+            path = self._provider._get_metadata_path(name)
+
+        # Handle exceptions e.g. in case the distribution's metadata
+        # provider doesn't support _get_metadata_path().
+        except Exception:
+            return '[could not detect]'
+
+        return path
+
+    def _get_metadata(self, name):
+        if self.has_metadata(name):
+            yield from self.get_metadata_lines(name)
+
+    def _get_version(self):
+        lines = self._get_metadata(self.PKG_INFO)
+        return _version_from_file(lines)
+
+    def activate(self, path: list[str] | None = None, replace: bool = 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 and self.location is not None:
+            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().__dir__())
+            | set(attr for attr in self._provider.__dir__() if not attr.startswith('_'))
+        )
+
+    @classmethod
+    def from_filename(
+        cls,
+        filename: StrPath,
+        metadata: _MetadataType = None,
+        **kw: int,  # We could set `precedence` explicitly, but keeping this as `**kw` for full backwards and subclassing compatibility
+    ):
+        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: str, name: str) -> _ResolvedEntryPoint:
+        """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()
+
+    @overload
+    def get_entry_map(self, group: None = None) -> dict[str, dict[str, EntryPoint]]: ...
+    @overload
+    def get_entry_map(self, group: str) -> dict[str, EntryPoint]: ...
+    def get_entry_map(self, group: str | None = None):
+        """Return the entry point map for `group`, or the full entry map"""
+        if not hasattr(self, "_ep_map"):
+            self._ep_map = EntryPoint.parse_map(
+                self._get_metadata('entry_points.txt'), self
+            )
+        if group is not None:
+            return self._ep_map.get(group, {})
+        return self._ep_map
+
+    def get_entry_info(self, group: str, name: str):
+        """Return the EntryPoint object for `group`+`name`, or ``None``"""
+        return self.get_entry_map(group).get(name)
+
+    # FIXME: 'Distribution.insert_on' is too complex (13)
+    def insert_on(  # noqa: C901
+        self,
+        path: list[str],
+        loc=None,
+        replace: bool = 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
+        except SystemError:
+            # TODO: remove this except clause when python/cpython#103632 is fixed.
+            return False
+        return True
+
+    def clone(self, **kw: str | int | IResourceProvider | None):
+        """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)
+        # Unsafely unpacking. But keeping **kw for backwards and subclassing compatibility
+        return self.__class__(**kw)  # type:ignore[arg-type]
+
+    @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) -> dict[str | None, list[Requirement]]:
+        """Recompute this distribution's dependencies."""
+        self.__dep_map: dict[str | None, list[Requirement]] = {None: []}
+
+        reqs: list[Requirement] = []
+        # Including any condition expressions
+        for req in self._parsed_pkg_info.get_all('Requires-Dist') or []:
+            reqs.extend(parse_requirements(req))
+
+        def reqs_for_extra(extra):
+            for req in reqs:
+                if not req.marker or req.marker.evaluate({'extra': extra}):
+                    yield req
+
+        common = types.MappingProxyType(dict.fromkeys(reqs_for_extra(None)))
+        self.__dep_map[None].extend(common)
+
+        for extra in self._parsed_pkg_info.get_all('Provides-Extra') or []:
+            s_extra = safe_extra(extra.strip())
+            self.__dep_map[s_extra] = [
+                r for r in reqs_for_extra(extra) if r not in common
+            ]
+
+        return self.__dep_map
+
+
+_distributionImpl = {
+    '.egg': Distribution,
+    '.egg-info': EggInfoDistribution,
+    '.dist-info': DistInfoDistribution,
+}
+
+
+def issue_warning(*args, **kw):
+    level = 1
+    g = globals()
+    try:
+        # find the first stack frame that is *not* code in
+        # the pkg_resources module, to use for the warning
+        while sys._getframe(level).f_globals is g:
+            level += 1
+    except ValueError:
+        pass
+    warnings.warn(stacklevel=level + 1, *args, **kw)
+
+
+def parse_requirements(strs: _NestedStr):
+    """
+    Yield ``Requirement`` objects for each specification in `strs`.
+
+    `strs` must be a string, or a (possibly-nested) iterable thereof.
+    """
+    return map(Requirement, join_continuation(map(drop_comment, yield_lines(strs))))
+
+
+class RequirementParseError(_packaging_requirements.InvalidRequirement):
+    "Compatibility wrapper for InvalidRequirement"
+
+
+class Requirement(_packaging_requirements.Requirement):
+    def __init__(self, requirement_string: str):
+        """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!"""
+        super().__init__(requirement_string)
+        self.unsafe_name = self.name
+        project_name = safe_name(self.name)
+        self.project_name, self.key = project_name, project_name.lower()
+        self.specs = [(spec.operator, spec.version) for spec in self.specifier]
+        # packaging.requirements.Requirement uses a set for its extras. We use a variable-length tuple
+        self.extras: tuple[str] = 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: object):
+        return isinstance(other, Requirement) and self.hashCmp == other.hashCmp
+
+    def __ne__(self, other):
+        return not self == other
+
+    def __contains__(self, item: Distribution | str | tuple[str, ...]) -> bool:
+        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: str | Iterable[str]):
+        (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: Mapping[type, _AdapterT], ob: object) -> _AdapterT:
+    """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]
+    # _find_adapter would previously return None, and immediately be called.
+    # So we're raising a TypeError to keep backward compatibility if anyone depended on that behaviour.
+    raise TypeError(f"Could not find adapter for {registry} and {ob}")
+
+
+def ensure_directory(path: StrOrBytesPath):
+    """Ensure that the parent directory of `path` exists"""
+    dirname = os.path.dirname(path)
+    os.makedirs(dirname, exist_ok=True)
+
+
+def _bypass_ensure_directory(path):
+    """Sandbox-bypassing version of ensure_directory()"""
+    if not WRITE_SUPPORT:
+        raise OSError('"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: _NestedStr) -> Iterator[tuple[str | None, list[str]]]:
+    """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)
+
+
+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.
+    """
+
+
+# Ported from ``setuptools`` to avoid introducing an import inter-dependency:
+_LOCALE_ENCODING = "locale" if sys.version_info >= (3, 10) else None
+
+
+def _read_utf8_with_fallback(file: str, fallback_encoding=_LOCALE_ENCODING) -> str:
+    """See setuptools.unicode_utils._read_utf8_with_fallback"""
+    try:
+        with open(file, "r", encoding="utf-8") as f:
+            return f.read()
+    except UnicodeDecodeError:  # pragma: no cover
+        msg = f"""\
+        ********************************************************************************
+        `encoding="utf-8"` fails with {file!r}, trying `encoding={fallback_encoding!r}`.
+
+        This fallback behaviour is considered **deprecated** and future versions of
+        `setuptools/pkg_resources` may not implement it.
+
+        Please encode {file!r} with "utf-8" to ensure future builds will succeed.
+
+        If this file was produced by `setuptools` itself, cleaning up the cached files
+        and re-building/re-installing the package with a newer version of `setuptools`
+        (e.g. by updating `build-system.requires` in its `pyproject.toml`)
+        might solve the problem.
+        ********************************************************************************
+        """
+        # TODO: Add a deadline?
+        #       See comment in setuptools.unicode_utils._Utf8EncodingNeeded
+        warnings.warn(msg, PkgResourcesDeprecationWarning, stacklevel=2)
+        with open(file, "r", encoding=fallback_encoding) as f:
+            return f.read()
+
+
+# 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 = _declare_state('object', 'working_set', WorkingSet._build_master())
+
+    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())
+
+
+if TYPE_CHECKING:
+    # All of these are set by the @_call_aside methods above
+    __resource_manager = ResourceManager()  # Won't exist at runtime
+    resource_exists = __resource_manager.resource_exists
+    resource_isdir = __resource_manager.resource_isdir
+    resource_filename = __resource_manager.resource_filename
+    resource_stream = __resource_manager.resource_stream
+    resource_string = __resource_manager.resource_string
+    resource_listdir = __resource_manager.resource_listdir
+    set_extraction_path = __resource_manager.set_extraction_path
+    cleanup_resources = __resource_manager.cleanup_resources
+
+    working_set = WorkingSet()
+    require = working_set.require
+    iter_entry_points = working_set.iter_entry_points
+    add_activation_listener = working_set.subscribe
+    run_script = working_set.run_script
+    run_main = run_script
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..24238a3975a0d1c329102d994aa3ac0fc35fda80
GIT binary patch
literal 113969
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

literal 0
HcmV?d00001

diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__init__.py
new file mode 100644
index 0000000..edc21fa
--- /dev/null
+++ b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__init__.py
@@ -0,0 +1,631 @@
+"""
+Utilities for determining application-specific dirs.
+
+See  for details and usage.
+
+"""
+
+from __future__ import annotations
+
+import os
+import sys
+from typing import TYPE_CHECKING
+
+from .api import PlatformDirsABC
+from .version import __version__
+from .version import __version_tuple__ as __version_info__
+
+if TYPE_CHECKING:
+    from pathlib import Path
+    from typing import Literal
+
+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
+
+
+def _set_platform_dir_class() -> type[PlatformDirsABC]:
+    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  # noqa: PLC0415
+
+        if _android_folder() is not None:
+            from pip._vendor.platformdirs.android import Android  # noqa: PLC0415
+
+            return Android  # return to avoid redefinition of a result
+
+    return _Result
+
+
+if TYPE_CHECKING:
+    # Work around mypy issue: https://github.com/python/mypy/issues/10962
+    PlatformDirs = _Result
+else:
+    PlatformDirs = _set_platform_dir_class()  #: Currently active platform
+AppDirs = PlatformDirs  #: Backwards compatibility with appdirs
+
+
+def user_data_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_data_dir
+
+
+def site_data_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data directory shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_data_dir
+
+
+def user_config_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_config_dir
+
+
+def site_config_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config directory shared by the users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_config_dir
+
+
+def user_cache_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_cache_dir
+
+
+def site_cache_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_cache_dir
+
+
+def user_state_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: state directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_state_dir
+
+
+def user_log_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: log directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_log_dir
+
+
+def user_documents_dir() -> str:
+    """:returns: documents directory tied to the user"""
+    return PlatformDirs().user_documents_dir
+
+
+def user_downloads_dir() -> str:
+    """:returns: downloads directory tied to the user"""
+    return PlatformDirs().user_downloads_dir
+
+
+def user_pictures_dir() -> str:
+    """:returns: pictures directory tied to the user"""
+    return PlatformDirs().user_pictures_dir
+
+
+def user_videos_dir() -> str:
+    """:returns: videos directory tied to the user"""
+    return PlatformDirs().user_videos_dir
+
+
+def user_music_dir() -> str:
+    """:returns: music directory tied to the user"""
+    return PlatformDirs().user_music_dir
+
+
+def user_desktop_dir() -> str:
+    """:returns: desktop directory tied to the user"""
+    return PlatformDirs().user_desktop_dir
+
+
+def user_runtime_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: runtime directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_runtime_dir
+
+
+def site_runtime_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: runtime directory shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_runtime_dir
+
+
+def user_data_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_data_path
+
+
+def site_data_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `multipath `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data path shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_data_path
+
+
+def user_config_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_config_path
+
+
+def site_config_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config path shared by the users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_config_path
+
+
+def site_cache_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_cache_path
+
+
+def user_cache_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_cache_path
+
+
+def user_state_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: state path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_state_path
+
+
+def user_log_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: log path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_log_path
+
+
+def user_documents_path() -> Path:
+    """:returns: documents a path tied to the user"""
+    return PlatformDirs().user_documents_path
+
+
+def user_downloads_path() -> Path:
+    """:returns: downloads path tied to the user"""
+    return PlatformDirs().user_downloads_path
+
+
+def user_pictures_path() -> Path:
+    """:returns: pictures path tied to the user"""
+    return PlatformDirs().user_pictures_path
+
+
+def user_videos_path() -> Path:
+    """:returns: videos path tied to the user"""
+    return PlatformDirs().user_videos_path
+
+
+def user_music_path() -> Path:
+    """:returns: music path tied to the user"""
+    return PlatformDirs().user_music_path
+
+
+def user_desktop_path() -> Path:
+    """:returns: desktop path tied to the user"""
+    return PlatformDirs().user_desktop_path
+
+
+def user_runtime_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: runtime path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_runtime_path
+
+
+def site_runtime_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: runtime path shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_runtime_path
+
+
+__all__ = [
+    "AppDirs",
+    "PlatformDirs",
+    "PlatformDirsABC",
+    "__version__",
+    "__version_info__",
+    "site_cache_dir",
+    "site_cache_path",
+    "site_config_dir",
+    "site_config_path",
+    "site_data_dir",
+    "site_data_path",
+    "site_runtime_dir",
+    "site_runtime_path",
+    "user_cache_dir",
+    "user_cache_path",
+    "user_config_dir",
+    "user_config_path",
+    "user_data_dir",
+    "user_data_path",
+    "user_desktop_dir",
+    "user_desktop_path",
+    "user_documents_dir",
+    "user_documents_path",
+    "user_downloads_dir",
+    "user_downloads_path",
+    "user_log_dir",
+    "user_log_path",
+    "user_music_dir",
+    "user_music_path",
+    "user_pictures_dir",
+    "user_pictures_path",
+    "user_runtime_dir",
+    "user_runtime_path",
+    "user_state_dir",
+    "user_state_path",
+    "user_videos_dir",
+    "user_videos_path",
+]
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__main__.py b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__main__.py
new file mode 100644
index 0000000..fa8a677
--- /dev/null
+++ b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__main__.py
@@ -0,0 +1,55 @@
+"""Main entry point."""
+
+from __future__ import annotations
+
+from pip._vendor.platformdirs import PlatformDirs, __version__
+
+PROPS = (
+    "user_data_dir",
+    "user_config_dir",
+    "user_cache_dir",
+    "user_state_dir",
+    "user_log_dir",
+    "user_documents_dir",
+    "user_downloads_dir",
+    "user_pictures_dir",
+    "user_videos_dir",
+    "user_music_dir",
+    "user_runtime_dir",
+    "site_data_dir",
+    "site_config_dir",
+    "site_cache_dir",
+    "site_runtime_dir",
+)
+
+
+def main() -> None:
+    """Run the main entry point."""
+    app_name = "MyApp"
+    app_author = "MyCompany"
+
+    print(f"-- platformdirs {__version__} --")  # noqa: T201
+
+    print("-- app dirs (with optional 'version')")  # noqa: T201
+    dirs = PlatformDirs(app_name, app_author, version="1.0")
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
+
+    print("\n-- app dirs (without optional 'version')")  # noqa: T201
+    dirs = PlatformDirs(app_name, app_author)
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
+
+    print("\n-- app dirs (without optional 'appauthor')")  # noqa: T201
+    dirs = PlatformDirs(app_name)
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
+
+    print("\n-- app dirs (with disabled 'appauthor')")  # noqa: T201
+    dirs = PlatformDirs(app_name, appauthor=False)
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
+
+
+if __name__ == "__main__":
+    main()
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..3ee8fe22ad41071becbf879eb0c648b90aa60c58
GIT binary patch
literal 15862
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

literal 0
HcmV?d00001

diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..991dc4756bfd99af8496b45ae6595a2480569552
GIT binary patch
literal 10212
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
XJHf_~kcB}hCym0fJEUH?K9%|(e+%n$

literal 0
HcmV?d00001

diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..fd0ee476b2561df79842b89245fddf8f35c6ef0b
GIT binary patch
literal 6530
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

literal 0
HcmV?d00001

diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..3f547588a5c2498d6bdaf89197bac4bf9db87053
GIT binary patch
literal 9096
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

literal 0
HcmV?d00001

diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/android.py b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/android.py
new file mode 100644
index 0000000..7004a85
--- /dev/null
+++ b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/android.py
@@ -0,0 +1,249 @@
+"""Android."""
+
+from __future__ import annotations
+
+import os
+import re
+import sys
+from functools import lru_cache
+from typing import TYPE_CHECKING, cast
+
+from .api import PlatformDirsABC
+
+
+class Android(PlatformDirsABC):
+    """
+    Follows the guidance `from here `_.
+
+    Makes use of the `appname `, `version
+    `, `ensure_exists `.
+
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """:return: data directory tied to the user, e.g. ``/data/user///files/``"""
+        return self._append_app_name_and_version(cast(str, _android_folder()), "files")
+
+    @property
+    def site_data_dir(self) -> str:
+        """:return: data directory shared by users, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_config_dir(self) -> str:
+        """
+        :return: config directory tied to the user, e.g. \
+        ``/data/user///shared_prefs/``
+        """
+        return self._append_app_name_and_version(cast(str, _android_folder()), "shared_prefs")
+
+    @property
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users, same as `user_config_dir`"""
+        return self.user_config_dir
+
+    @property
+    def user_cache_dir(self) -> str:
+        """:return: cache directory tied to the user, e.g.,``/data/user///cache/``"""
+        return self._append_app_name_and_version(cast(str, _android_folder()), "cache")
+
+    @property
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users, same as `user_cache_dir`"""
+        return self.user_cache_dir
+
+    @property
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_log_dir(self) -> str:
+        """
+        :return: log directory tied to the user, same as `user_cache_dir` if not opinionated else ``log`` in it,
+          e.g. ``/data/user///cache//log``
+        """
+        path = self.user_cache_dir
+        if self.opinion:
+            path = os.path.join(path, "log")  # noqa: PTH118
+        return path
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user e.g. ``/storage/emulated/0/Documents``"""
+        return _android_documents_folder()
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user e.g. ``/storage/emulated/0/Downloads``"""
+        return _android_downloads_folder()
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user e.g. ``/storage/emulated/0/Pictures``"""
+        return _android_pictures_folder()
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user e.g. ``/storage/emulated/0/DCIM/Camera``"""
+        return _android_videos_folder()
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user e.g. ``/storage/emulated/0/Music``"""
+        return _android_music_folder()
+
+    @property
+    def user_desktop_dir(self) -> str:
+        """:return: desktop directory tied to the user e.g. ``/storage/emulated/0/Desktop``"""
+        return "/storage/emulated/0/Desktop"
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """
+        :return: runtime directory tied to the user, same as `user_cache_dir` if not opinionated else ``tmp`` in it,
+          e.g. ``/data/user///cache//tmp``
+        """
+        path = self.user_cache_dir
+        if self.opinion:
+            path = os.path.join(path, "tmp")  # noqa: PTH118
+        return path
+
+    @property
+    def site_runtime_dir(self) -> str:
+        """:return: runtime directory shared by users, same as `user_runtime_dir`"""
+        return self.user_runtime_dir
+
+
+@lru_cache(maxsize=1)
+def _android_folder() -> str | None:  # noqa: C901
+    """:return: base folder for the Android OS or None if it cannot be found"""
+    result: str | None = None
+    # type checker isn't happy with our "import android", just don't do this when type checking see
+    # https://stackoverflow.com/a/61394121
+    if not TYPE_CHECKING:
+        try:
+            # First try to get a path to android app using python4android (if available)...
+            from android import mActivity  # noqa: PLC0415
+
+            context = cast("android.content.Context", mActivity.getApplicationContext())  # noqa: F821
+            result = context.getFilesDir().getParentFile().getAbsolutePath()
+        except Exception:  # noqa: BLE001
+            result = None
+    if result is None:
+        try:
+            # ...and fall back to using plain pyjnius, if python4android isn't available or doesn't deliver any useful
+            # result...
+            from jnius import autoclass  # noqa: PLC0415
+
+            context = autoclass("android.content.Context")
+            result = context.getFilesDir().getParentFile().getAbsolutePath()
+        except Exception:  # noqa: BLE001
+            result = None
+    if result is None:
+        # and if that fails, too, find an android folder looking at path on the sys.path
+        # warning: only works for apps installed under /data, not adopted storage etc.
+        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
+    if result is None:
+        # one last try: find an android folder looking at path on the sys.path taking adopted storage paths into
+        # account
+        pattern = re.compile(r"/mnt/expand/[a-fA-F0-9-]{36}/(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  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        documents_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOCUMENTS).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        documents_dir = "/storage/emulated/0/Documents"
+
+    return documents_dir
+
+
+@lru_cache(maxsize=1)
+def _android_downloads_folder() -> str:
+    """:return: downloads folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        downloads_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOWNLOADS).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        downloads_dir = "/storage/emulated/0/Downloads"
+
+    return downloads_dir
+
+
+@lru_cache(maxsize=1)
+def _android_pictures_folder() -> str:
+    """:return: pictures folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        pictures_dir: str = context.getExternalFilesDir(environment.DIRECTORY_PICTURES).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        pictures_dir = "/storage/emulated/0/Pictures"
+
+    return pictures_dir
+
+
+@lru_cache(maxsize=1)
+def _android_videos_folder() -> str:
+    """:return: videos folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        videos_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DCIM).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        videos_dir = "/storage/emulated/0/DCIM/Camera"
+
+    return videos_dir
+
+
+@lru_cache(maxsize=1)
+def _android_music_folder() -> str:
+    """:return: music folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        music_dir: str = context.getExternalFilesDir(environment.DIRECTORY_MUSIC).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        music_dir = "/storage/emulated/0/Music"
+
+    return music_dir
+
+
+__all__ = [
+    "Android",
+]
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/api.py b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/api.py
new file mode 100644
index 0000000..18d660e
--- /dev/null
+++ b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/api.py
@@ -0,0 +1,298 @@
+"""Base API."""
+
+from __future__ import annotations
+
+import os
+from abc import ABC, abstractmethod
+from pathlib import Path
+from typing import TYPE_CHECKING
+
+if TYPE_CHECKING:
+    from typing import Iterator, Literal
+
+
+class PlatformDirsABC(ABC):  # noqa: PLR0904
+    """Abstract base class for platform directories."""
+
+    def __init__(  # noqa: PLR0913, PLR0917
+        self,
+        appname: str | None = None,
+        appauthor: str | None | Literal[False] = None,
+        version: str | None = None,
+        roaming: bool = False,  # noqa: FBT001, FBT002
+        multipath: bool = False,  # noqa: FBT001, FBT002
+        opinion: bool = True,  # noqa: FBT001, FBT002
+        ensure_exists: bool = False,  # noqa: FBT001, FBT002
+    ) -> None:
+        """
+        Create a new platform directory.
+
+        :param appname: See `appname`.
+        :param appauthor: See `appauthor`.
+        :param version: See `version`.
+        :param roaming: See `roaming`.
+        :param multipath: See `multipath`.
+        :param opinion: See `opinion`.
+        :param ensure_exists: See `ensure_exists`.
+
+        """
+        self.appname = appname  #: The name of application.
+        self.appauthor = appauthor
+        """
+        The name of the app author or distributing body for this application.
+
+        Typically, it is the owning company name. Defaults to `appname`. You may pass ``False`` to disable it.
+
+        """
+        self.version = version
+        """
+        An optional version path element to append to the path.
+
+        You might want to use this if you want multiple versions of your app to be able to run independently. If used,
+        this would typically be ``.``.
+
+        """
+        self.roaming = roaming
+        """
+        Whether to use the roaming appdata directory on Windows.
+
+        That means that for users on a Windows network setup for roaming profiles, this user data will be synced on
+        login (see
+        `here `_).
+
+        """
+        self.multipath = multipath
+        """
+        An optional parameter which indicates that the entire list of data dirs should be returned.
+
+        By default, the first item would only be returned.
+
+        """
+        self.opinion = opinion  #: A flag to indicating to use opinionated values.
+        self.ensure_exists = ensure_exists
+        """
+        Optionally create the directory (and any missing parents) upon access if it does not exist.
+
+        By default, no directories are created.
+
+        """
+
+    def _append_app_name_and_version(self, *base: str) -> str:
+        params = list(base[1:])
+        if self.appname:
+            params.append(self.appname)
+            if self.version:
+                params.append(self.version)
+        path = os.path.join(base[0], *params)  # noqa: PTH118
+        self._optionally_create_directory(path)
+        return path
+
+    def _optionally_create_directory(self, path: str) -> None:
+        if self.ensure_exists:
+            Path(path).mkdir(parents=True, exist_ok=True)
+
+    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)
+
+    @property
+    @abstractmethod
+    def user_data_dir(self) -> str:
+        """:return: data directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_data_dir(self) -> str:
+        """:return: data directory shared by users"""
+
+    @property
+    @abstractmethod
+    def user_config_dir(self) -> str:
+        """:return: config directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users"""
+
+    @property
+    @abstractmethod
+    def user_cache_dir(self) -> str:
+        """:return: cache directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users"""
+
+    @property
+    @abstractmethod
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_desktop_dir(self) -> str:
+        """:return: desktop directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_runtime_dir(self) -> str:
+        """:return: runtime directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_runtime_dir(self) -> str:
+        """:return: runtime directory shared by users"""
+
+    @property
+    def user_data_path(self) -> Path:
+        """:return: data path tied to the user"""
+        return Path(self.user_data_dir)
+
+    @property
+    def site_data_path(self) -> Path:
+        """:return: data path shared by users"""
+        return Path(self.site_data_dir)
+
+    @property
+    def user_config_path(self) -> Path:
+        """:return: config path tied to the user"""
+        return Path(self.user_config_dir)
+
+    @property
+    def site_config_path(self) -> Path:
+        """:return: config path shared by the users"""
+        return Path(self.site_config_dir)
+
+    @property
+    def user_cache_path(self) -> Path:
+        """:return: cache path tied to the user"""
+        return Path(self.user_cache_dir)
+
+    @property
+    def site_cache_path(self) -> Path:
+        """:return: cache path shared by users"""
+        return Path(self.site_cache_dir)
+
+    @property
+    def user_state_path(self) -> Path:
+        """:return: state path tied to the user"""
+        return Path(self.user_state_dir)
+
+    @property
+    def user_log_path(self) -> Path:
+        """:return: log path tied to the user"""
+        return Path(self.user_log_dir)
+
+    @property
+    def user_documents_path(self) -> Path:
+        """:return: documents a path tied to the user"""
+        return Path(self.user_documents_dir)
+
+    @property
+    def user_downloads_path(self) -> Path:
+        """:return: downloads path tied to the user"""
+        return Path(self.user_downloads_dir)
+
+    @property
+    def user_pictures_path(self) -> Path:
+        """:return: pictures path tied to the user"""
+        return Path(self.user_pictures_dir)
+
+    @property
+    def user_videos_path(self) -> Path:
+        """:return: videos path tied to the user"""
+        return Path(self.user_videos_dir)
+
+    @property
+    def user_music_path(self) -> Path:
+        """:return: music path tied to the user"""
+        return Path(self.user_music_dir)
+
+    @property
+    def user_desktop_path(self) -> Path:
+        """:return: desktop path tied to the user"""
+        return Path(self.user_desktop_dir)
+
+    @property
+    def user_runtime_path(self) -> Path:
+        """:return: runtime path tied to the user"""
+        return Path(self.user_runtime_dir)
+
+    @property
+    def site_runtime_path(self) -> Path:
+        """:return: runtime path shared by users"""
+        return Path(self.site_runtime_dir)
+
+    def iter_config_dirs(self) -> Iterator[str]:
+        """:yield: all user and site configuration directories."""
+        yield self.user_config_dir
+        yield self.site_config_dir
+
+    def iter_data_dirs(self) -> Iterator[str]:
+        """:yield: all user and site data directories."""
+        yield self.user_data_dir
+        yield self.site_data_dir
+
+    def iter_cache_dirs(self) -> Iterator[str]:
+        """:yield: all user and site cache directories."""
+        yield self.user_cache_dir
+        yield self.site_cache_dir
+
+    def iter_runtime_dirs(self) -> Iterator[str]:
+        """:yield: all user and site runtime directories."""
+        yield self.user_runtime_dir
+        yield self.site_runtime_dir
+
+    def iter_config_paths(self) -> Iterator[Path]:
+        """:yield: all user and site configuration paths."""
+        for path in self.iter_config_dirs():
+            yield Path(path)
+
+    def iter_data_paths(self) -> Iterator[Path]:
+        """:yield: all user and site data paths."""
+        for path in self.iter_data_dirs():
+            yield Path(path)
+
+    def iter_cache_paths(self) -> Iterator[Path]:
+        """:yield: all user and site cache paths."""
+        for path in self.iter_cache_dirs():
+            yield Path(path)
+
+    def iter_runtime_paths(self) -> Iterator[Path]:
+        """:yield: all user and site runtime paths."""
+        for path in self.iter_runtime_dirs():
+            yield Path(path)
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/macos.py b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/macos.py
new file mode 100644
index 0000000..e4b0391
--- /dev/null
+++ b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/macos.py
@@ -0,0 +1,144 @@
+"""macOS."""
+
+from __future__ import annotations
+
+import os.path
+import sys
+from typing import TYPE_CHECKING
+
+from .api import PlatformDirsABC
+
+if TYPE_CHECKING:
+    from pathlib import Path
+
+
+class MacOS(PlatformDirsABC):
+    """
+    Platform directories for the macOS operating system.
+
+    Follows the guidance from
+    `Apple documentation `_.
+    Makes use of the `appname `,
+    `version `,
+    `ensure_exists `.
+
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """:return: data directory tied to the user, e.g. ``~/Library/Application Support/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Application Support"))  # noqa: PTH111
+
+    @property
+    def site_data_dir(self) -> str:
+        """
+        :return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``.
+          If we're using a Python binary managed by `Homebrew `_, the directory
+          will be under the Homebrew prefix, e.g. ``/opt/homebrew/share/$appname/$version``.
+          If `multipath ` is enabled, and we're in Homebrew,
+          the response is a multi-path string separated by ":", e.g.
+          ``/opt/homebrew/share/$appname/$version:/Library/Application Support/$appname/$version``
+        """
+        is_homebrew = sys.prefix.startswith("/opt/homebrew")
+        path_list = [self._append_app_name_and_version("/opt/homebrew/share")] if is_homebrew else []
+        path_list.append(self._append_app_name_and_version("/Library/Application Support"))
+        if self.multipath:
+            return os.pathsep.join(path_list)
+        return path_list[0]
+
+    @property
+    def site_data_path(self) -> Path:
+        """:return: data path shared by users. Only return the first item, even if ``multipath`` is set to ``True``"""
+        return self._first_item_as_path_if_multipath(self.site_data_dir)
+
+    @property
+    def user_config_dir(self) -> str:
+        """:return: config directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users, same as `site_data_dir`"""
+        return self.site_data_dir
+
+    @property
+    def user_cache_dir(self) -> str:
+        """:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches"))  # noqa: PTH111
+
+    @property
+    def site_cache_dir(self) -> str:
+        """
+        :return: cache directory shared by users, e.g. ``/Library/Caches/$appname/$version``.
+          If we're using a Python binary managed by `Homebrew `_, the directory
+          will be under the Homebrew prefix, e.g. ``/opt/homebrew/var/cache/$appname/$version``.
+          If `multipath ` is enabled, and we're in Homebrew,
+          the response is a multi-path string separated by ":", e.g.
+          ``/opt/homebrew/var/cache/$appname/$version:/Library/Caches/$appname/$version``
+        """
+        is_homebrew = sys.prefix.startswith("/opt/homebrew")
+        path_list = [self._append_app_name_and_version("/opt/homebrew/var/cache")] if is_homebrew else []
+        path_list.append(self._append_app_name_and_version("/Library/Caches"))
+        if self.multipath:
+            return os.pathsep.join(path_list)
+        return path_list[0]
+
+    @property
+    def site_cache_path(self) -> Path:
+        """:return: cache path shared by users. Only return the first item, even if ``multipath`` is set to ``True``"""
+        return self._first_item_as_path_if_multipath(self.site_cache_dir)
+
+    @property
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user, e.g. ``~/Library/Logs/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Logs"))  # noqa: PTH111
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
+        return os.path.expanduser("~/Documents")  # noqa: PTH111
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user, e.g. ``~/Downloads``"""
+        return os.path.expanduser("~/Downloads")  # noqa: PTH111
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user, e.g. ``~/Pictures``"""
+        return os.path.expanduser("~/Pictures")  # noqa: PTH111
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user, e.g. ``~/Movies``"""
+        return os.path.expanduser("~/Movies")  # noqa: PTH111
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user, e.g. ``~/Music``"""
+        return os.path.expanduser("~/Music")  # noqa: PTH111
+
+    @property
+    def user_desktop_dir(self) -> str:
+        """:return: desktop directory tied to the user, e.g. ``~/Desktop``"""
+        return os.path.expanduser("~/Desktop")  # noqa: PTH111
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """:return: runtime directory tied to the user, e.g. ``~/Library/Caches/TemporaryItems/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches/TemporaryItems"))  # noqa: PTH111
+
+    @property
+    def site_runtime_dir(self) -> str:
+        """:return: runtime directory shared by users, same as `user_runtime_dir`"""
+        return self.user_runtime_dir
+
+
+__all__ = [
+    "MacOS",
+]
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/py.typed b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/py.typed
new file mode 100644
index 0000000..e69de29
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/unix.py b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/unix.py
new file mode 100644
index 0000000..f1942e9
--- /dev/null
+++ b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/unix.py
@@ -0,0 +1,269 @@
+"""Unix."""
+
+from __future__ import annotations
+
+import os
+import sys
+from configparser import ConfigParser
+from pathlib import Path
+from typing import Iterator, NoReturn
+
+from .api import PlatformDirsABC
+
+if sys.platform == "win32":
+
+    def getuid() -> NoReturn:
+        msg = "should only be used on Unix"
+        raise RuntimeError(msg)
+
+else:
+    from os import getuid
+
+
+class Unix(PlatformDirsABC):  # noqa: PLR0904
+    """
+    On Unix/Linux, we follow the `XDG Basedir Spec `_.
+
+    The spec allows overriding directories with environment variables. The examples shown are the default values,
+    alongside the name of the environment variable that overrides them. Makes use of the `appname
+    `, `version `, `multipath
+    `, `opinion `, `ensure_exists
+    `.
+
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """
+        :return: data directory tied to the user, e.g. ``~/.local/share/$appname/$version`` or
+         ``$XDG_DATA_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_DATA_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.local/share")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def _site_data_dirs(self) -> list[str]:
+        path = os.environ.get("XDG_DATA_DIRS", "")
+        if not path.strip():
+            path = f"/usr/local/share{os.pathsep}/usr/share"
+        return [self._append_app_name_and_version(p) for p in path.split(os.pathsep)]
+
+    @property
+    def site_data_dir(self) -> str:
+        """
+        :return: data directories shared by users (if `multipath ` is
+         enabled and ``XDG_DATA_DIRS`` 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
+        dirs = self._site_data_dirs
+        if not self.multipath:
+            return dirs[0]
+        return os.pathsep.join(dirs)
+
+    @property
+    def user_config_dir(self) -> str:
+        """
+        :return: config directory tied to the user, e.g. ``~/.config/$appname/$version`` or
+         ``$XDG_CONFIG_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_CONFIG_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.config")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def _site_config_dirs(self) -> list[str]:
+        path = os.environ.get("XDG_CONFIG_DIRS", "")
+        if not path.strip():
+            path = "/etc/xdg"
+        return [self._append_app_name_and_version(p) for p in path.split(os.pathsep)]
+
+    @property
+    def site_config_dir(self) -> str:
+        """
+        :return: config directories shared by users (if `multipath `
+         is enabled and ``XDG_CONFIG_DIRS`` 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
+        dirs = self._site_config_dirs
+        if not self.multipath:
+            return dirs[0]
+        return os.pathsep.join(dirs)
+
+    @property
+    def user_cache_dir(self) -> str:
+        """
+        :return: cache directory tied to the user, e.g. ``~/.cache/$appname/$version`` or
+         ``~/$XDG_CACHE_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_CACHE_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.cache")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users, e.g. ``/var/cache/$appname/$version``"""
+        return self._append_app_name_and_version("/var/cache")
+
+    @property
+    def user_state_dir(self) -> str:
+        """
+        :return: state directory tied to the user, e.g. ``~/.local/state/$appname/$version`` or
+         ``$XDG_STATE_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_STATE_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.local/state")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user, same as `user_state_dir` if not opinionated else ``log`` in it"""
+        path = self.user_state_dir
+        if self.opinion:
+            path = os.path.join(path, "log")  # noqa: PTH118
+            self._optionally_create_directory(path)
+        return path
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
+        return _get_user_media_dir("XDG_DOCUMENTS_DIR", "~/Documents")
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user, e.g. ``~/Downloads``"""
+        return _get_user_media_dir("XDG_DOWNLOAD_DIR", "~/Downloads")
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user, e.g. ``~/Pictures``"""
+        return _get_user_media_dir("XDG_PICTURES_DIR", "~/Pictures")
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user, e.g. ``~/Videos``"""
+        return _get_user_media_dir("XDG_VIDEOS_DIR", "~/Videos")
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user, e.g. ``~/Music``"""
+        return _get_user_media_dir("XDG_MUSIC_DIR", "~/Music")
+
+    @property
+    def user_desktop_dir(self) -> str:
+        """:return: desktop directory tied to the user, e.g. ``~/Desktop``"""
+        return _get_user_media_dir("XDG_DESKTOP_DIR", "~/Desktop")
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """
+        :return: runtime directory tied to the user, e.g. ``/run/user/$(id -u)/$appname/$version`` or
+         ``$XDG_RUNTIME_DIR/$appname/$version``.
+
+         For FreeBSD/OpenBSD/NetBSD, it would return ``/var/run/user/$(id -u)/$appname/$version`` if
+         exists, otherwise ``/tmp/runtime-$(id -u)/$appname/$version``, if``$XDG_RUNTIME_DIR``
+         is not set.
+        """
+        path = os.environ.get("XDG_RUNTIME_DIR", "")
+        if not path.strip():
+            if sys.platform.startswith(("freebsd", "openbsd", "netbsd")):
+                path = f"/var/run/user/{getuid()}"
+                if not Path(path).exists():
+                    path = f"/tmp/runtime-{getuid()}"  # noqa: S108
+            else:
+                path = f"/run/user/{getuid()}"
+        return self._append_app_name_and_version(path)
+
+    @property
+    def site_runtime_dir(self) -> str:
+        """
+        :return: runtime directory shared by users, e.g. ``/run/$appname/$version`` or \
+        ``$XDG_RUNTIME_DIR/$appname/$version``.
+
+        Note that this behaves almost exactly like `user_runtime_dir` if ``$XDG_RUNTIME_DIR`` is set, but will
+        fall back to paths associated to the root user instead of a regular logged-in user if it's not set.
+
+        If you wish to ensure that a logged-in root user path is returned e.g. ``/run/user/0``, use `user_runtime_dir`
+        instead.
+
+        For FreeBSD/OpenBSD/NetBSD, it would return ``/var/run/$appname/$version`` if ``$XDG_RUNTIME_DIR`` is not set.
+        """
+        path = os.environ.get("XDG_RUNTIME_DIR", "")
+        if not path.strip():
+            if sys.platform.startswith(("freebsd", "openbsd", "netbsd")):
+                path = "/var/run"
+            else:
+                path = "/run"
+        return self._append_app_name_and_version(path)
+
+    @property
+    def site_data_path(self) -> Path:
+        """:return: data path shared by users. Only return the 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, returns the first item, even if ``multipath`` is set to ``True``"""
+        return self._first_item_as_path_if_multipath(self.site_config_dir)
+
+    @property
+    def site_cache_path(self) -> Path:
+        """:return: cache path shared by users. Only return the first item, even if ``multipath`` is set to ``True``"""
+        return self._first_item_as_path_if_multipath(self.site_cache_dir)
+
+    def iter_config_dirs(self) -> Iterator[str]:
+        """:yield: all user and site configuration directories."""
+        yield self.user_config_dir
+        yield from self._site_config_dirs
+
+    def iter_data_dirs(self) -> Iterator[str]:
+        """:yield: all user and site data directories."""
+        yield self.user_data_dir
+        yield from self._site_data_dirs
+
+
+def _get_user_media_dir(env_var: str, fallback_tilde_path: str) -> str:
+    media_dir = _get_user_dirs_folder(env_var)
+    if media_dir is None:
+        media_dir = os.environ.get(env_var, "").strip()
+        if not media_dir:
+            media_dir = os.path.expanduser(fallback_tilde_path)  # noqa: PTH111
+
+    return media_dir
+
+
+def _get_user_dirs_folder(key: str) -> str | None:
+    """
+    Return directory from user-dirs.dirs config file.
+
+    See https://freedesktop.org/wiki/Software/xdg-user-dirs/.
+
+    """
+    user_dirs_config_path = Path(Unix().user_config_dir) / "user-dirs.dirs"
+    if user_dirs_config_path.exists():
+        parser = ConfigParser()
+
+        with user_dirs_config_path.open() as stream:
+            # Add fake section header, so ConfigParser doesn't complain
+            parser.read_string(f"[top]\n{stream.read()}")
+
+        if key not in parser["top"]:
+            return None
+
+        path = parser["top"][key].strip('"')
+        # Handle relative home paths
+        return path.replace("$HOME", os.path.expanduser("~"))  # noqa: PTH111
+
+    return None
+
+
+__all__ = [
+    "Unix",
+]
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/version.py b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/version.py
new file mode 100644
index 0000000..afb4924
--- /dev/null
+++ b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/version.py
@@ -0,0 +1,16 @@
+# file generated by setuptools_scm
+# don't change, don't track in version control
+TYPE_CHECKING = False
+if TYPE_CHECKING:
+    from typing import Tuple, Union
+    VERSION_TUPLE = Tuple[Union[int, str], ...]
+else:
+    VERSION_TUPLE = object
+
+version: str
+__version__: str
+__version_tuple__: VERSION_TUPLE
+version_tuple: VERSION_TUPLE
+
+__version__ = version = '4.3.6'
+__version_tuple__ = version_tuple = (4, 3, 6)
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/windows.py b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/windows.py
new file mode 100644
index 0000000..d7bc960
--- /dev/null
+++ b/venv/lib/python3.10/site-packages/pip/_vendor/platformdirs/windows.py
@@ -0,0 +1,272 @@
+"""Windows."""
+
+from __future__ import annotations
+
+import os
+import sys
+from functools import lru_cache
+from typing import TYPE_CHECKING
+
+from .api import PlatformDirsABC
+
+if TYPE_CHECKING:
+    from collections.abc import Callable
+
+
+class Windows(PlatformDirsABC):
+    """
+    `MSDN on where to store app data files `_.
+
+    Makes use of the `appname `, `appauthor
+    `, `version `, `roaming
+    `, `opinion `, `ensure_exists
+    `.
+
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """
+        :return: data directory tied to the user, e.g.
+         ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname`` (not roaming) or
+         ``%USERPROFILE%\\AppData\\Roaming\\$appauthor\\$appname`` (roaming)
+        """
+        const = "CSIDL_APPDATA" if self.roaming else "CSIDL_LOCAL_APPDATA"
+        path = os.path.normpath(get_win_folder(const))
+        return self._append_parts(path)
+
+    def _append_parts(self, path: str, *, opinion_value: str | None = None) -> str:
+        params = []
+        if self.appname:
+            if self.appauthor is not False:
+                author = self.appauthor or self.appname
+                params.append(author)
+            params.append(self.appname)
+            if opinion_value is not None and self.opinion:
+                params.append(opinion_value)
+            if self.version:
+                params.append(self.version)
+        path = os.path.join(path, *params)  # noqa: PTH118
+        self._optionally_create_directory(path)
+        return path
+
+    @property
+    def site_data_dir(self) -> str:
+        """:return: data directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname``"""
+        path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA"))
+        return self._append_parts(path)
+
+    @property
+    def user_config_dir(self) -> str:
+        """:return: config directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users, same as `site_data_dir`"""
+        return self.site_data_dir
+
+    @property
+    def user_cache_dir(self) -> str:
+        """
+        :return: cache directory tied to the user (if opinionated with ``Cache`` folder within ``$appname``) e.g.
+         ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname\\Cache\\$version``
+        """
+        path = os.path.normpath(get_win_folder("CSIDL_LOCAL_APPDATA"))
+        return self._append_parts(path, opinion_value="Cache")
+
+    @property
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname\\Cache\\$version``"""
+        path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA"))
+        return self._append_parts(path, opinion_value="Cache")
+
+    @property
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user, same as `user_data_dir` if not opinionated else ``Logs`` in it"""
+        path = self.user_data_dir
+        if self.opinion:
+            path = os.path.join(path, "Logs")  # noqa: PTH118
+            self._optionally_create_directory(path)
+        return path
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user e.g. ``%USERPROFILE%\\Documents``"""
+        return os.path.normpath(get_win_folder("CSIDL_PERSONAL"))
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user e.g. ``%USERPROFILE%\\Downloads``"""
+        return os.path.normpath(get_win_folder("CSIDL_DOWNLOADS"))
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user e.g. ``%USERPROFILE%\\Pictures``"""
+        return os.path.normpath(get_win_folder("CSIDL_MYPICTURES"))
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user e.g. ``%USERPROFILE%\\Videos``"""
+        return os.path.normpath(get_win_folder("CSIDL_MYVIDEO"))
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user e.g. ``%USERPROFILE%\\Music``"""
+        return os.path.normpath(get_win_folder("CSIDL_MYMUSIC"))
+
+    @property
+    def user_desktop_dir(self) -> str:
+        """:return: desktop directory tied to the user, e.g. ``%USERPROFILE%\\Desktop``"""
+        return os.path.normpath(get_win_folder("CSIDL_DESKTOPDIRECTORY"))
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """
+        :return: runtime directory tied to the user, e.g.
+         ``%USERPROFILE%\\AppData\\Local\\Temp\\$appauthor\\$appname``
+        """
+        path = os.path.normpath(os.path.join(get_win_folder("CSIDL_LOCAL_APPDATA"), "Temp"))  # noqa: PTH118
+        return self._append_parts(path)
+
+    @property
+    def site_runtime_dir(self) -> str:
+        """:return: runtime directory shared by users, same as `user_runtime_dir`"""
+        return self.user_runtime_dir
+
+
+def get_win_folder_from_env_vars(csidl_name: str) -> str:
+    """Get folder from environment variables."""
+    result = get_win_folder_if_csidl_name_not_env_var(csidl_name)
+    if result is not None:
+        return result
+
+    env_var_name = {
+        "CSIDL_APPDATA": "APPDATA",
+        "CSIDL_COMMON_APPDATA": "ALLUSERSPROFILE",
+        "CSIDL_LOCAL_APPDATA": "LOCALAPPDATA",
+    }.get(csidl_name)
+    if env_var_name is None:
+        msg = f"Unknown CSIDL name: {csidl_name}"
+        raise ValueError(msg)
+    result = os.environ.get(env_var_name)
+    if result is None:
+        msg = f"Unset environment variable: {env_var_name}"
+        raise ValueError(msg)
+    return result
+
+
+def get_win_folder_if_csidl_name_not_env_var(csidl_name: str) -> str | None:
+    """Get a folder for a CSIDL name that does not exist as an environment variable."""
+    if csidl_name == "CSIDL_PERSONAL":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Documents")  # noqa: PTH118
+
+    if csidl_name == "CSIDL_DOWNLOADS":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Downloads")  # noqa: PTH118
+
+    if csidl_name == "CSIDL_MYPICTURES":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Pictures")  # noqa: PTH118
+
+    if csidl_name == "CSIDL_MYVIDEO":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Videos")  # noqa: PTH118
+
+    if csidl_name == "CSIDL_MYMUSIC":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Music")  # noqa: PTH118
+    return None
+
+
+def get_win_folder_from_registry(csidl_name: str) -> str:
+    """
+    Get folder from the registry.
+
+    This is a fallback technique at best. I'm not sure if using the registry for these guarantees us the correct answer
+    for all CSIDL_* names.
+
+    """
+    shell_folder_name = {
+        "CSIDL_APPDATA": "AppData",
+        "CSIDL_COMMON_APPDATA": "Common AppData",
+        "CSIDL_LOCAL_APPDATA": "Local AppData",
+        "CSIDL_PERSONAL": "Personal",
+        "CSIDL_DOWNLOADS": "{374DE290-123F-4565-9164-39C4925E467B}",
+        "CSIDL_MYPICTURES": "My Pictures",
+        "CSIDL_MYVIDEO": "My Video",
+        "CSIDL_MYMUSIC": "My Music",
+    }.get(csidl_name)
+    if shell_folder_name is None:
+        msg = f"Unknown CSIDL name: {csidl_name}"
+        raise ValueError(msg)
+    if sys.platform != "win32":  # only needed for mypy type checker to know that this code runs only on Windows
+        raise NotImplementedError
+    import winreg  # noqa: PLC0415
+
+    key = winreg.OpenKey(winreg.HKEY_CURRENT_USER, r"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders")
+    directory, _ = winreg.QueryValueEx(key, shell_folder_name)
+    return str(directory)
+
+
+def get_win_folder_via_ctypes(csidl_name: str) -> str:
+    """Get folder with ctypes."""
+    # There is no 'CSIDL_DOWNLOADS'.
+    # Use 'CSIDL_PROFILE' (40) and append the default folder 'Downloads' instead.
+    # https://learn.microsoft.com/en-us/windows/win32/shell/knownfolderid
+
+    import ctypes  # noqa: PLC0415
+
+    csidl_const = {
+        "CSIDL_APPDATA": 26,
+        "CSIDL_COMMON_APPDATA": 35,
+        "CSIDL_LOCAL_APPDATA": 28,
+        "CSIDL_PERSONAL": 5,
+        "CSIDL_MYPICTURES": 39,
+        "CSIDL_MYVIDEO": 14,
+        "CSIDL_MYMUSIC": 13,
+        "CSIDL_DOWNLOADS": 40,
+        "CSIDL_DESKTOPDIRECTORY": 16,
+    }.get(csidl_name)
+    if csidl_const is None:
+        msg = f"Unknown CSIDL name: {csidl_name}"
+        raise ValueError(msg)
+
+    buf = ctypes.create_unicode_buffer(1024)
+    windll = getattr(ctypes, "windll")  # noqa: B009 # using getattr to avoid false positive with mypy type checker
+    windll.shell32.SHGetFolderPathW(None, csidl_const, None, 0, buf)
+
+    # Downgrade to short path name if it has high-bit chars.
+    if any(ord(c) > 255 for c in buf):  # noqa: PLR2004
+        buf2 = ctypes.create_unicode_buffer(1024)
+        if windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024):
+            buf = buf2
+
+    if csidl_name == "CSIDL_DOWNLOADS":
+        return os.path.join(buf.value, "Downloads")  # noqa: PTH118
+
+    return buf.value
+
+
+def _pick_get_win_folder() -> Callable[[str], str]:
+    try:
+        import ctypes  # noqa: PLC0415
+    except ImportError:
+        pass
+    else:
+        if hasattr(ctypes, "windll"):
+            return get_win_folder_via_ctypes
+    try:
+        import winreg  # noqa: PLC0415, F401
+    except ImportError:
+        return get_win_folder_from_env_vars
+    else:
+        return get_win_folder_from_registry
+
+
+get_win_folder = lru_cache(maxsize=None)(_pick_get_win_folder())
+
+__all__ = [
+    "Windows",
+]
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__init__.py
new file mode 100644
index 0000000..60ae9bb
--- /dev/null
+++ b/venv/lib/python3.10/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-2024 by the Pygments team, see AUTHORS.
+    :license: BSD, see LICENSE for details.
+"""
+from io import StringIO, BytesIO
+
+__version__ = '2.18.0'
+__docformat__ = 'restructuredtext'
+
+__all__ = ['lex', 'format', 'highlight']
+
+
+def lex(code, lexer):
+    """
+    Lex `code` with the `lexer` (must be a `Lexer` instance)
+    and return an iterable of tokens. Currently, this only calls
+    `lexer.get_tokens()`.
+    """
+    try:
+        return lexer.get_tokens(code)
+    except TypeError:
+        # Heuristic to catch a common mistake.
+        from pip._vendor.pygments.lexer import RegexLexer
+        if isinstance(lexer, type) and issubclass(lexer, RegexLexer):
+            raise TypeError('lex() argument must be a lexer instance, '
+                            'not a class')
+        raise
+
+
+def format(tokens, formatter, outfile=None):  # pylint: disable=redefined-builtin
+    """
+    Format ``tokens`` (an iterable of tokens) with the formatter ``formatter``
+    (a `Formatter` instance).
+
+    If ``outfile`` is given and a valid file object (an object with a
+    ``write`` method), the result will be written to it, otherwise it
+    is returned as a string.
+    """
+    try:
+        if not outfile:
+            realoutfile = getattr(formatter, 'encoding', None) and BytesIO() or StringIO()
+            formatter.format(tokens, realoutfile)
+            return realoutfile.getvalue()
+        else:
+            formatter.format(tokens, outfile)
+    except TypeError:
+        # Heuristic to catch a common mistake.
+        from pip._vendor.pygments.formatter import Formatter
+        if isinstance(formatter, type) and issubclass(formatter, Formatter):
+            raise TypeError('format() argument must be a formatter instance, '
+                            'not a class')
+        raise
+
+
+def highlight(code, lexer, formatter, outfile=None):
+    """
+    This is the most high-level highlighting function. It combines `lex` and
+    `format` in one function.
+    """
+    return format(lex(code, lexer), formatter, outfile)
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__main__.py b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__main__.py
new file mode 100644
index 0000000..dcc6e5a
--- /dev/null
+++ b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__main__.py
@@ -0,0 +1,17 @@
+"""
+    pygments.__main__
+    ~~~~~~~~~~~~~~~~~
+
+    Main entry point for ``python -m pygments``.
+
+    :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
+    :license: BSD, see LICENSE for details.
+"""
+
+import sys
+from pip._vendor.pygments.cmdline import main
+
+try:
+    sys.exit(main(sys.argv))
+except KeyboardInterrupt:
+    sys.exit(1)
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..2fea5d7af7e75f57b9de082125f5dd0683a05153
GIT binary patch
literal 2940
zcmZ`*OK%*<5uVpRxD*vxZ~$8fg0_9p3d>nq7J`6@f>^W^5uhnUq+??*JF_#ryB*HU
z-903iSovW3Zv?P%3G!cZ$a$_gSWGhMThDf(v;@88n6p-28a+;>N!NlRh5Y()}kyF)ALxf
zg7cK=l2wvxEv5@AtgL0iSyHAvWY5=XK~>53E&K;i`$D9g$+&=)K$DbtUKT9FyoTb~
zT%;_Ij{$Xgvv`+^||j+07u9$y}WCp#>IRiRvRhn>}8O
z-o>3(kNu>q7Lp=vpB=1+?BU+tZ+0K49
zf)|SKvnMB?+4ZBtgQv$QPYsJ!Bn*51L5^|yUei6%5==aN(R7|HG*^c&uG$a7kAEBP
zHFrP~E$c+rlBb$q>b~Fj8NY1WmU+$A#y5#a;#QB3|6Q~LH1!PKReS0F;4Gcj?pMx<
z6FAykeCRs#GZ_xq?Um;`I#{~8b?wOyH1;n&Gjdb^+WpS`&be^E&Fp22V-JE)~J
zu`z&T$~OhVBmsjgukB6YjO(#Iala4FP>Pi8>H$=6eLpdsnHsdHV;_idARwUNnAnv-#PH_gAd@3@It3b^eG7Iq-
zIh38FlBA5*SULF%Pqe|Z8k#tX%_UJpRh$Im94<`zM01oruIfw!CyFw{XI<%0OoblU
zf_ovTZrj>~%WV{)>X`hEOaXq_Kxn!s17(W&@j529HhNwC&Z_EJEucBs3JuHS0f){)KDW@FP?S-jas
z(au&Adz=EtM31~nBZBb=O}&TC+X~$GK<%D;*ZT>gyBP{&c2g)}cQ&nygg!t*hHo=erU@#pGFdVr
zzE~z$C5dQAa{T6uS?zm9Arp}OK>h;2Bt@(w?d1E^{Y?K3-hGay$SHSQlIDH)xZi6!
z<8fLh<8kAO(z=YC*KCiGD5L^REbW**780g7f|NTRoBJ&ilJ~})=614I)BSy3rgg><
X&8xH$ICt&^Uf_1UuHSp-_WS<@0qbFE

literal 0
HcmV?d00001

diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..0a52310a0fae3ee42b91b86a6040e5a664a17cf4
GIT binary patch
literal 593
zcmZ8e!EV$r5Vez(E}@mmg%by#kXCBqWkDQP2mz%M6|f+d3bB`L5)X+Xu`S!XG?mJQ
zAAuwP!U2g}u08b^xPX&wE5ukH+cR%GZ)W87c8Hw(IQdzm7@^bd@vjWrJ&qB
z#4z(JJjd?zE3fwFK1Rpa0Dld@2mE2<3;u>NdW)DhLji&-%`J?&)gf5W`QG)uPiVMt
z{3|3*R8!O-tcjDPPPs^u-un4}348Mkhae8E8=@o^mb{mmEEcM_Ax1da3Mpq^~+uuYQ;G(112n%aU6~
z8LR}@sNl9-W>Kb7k(XQ))TLX|if44)t2^=S5jEUGq|*FjT7aRB6+LI=K|-k-mhimeX-

literal 0
HcmV?d00001

diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c925cd5bb410b5c2aa7fd6b39f1d05b513d8d044
GIT binary patch
literal 15559
zcmbt*Ym6L6l3u;~IXzDfU&B{%C`!}ROp~HSNjst_QRECsEjhy#NpV%XLaV2X~^AGeJ~0K7_fiX0?t4D
zfNvptMSl@l{TPZ`Y2j{kRX!slBO@XsBeEN#qiGGFf8G7_^7{8R?LSjy_+ugSI)2_&
zUDJf-XhIi8Rd;lL8;-$m(=qvNITqe#HCBr|ah=*))kH1nBx@-r#raq@T^n&mY8fX}
z8+Ar&W6oG@+!?P;I1{x=XOi2*t5daI&aT?DGhN&5?5^!`_SE(|du#igeO#ZY?yt=_
zGn`IV57Z7i2Wy9%L!3`l57&-3M{2fX*N!?zYqQR5?U-|n>(bSyYR8@9oF1t@U3;r*PL7Q692
zE%u1Lct0=piT!xLa7hz0;=qTRIN(|vXSPh|jB9MXSklEoap*(cc}W;IwCv%|pQLSk
zn(cDUt@~cCSQFJs-Q~jfAN!=a^g^RnE7XNe&Fo6ucV($ibaSe5vDj#~Wu?6CFWMJ+
zN&EDvQ!g%@K6Uy9d#!Ez>#lu08qW6JLT%pmT-QE->*nRvw{GNkjKylD=+-@V(SGB`
zMOAWos8k7^
zY$6=JP%U`gO2c1nwCW-pS#A1gwIpRjhEt+Z^n6*Vm-Fjxfk_Z%$}QLP^1>}Pgd5Hb
z=kg`lsO2&BTBTm7hLgQi-mRlCpoDvF)r-}JhvZH7zJF!)wk$N8uFS^6v9jyu3)O1A
z>fQ&U;UwibonLF`>xG&dj;OJ?Fr2P73LRBfQDH%rIg2-y-f`RXx>u-vs>wOP
z{k(kgmIqp%l#TU@-#jVYdv(`eC|CUT*4o0FEYyqZVE>c%-1@zf)ymq*X4_wH)Su5i
zcj}~9@!f@Hp?IfIcD<9$O7kRywk{eHjg%rf87ZP%vmK7*n+55)c_0XZ^^Rh2?`b?N
zoxVwY4Lu#bC-Bbj*LajRjlZ_i@&uahShyGp;`s5xy^Tcq@rARy*ir)Ho+gjd0@Aj^
zOJicu^ld#beIu~S`j%cY9_qSAWJjq{(FS=egNbEWl*ceY)|AKb3ge^%>Vi?q#+-Ob
zkv;+OCAM^8ToA@eEX%PHEeR7_J+cI&M~$e@izxG^@EA~ILf@lL7?v(ip}1(^(fgQ4
zr10aJ|63$F*8|M%jv){FT7da<4Igt2j1A+*nlOK2Zee!5?wcsFwotEYw>6O@_7)a;
zz2wKf)GPKYd&SXf#RtRo$I>xU;;Z|B?Gt{oWVB0)^?isKdZd10_^FMwNPleT5CbuC
zL)+A{nUyfcTC{gq0qt4q+Ct-8xVwmbHna&7pB}$zwhH*vBPSRG1MM0^34mHb6g=Tt2D
zf0OzImEk#!r}2e6hsHZ3U<3uEz8KVBV5$)pT=KOos25)o2CqDLfZik@zP?2&&HldC
zHM)?4ZcJF)MqobFMQpDYKpy10h;y0sP~VF+-K#YhM6zT;o$1?V5NAo5M%sFaF#;XX
zQr!f`N^Qh~#3ve!boUjZF?XfGC%@arW+cKU)5j*x*c|I7{X~!iFQs_o8}Hot_^_r3V=1x`Qj<1`lGG|uldM?-u-C=cM5R-OCRp8sI`*448z?IxTD_~?w=7{`emnAn)uhVKi9LN))_lt|Dele*bll$$Z>KiE(^i5tAHE@sChX)T$-BeXUemAahgq}Px>M3Kc(?xrThq+y~^
ztrR?L$f-W6@(|UMbjc(1u<^)_$g_BbR;6BQgvnB?T2*S4Cl^|zS}jN`_9LwdnS{Y%KwE3rr)H5hBN-ioj6y!U
z@opl32@xcO`FCM-kil?w9B)G)C1Tv~Johu0%O=6KrjjN|kA+_>NQpT2O>V@|`&sUt
zK<^~?ewTYExc3-%G^u!0q!gSAcFG`)es6L=q{ImKYjeL;zhC+*`jxm}<}9?u_DEp(
znT^qh(D%&SqbsbVnZdEYE`dOD8ILektJGY--2}tLS?znw!ozLk3N=jkHvo^hm`mjX
z0Xk3h(9UEBX2-y!UZc+ZI$+Deh>Cxnz>%RPTD7KJjDU$o%g>HD0|`8z(;I@mbz5zK?_j5
z1PM~xcYi>0^CyEi-{9QpZNNwS)
z?oVUP-OYbkCT!D4?`i%~nJ9F)JJLx9Binn)Bfw^As+);U4Ex&uPMJ+&IzSsfG5j%3
z3>oB75X?Ug(%bvRZhr20s6RBi*k(|&cc^3xW6eC!rR5)>6hE*WW1~9`>@qOyjy=%ZvyoW`NbhKM
zeN%fPyr;U882fm4Dwrfr0rbC#{L|fC!LA3oxAZvGQ1=YVui-t1wznRy?~DbLL0arT
ztNGbrR|$$VNdJNUiQb(CW(Ok7-q*G6ZXNp}FxpK#C1%LjyiMjNYTn;1cF{IVsZE9V
z^!ABh>Ve+;k$|}|M2+JS&R<%8|5;!-j~>6ztGdTuKt2Zw?*-g(nnibCudE
zB^+3yd5_nVDBCwg30k8iri9VPp2L*DT8l${T9{u=i%!~q?n}@P1KMf-Sjl)`v=@F|
zh?v0)ucjgYC*IG42Iqmz;la8@(mvNc&^hS85F8Lkwv4}(=^hLYG6&A!;G$XhZUOIl
z>N!x+b2h=T^nC|E%=aKLJOk{4A?)mLGT&en(0=5<7(hB8&ohvsag_Xz&WQg~a3Gi&
zrZmR+{fMrxyqT_NFr$|-qo0FrvuHiwM_L6tYW*iYNf9Rp>js&bAes49>oVZj`WooS
z{7P$qnf~{onSP^{t)FM=o8H`zbkAV^rkC`;70giS7I`rg4NUKuC(em@;n)MS{q$GN
zX>1c30yH$e7cjS@J6Ac_1Fg4!F%ESPchG8MF*w9DJ4`Z6EBU~@`(iW#EGee(#8=Y@
zT5E?SV}`GEkKp-qcRHAUV9Ngn=`-cOfILk@o{-uheX8t}VET#DXUb0^=`-cugY@C)
zpM6aFrXhW2gXy7lCq1O3&ustcue(N|c=k)s2GVD?|LWI;7#w+E$=5*(%R30@uLegR
z!*u}NY9IJ@p?4CH*CS$f%jnve_X<|-%mb_a+7O&$-$)7xzq)^J<2CGHPeBJ8;yBjJ
zlDGWVhh%2DzF#~YwR(nHahtM#en*>x|Hg109C%^F?%Kf^#`sO9M-Yq#)A@__xW7cT
zTRP>a#`_ua%VLh<{w$c@xFoVF?OzUT3xt1n*1s0aZs{U<$G~j=gTE3?`>R`=4rXa*
z?jFN?7v4|#*MnohQ^EL_$@|Om!1k{@lm2&tnP5Da4(u)H`r8`M@2>)T`>ltOCC4TI
zyH~OaXG`a5=f#wUnbIDAj0wqQwXHk
zs4K@#Ln3lQ9;4oe(iFAYg`a2R;cIMN!nyWg(%0F(HORgtD>Fk!b#rA005YoSN2hBB
z@Eh>aurUlDU7&xY-7zKnbZ>)fcMUoZeX6hUnE<{dBX=s)?}Yk2xU5XL5Qm(Hsk3Fb
z?%r?8bN`$G6N<(Mhqca`TA@ayw{AUFiIL13zyM9%Z6s0?v9JzFqC1{=3Fq3Wn*S?%@%a>@EM)
zkPg~nhO+$lX)Aq}&RNAqt$FU>6HppqkJdT-q`rEFXL299-;x|6;c+ue
zBgEGWXeIlp5gcQCnXE1w)Sk}E@&!CPCOr1avlQnD!(!)*dfN-0tvvYbRBd^MwW@1x
zuDf+a5t}WzS>cDWy{22Nlq#+W4Y}5tiMkdGb#lZ?gyztg8ZLHTis~3biz00_LP2?Y
z?RAK#->}yJ(XF~g9JcLEL?-NoYG`b(bq?$V+<;f!#AOK)96=qTkQ
zpj4!QQW!h^!WzOSCIU~P6;;PJEA{73hw);&j8xWelD$BbGtx_;J?PW~b(XVMn1I%R
z^6}+UC}<2os_Lpi;0WLcT(k>~pY)JLG$mC#Mr1@nxM-*IK2LD?^J`OO83-4W0Fg{m)dW@PWl7B#m#wCseL9SDoJ`6hK@oU32`H~Tam4qi2zM(0xQa4Q-k}2Wm-2L+5$-BT*CPzo
zq<0uYu&?DR0l!NvNmGO-q}7StpcYQ7pkAfuRU-nMz{iO%Q<3K!WL=dnwmcsZb9ToK
z!p32W3)oAWB-!JXMe%lrytsAtbLI(X0KSB>sL5)Q-j$;l8DH4w8J;tu>33E)J9)|qC
zk`o!i0~8#zGJY9P^x$UzWgqJ4OQXl({N91L0lf8Zf_EHiLt`kK5G(`O3}zX}EXl!+
zIbeQ7ourWg?J-x-nEGZg3-~=B#jzIgN16Bx=0tT
zjc)zIO2sYE|IyelK|A7%N0=#K8IR=8z)!?zJ3c0Iuj9w&hpXY{l7?GL2$zW%?&6rj
zg!zFRDipNr2U=ta9X=yHwo)Vw+WSzNRNMvpJn|0*7JK9Nc2Yk3UN;P(@58+UoF`JS
zn$7l}p3ThuHEScb9S`7AN6-#Ifrl}if5`$hR(M3<5%<+q*N|es|$DGZ>gsk}aJT8q`*mp~z)s&5LIDtDUxSfN_qIBt=Q8-yE
z+~;6szKKgR6xI*1lL}vLbwei2KLy-4gwvy~hWKv^D?lrkA?bP4*|URWxjq6W&qe+d
z^jg8Do6Pgg8e9oV=kv9OXjNULGx_}8R)M2L2-wn4YUH_oij;+@C+k&ZAWfpM{adTZb!eU1`vN!
z6K{$u)iL;MQyb%cW_#kH_KDU-fJ|K9uWe6)q9gtkh0DZu?!}VH&8z<
zZXy8wrfNBu>r2#YC*HS)u?c#0Y8Gz~>fr0X%vURJcjh=Id<`Ze4!%Qo03pw^Z8s6d
z_0{dY&TE%@*Y0pk9=7i3(7Y*ePULGDD&j?EI$B{z?;Qei%Q#q$2pGb+w8Xk0N%k8V
zzs`6+W~Z)gb;cMWn1HfCO*_Uy)rnnQ`tH(Oo%e6>VM1LwWJ`m_YI$zXw&%VB%cgB}
zXgE3u3p=?(?E^CsRUiar2cLfeLd{qyp3%cpXH9b2fhr>ex
zfye?5$MOT{2B20B)3Af2o2NrX=eLk#-<`-JYc@y1?Vr
zo-pX!o!Dx^kAM(s0tNw{Aw~&CbiW*IjTZ$T?6%Y8k=d7l&4!j%5M|tZ0#Q
z@^6DzKi6ODoasYge+2OXJ21Ygzp8{R#_D|XVs;;2?P)B#R4tS}ko;a}?K<5i!(yrn
z&R9hp<%{kbE=tl>wpM)|C{}QwgbJ9S1ha#iHw&=T028!>
zS;xI;^3YKgP?Yo@NN|%DoZN=?W<%cb7#(&DK#fr;p~w8O9NjsEc}pIo1u)%RB?R{i@WX58$=hbD6KoH4LaZ-}RnlXK78UoZSVpnMA>}AZ)Rq{Cx`K;QxlWJV17(raPk14&;
z#tO5JBF-mzvo1$hY16>2>ole*n_#A$fu7A_6qOurO-Gh9kFRAeV
zHX>hKn+nkyYHR?h51Uo{oII@UVK8s%zFbXd`bAhe)aO4mu1e`EC44gDDORUZmyiOXBFJpEL$;+
z8deY8U@1kdTw(|YLR9}ZWDc-l5ZMGPPLjNYE9b8*b^cJ9OC);i0VTx@O7Ucvz3nyJ
z5)`)AsJc)z(cNEViVzRc2A{JpHn4Wgc!fKW;-*RWcMV!gg^#iYdmiaxG*HAt(9pcq
zyJFs+B{OW67J%_`1rhy1=et)c7-3-rtP4cHAnZh-xfKX#|HnL=>LU+`yr0^*&}>DGifnWbcUNN{h*uu>MzEW_XawYAqkeA3~2XbPxc+<{8yyhI=3q!v6~a1drWr;rJVp
zjx5(J&FHEU96O-c~6xN9>t8hXwHI1bL2w@UQIIB=jF&g<(dR(N(aXhk_
z(4rA>xsy()pQ6Y~_0OM9QYlxrO0gRlcFrzl*+P}vPOhis;f(GmRF3Jtq!H-)XK2>E
z$3u?tN2r(}C)DRiSQfd$;&3P{_bt+2Sa1rfH#;i_`FNCvyOrx>y>{xIM!%gU7F@Q}
zGMS?5qVZpn3l#U8;c$!EJr1c4k+B+#%&t~o2DdiBn~E85mBN{7kh@#CV3q56@Ek)6
z`diixSpKg}hwRJpWg^y3=)r6HN0eelOOi6CKnwpJ!Xd~!Esb_{Oze+6}wK{2@Y&tXcA7^AknB_nwm3Sqs7V<>c4i
zk0peDlg!0o0P`-)>~|m(xrkyH2goIqFqm72VX7@6z`DYQ!X<^v3Y!X76t)zeQMjt`
ztip2&zoPK`7V07T>JQk}V7&&bPOrNLD>04f-;y2l<+SvWzPWEeoTa*qc5w^Qo3#ENaw~L+F2ickTl6(pXXx!c)OdaL
zlV!t5hrNi!dDirkI7>pNgx_2lmXbb6c;w}_pM(i#6jt?uoec7HkT(mRwx6U!9`yQo
z+uoi+d%e|qu(sY>-?Y0!JMT05lZjV5XI^yI&KR@bd-~Z2AAh>nRIb`#;IlYmZTtPb
zonrr^54Ruh?mf1jCETVg_ku8MS|hT&FVLv6@$k{+!$+-FBn-|nmb+T(UL^Ex5>kNc
zAb#cru@rAau9@XtOd)JwHzQFQ#FX(ch#BzrLA49`5b%RYn8{JG)i9;p^ACjvXBS3~
zGZu@|kcDA#435G96XnS3!Bu)f_lI6A^d9$y4bz?Js{2rHyOn|g8&kQmuLVb8Uu
zuMC(wTi}W9>6Y?f9QT8qo!y4a9cga`(b*QDGYo{!1My*A8U(m)n3)MAhfJ@dJ#gImd*G)SEesL_OjQjv4cB!!ykP|T?B)=|lIN5&{)GBK~i
z;!8Xo5^FHkL23YUG)8qa#*339EyAI=+~7BWG>BVKMmvXWDD<2?&;LFizX=+`RQth*
z-33nhtzo_l_>y1gQ-`Vio&)Hi6EcQNq~v=7{t?wEmPm*24hgSO9q1b|!6=>`lNTt*
z)TpDE7)xD3HK}_d@qbykPfK87=aPl;|FZBoHNgVAWTEme7F2Zd7FBe>jqwyg)K(#<
zGcU-Pyu{Evs-vGTc7%fid94Qr_A%sz?G+uuh8lCAR^6T&|&;EdM
zj#oMSB9OobW7;VQmJ=dcAb3-dQYVYg8g<{9

literal 0
HcmV?d00001

diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..711b2de94b4a3fc2cc707864811a03431bbb18aa
GIT binary patch
literal 2655
zcmah~-ESL35Z}G?SKK(1(hok0v=5c2rNj;?s*qKclq97QU=V3vBB9Iqc5Poc-(7dt
z3AP+mnn>`(KLAKn>P!9?kl^)rdfvrwIfxmw0paIGqbxhzu!z!t5pfK-;e(6
z9h3?A2N$!g0E>0#>O&Yf*(JQn9qyjcUCIl*ctUoaPY5sZ@(JPPV`tZeRfR9WYC*Wi
z?rwq89a6tA{-esErK8?J#9B4FVWfpLd*98ss@eQJ;loHU-S;&M2WcdX8mtB5qU#SM
z&8&%rm2U+}I+9_puUl+mI%R9CtG8FyR@XjYosrS~GC!Yb;SZLX5`x`(^zgwKU+px^
zv8^Z!M65)MeY~@2|9`f;tcoaA@F
z5lJ_HuY&(Z&1XtWctwM4cUdI96_SCCUU(o-?LCDTKJ+CQ#v(Y*Xj!K%vjjHeVQ7vP
zxoIXvAV6QSy>=3dJ?oOdfd@?+&he$UpsP1w_?}G2Z{$ZZq0gKxz{dkZVca37v|XoJ
z$sSjCva+3dS;^k|lx9V9=~MD=w+SwgswtCxsM97F2eHsAy-@duot2LCD
zpc#doW;y~t#kU&ouQnApXeIT7Z~UH6%`{A#9*FTof{;a8Glxk!%1WN`>m|H9KEio&
zm5$#vd!Ch2jXO~i_>sEXu(A>;LFz?`;?p-MS%Q^ZzyTv}WF%rhR$$0#a~2n2OX2=v
zsp2fs0+knF5l|SW4d-~y26V+>(BRa4s+}&??u2l9?7$kp!<}D%QU*GIn`mx|Ad$WX
zWE!FbNqiurR?KJJVI1f%0Vu?Xr#!-~mSqc4aa|c+*@qizxC`WBQF16`;45)ciKx45
z!3AV6a0BS1Xjs)-XG*Au^w4^gie+}-M?(Pz=Nj{JC_4&81gM;mZkRJ~){V)m>Ujgh
zf6uGC5y`2_Xw|y6c+ENFe9g%vj_l
z2v#{O+53#6JZN+Ii|q_MLF6kSHYNc(1!oR(Ztl%qanD%bFTN=z-5X2`sAw~%=58gz4k5*^p_
z3v^A`+x3#Xh*}0Xi=Ov*=tmYI1_%=4Y;4TfJ%fb20)Ojh97$Ut1zIUCx@Py)IJg0#
z^EdzuxV!+>vB&`h@GWr%u^?Xu(eYmG8%pu?$>(qR}u^i+fwm>kdQxZ%=
z&VcDy8@th{!5+fooRKrc7;S&3lYy^8$aGL=vR)_0NS#%h67FH~wv7cbXd02{c3g8%>k

literal 0
HcmV?d00001

diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..9d9ac5f8a138705ca3d8be6e5d732c489b67d75f
GIT binary patch
literal 4106
zcmb7HTaVku6(%K0tJPj&yJ-+NXggRGu~qD9UAHI-AqZk`k|wCLDXR5D^+Jv~BZ*#$
zWM+oD)?yPBuz!gCm_N~9(1)UreC$x-8`n@B1qVpV2pS31E(Hc90?W@1`8Ln(KU&_Sj;Ve~4Zj4m+@po@ref#_&*OE0$
zSr~JzhvlnLm}V;#%@=0GPU>5B|K7dd9^Jop|2J&9VrC)PA1i^(NWMH|T1xid@!1z&
z|7kq55=LLJ;6`Ehru}4j&Yy0)V66|JI~xP=40o3_jJ%M
z`jL(jZFmyOqOFZmv=ibwR@C>7+Q$6f(eYy~l|EMKA~M;rkQa$GNAt)m^6Al3VfP|R
z=EoN@xj2ra>2bC)i!}N5@K^Vab!6mG#=~eootJ3(Z`d%*b%$<-?1RtR~`=H?{y%Sz;u!(7g8C`I5X+FOc?xxC}V%Gsil>~m1H_vMlo0R
zbO0+%m6AG36G0nB7Mi2ryV`lfSU#0%_=v`!Jfjg;wLA)S`^C2nJY&nx^86`Y!
zpi){A1hYJjHx-j{47fnOCN)UKG&fmppwR)XKVTvat&a{_G?e90WEKZzmRT$ftdsHV
zC`=QOO9Gwh4FtJJV=8rW$5@;;I`RaH&t?FqB_^FNH?+_jR?m2><)F5}L?)ISCVV+#
zwOI_J5IMM)EV2u6$4#9kaJcoDNgE|XZV_QO)JkuNzH_IME0Zv#%y?DwJOalYvSqFf
zqj)B)UT2|S*?$=ULT{5^=DU^tIEf&D5K<*RWZ6ufuE@U@CYnVFEpF5=12trDLS)GN
zg9C!nX_~+Z^@;V~T8m2+p-v^uA;d25R~2+hs6%$Sh{6S1rZ9^h9L3Q&R!pBDS`D@lZybknYoBcR?rRX8iUi0i2-dGzG-KAK6{DP|STX}R5fC*5o3Nmp!N
zIO?wG+c}-K^U}?Z=}q|rBle)=?_T|*vH5{!mncfilA{%^b||bJ)h!G%|{-
zRYegzUh~aia~Mwq8NLEjrIlL{&O`g4V)$945Q*G%NeaxlCkf3Rp`thXKaxQXpi84vG}MTha^lZvw%OuBh;aS*T(IC&JH%FqcQp`^ByeH1PQ
z%|8y-d1NY)W(APqI*K0h2e*|0mC3MjQaxI^u&1y7Q5|SgT=nZ`~_I-8k|Nzz4})Z
zoHtNfhRWu;ts4lQO3^Qp2g?UwickiK5rR!%-HbIA0u&r9u0t*u_(y{vs0*+!K>ii)
zvjBNc#UR+gUSoPqMHULw2&gn>i}aGor#v)qiMdKgYCf@qT3spDf%t)3H1JA_=u$BZ
zbAiy^H-K}?9yYAJEM*ZsZ?SB&o
zeatATKNVVvb{OlzqxSQ4fj52M@~#g=z{yMB{|m{sh;gqzSj&B5-N3aJHrOQsq@#Vm
z==(l0H^U+nt+H#v{1H(S1s6!Craa~xl6RsD0Z-L%D%y}WEJ;2HFEiayiS`!xKN
z21di0c@wqjuKDY2~
zReciYCW`^x-1>ZmZY6
G)%_34+@Dhb

literal 0
HcmV?d00001

diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..19b3cc902a2c6c2b293b7c0be91e354be5b0380f
GIT binary patch
literal 26531
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
V>lE~$K8Bew3#MJPwLi

literal 0
HcmV?d00001

diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b4cf45411ce81f74b531ed7da6d24d9510b45bf6
GIT binary patch
literal 4619
zcmbtX-E$jP72m!4sg*2$Bys9CZPg|%RomEZnvY^aNzx>R7Tivq7OJ5vE8Uf>WTlnw
zuIyT~Dy0rHyub|8Hz-3~W|#@XBk%kH@WAA8d4yrc4?v-Gfbvm(=kCguP2O0|{&dgB
zJ@?#u&pqdEI5FWUcz!kfb?fk)qWqSK@y7sh0dM4}io%te!d1=!wZm$xqt!H3X)9dg
z`nxJOxCykl4J>d6SmY((1TO<8`4n)P&j1hc!@wha7I>831Dxac0`KF;fcNtUfDiHt
z@FD*2yJ}6x7{|E=`UE$Ck8lh4C@%m%#f!kl_yn-ZCxMUiY2Xw55b#NU1bC7k1lgUB?`SoL
zKeM7#KRx)lQ^C{QY<2u@9L-1ZX5dTKTl*eI@-BH%yHSxkm9T!@Z^ZMNV5t%IHbuL&
z8ZT9z8#ODZ78lQ+Jhgc0bfvyoiC6u~%lR;s*!Mb5RwCc8TzvJ~=U;kdWnS7}3fc|7
z8~IC>ODmT%`4_+N+?C~(E0ty_D%_8~b`Z@wJG8e|mKxW>8-6z}uUxyheEH%lm)&cx
zzkFpSEqL9iT@Sp*jnrI}PihfM_&hbwHHnkyw1kiD&>?2(kj|zb1mOm$ooo7wshyeX
z`7+Cz7b*AcjC|6GJ%RMFnRz&-
zzw0N7(y2ZDk+)4ekd*f%^tk7Zl5`wm&!`kR6p<&^D4sY}U
z@=>hZQWGUn6P9S(`cRMAW#x_1&`69#zpkyTVwS7aN{sW$n!_2_ZYo2wt?0_oN_1Bz
z8G76q+KGM3*jCW~rR;63D`Ii2npn5Y#JFy8Wt$BPq)jwew;5>!#9c(J8$
z{e5*<=pN-p;-LRm6C<|!D*mn5o`_S}vBPODiF0+T|1uW2#tG}Q>B58-+d_RG`uT#qxS#_f&z?G>dv18WwvKf^5==@#Sm
zwi;cLt-`h{o+l4pPe!zanw$yjjYH3-J^E(6|tH*atBFOz6numAUdT
z{McW3HS$HYAVQ?2-U9d6yMBDK1@(UYWLkC1#zO(6tnw|$sy5%-OpDT|%+E_0H#!EeRb8D@OZe${PpIq@
zo9XIdP-S)S=Y;%0(hl8`QbU9tuPYv-wjLqhr+O#shC4PG)dDtUv*)K)K1)HHo|)I(}-@y~xMT^9EFLnMjS8in%xqO>vbB8?hWs$6Qd4
zq;a&O)E+fuSY+@t^|}n8yd8ZVFs0h6gCBd_X3nI;N}w5bYXUk@h8z(HS0^i79oTfG*Clq)GQoVxn+pInU@l!MCZ%Dnt03d#}IzzM}xV&usL9NUrC_j
zP2nWNhfZIN0NO%|zpXA;)l?7KQG6R^8Iptk7D<*L#`hqP$d0WJj_i#*rm-(*Npp8p
z`lQ0G1Yx_5A|PClRaLHdm1P6J4A#NXOLA6Gwp2fY!iQwgQ3tbo!;h=%n>DFY9%|r?
z9tM0<9vj>uoFPgb$`Wu}ZL-%CRaw*du3t?0CBB9(Bj;#`4?1VNE-Ha=-S=q#T2}V9
zgH)h@GML$OZ=|%(wS5~xOG6uS9o2WVG)&CXh?Kg7M{ppFkTp@|T=yp=o3DXeuUWI(N)6Y!n$uEhxX#r|
zynyWBq=sD6fpt9pg2)<;Mrw@;TQNr6j?6H|!a2b{)XVHI`Xu|aKE*!Jr`ezM8U2s!$p34>K0Kw(_Wlcp616x0

literal 0
HcmV?d00001

diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..4d3f35533aa973a65b9bd1cbb9dc517c4ee95863
GIT binary patch
literal 4701
zcmai0>2nmv6`$#u?Va6~ggA@RsNj2l1eIfC3X_$tfX_txty~S=cqV|lVA6)1daNViq)4%!ypBtJnqFUF^n4Pq7DdU2z>~Z?PA2
zeQ~{j)RHB-K)VFEO5J3U{j5>kKq=zDjlLl)NwTBos(dNppL^%}R*24I#pDq7n{n>5}}_qDOsN1LBBv3It%o%;0HCfcHL
z2W{2(0BzH_lkV5(()KpicF_*q+f5H>+(SDxZYEcwL%THYrQI6$(VjM9uf3h#gS4;H
z+fNU6db?=<+`*N)MnYNYlM4Qo73k7<0EPPDQ12tBTQ
zkJ3rtI(kCU+Ay60_Rxr;wZ~`_*h^!I)=tp4#>Z(w<4HQL@d-Mkafl{0o}#l#53!z}
z6zgjvbPjZsra;ql9(0VRLC5I==mcE^Jxy-|Jwum3Cus)sEX{&GNtgYu=gs0ddTPeV
zKYioHtczcBvDy$p5*L#2stEMZyI1|PdTi8-{feu3++?vSV%H1EP3DCgC+K+*K9qpC
z(B>bmgw4gsug)jK?$~nI9U2@w-aj-rbj&R;>ctm3ySs_-8i(Cj2zTW2?Bs<@GX=fv
zaNVy!s2FxfXU5y}Q)kB}re`MHxiE4`B%WW#o|St8UG*8-DYSSJL>NUA0nf-RTExgg
zz}aL|3W)HdG?0@+86bj7m8)J=!~;#gIZy%{g%OzAt}&o*
zw$NOZskmA9lXdEdy&$$}n~s?^x#_&&Shjhi_pWscnst?l)SakyMy>AxNsL>@l2O9l
z%ovfH$unuiB9TtqDr+yxvxs9{+Fn$R^-R9K#`
zsJZ2z>f31gq7I_71k<;S=B5OA3s+XdSBUE(BVkL%E%Uu>D|oK5WgT$~N;jD)l`3^F
zj!PwJ)kUzZsdl#b(Elb&Z1uIoZdq_Mqn5hOJB|ofETxygpJ&sr
zLZp#*WZI8g@V`i=l2)@WWN)cdMVKW?-08%%KzNUzxiTXf;i;Zip?ud+vHcbM?rcvJlqb8N#0;p(Cku_h<0
z4>cXpX54`Ra5#HfrgYd!vmlMUDeYS52QQdyRaF43_NquUqf+S*#%GuL=kd;U%8
zD3z2~y{7b9TK4I-=v^3EYYON%^Q-(o@h$HZ?NMUYh?c$Vf_6hR
z!nM1>2T6!#TjG#fvJYg9@7?9d=Tv+JUIRCdtXFD;)T*mKg^eQ=TS~cQ&}O}
zq=<6xNZoC;SCRdS+%>Z9src1?q|!jV0mMNzahQ{FY=?tdUACTo)6vyob?B-HQf|GV
zZrHr>9$hakiKG<;?rhW&u0Q8qxss?*y>i9%QLx-jR&hf$6QX!USFUvGmALN5Nvw-X
z8M*Kp3R>(|!ba0e{IZXvw^(pnu~?Sq`hnXK;0EEfcCqT*0Rl(ohm>Zx=j1wR_4;v1
z=hIS0o6E`q>QoMo`T?ul%EG{kmp_6JBq<{?Z?Pz?9Bj#mbBPLfrfSV?i_AObxbe=k
z4tW*u7=LDisw{ct-GtX@BaMXt>Peyuf}jqnI7|}aORJ@;`|xnPimM00$&)8Le9*hC
z`hop3dSPKaY?bR`e_o4K%sR>nQz$8sS1+vMTH*Px0#`4bZZ*mx`k!*!({C+s?c(-<
z^fob`9v+S#2^Xnac!alze!J+QNV||Aw}qnV1yw=+#~AHXzO@asuF(UyzudNYoci%T2EY^?R7jqRITxe?`X?*g|j%h_I4nAKn9RNIVn
zwC_~H%xlsTaRnrbqyPaWw
z<5~7so@0OEUF^@io4v++*q``1_D6d?`vc#=e$O|u-#MG?-}3v|Z}?{RYu?9R7y0rpeAll_Fd?8kf;`;oJo{m|LNe&Fn7-*@)$@7ep=
zcliPK9s3~rHb2C^#SgP@@_zOWUSMD61MF*jkiE>0u&?qV_7#4VeVHF)FY$-ii~KnI
z5`UO|(SDSFfe*9K^T*id_zCt|{y6)LbCP|UKfyj_kFZbjQT7RYoPC^6u#eei*hl#!
k`v^bFKFptFAL8fO2l*8H06%ZP-@eeX+p@Jfn0?=W01tKw^8f$<

literal 0
HcmV?d00001

diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-310.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..d0cd1c1fd1d47c732e1d8dc56a4e09a5d46e4ffb
GIT binary patch
literal 31235
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
gkjKZ!)F1#bIi%(i+9O-~XQ>
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 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{})'.format(info[-2].split('\n')[0].strip()[1:])
+        print(file=sys.stderr)
+        print('*** Error while highlighting:', file=sys.stderr)
+        print(msg, file=sys.stderr)
+        print('*** If this is a bug you want to report, please rerun with -v.',
+              file=sys.stderr)
+        return 1
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/console.py b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/console.py
new file mode 100644
index 0000000..4c1a062
--- /dev/null
+++ b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/console.py
@@ -0,0 +1,70 @@
+"""
+    pygments.console
+    ~~~~~~~~~~~~~~~~
+
+    Format colored console output.
+
+    :copyright: Copyright 2006-2024 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 dark, light in zip(dark_colors, light_colors):
+    codes[dark] = esc + "%im" % x
+    codes[light] = esc + "%im" % (60 + x)
+    x += 1
+
+del dark, light, x
+
+codes["white"] = codes["bold"]
+
+
+def reset_color():
+    return codes["reset"]
+
+
+def colorize(color_key, text):
+    return codes[color_key] + text + codes["reset"]
+
+
+def ansiformat(attr, text):
+    """
+    Format ``text`` with a color and/or some attributes::
+
+        color       normal color
+        *color*     bold color
+        _color_     underlined color
+        +color+     blinking color
+    """
+    result = []
+    if attr[:1] == attr[-1:] == '+':
+        result.append(codes['blink'])
+        attr = attr[1:-1]
+    if attr[:1] == attr[-1:] == '*':
+        result.append(codes['bold'])
+        attr = attr[1:-1]
+    if attr[:1] == attr[-1:] == '_':
+        result.append(codes['underline'])
+        attr = attr[1:-1]
+    result.append(codes[attr])
+    result.append(text)
+    result.append(codes['reset'])
+    return ''.join(result)
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filter.py b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filter.py
new file mode 100644
index 0000000..aa6f760
--- /dev/null
+++ b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filter.py
@@ -0,0 +1,70 @@
+"""
+    pygments.filter
+    ~~~~~~~~~~~~~~~
+
+    Module that implements the default filter.
+
+    :copyright: Copyright 2006-2024 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(f'{self.__class__.__name__!r} used without bound function')
+        Filter.__init__(self, **options)
+
+    def filter(self, lexer, stream):
+        # pylint: disable=not-callable
+        yield from self.function(lexer, stream, self.options)
diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__init__.py
new file mode 100644
index 0000000..9255ca2
--- /dev/null
+++ b/venv/lib/python3.10/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-2024 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(f'filter {filtername!r} not found')
+
+
+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({})\b'.format('|'.join([
+            re.escape(tag) for tag in tags if tag
+        ])))
+
+    def filter(self, lexer, stream):
+        regex = self.tag_re
+        for ttype, value in stream:
+            if ttype in String.Doc or \
+               ttype in Comment and \
+               ttype not in Comment.Preproc:
+                yield from _replace_special(ttype, value, regex, Comment.Special)
+            else:
+                yield ttype, value
+
+
+class SymbolFilter(Filter):
+    """Convert mathematical symbols such as \\ in Isabelle
+    or \\longrightarrow in LaTeX into Unicode characters.
+
+    This is mostly useful for HTML or console output when you want to
+    approximate the source rendering you'd see in an IDE.
+
+    Options accepted:
+
+    `lang` : string
+       The symbol language. Must be one of ``'isabelle'`` or
+       ``'latex'``.  The default is ``'isabelle'``.
+    """
+
+    latex_symbols = {
+        '\\alpha'                : '\U000003b1',
+        '\\beta'                 : '\U000003b2',
+        '\\gamma'                : '\U000003b3',
+        '\\delta'                : '\U000003b4',
+        '\\varepsilon'           : '\U000003b5',
+        '\\zeta'                 : '\U000003b6',
+        '\\eta'                  : '\U000003b7',
+        '\\vartheta'             : '\U000003b8',
+        '\\iota'                 : '\U000003b9',
+        '\\kappa'                : '\U000003ba',
+        '\\lambda'               : '\U000003bb',
+        '\\mu'                   : '\U000003bc',
+        '\\nu'                   : '\U000003bd',
+        '\\xi'                   : '\U000003be',
+        '\\pi'                   : '\U000003c0',
+        '\\varrho'               : '\U000003c1',
+        '\\sigma'                : '\U000003c3',
+        '\\tau'                  : '\U000003c4',
+        '\\upsilon'              : '\U000003c5',
+        '\\varphi'               : '\U000003c6',
+        '\\chi'                  : '\U000003c7',
+        '\\psi'                  : '\U000003c8',
+        '\\omega'                : '\U000003c9',
+        '\\Gamma'                : '\U00000393',
+        '\\Delta'                : '\U00000394',
+        '\\Theta'                : '\U00000398',
+        '\\Lambda'               : '\U0000039b',
+        '\\Xi'                   : '\U0000039e',
+        '\\Pi'                   : '\U000003a0',
+        '\\Sigma'                : '\U000003a3',
+        '\\Upsilon'              : '\U000003a5',
+        '\\Phi'                  : '\U000003a6',
+        '\\Psi'                  : '\U000003a8',
+        '\\Omega'                : '\U000003a9',
+        '\\leftarrow'            : '\U00002190',
+        '\\longleftarrow'        : '\U000027f5',
+        '\\rightarrow'           : '\U00002192',
+        '\\longrightarrow'       : '\U000027f6',
+        '\\Leftarrow'            : '\U000021d0',
+        '\\Longleftarrow'        : '\U000027f8',
+        '\\Rightarrow'           : '\U000021d2',
+        '\\Longrightarrow'       : '\U000027f9',
+        '\\leftrightarrow'       : '\U00002194',
+        '\\longleftrightarrow'   : '\U000027f7',
+        '\\Leftrightarrow'       : '\U000021d4',
+        '\\Longleftrightarrow'   : '\U000027fa',
+        '\\mapsto'               : '\U000021a6',
+        '\\longmapsto'           : '\U000027fc',
+        '\\relbar'               : '\U00002500',
+        '\\Relbar'               : '\U00002550',
+        '\\hookleftarrow'        : '\U000021a9',
+        '\\hookrightarrow'       : '\U000021aa',
+        '\\leftharpoondown'      : '\U000021bd',
+        '\\rightharpoondown'     : '\U000021c1',
+        '\\leftharpoonup'        : '\U000021bc',
+        '\\rightharpoonup'       : '\U000021c0',
+        '\\rightleftharpoons'    : '\U000021cc',
+        '\\leadsto'              : '\U0000219d',
+        '\\downharpoonleft'      : '\U000021c3',
+        '\\downharpoonright'     : '\U000021c2',
+        '\\upharpoonleft'        : '\U000021bf',
+        '\\upharpoonright'       : '\U000021be',
+        '\\restriction'          : '\U000021be',
+        '\\uparrow'              : '\U00002191',
+        '\\Uparrow'              : '\U000021d1',
+        '\\downarrow'            : '\U00002193',
+        '\\Downarrow'            : '\U000021d3',
+        '\\updownarrow'          : '\U00002195',
+        '\\Updownarrow'          : '\U000021d5',
+        '\\langle'               : '\U000027e8',
+        '\\rangle'               : '\U000027e9',
+        '\\lceil'                : '\U00002308',
+        '\\rceil'                : '\U00002309',
+        '\\lfloor'               : '\U0000230a',
+        '\\rfloor'               : '\U0000230b',
+        '\\flqq'                 : '\U000000ab',
+        '\\frqq'                 : '\U000000bb',
+        '\\bot'                  : '\U000022a5',
+        '\\top'                  : '\U000022a4',
+        '\\wedge'                : '\U00002227',
+        '\\bigwedge'             : '\U000022c0',
+        '\\vee'                  : '\U00002228',
+        '\\bigvee'               : '\U000022c1',
+        '\\forall'               : '\U00002200',
+        '\\exists'               : '\U00002203',
+        '\\nexists'              : '\U00002204',
+        '\\neg'                  : '\U000000ac',
+        '\\Box'                  : '\U000025a1',
+        '\\Diamond'              : '\U000025c7',
+        '\\vdash'                : '\U000022a2',
+        '\\models'               : '\U000022a8',
+        '\\dashv'                : '\U000022a3',
+        '\\surd'                 : '\U0000221a',
+        '\\le'                   : '\U00002264',
+        '\\ge'                   : '\U00002265',
+        '\\ll'                   : '\U0000226a',
+        '\\gg'                   : '\U0000226b',
+        '\\lesssim'              : '\U00002272',
+        '\\gtrsim'               : '\U00002273',
+        '\\lessapprox'           : '\U00002a85',
+        '\\gtrapprox'            : '\U00002a86',
+        '\\in'                   : '\U00002208',
+        '\\notin'                : '\U00002209',
+        '\\subset'               : '\U00002282',
+        '\\supset'               : '\U00002283',
+        '\\subseteq'             : '\U00002286',
+        '\\supseteq'             : '\U00002287',
+        '\\sqsubset'             : '\U0000228f',
+        '\\sqsupset'             : '\U00002290',
+        '\\sqsubseteq'           : '\U00002291',
+        '\\sqsupseteq'           : '\U00002292',
+        '\\cap'                  : '\U00002229',
+        '\\bigcap'               : '\U000022c2',
+        '\\cup'                  : '\U0000222a',
+        '\\bigcup'               : '\U000022c3',
+        '\\sqcup'                : '\U00002294',
+        '\\bigsqcup'             : '\U00002a06',
+        '\\sqcap'                : '\U00002293',
+        '\\Bigsqcap'             : '\U00002a05',
+        '\\setminus'             : '\U00002216',
+        '\\propto'               : '\U0000221d',
+        '\\uplus'                : '\U0000228e',
+        '\\bigplus'              : '\U00002a04',
+        '\\sim'                  : '\U0000223c',
+        '\\doteq'                : '\U00002250',
+        '\\simeq'                : '\U00002243',
+        '\\approx'               : '\U00002248',
+        '\\asymp'                : '\U0000224d',
+        '\\cong'                 : '\U00002245',
+        '\\equiv'                : '\U00002261',
+        '\\Join'                 : '\U000022c8',
+        '\\bowtie'               : '\U00002a1d',
+        '\\prec'                 : '\U0000227a',
+        '\\succ'                 : '\U0000227b',
+        '\\preceq'               : '\U0000227c',
+        '\\succeq'               : '\U0000227d',
+        '\\parallel'             : '\U00002225',
+        '\\mid'                  : '\U000000a6',
+        '\\pm'                   : '\U000000b1',
+        '\\mp'                   : '\U00002213',
+        '\\times'                : '\U000000d7',
+        '\\div'                  : '\U000000f7',
+        '\\cdot'                 : '\U000022c5',
+        '\\star'                 : '\U000022c6',
+        '\\circ'                 : '\U00002218',
+        '\\dagger'               : '\U00002020',
+        '\\ddagger'              : '\U00002021',
+        '\\lhd'                  : '\U000022b2',
+        '\\rhd'                  : '\U000022b3',
+        '\\unlhd'                : '\U000022b4',
+        '\\unrhd'                : '\U000022b5',
+        '\\triangleleft'         : '\U000025c3',
+        '\\triangleright'        : '\U000025b9',
+        '\\triangle'             : '\U000025b3',
+        '\\triangleq'            : '\U0000225c',
+        '\\oplus'                : '\U00002295',
+        '\\bigoplus'             : '\U00002a01',
+        '\\otimes'               : '\U00002297',
+        '\\bigotimes'            : '\U00002a02',
+        '\\odot'                 : '\U00002299',
+        '\\bigodot'              : '\U00002a00',
+        '\\ominus'               : '\U00002296',
+        '\\oslash'               : '\U00002298',
+        '\\dots'                 : '\U00002026',
+        '\\cdots'                : '\U000022ef',
+        '\\sum'                  : '\U00002211',
+        '\\prod'                 : '\U0000220f',
+        '\\coprod'               : '\U00002210',
+        '\\infty'                : '\U0000221e',
+        '\\int'                  : '\U0000222b',
+        '\\oint'                 : '\U0000222e',
+        '\\clubsuit'             : '\U00002663',
+        '\\diamondsuit'          : '\U00002662',
+        '\\heartsuit'            : '\U00002661',
+        '\\spadesuit'            : '\U00002660',
+        '\\aleph'                : '\U00002135',
+        '\\emptyset'             : '\U00002205',
+        '\\nabla'                : '\U00002207',
+        '\\partial'              : '\U00002202',
+        '\\flat'                 : '\U0000266d',
+        '\\natural'              : '\U0000266e',
+        '\\sharp'                : '\U0000266f',
+        '\\angle'                : '\U00002220',
+        '\\copyright'            : '\U000000a9',
+        '\\textregistered'       : '\U000000ae',
+        '\\textonequarter'       : '\U000000bc',
+        '\\textonehalf'          : '\U000000bd',
+        '\\textthreequarters'    : '\U000000be',
+        '\\textordfeminine'      : '\U000000aa',
+        '\\textordmasculine'     : '\U000000ba',
+        '\\euro'                 : '\U000020ac',
+        '\\pounds'               : '\U000000a3',
+        '\\yen'                  : '\U000000a5',
+        '\\textcent'             : '\U000000a2',
+        '\\textcurrency'         : '\U000000a4',
+        '\\textdegree'           : '\U000000b0',
+    }
+
+    isabelle_symbols = {
+        '\\'                 : '\U0001d7ec',
+        '\\'                  : '\U0001d7ed',
+        '\\'                  : '\U0001d7ee',
+        '\\'                : '\U0001d7ef',
+        '\\'                 : '\U0001d7f0',
+        '\\'                 : '\U0001d7f1',
+        '\\'                  : '\U0001d7f2',
+        '\\'                : '\U0001d7f3',
+        '\\'                : '\U0001d7f4',
+        '\\'                 : '\U0001d7f5',
+        '\\'                    : '\U0001d49c',
+        '\\'                    : '\U0000212c',
+        '\\'                    : '\U0001d49e',
+        '\\'                    : '\U0001d49f',
+        '\\'                    : '\U00002130',
+        '\\'                    : '\U00002131',
+        '\\'                    : '\U0001d4a2',
+        '\\'                    : '\U0000210b',
+        '\\'                    : '\U00002110',
+        '\\'                    : '\U0001d4a5',
+        '\\'                    : '\U0001d4a6',
+        '\\'                    : '\U00002112',
+        '\\'                    : '\U00002133',
+        '\\'                    : '\U0001d4a9',
+        '\\'                    : '\U0001d4aa',
+        '\\

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

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

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

' : '\U0001d521', + '\\' : '\U0001d522', + '\\' : '\U0001d523', + '\\' : '\U0001d524', + '\\' : '\U0001d525', + '\\' : '\U0001d526', + '\\' : '\U0001d527', + '\\' : '\U0001d528', + '\\' : '\U0001d529', + '\\' : '\U0001d52a', + '\\' : '\U0001d52b', + '\\' : '\U0001d52c', + '\\' : '\U0001d52d', + '\\' : '\U0001d52e', + '\\' : '\U0001d52f', + '\\' : '\U0001d530', + '\\' : '\U0001d531', + '\\' : '\U0001d532', + '\\' : '\U0001d533', + '\\' : '\U0001d534', + '\\' : '\U0001d535', + '\\' : '\U0001d536', + '\\' : '\U0001d537', + '\\' : '\U000003b1', + '\\' : '\U000003b2', + '\\' : '\U000003b3', + '\\' : '\U000003b4', + '\\' : '\U000003b5', + '\\' : '\U000003b6', + '\\' : '\U000003b7', + '\\' : '\U000003b8', + '\\' : '\U000003b9', + '\\' : '\U000003ba', + '\\' : '\U000003bb', + '\\' : '\U000003bc', + '\\' : '\U000003bd', + '\\' : '\U000003be', + '\\' : '\U000003c0', + '\\' : '\U000003c1', + '\\' : '\U000003c3', + '\\' : '\U000003c4', + '\\' : '\U000003c5', + '\\' : '\U000003c6', + '\\' : '\U000003c7', + '\\' : '\U000003c8', + '\\' : '\U000003c9', + '\\' : '\U00000393', + '\\' : '\U00000394', + '\\' : '\U00000398', + '\\' : '\U0000039b', + '\\' : '\U0000039e', + '\\' : '\U000003a0', + '\\' : '\U000003a3', + '\\' : '\U000003a5', + '\\' : '\U000003a6', + '\\' : '\U000003a8', + '\\' : '\U000003a9', + '\\' : '\U0001d539', + '\\' : '\U00002102', + '\\' : '\U00002115', + '\\' : '\U0000211a', + '\\' : '\U0000211d', + '\\' : '\U00002124', + '\\' : '\U00002190', + '\\' : '\U000027f5', + '\\' : '\U00002192', + '\\' : '\U000027f6', + '\\' : '\U000021d0', + '\\' : '\U000027f8', + '\\' : '\U000021d2', + '\\' : '\U000027f9', + '\\' : '\U00002194', + '\\' : '\U000027f7', + '\\' : '\U000021d4', + '\\' : '\U000027fa', + '\\' : '\U000021a6', + '\\' : '\U000027fc', + '\\' : '\U00002500', + '\\' : '\U00002550', + '\\' : '\U000021a9', + '\\' : '\U000021aa', + '\\' : '\U000021bd', + '\\' : '\U000021c1', + '\\' : '\U000021bc', + '\\' : '\U000021c0', + '\\' : '\U000021cc', + '\\' : '\U0000219d', + '\\' : '\U000021c3', + '\\' : '\U000021c2', + '\\' : '\U000021bf', + '\\' : '\U000021be', + '\\' : '\U000021be', + '\\' : '\U00002237', + '\\' : '\U00002191', + '\\' : '\U000021d1', + '\\' : '\U00002193', + '\\' : '\U000021d3', + '\\' : '\U00002195', + '\\' : '\U000021d5', + '\\' : '\U000027e8', + '\\' : '\U000027e9', + '\\' : '\U00002308', + '\\' : '\U00002309', + '\\' : '\U0000230a', + '\\' : '\U0000230b', + '\\' : '\U00002987', + '\\' : '\U00002988', + '\\' : '\U000027e6', + '\\' : '\U000027e7', + '\\' : '\U00002983', + '\\' : '\U00002984', + '\\' : '\U000000ab', + '\\' : '\U000000bb', + '\\' : '\U000022a5', + '\\' : '\U000022a4', + '\\' : '\U00002227', + '\\' : '\U000022c0', + '\\' : '\U00002228', + '\\' : '\U000022c1', + '\\' : '\U00002200', + '\\' : '\U00002203', + '\\' : '\U00002204', + '\\' : '\U000000ac', + '\\' : '\U000025a1', + '\\' : '\U000025c7', + '\\' : '\U000022a2', + '\\' : '\U000022a8', + '\\' : '\U000022a9', + '\\' : '\U000022ab', + '\\' : '\U000022a3', + '\\' : '\U0000221a', + '\\' : '\U00002264', + '\\' : '\U00002265', + '\\' : '\U0000226a', + '\\' : '\U0000226b', + '\\' : '\U00002272', + '\\' : '\U00002273', + '\\' : '\U00002a85', + '\\' : '\U00002a86', + '\\' : '\U00002208', + '\\' : '\U00002209', + '\\' : '\U00002282', + '\\' : '\U00002283', + '\\' : '\U00002286', + '\\' : '\U00002287', + '\\' : '\U0000228f', + '\\' : '\U00002290', + '\\' : '\U00002291', + '\\' : '\U00002292', + '\\' : '\U00002229', + '\\' : '\U000022c2', + '\\' : '\U0000222a', + '\\' : '\U000022c3', + '\\' : '\U00002294', + '\\' : '\U00002a06', + '\\' : '\U00002293', + '\\' : '\U00002a05', + '\\' : '\U00002216', + '\\' : '\U0000221d', + '\\' : '\U0000228e', + '\\' : '\U00002a04', + '\\' : '\U00002260', + '\\' : '\U0000223c', + '\\' : '\U00002250', + '\\' : '\U00002243', + '\\' : '\U00002248', + '\\' : '\U0000224d', + '\\' : '\U00002245', + '\\' : '\U00002323', + '\\' : '\U00002261', + '\\' : '\U00002322', + '\\' : '\U000022c8', + '\\' : '\U00002a1d', + '\\' : '\U0000227a', + '\\' : '\U0000227b', + '\\' : '\U0000227c', + '\\' : '\U0000227d', + '\\' : '\U00002225', + '\\' : '\U000000a6', + '\\' : '\U000000b1', + '\\' : '\U00002213', + '\\' : '\U000000d7', + '\\
' : '\U000000f7', + '\\' : '\U000022c5', + '\\' : '\U000022c6', + '\\' : '\U00002219', + '\\' : '\U00002218', + '\\' : '\U00002020', + '\\' : '\U00002021', + '\\' : '\U000022b2', + '\\' : '\U000022b3', + '\\' : '\U000022b4', + '\\' : '\U000022b5', + '\\' : '\U000025c3', + '\\' : '\U000025b9', + '\\' : '\U000025b3', + '\\' : '\U0000225c', + '\\' : '\U00002295', + '\\' : '\U00002a01', + '\\' : '\U00002297', + '\\' : '\U00002a02', + '\\' : '\U00002299', + '\\' : '\U00002a00', + '\\' : '\U00002296', + '\\' : '\U00002298', + '\\' : '\U00002026', + '\\' : '\U000022ef', + '\\' : '\U00002211', + '\\' : '\U0000220f', + '\\' : '\U00002210', + '\\' : '\U0000221e', + '\\' : '\U0000222b', + '\\' : '\U0000222e', + '\\' : '\U00002663', + '\\' : '\U00002662', + '\\' : '\U00002661', + '\\' : '\U00002660', + '\\' : '\U00002135', + '\\' : '\U00002205', + '\\' : '\U00002207', + '\\' : '\U00002202', + '\\' : '\U0000266d', + '\\' : '\U0000266e', + '\\' : '\U0000266f', + '\\' : '\U00002220', + '\\' : '\U000000a9', + '\\' : '\U000000ae', + '\\' : '\U000000ad', + '\\' : '\U000000af', + '\\' : '\U000000bc', + '\\' : '\U000000bd', + '\\' : '\U000000be', + '\\' : '\U000000aa', + '\\' : '\U000000ba', + '\\
' : '\U000000a7', + '\\' : '\U000000b6', + '\\' : '\U000000a1', + '\\' : '\U000000bf', + '\\' : '\U000020ac', + '\\' : '\U000000a3', + '\\' : '\U000000a5', + '\\' : '\U000000a2', + '\\' : '\U000000a4', + '\\' : '\U000000b0', + '\\' : '\U00002a3f', + '\\' : '\U00002127', + '\\' : '\U000025ca', + '\\' : '\U00002118', + '\\' : '\U00002240', + '\\' : '\U000022c4', + '\\' : '\U000000b4', + '\\' : '\U00000131', + '\\' : '\U000000a8', + '\\' : '\U000000b8', + '\\' : '\U000002dd', + '\\' : '\U000003f5', + '\\' : '\U000023ce', + '\\' : '\U00002039', + '\\' : '\U0000203a', + '\\' : '\U00002302', + '\\<^sub>' : '\U000021e9', + '\\<^sup>' : '\U000021e7', + '\\<^bold>' : '\U00002759', + '\\<^bsub>' : '\U000021d8', + '\\<^esub>' : '\U000021d9', + '\\<^bsup>' : '\U000021d7', + '\\<^esup>' : '\U000021d6', + } + + lang_map = {'isabelle' : isabelle_symbols, 'latex' : latex_symbols} + + def __init__(self, **options): + Filter.__init__(self, **options) + lang = get_choice_opt(options, 'lang', + ['isabelle', 'latex'], 'isabelle') + self.symbols = self.lang_map[lang] + + def filter(self, lexer, stream): + for ttype, value in stream: + if value in self.symbols: + yield ttype, self.symbols[value] + else: + yield ttype, value + + +class KeywordCaseFilter(Filter): + """Convert keywords to lowercase or uppercase or capitalize them, which + means first letter uppercase, rest lowercase. + + This can be useful e.g. if you highlight Pascal code and want to adapt the + code to your styleguide. + + Options accepted: + + `case` : string + The casing to convert keywords to. Must be one of ``'lower'``, + ``'upper'`` or ``'capitalize'``. The default is ``'lower'``. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + case = get_choice_opt(options, 'case', + ['lower', 'upper', 'capitalize'], 'lower') + self.convert = getattr(str, case) + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Keyword: + yield ttype, self.convert(value) + else: + yield ttype, value + + +class NameHighlightFilter(Filter): + """Highlight a normal Name (and Name.*) token with a different token type. + + Example:: + + filter = NameHighlightFilter( + names=['foo', 'bar', 'baz'], + tokentype=Name.Function, + ) + + This would highlight the names "foo", "bar" and "baz" + as functions. `Name.Function` is the default token type. + + Options accepted: + + `names` : list of strings + A list of names that should be given the different token type. + There is no default. + `tokentype` : TokenType or string + A token type or a string containing a token type name that is + used for highlighting the strings in `names`. The default is + `Name.Function`. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.names = set(get_list_opt(options, 'names', [])) + tokentype = options.get('tokentype') + if tokentype: + self.tokentype = string_to_tokentype(tokentype) + else: + self.tokentype = Name.Function + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Name and value in self.names: + yield self.tokentype, value + else: + yield ttype, value + + +class ErrorToken(Exception): + pass + + +class RaiseOnErrorTokenFilter(Filter): + """Raise an exception when the lexer generates an error token. + + Options accepted: + + `excclass` : Exception class + The exception class to raise. + The default is `pygments.filters.ErrorToken`. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.exception = options.get('excclass', ErrorToken) + try: + # issubclass() will raise TypeError if first argument is not a class + if not issubclass(self.exception, Exception): + raise TypeError + except TypeError: + raise OptionError('excclass option is not an exception class') + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype is Error: + raise self.exception(value) + yield ttype, value + + +class VisibleWhitespaceFilter(Filter): + """Convert tabs, newlines and/or spaces to visible characters. + + Options accepted: + + `spaces` : string or bool + If this is a one-character string, spaces will be replaces by this string. + If it is another true value, spaces will be replaced by ``·`` (unicode + MIDDLE DOT). If it is a false value, spaces will not be replaced. The + default is ``False``. + `tabs` : string or bool + The same as for `spaces`, but the default replacement character is ``»`` + (unicode RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK). The default value + is ``False``. Note: this will not work if the `tabsize` option for the + lexer is nonzero, as tabs will already have been expanded then. + `tabsize` : int + If tabs are to be replaced by this filter (see the `tabs` option), this + is the total number of characters that a tab should be expanded to. + The default is ``8``. + `newlines` : string or bool + The same as for `spaces`, but the default replacement character is ``¶`` + (unicode PILCROW SIGN). The default value is ``False``. + `wstokentype` : bool + If true, give whitespace the special `Whitespace` token type. This allows + styling the visible whitespace differently (e.g. greyed out), but it can + disrupt background colors. The default is ``True``. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + for name, default in [('spaces', '·'), + ('tabs', '»'), + ('newlines', '¶')]: + opt = options.get(name, False) + if isinstance(opt, str) and len(opt) == 1: + setattr(self, name, opt) + else: + setattr(self, name, (opt and default or '')) + tabsize = get_int_opt(options, 'tabsize', 8) + if self.tabs: + self.tabs += ' ' * (tabsize - 1) + if self.newlines: + self.newlines += '\n' + self.wstt = get_bool_opt(options, 'wstokentype', True) + + def filter(self, lexer, stream): + if self.wstt: + spaces = self.spaces or ' ' + tabs = self.tabs or '\t' + newlines = self.newlines or '\n' + regex = re.compile(r'\s') + + def replacefunc(wschar): + if wschar == ' ': + return spaces + elif wschar == '\t': + return tabs + elif wschar == '\n': + return newlines + return wschar + + for ttype, value in stream: + yield from _replace_special(ttype, value, regex, Whitespace, + replacefunc) + else: + spaces, tabs, newlines = self.spaces, self.tabs, self.newlines + # simpler processing + for ttype, value in stream: + if spaces: + value = value.replace(' ', spaces) + if tabs: + value = value.replace('\t', tabs) + if newlines: + value = value.replace('\n', newlines) + yield ttype, value + + +class GobbleFilter(Filter): + """Gobbles source code lines (eats initial characters). + + This filter drops the first ``n`` characters off every line of code. This + may be useful when the source code fed to the lexer is indented by a fixed + amount of space that isn't desired in the output. + + Options accepted: + + `n` : int + The number of characters to gobble. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + self.n = get_int_opt(options, 'n', 0) + + def gobble(self, value, left): + if left < len(value): + return value[left:], 0 + else: + return '', left - len(value) + + def filter(self, lexer, stream): + n = self.n + left = n # How many characters left to gobble. + for ttype, value in stream: + # Remove ``left`` tokens from first line, ``n`` from all others. + parts = value.split('\n') + (parts[0], left) = self.gobble(parts[0], left) + for i in range(1, len(parts)): + (parts[i], left) = self.gobble(parts[i], n) + value = '\n'.join(parts) + + if value != '': + yield ttype, value + + +class TokenMergeFilter(Filter): + """Merges consecutive tokens with the same token type in the output + stream of a lexer. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + current_type = None + current_value = None + for ttype, value in stream: + if ttype is current_type: + current_value += value + else: + if current_type is not None: + yield current_type, current_value + current_type = ttype + current_value = value + if current_type is not None: + yield current_type, current_value + + +FILTERS = { + 'codetagify': CodeTagFilter, + 'keywordcase': KeywordCaseFilter, + 'highlight': NameHighlightFilter, + 'raiseonerror': RaiseOnErrorTokenFilter, + 'whitespace': VisibleWhitespaceFilter, + 'gobble': GobbleFilter, + 'tokenmerge': TokenMergeFilter, + 'symbols': SymbolFilter, +} diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d850fb6b6e3e39b01d8b8791a21cc0fe3b366cae GIT binary patch literal 29631 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, + the `arg` is then given by the ``-a`` option. + """ + return '' + + def format(self, tokensource, outfile): + """ + This method must format the tokens from the `tokensource` iterable and + write the formatted version to the file object `outfile`. + + Formatter options can control how exactly the tokens are converted. + """ + if self.encoding: + # wrap the outfile in a StreamWriter + outfile = codecs.lookup(self.encoding)[3](outfile) + return self.format_unencoded(tokensource, outfile) + + # Allow writing Formatter[str] or Formatter[bytes]. That's equivalent to + # Formatter. This helps when using third-party type stubs from typeshed. + def __class_getitem__(cls, name): + return cls diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__init__.py new file mode 100644 index 0000000..f19e993 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__init__.py @@ -0,0 +1,157 @@ +""" + pygments.formatters + ~~~~~~~~~~~~~~~~~~~ + + Pygments formatters. + + :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import re +import sys +import types +import fnmatch +from os.path import basename + +from pip._vendor.pygments.formatters._mapping import FORMATTERS +from pip._vendor.pygments.plugin import find_plugin_formatters +from pip._vendor.pygments.util import ClassNotFound + +__all__ = ['get_formatter_by_name', 'get_formatter_for_filename', + 'get_all_formatters', 'load_formatter_from_file'] + list(FORMATTERS) + +_formatter_cache = {} # classes by name +_pattern_cache = {} + + +def _fn_matches(fn, glob): + """Return whether the supplied file name fn matches pattern filename.""" + if glob not in _pattern_cache: + pattern = _pattern_cache[glob] = re.compile(fnmatch.translate(glob)) + return pattern.match(fn) + return _pattern_cache[glob].match(fn) + + +def _load_formatters(module_name): + """Load a formatter (and all others in the module too).""" + mod = __import__(module_name, None, None, ['__all__']) + for formatter_name in mod.__all__: + cls = getattr(mod, formatter_name) + _formatter_cache[cls.name] = cls + + +def get_all_formatters(): + """Return a generator for all formatter classes.""" + # NB: this returns formatter classes, not info like get_all_lexers(). + for info in FORMATTERS.values(): + if info[1] not in _formatter_cache: + _load_formatters(info[0]) + yield _formatter_cache[info[1]] + for _, formatter in find_plugin_formatters(): + yield formatter + + +def find_formatter_class(alias): + """Lookup a formatter by alias. + + Returns None if not found. + """ + for module_name, name, aliases, _, _ in FORMATTERS.values(): + if alias in aliases: + if name not in _formatter_cache: + _load_formatters(module_name) + return _formatter_cache[name] + for _, cls in find_plugin_formatters(): + if alias in cls.aliases: + return cls + + +def get_formatter_by_name(_alias, **options): + """ + Return an instance of a :class:`.Formatter` subclass that has `alias` in its + aliases list. The formatter is given the `options` at its instantiation. + + Will raise :exc:`pygments.util.ClassNotFound` if no formatter with that + alias is found. + """ + cls = find_formatter_class(_alias) + if cls is None: + raise ClassNotFound(f"no formatter found for name {_alias!r}") + return cls(**options) + + +def load_formatter_from_file(filename, formattername="CustomFormatter", **options): + """ + Return a `Formatter` subclass instance loaded from the provided file, relative + to the current directory. + + The file is expected to contain a Formatter class named ``formattername`` + (by default, CustomFormatter). Users should be very careful with the input, because + this method is equivalent to running ``eval()`` on the input file. The formatter is + given the `options` at its instantiation. + + :exc:`pygments.util.ClassNotFound` is raised if there are any errors loading + the formatter. + + .. versionadded:: 2.2 + """ + try: + # This empty dict will contain the namespace for the exec'd file + custom_namespace = {} + with open(filename, 'rb') as f: + exec(f.read(), custom_namespace) + # Retrieve the class `formattername` from that namespace + if formattername not in custom_namespace: + raise ClassNotFound(f'no valid {formattername} class found in {filename}') + formatter_class = custom_namespace[formattername] + # And finally instantiate it with the options + return formatter_class(**options) + except OSError as err: + raise ClassNotFound(f'cannot read {filename}: {err}') + except ClassNotFound: + raise + except Exception as err: + raise ClassNotFound(f'error when loading custom formatter: {err}') + + +def get_formatter_for_filename(fn, **options): + """ + Return a :class:`.Formatter` subclass instance that has a filename pattern + matching `fn`. The formatter is given the `options` at its instantiation. + + Will raise :exc:`pygments.util.ClassNotFound` if no formatter for that filename + is found. + """ + fn = basename(fn) + for modname, name, _, filenames, _ in FORMATTERS.values(): + for filename in filenames: + if _fn_matches(fn, filename): + if name not in _formatter_cache: + _load_formatters(modname) + return _formatter_cache[name](**options) + for _name, cls in find_plugin_formatters(): + for filename in cls.filenames: + if _fn_matches(fn, filename): + return cls(**options) + raise ClassNotFound(f"no formatter found for file name {fn!r}") + + +class _automodule(types.ModuleType): + """Automatically import formatters.""" + + def __getattr__(self, name): + info = FORMATTERS.get(name) + if info: + _load_formatters(info[0]) + cls = _formatter_cache[info[1]] + setattr(self, name, cls) + return cls + raise AttributeError(name) + + +oldmod = sys.modules[__name__] +newmod = _automodule(__name__) +newmod.__dict__.update(oldmod.__dict__) +sys.modules[__name__] = newmod +del newmod.newmod, newmod.oldmod, newmod.sys, newmod.types diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..28f0ad634874ece2ab01231e9ca1922a01de243d GIT binary patch literal 5024 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 IPp$s(zmz;^0RR91 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f7793422701da2956c0416b7b6ccd827734c6834 GIT binary patch literal 3100 zcma)8O^@5g8RnNLu2$YG+#-n!qn)BCYyq~kb%He5B!#ozOfPcVucnkj> zz6)5}lAIHL=~|Ytpq9sUehE9+^F&Ws4Vmh)v#C&9=#p&02uj5wDOjNdCy-`QwlI9+ zB29%(G8X5N^ji6lH7*oKwP@C=xS;90}tVBX8qj77Kt@yLFx`Fq^PMlOLp5 zyX|b6sB2%cX{1<|GgZvzxzq;oI2v6}WL{((+NQaLy6DEayqTqca(T?W24) z%d@rFOh*$V0_!5Z7JHh{L~R&T3#G+OvHPMs>9YBBest7fJkRdwtr}~&zyhKY$l~p0vul5lBDA{>xij&ZX5by&;0rEAl%@*?bksC|p4A&8 z2D@@Kk4EIhOtbsXr^#pvd5JQb0PZ@ajGK7Aktf)2NLy*saL5pzNuG5Kk_0y~1OhcP zxYY2<1R??qp&LiOM(ZtrSc+MGCHNZ44>?b0E=t#Y;i1t;%(dW$b#4xoUZi4ZxKaf; z13ZQVTnMiRM%!2b0;MJ41*s7`rCo4BJW3-4^|%;EMXC?Ce1^k&Yudfxu(MWYNX`Mc z*Wx}NBhLYN&a^BbY+jfcWO<>fn`D?74r`|Z91}0!C2Sm}NXdovZ~tQEV>k7J?c1>r$jognspeezguz-d;j~a_o+fo z_hddz^t{K#RVMVq2`X3-Ka6FRji!i=-j&F%dTA2(<_kT|v$wjxIOwTFi-(Bf%V;80 zZ=TG1A(ru6Vo`nC^tP#?dNp)ioEJ^VeG8wWI9ux3=_M&>w@|HuPI-x?6f<2U@_x?_1AY#$VW`ER<5msh z)yl8&l>}s`A#sU-P^}kpQF+)nrgf3jl?%5Rch}8pSSNSUyoXOQG<$Y{_qJ)Nck|tM zz5gule#Sus&9f4a5moA#MY z+ifz5&<`xn_U;ByK5&Ad{eu%!*Pnyl|1nBgcU{U*uU@@4*CqJQcP=V)lGZgD3ga$; i3Qgz24V;Zelz>(6er@Zo=p-?<(6idRZPdaay8i><6Jgx| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..056bff86b63a24e8d88ff4427f4bf69650ce2d87 GIT binary patch literal 4427 zcmZ`-&2QYs73Yw{4^gYN{87tFY=>y-INRDQ*>!9{NQ%UclNwFbBy!MnZGob8xGTzB zay8`I@s=AHPD-*F;rExxU;F<)t!e)t;_#1yco$E08;#I9nqWeYS%;xFVtrtA3`RU2^MTnh2Uf=d zZT4Bm{!kN^FnndiV{W_6K2-XYF1p2SJ{PGHdr`+Uu#&ufFT& zs^Jd~=6IOxscBw1%7>%8T?wpo)8SJY^|$gB@6N%icYS&J=GE)V*Kc^6PrZCA^ggLK z;pJg4xZ-7D=)L#({h$8)v$eKbXC;ohVUmR_-tD#btMQNS-MPEEc2_Md!aRuLtnGdc z+i0sTR?bX!*3!#HKg|8jG>!dqn3uCeMMoZLOmV z)-i{VvR)*;ZW_b>K_Xy|B=@rX zX&lxbXt%w`@M)ALfe@isS@Ev7uU)IW^PUh;-XlSmzTN3|}hz1t>LFxrY>G!>}9mB5bVE=A}Jyn+&=t z%e?oaEZB@O98J%-Jhjl&W;n~TItbanG*yzd3~3=^I%ZDc+u_u988`<&id#aApW(?m zXmV|v6jhzlzH1bkZz#$TTv3Q+@XXwT1dv1VY{hdhU-M@QZO`4; zfG-*$$!h6Ny&~?Hc5UkqB<-l=WTw`vq%D<>kJO8D-m3AGwf70Yh%zHju`aFZ{mSnmW<-;WrK2E~?Y9CoN z+Pu0cgQUBKKwWwqCXbimXme@!G~Y^-AGfb9FJ)04UPS;t3i@HTG>nEzKEy;SAymQS z5`eCT$tC5AHt>y*`zoGn9?dD%)SJv=^jLa>jTeq$O#8qDM;t~*AeY`DHGf7^Xxo}J z1xw(f30w!NAq-G_qATjOFhN-pxNn=iudUyEs89IB6gJl;*2FGM;Vf$MT49NqJ-wp# z*)5C-x3Cv9B{2($cM7Y}iC?fOzXAR|@Qq{qIq*Bs*i;%p)f!LKGp)kz(e8|bzpd?@ zQ{gecI<_A69^CnCeQcsfr^wqCiB6ICD)QcXsg~XfRB5URDXq#^at`KfIr0R$jxEFfC=R6j9w>PhO=;%&(_vWh z1c*da1DTfwyso0DYEF@G6U_>q>Z;%CD(Q}7@PZ4rh@=}axlrivfui@3%sWg+v5U0 zU%&;mpsAiOz*mqvuY6*z$}?DF?6z^{>hc&{p6qXWub0einWX{DmFFN*8n`x)fT_f# zP?}F9GNffGTO#pBc`u5?(o!n2lKJvg%u%|JS+8vRSPIDMSF)c%PNfSaN&}Dntf8N0 z{Kfdfag!aHcf@F9z^T!0fG7ZZ+o*zWX}abE>GqI3lq`ZhGUQ2N3{MG8bWcC4%uyTT zYXYjVeJQ)--4LF<2uh*`(^|TmrT6bw?-W4tb!rG_UPeYa=PSF^5cU9r8NpbSy}`!k zk00l-=#kSLfq=hbeqNn`?Xz8`LO}-v=tz2FV&LJ0O0`E^uH{_t+}uMVQ}Vrvv+e2# zg+&U50$9FnoIx1WJ*WlkH~J!_JV!D!ga|lDb-v?O8qN|t*n&g%r;q_K%%XZchtQ*W zBw5(F2ke5c5m4EM4js@7`JP~;t$@~QhqV*~Mc#p|@{XF@vR0L~$0qJJ&r?QMw}!lo z^S7MRQ1CCQwiv35qPiMPpm-lC3nbnu&0d_QQa03#Dl$1;CZ&bReG*VLMQJDD6UAo{ zAZBZnJSt~oI0zynzC7+y7cLEk%A*@lJk5E|T>TYx5jpQ7$Ik-exikNt2K6TYrpdTI zUi`MlYfVSoO@T`;R~i3%ydYdvQNORF$5pI)Q&_6Eg`;{Dl>2laP(YB2e>5?27<`ve zyQlAKyA0Qk3vpr*9L+Pp92CZ|V2`zk|T!YmLL!1DH)Z;*ld7uQe@4QklT(ANcdg%Hs5F0gda~Z@}HF4|idf6N$Q8yK# zU)8S4u_gPmV?gQHfbQpP9e@K|9>%ErWDAxktuUcEr6oeuo1@_nLuT#WJp3{*Iel87 z#db;qiyZghT)m=C64?`|&3=G}+*bYR|K+Bmp8@4E{e`1*rhjvu>(AiAZzXND`ASvS zfSQ9JRVwr-FE)T9D2=p2C#(fRqrg&c+O{rFVFVbhXu|338q?|i=8u`YR2bVPZu6SX zE)c&k7B$G3l&X7{z--L?2+4^=5|nQ5K&w;O`;6{$`OCt>qwUQU_MVFf!s-*JaD<7N z_(JW++?xduIEB?SXq0KmEb))dQG2xa8l*u^u$C@IFLy7fV4T~zru0DqWnj(OIiq-% z;#H;Lc($GN-0J>!?^n4!#n&-++r6mOlysvil&y07O(N;mF0El8@pW3d*)WcB%HB*N zfP9NYKA`4@B*(YYC@CG>+8KQ=RbVhvUHP-scT_r(2rmWSuh10paS)F}d7gA!pr%dD zZEB9e`+QYL_#=EmP&kU;LMXe5#swN!y2~1PEatvI<%c(fm_D!2L4S5uhlIik>h)*( zKbxn=uN^~(H7X46{DEm8@|6Y3gUXi_I;6d!REv$ZInhq7G~uP z-O9wuRB5Uzm&(SWmssS90Gk(@#9OrW8oCU{qOlP5Sx-}y| zAq7{^bS|P=Zr9Z^YU1PnRH(}T#s4cb%A>gY9-vzjp8|dm$M{5`O&s#Yba$omc4d&C T(7l}z@N>;^8*Cm0_Zj1V^EFuq literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..65c03b1d58a0f9c4f6c1a81dc8e0b75d782583de GIT binary patch literal 29381 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

OfP8)uA(9F>Ai>eQMEwamQ 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 R+cs>oDQ5bA@Q+L%{y)**Rf7Nk literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83cf208d32bd4451eb8861faf46420b70a866d93 GIT binary patch literal 13897 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0b3565556a064e0a12f721b9bd06c16c4348c56a GIT binary patch literal 2119 zcmah~&yO256t?GACbQY4l!aBL0#*xKBC(lesX*PPQK2oRP?oAoIgCJ~$=FGzJDHi< zP9R~zr9JaEv=SE(C;ko&oac%-aOBzp@a)O1mbL;%&-Q$Nwx8ek*~wQ|Jp|>K#jnF3 zU4(v9AIFOYAD6+zM^I4|Ad0Dx;;|7J7*TVG1Cv?Qx{s+1tpjZ%F#?;}1591oe1HSz zI-(vmAAmPA?wdh_uI!_BYyP`OpcJ#=m}OFQ200%`QZg<&MU)Nmal{WMh4%UOzl*1x zJ~*6DU?p-(EkWuvNIsFpM0RSw-8e61JQO?`-XC@0=(78IdDKZY|>? zl11Y;iC~PpcjvPYKfS%*(cA5&Nz5|AcFFtuSL^YcH?CaU+rOswr%XmkDmvaDkT%rD zRr4smYF!8Si9X*E`WSD{?agRhTzrhXb89n|7h^-sT^7|h!LEP_MOld+q7pyCkV`x# z*F+o@jBJu9qojK*1@$%^6@lbYCelc*aj~J!sSfQKd|aHVT?P}|P%#u> z5T`*wj?@S&YEo+mG9047p*D3MAdp>yy3m3sA!Qy{$($b?lMa#j0WeA;u~bi;IuhrU zb;u1#;wV$n$Vi_N4yR+BQJ4fNC;OjYU&^b~AyY_Vl4lX6jPCA|oz4Zl%e+;KvR*c@ zbryn^W66jy#B^93=qURbO#B3uM0atC1~>uQzsKKUjG%`?qeOSjtLV$CUlA^O31}StNwa~-$gKLmG%bG9yWNK2MJRJLv_ zr`BBCsVu?LLDk3$3Blyde(u#&y}V$OL&5T9rNBwY4QtdMroZwutHOp> z-9T#n+J9k|_QKLLZvWp59h<4f2}6}rL~vWA zzQye(e-W@?rM_$VgvShMnaDwsvY?ShLQbPJa8*an3Ii*NL zRVQlJ!%4<6b$96{*ipO&l_JkGT84)m?EUQ;YuEx)WID^9~_T7yb3 zr@_P;RIWOL<0=grt(W%NE5dvLT#Z}tQC8UwMF#1duFZlT|?%j`$M#R=ZRfg zl7(HPvM~DBqQGZxxYzT;II4E~s^`VAucE4oJ3RKs&;Jy8@P^3V5b?eji#Fmcw<86GS$0&TGWjG;6lBYL2uan4EM_x-v(?spTQ00-goA zAd7e|_(i!WOFuN8n6*W@B+KY4$z{2M=aOHRt8$IUmQg<=*SWre`dPWb^;LOJp2yrZ zxe0M!PzxZ#`%{$6OHH?k`}e?6;c1!mJaun4sEWJ$K{O*>Zy5KX8bRCZb`M2=7!QUq z#)sW5Nt&0F{q~U6NIVSUebMfBA&?-1Sm?!mD7;XLK7_2qF!J%Lh~i+cDL#J6+$4d=d8X7OP{k>4)vU z48px;lecd+LHbM|gbm7Yc!hoT!ag)b>)BoCBC9Y{FTjf%yEor|UxYZy1HXHCS+s_+ z*axLhaWM=7Y~zdezNfr4*$|wXS+u=Sw0z;A zTY(z_lJUeYy(OYytKIdYNW3iljyLSa*Ryq+%}Z(DrDn5|GP&95hjGVipV|-GNJub* z7`tjV^G`aNHJlAx`Ze7GO9 z_eluRa4_i8PB_@U_rQmX`53K-fsFTO>5GEV41K$3iGGJ243kL2Rt0y{q65DjbONjs zgjluP5raOIE+QlFGpbTf5EXD&H0_F>c3JEN4~VJYE^T!68WWw8L-P2naIaOjQ_*#U z&=333jPQmk6tET=5aF=b@>yb;bim8oUN`bjB=UJ%TzzA1j|Lrmo-wycUQ9FzYi38B z{foGhF=mFcY==r!=)Hek+6GX2GSh6;9X>fpEgC@CBB*ct(Dy?Y;>$ru#8&1=W&?+N z$(D%vL)C^+l4Z^i*}V3pSr^5gice@G`sHRCUC|+9LJ#u;c{nbf|?GXIB*hQpoping#Gr(<~P}mpH`0NrfM$UIwx<}scHi&04*0;;P03iqzL6%TIoG7gZ#BMLQp=3MA>`=|+kmibn&E91(X zNM~$wstwI-n}()j8hl8Fp65+7B|dfXY{wHDYBukxA-w0j@ZkAR$YwZ@QJ$?aE1V{s zJLB)v+P{=`(1pa+Zc(B19NP2%)l6%e{25O zH1RwFpgcAQ%hDPf4Lf$m$PXkiK3cihMGMf9TX`PKkBx&Iw+q|`)a2GeT;w(Y=M(!0 zc4;i8J*BLt#Op1k>n-u#WoaGL&Sk7yjy^)Ue6T|8Jp<)xyao!E_lzg@E#nV=V`7aq z;xl9Gi8;YL2TN)&rsv{$LoS{(xNr4neQX`$WIr(OHyk5Ad-&Ki=I zcQ>NH;XTjE)q9ru>-fA}+oYX0!kq4>`q((yJf_|Y@(h6Ry7w1gW+vAgUkI>BRLv$u zHwHe<>{S}r@c>soi!N^Vhh0KMCm;w81YQySDgXxF@gKqu%&i2Y?+g{JN~LzAbD}Bo z$WRbgsdst^YbwlK$rObXMf6G4x2>T!5MIy&$f6vr*_^&ipcugS#oGj;t_*@0AS(jg z(3ziJM{rn;;9~UIUTVZ0vz@XntO-XbDic`bl&q3N$y zXS`BUn6fxAbe*t?B9ln+slnY&mUS(IGf6q^NHN4yi{>xR80b@8p*ZdF2T6I}Pb3Aj z+0$^1CPqmqT~_z!gAj5F;$)ekjSe;(Yj!GMQDmq{Cy_D+aifvgNFNoY_{ycCL`9B@ zB`V5PETc$luNA3PYM!BDor<$GkYh)fET3|NYJ+CvX@-r^p19s%;D<6Pe<B{=3La zl{!bGt3-N3gGYTXMRy9x*+v@>Joa^81F7!-emq&?BTkzYJ8>ev+ez|ix{paO?Zfl4wiy_k(z_CH)7XA79x+(l=~fX(=ykL->1J5B%`KRySyE4G!b|e)vlD z>h@L?#QqiFxqIH8A8ieS!Bzv)WM5&DzJu6;#iVx-TkwZfTpC=!rUAauTPW5_D`pvg zuIZTWv$C~ju2I`^&7$dAE2d=@Fjh8K%o1i;&&sxoTFEXtWovYHHe0Vw<<%yInSQ8F zyt;{R^i>q_a(w@CY~cyd%1`*zV+)=nzw@bCA6fN!Vm`v-QDRQ;nBa0Dulxa^h+nbP zMXZuIvHx+*{L@8+I`a*k4*rBTE1)QX`hscwYP3F2sh&1RC@B=F7ZduIsEp0Xk>)Pk z+!5->=EU41mukZCzA~|6a}2jWamJ3c?iuRqW9!I@ZR#Uudw&Vx!*LATxM!-0v@zqA z5SLA1f#ylPwPB?5?6HG6Z*zYRA;WoMW@F}2j-2I$lr95Yqn@(fd3!%kwh zYgRiv&EHbW-v%-N2$NZ&j^&s|+p&n%1#`tZk8iHx@eXH;*6M&f=0 zHl`>11I8orO(m;jTCgPgbALH{VU8iE-4n0m=#b$$7f%NI(uh9=1DI21nlibxl7Gi%TzJgTK)v<$Ho(5VoD7IO;!m&&I9W$ zV+=U^x`u+bdI3VEerK*f2gMLjDO)QG;2tXiN@vsP5YSwK+T_%C#<{Wiz{HbQ$(^im zf9t*&!&6prqZ6oelOrPpnnp#E4u@e*ZaG5o1zr$J|KqKGr$ae;5N3j+WQc$e&lIuO zf)ZqdY{E${g%YhjU2$9Ra=wB%De7o+K=E70c|ro}1r({c)o-GnxO(TrZ19-6O|#~0 zTfKz7f5A5rDBK(ZrA2{7mu2e$3l?GKvGq$QH+peipwB}HbHXIoM*?MG-a-WeqOW<+ zR%a#hk+h8r*xEe1oa~S+EwECH;1H?RIk`+$(!#?~u;3|O7e`1MBdqNEPsfP~7RPkoPSrwA@J z089b2!v><@e`7*KnzH_xFf}u4jx-7hS(y4U8h`|*Ml>MNRLGi*SwhpyRSecKnKHzyNjB!dj%FB=wK zdsAJ;X-9c_JMy+iIcU~JIa;jC5Tjw#k}W_DfjJte6X?(emIFlXMe1ABK^j(Zv?`Hw zwYB{Y)lLa&kptFwVha+mi+9Op3hT zf28Xb)!p#|W-lO+-(`x7gCdK#s6JsjKH>2K(tP_IQNOsMky5Pt^)8b|?7H~GJSvT$ zAd^yjGlkvp5?S> z1wBu>XEj|FJ=0Zj(lg^SXj~pItN)?X%C+$_e8-ue+WbDr*}&CE{ur`?c`pCCsTO$N zI<@6l$Rw2{MlMa|f%;cZW^s+*XBjTAych1@OrzFM4(iJKSp+a*j4Y*+pG2VehbJRk9KF^ z#aQXL(XVZoEcW)uniMN%)$gO8IMeXJ1A;PbadPhHu%RWb&2}Qd>>12ivvon+{TZ|AR-Mf zwe*UDoV||juhKra4ZzP2r#;S!4t$LvcA=j*kp9VEad05^(j*5eHu zc@O%ir-bqIoFo?k^w*F)uRQ~}!@Tq9m)@CvDS>vM6*0bsl_}B2Ds~Bu4Sk54)?=jB z^J&6q+IA{u=zb)`^$+exij4+te}-MEml}=xL$8~T~Lqf%kQ@iKmjzMa#&HC~Zajq~>2%aiF)LOv0L7JtSRGheQu2DwLzmQW1 zkG_GTV1R{pTpYPz6|NO>)_Jg`SXiT{wScc(G)otDDrF@xJ6S~V>EbtE`bC)$UF~bQ z;i#rJ9Jt9i{a+UP-sr+}C$U!QTbs@2P8h~PSKlfT7~@+ZohE~a_>sQR;IlmMkV)Y! X&Hir_l;fPwF-k?;l0f{fy>9;>8ZBAy literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c152d9866c69686ca6736b18ea61534739b250d7 GIT binary patch literal 6324 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 tags. By default, the content is enclosed in a ``

`` tag, itself wrapped in a ``
`` tag (but see the `nowrap` option). The ``
``'s CSS class can be set by the `cssclass` option."), + 'IRCFormatter': ('pygments.formatters.irc', 'IRC', ('irc', 'IRC'), (), 'Format tokens with IRC color sequences'), + 'ImageFormatter': ('pygments.formatters.img', 'img', ('img', 'IMG', 'png'), ('*.png',), 'Create a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'JpgImageFormatter': ('pygments.formatters.img', 'img_jpg', ('jpg', 'jpeg'), ('*.jpg',), 'Create a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'LatexFormatter': ('pygments.formatters.latex', 'LaTeX', ('latex', 'tex'), ('*.tex',), 'Format tokens as LaTeX code. This needs the `fancyvrb` and `color` standard packages.'), + 'NullFormatter': ('pygments.formatters.other', 'Text only', ('text', 'null'), ('*.txt',), 'Output the text unchanged without any formatting.'), + 'PangoMarkupFormatter': ('pygments.formatters.pangomarkup', 'Pango Markup', ('pango', 'pangomarkup'), (), 'Format tokens as Pango Markup code. It can then be rendered to an SVG.'), + 'RawTokenFormatter': ('pygments.formatters.other', 'Raw tokens', ('raw', 'tokens'), ('*.raw',), 'Format tokens as a raw representation for storing token streams.'), + 'RtfFormatter': ('pygments.formatters.rtf', 'RTF', ('rtf',), ('*.rtf',), 'Format tokens as RTF markup. This formatter automatically outputs full RTF documents with color information and other useful stuff. Perfect for Copy and Paste into Microsoft(R) Word(R) documents.'), + 'SvgFormatter': ('pygments.formatters.svg', 'SVG', ('svg',), ('*.svg',), 'Format tokens as an SVG graphics file. This formatter is still experimental. Each line of code is a ```` element with explicit ``x`` and ``y`` coordinates containing ```` elements with the individual token styles.'), + 'Terminal256Formatter': ('pygments.formatters.terminal256', 'Terminal256', ('terminal256', 'console256', '256'), (), 'Format tokens with ANSI color sequences, for output in a 256-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalFormatter': ('pygments.formatters.terminal', 'Terminal', ('terminal', 'console'), (), 'Format tokens with ANSI color sequences, for output in a text console. Color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalTrueColorFormatter': ('pygments.formatters.terminal256', 'TerminalTrueColor', ('terminal16m', 'console16m', '16m'), (), 'Format tokens with ANSI color sequences, for output in a true-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TestcaseFormatter': ('pygments.formatters.other', 'Testcase', ('testcase',), (), 'Format tokens as appropriate for a new testcase.'), +} diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/bbcode.py new file mode 100644 index 0000000..5a05bd9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/bbcode.py @@ -0,0 +1,108 @@ +""" + pygments.formatters.bbcode + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + + BBcode formatter. + + :copyright: Copyright 2006-2024 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=#{}]'.format(ndef['color']) + end = '[/color]' + end + if ndef['bold']: + start += '[b]' + end = '[/b]' + end + if ndef['italic']: + start += '[i]' + end = '[/i]' + end + if ndef['underline']: + start += '[u]' + end = '[/u]' + end + # there are no common BBcodes for background-color and border + + self.styles[ttype] = start, end + + def format_unencoded(self, tokensource, outfile): + if self._code: + outfile.write('[code]') + if self._mono: + outfile.write('[font=monospace]') + + lastval = '' + lasttype = None + + for ttype, value in tokensource: + while ttype not in self.styles: + ttype = ttype.parent + if ttype == lasttype: + lastval += value + else: + if lastval: + start, end = self.styles[lasttype] + outfile.write(''.join((start, lastval, end))) + lastval = value + lasttype = ttype + + if lastval: + start, end = self.styles[lasttype] + outfile.write(''.join((start, lastval, end))) + + if self._mono: + outfile.write('[/font]') + if self._code: + outfile.write('[/code]') + if self._code or self._mono: + outfile.write('\n') diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/groff.py b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/groff.py new file mode 100644 index 0000000..5c8a958 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/groff.py @@ -0,0 +1,170 @@ +""" + pygments.formatters.groff + ~~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for groff output. + + :copyright: Copyright 2006-2024 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[{}]'.format(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[{}]'.format(ndef['bgcolor']) + end = '\\M[]' + end + + self.styles[ttype] = start, end + + + def _define_colors(self, outfile): + colors = set() + for _, ndef in self.style: + if ndef['color'] is not None: + colors.add(ndef['color']) + + for color in sorted(colors): + outfile.write('.defcolor ' + color + ' rgb #' + color + '\n') + + + def _write_lineno(self, outfile): + self._lineno += 1 + outfile.write("%s% 4d " % (self._lineno != 1 and '\n' or '', self._lineno)) + + + def _wrap_line(self, line): + length = len(line.rstrip('\n')) + space = ' ' if self.linenos else '' + newline = '' + + if length > self.wrap: + for i in range(0, math.floor(length / self.wrap)): + chunk = line[i*self.wrap:i*self.wrap+self.wrap] + newline += (chunk + '\n' + space) + remainder = length % self.wrap + if remainder > 0: + newline += line[-remainder-1:] + self._linelen = remainder + elif self._linelen + length > self.wrap: + newline = ('\n' + space) + line + self._linelen = length + else: + newline = line + self._linelen += length + + return newline + + + def _escape_chars(self, text): + text = text.replace('\\', '\\[u005C]'). \ + replace('.', '\\[char46]'). \ + replace('\'', '\\[u0027]'). \ + replace('`', '\\[u0060]'). \ + replace('~', '\\[u007E]') + copy = text + + for char in copy: + if len(char) != len(char.encode()): + uni = char.encode('unicode_escape') \ + .decode()[1:] \ + .replace('x', 'u00') \ + .upper() + text = text.replace(char, '\\[u' + uni[1:] + ']') + + return text + + + def format_unencoded(self, tokensource, outfile): + self._define_colors(outfile) + + outfile.write('.nf\n\\f[CR]\n') + + if self.linenos: + self._write_lineno(outfile) + + for ttype, value in tokensource: + while ttype not in self.styles: + ttype = ttype.parent + start, end = self.styles[ttype] + + for line in value.splitlines(True): + if self.wrap > 0: + line = self._wrap_line(line) + + if start and end: + text = self._escape_chars(line.rstrip('\n')) + if text != '': + outfile.write(''.join((start, text, end))) + else: + outfile.write(self._escape_chars(line.rstrip('\n'))) + + if line.endswith('\n'): + if self.linenos: + self._write_lineno(outfile) + self._linelen = 0 + else: + outfile.write('\n') + self._linelen = 0 + + outfile.write('\n.fi') diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/html.py b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/html.py new file mode 100644 index 0000000..7aa938f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/pygments/formatters/html.py @@ -0,0 +1,987 @@ +""" + pygments.formatters.html + ~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for HTML output. + + :copyright: Copyright 2006-2024 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-2024 by the Pygments team. +Licensed under the BSD license, see LICENSE for details. +*/ +%(styledefs)s +''' + +DOC_HEADER = '''\ + + + + + %(title)s + + + + +

%(title)s

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

%(title)s

+ +''' + +DOC_FOOTER = '''\ + + +''' + + +class HtmlFormatter(Formatter): + r""" + Format tokens as HTML 4 ```` tags. By default, the content is enclosed + in a ``
`` tag, itself wrapped in a ``
`` tag (but see the `nowrap` option). + The ``
``'s CSS class can be set by the `cssclass` option. + + If the `linenos` option is set to ``"table"``, the ``
`` is
+    additionally wrapped inside a ```` which has one row and two
+    cells: one containing the line numbers and one containing the code.
+    Example:
+
+    .. sourcecode:: html
+
+        
+
+ + +
+
1
+            2
+
+
def foo(bar):
+              pass
+            
+
+ + (whitespace added to improve clarity). + + A list of lines can be specified using the `hl_lines` option to make these + lines highlighted (as of Pygments 0.11). + + With the `full` option, a complete HTML 4 document is output, including + the style definitions inside a `` + + +
{code}
+ + +""" + +CONSOLE_SVG_FORMAT = """\ + + + + + + + + + {lines} + + + {chrome} + + {backgrounds} + + {matrix} + + + +""" + +_SVG_FONT_FAMILY = "Rich Fira Code" +_SVG_CLASSES_PREFIX = "rich-svg" diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/_extension.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_extension.py new file mode 100644 index 0000000..cbd6da9 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/_fileno.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_fileno.py new file mode 100644 index 0000000..b17ee65 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_fileno.py @@ -0,0 +1,24 @@ +from __future__ import annotations + +from typing import IO, Callable + + +def get_fileno(file_like: IO[str]) -> int | None: + """Get fileno() from a file, accounting for poorly implemented file-like objects. + + Args: + file_like (IO): A file-like object. + + Returns: + int | None: The result of fileno if available, or None if operation failed. + """ + fileno: Callable[[], int] | None = getattr(file_like, "fileno", None) + if fileno is not None: + try: + return fileno() + except Exception: + # `fileno` is documented as potentially raising a OSError + # Alas, from the issues, there are so many poorly implemented file-like objects, + # that `fileno()` can raise just about anything. + return None + return None diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/_inspect.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_inspect.py new file mode 100644 index 0000000..e87698d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_inspect.py @@ -0,0 +1,268 @@ +import inspect +from inspect import cleandoc, getdoc, getfile, isclass, ismodule, signature +from typing import Any, Collection, Iterable, Optional, Tuple, Type, Union + +from .console import Group, RenderableType +from .control import escape_control_codes +from .highlighter import ReprHighlighter +from .jupyter import JupyterMixin +from .panel import Panel +from .pretty import Pretty +from .table import Table +from .text import Text, TextType + + +def _first_paragraph(doc: str) -> str: + """Get the first paragraph from a docstring.""" + paragraph, _, _ = doc.partition("\n\n") + return paragraph + + +class Inspect(JupyterMixin): + """A renderable to inspect any Python Object. + + Args: + obj (Any): An object to inspect. + title (str, optional): Title to display over inspect result, or None use type. Defaults to None. + help (bool, optional): Show full help text rather than just first paragraph. Defaults to False. + methods (bool, optional): Enable inspection of callables. Defaults to False. + docs (bool, optional): Also render doc strings. Defaults to True. + private (bool, optional): Show private attributes (beginning with underscore). Defaults to False. + dunder (bool, optional): Show attributes starting with double underscore. Defaults to False. + sort (bool, optional): Sort attributes alphabetically. Defaults to True. + all (bool, optional): Show all attributes. Defaults to False. + value (bool, optional): Pretty print value of object. Defaults to True. + """ + + def __init__( + self, + obj: Any, + *, + title: Optional[TextType] = None, + help: bool = False, + methods: bool = False, + docs: bool = True, + private: bool = False, + dunder: bool = False, + sort: bool = True, + all: bool = True, + value: bool = True, + ) -> None: + self.highlighter = ReprHighlighter() + self.obj = obj + self.title = title or self._make_title(obj) + if all: + methods = private = dunder = True + self.help = help + self.methods = methods + self.docs = docs or help + self.private = private or dunder + self.dunder = dunder + self.sort = sort + self.value = value + + def _make_title(self, obj: Any) -> Text: + """Make a default title.""" + title_str = ( + str(obj) + if (isclass(obj) or callable(obj) or ismodule(obj)) + else str(type(obj)) + ) + title_text = self.highlighter(title_str) + return title_text + + def __rich__(self) -> Panel: + return Panel.fit( + Group(*self._render()), + title=self.title, + border_style="scope.border", + padding=(0, 1), + ) + + def _get_signature(self, name: str, obj: Any) -> Optional[Text]: + """Get a signature for a callable.""" + try: + _signature = str(signature(obj)) + ":" + except ValueError: + _signature = "(...)" + except TypeError: + return None + + source_filename: Optional[str] = None + try: + source_filename = getfile(obj) + except (OSError, TypeError): + # OSError is raised if obj has no source file, e.g. when defined in REPL. + pass + + callable_name = Text(name, style="inspect.callable") + if source_filename: + callable_name.stylize(f"link file://{source_filename}") + signature_text = self.highlighter(_signature) + + qualname = name or getattr(obj, "__qualname__", name) + + # If obj is a module, there may be classes (which are callable) to display + if inspect.isclass(obj): + prefix = "class" + elif inspect.iscoroutinefunction(obj): + prefix = "async def" + else: + prefix = "def" + + qual_signature = Text.assemble( + (f"{prefix} ", f"inspect.{prefix.replace(' ', '_')}"), + (qualname, "inspect.callable"), + signature_text, + ) + + return qual_signature + + def _render(self) -> Iterable[RenderableType]: + """Render object.""" + + def sort_items(item: Tuple[str, Any]) -> Tuple[bool, str]: + key, (_error, value) = item + return (callable(value), key.strip("_").lower()) + + def safe_getattr(attr_name: str) -> Tuple[Any, Any]: + """Get attribute or any exception.""" + try: + return (None, getattr(obj, attr_name)) + except Exception as error: + return (error, None) + + obj = self.obj + keys = dir(obj) + total_items = len(keys) + if not self.dunder: + keys = [key for key in keys if not key.startswith("__")] + if not self.private: + keys = [key for key in keys if not key.startswith("_")] + not_shown_count = total_items - len(keys) + items = [(key, safe_getattr(key)) for key in keys] + if self.sort: + items.sort(key=sort_items) + + items_table = Table.grid(padding=(0, 1), expand=False) + items_table.add_column(justify="right") + add_row = items_table.add_row + highlighter = self.highlighter + + if callable(obj): + signature = self._get_signature("", obj) + if signature is not None: + yield signature + yield "" + + if self.docs: + _doc = self._get_formatted_doc(obj) + if _doc is not None: + doc_text = Text(_doc, style="inspect.help") + doc_text = highlighter(doc_text) + yield doc_text + yield "" + + if self.value and not (isclass(obj) or callable(obj) or ismodule(obj)): + yield Panel( + Pretty(obj, indent_guides=True, max_length=10, max_string=60), + border_style="inspect.value.border", + ) + yield "" + + for key, (error, value) in items: + key_text = Text.assemble( + ( + key, + "inspect.attr.dunder" if key.startswith("__") else "inspect.attr", + ), + (" =", "inspect.equals"), + ) + if error is not None: + warning = key_text.copy() + warning.stylize("inspect.error") + add_row(warning, highlighter(repr(error))) + continue + + if callable(value): + if not self.methods: + continue + + _signature_text = self._get_signature(key, value) + if _signature_text is None: + add_row(key_text, Pretty(value, highlighter=highlighter)) + else: + if self.docs: + docs = self._get_formatted_doc(value) + if docs is not None: + _signature_text.append("\n" if "\n" in docs else " ") + doc = highlighter(docs) + doc.stylize("inspect.doc") + _signature_text.append(doc) + + add_row(key_text, _signature_text) + else: + add_row(key_text, Pretty(value, highlighter=highlighter)) + if items_table.row_count: + yield items_table + elif not_shown_count: + yield Text.from_markup( + f"[b cyan]{not_shown_count}[/][i] attribute(s) not shown.[/i] " + f"Run [b][magenta]inspect[/]([not b]inspect[/])[/b] for options." + ) + + def _get_formatted_doc(self, object_: Any) -> Optional[str]: + """ + Extract the docstring of an object, process it and returns it. + The processing consists in cleaning up the doctring's indentation, + taking only its 1st paragraph if `self.help` is not True, + and escape its control codes. + + Args: + object_ (Any): the object to get the docstring from. + + Returns: + Optional[str]: the processed docstring, or None if no docstring was found. + """ + docs = getdoc(object_) + if docs is None: + return None + docs = cleandoc(docs).strip() + if not self.help: + docs = _first_paragraph(docs) + return escape_control_codes(docs) + + +def get_object_types_mro(obj: Union[object, Type[Any]]) -> Tuple[type, ...]: + """Returns the MRO of an object's class, or of the object itself if it's a class.""" + if not hasattr(obj, "__mro__"): + # N.B. we cannot use `if type(obj) is type` here because it doesn't work with + # some types of classes, such as the ones that use abc.ABCMeta. + obj = type(obj) + return getattr(obj, "__mro__", ()) + + +def get_object_types_mro_as_strings(obj: object) -> Collection[str]: + """ + Returns the MRO of an object's class as full qualified names, or of the object itself if it's a class. + + Examples: + `object_types_mro_as_strings(JSONDecoder)` will return `['json.decoder.JSONDecoder', 'builtins.object']` + """ + return [ + f'{getattr(type_, "__module__", "")}.{getattr(type_, "__qualname__", "")}' + for type_ in get_object_types_mro(obj) + ] + + +def is_object_one_of_types( + obj: object, fully_qualified_types_names: Collection[str] +) -> bool: + """ + Returns `True` if the given object's class (or the object itself, if it's a class) has one of the + fully qualified names in its MRO. + """ + for type_name in get_object_types_mro_as_strings(obj): + if type_name in fully_qualified_types_names: + return True + return False diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/_log_render.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_log_render.py new file mode 100644 index 0000000..fc16c84 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/_loop.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_loop.py new file mode 100644 index 0000000..01c6caf --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/_null_file.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_null_file.py new file mode 100644 index 0000000..6ae05d3 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_null_file.py @@ -0,0 +1,69 @@ +from types import TracebackType +from typing import IO, Iterable, Iterator, List, Optional, Type + + +class NullFile(IO[str]): + def close(self) -> None: + pass + + def isatty(self) -> bool: + return False + + def read(self, __n: int = 1) -> str: + return "" + + def readable(self) -> bool: + return False + + def readline(self, __limit: int = 1) -> str: + return "" + + def readlines(self, __hint: int = 1) -> List[str]: + return [] + + def seek(self, __offset: int, __whence: int = 1) -> int: + return 0 + + def seekable(self) -> bool: + return False + + def tell(self) -> int: + return 0 + + def truncate(self, __size: Optional[int] = 1) -> int: + return 0 + + def writable(self) -> bool: + return False + + def writelines(self, __lines: Iterable[str]) -> None: + pass + + def __next__(self) -> str: + return "" + + def __iter__(self) -> Iterator[str]: + return iter([""]) + + def __enter__(self) -> IO[str]: + return self + + def __exit__( + self, + __t: Optional[Type[BaseException]], + __value: Optional[BaseException], + __traceback: Optional[TracebackType], + ) -> None: + pass + + def write(self, text: str) -> int: + return 0 + + def flush(self) -> None: + pass + + def fileno(self) -> int: + return -1 + + +NULL_FILE = NullFile() diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/_palettes.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_palettes.py new file mode 100644 index 0000000..3c748d3 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/_pick.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_pick.py new file mode 100644 index 0000000..4f6d8b2 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/_ratio.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_ratio.py new file mode 100644 index 0000000..95267b0 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_ratio.py @@ -0,0 +1,159 @@ +import sys +from fractions import Fraction +from math import ceil +from typing import cast, List, Optional, Sequence + +if sys.version_info >= (3, 8): + from typing import Protocol +else: + from pip._vendor.typing_extensions import Protocol # pragma: no cover + + +class Edge(Protocol): + """Any object that defines an edge (such as Layout).""" + + size: Optional[int] = None + ratio: int = 1 + minimum_size: int = 1 + + +def ratio_resolve(total: int, edges: Sequence[Edge]) -> List[int]: + """Divide total space to satisfy size, ratio, and minimum_size, constraints. + + The returned list of integers should add up to total in most cases, unless it is + impossible to satisfy all the constraints. For instance, if there are two edges + with a minimum size of 20 each and `total` is 30 then the returned list will be + greater than total. In practice, this would mean that a Layout object would + clip the rows that would overflow the screen height. + + Args: + total (int): Total number of characters. + edges (List[Edge]): Edges within total space. + + Returns: + List[int]: Number of characters for each edge. + """ + # Size of edge or None for yet to be determined + sizes = [(edge.size or None) for edge in edges] + + _Fraction = Fraction + + # While any edges haven't been calculated + while None in sizes: + # Get flexible edges and index to map these back on to sizes list + flexible_edges = [ + (index, edge) + for index, (size, edge) in enumerate(zip(sizes, edges)) + if size is None + ] + # Remaining space in total + remaining = total - sum(size or 0 for size in sizes) + if remaining <= 0: + # No room for flexible edges + return [ + ((edge.minimum_size or 1) if size is None else size) + for size, edge in zip(sizes, edges) + ] + # Calculate number of characters in a ratio portion + portion = _Fraction( + remaining, sum((edge.ratio or 1) for _, edge in flexible_edges) + ) + + # If any edges will be less than their minimum, replace size with the minimum + for index, edge in flexible_edges: + if portion * edge.ratio <= edge.minimum_size: + sizes[index] = edge.minimum_size + # New fixed size will invalidate calculations, so we need to repeat the process + break + else: + # Distribute flexible space and compensate for rounding error + # Since edge sizes can only be integers we need to add the remainder + # to the following line + remainder = _Fraction(0) + for index, edge in flexible_edges: + size, remainder = divmod(portion * edge.ratio + remainder, 1) + sizes[index] = size + break + # Sizes now contains integers only + return cast(List[int], sizes) + + +def ratio_reduce( + total: int, ratios: List[int], maximums: List[int], values: List[int] +) -> List[int]: + """Divide an integer total in to parts based on ratios. + + Args: + total (int): The total to divide. + ratios (List[int]): A list of integer ratios. + maximums (List[int]): List of maximums values for each slot. + values (List[int]): List of values + + Returns: + List[int]: A list of integers guaranteed to sum to total. + """ + ratios = [ratio if _max else 0 for ratio, _max in zip(ratios, maximums)] + total_ratio = sum(ratios) + if not total_ratio: + return values[:] + total_remaining = total + result: List[int] = [] + append = result.append + for ratio, maximum, value in zip(ratios, maximums, values): + if ratio and total_ratio > 0: + distributed = min(maximum, round(ratio * total_remaining / total_ratio)) + append(value - distributed) + total_remaining -= distributed + total_ratio -= ratio + else: + append(value) + return result + + +def ratio_distribute( + total: int, ratios: List[int], minimums: Optional[List[int]] = None +) -> List[int]: + """Distribute an integer total in to parts based on ratios. + + Args: + total (int): The total to divide. + ratios (List[int]): A list of integer ratios. + minimums (List[int]): List of minimum values for each slot. + + Returns: + List[int]: A list of integers guaranteed to sum to total. + """ + if minimums: + ratios = [ratio if _min else 0 for ratio, _min in zip(ratios, minimums)] + total_ratio = sum(ratios) + assert total_ratio > 0, "Sum of ratios must be > 0" + + total_remaining = total + distributed_total: List[int] = [] + append = distributed_total.append + if minimums is None: + _minimums = [0] * len(ratios) + else: + _minimums = minimums + for ratio, minimum in zip(ratios, _minimums): + if total_ratio > 0: + distributed = max(minimum, ceil(ratio * total_remaining / total_ratio)) + else: + distributed = total_remaining + append(distributed) + total_ratio -= ratio + total_remaining -= distributed + return distributed_total + + +if __name__ == "__main__": + from dataclasses import dataclass + + @dataclass + class E: + size: Optional[int] = None + ratio: int = 1 + minimum_size: int = 1 + + resolved = ratio_resolve(110, [E(None, 1, 1), E(None, 1, 1), E(None, 1, 1)]) + print(sum(resolved)) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/_spinners.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_spinners.py new file mode 100644 index 0000000..d0bb1fe --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/_stack.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_stack.py new file mode 100644 index 0000000..194564e --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/_timer.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_timer.py new file mode 100644 index 0000000..a2ca6be --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/_win32_console.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_win32_console.py new file mode 100644 index 0000000..2eba1b9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_win32_console.py @@ -0,0 +1,661 @@ +"""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=coord.Y, col=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=screen_size.Y, col=screen_size.X) + + def write_text(self, text: str) -> None: + """Write text directly to the terminal without any modification of styles + + Args: + text (str): The text to write to the console + """ + self.write(text) + self.flush() + + def write_styled(self, text: str, style: Style) -> None: + """Write styled text to the terminal. + + Args: + text (str): The text to write + style (Style): The style of the text + """ + color = style.color + bgcolor = style.bgcolor + if style.reverse: + color, bgcolor = bgcolor, color + + if color: + fore = color.downgrade(ColorSystem.WINDOWS).number + fore = fore if fore is not None else 7 # Default to ANSI 7: White + if style.bold: + fore = fore | self.BRIGHT_BIT + if style.dim: + fore = fore & ~self.BRIGHT_BIT + fore = self.ANSI_TO_WINDOWS[fore] + else: + fore = self._default_fore + + if bgcolor: + back = bgcolor.downgrade(ColorSystem.WINDOWS).number + back = back if back is not None else 0 # Default to ANSI 0: Black + back = self.ANSI_TO_WINDOWS[back] + else: + back = self._default_back + + assert fore is not None + assert back is not None + + SetConsoleTextAttribute( + self._handle, attributes=ctypes.c_ushort(fore | (back << 4)) + ) + self.write_text(text) + SetConsoleTextAttribute(self._handle, attributes=self._default_text) + + def move_cursor_to(self, new_position: WindowsCoordinates) -> None: + """Set the position of the cursor + + Args: + new_position (WindowsCoordinates): The WindowsCoordinates representing the new position of the cursor. + """ + if new_position.col < 0 or new_position.row < 0: + return + SetConsoleCursorPosition(self._handle, coords=new_position) + + def erase_line(self) -> None: + """Erase all content on the line the cursor is currently located at""" + screen_size = self.screen_size + cursor_position = self.cursor_position + cells_to_erase = screen_size.col + start_coordinates = WindowsCoordinates(row=cursor_position.row, col=0) + FillConsoleOutputCharacter( + self._handle, " ", length=cells_to_erase, start=start_coordinates + ) + FillConsoleOutputAttribute( + self._handle, + self._default_attrs, + length=cells_to_erase, + start=start_coordinates, + ) + + def erase_end_of_line(self) -> None: + """Erase all content from the cursor position to the end of that line""" + cursor_position = self.cursor_position + cells_to_erase = self.screen_size.col - cursor_position.col + FillConsoleOutputCharacter( + self._handle, " ", length=cells_to_erase, start=cursor_position + ) + FillConsoleOutputAttribute( + self._handle, + self._default_attrs, + length=cells_to_erase, + start=cursor_position, + ) + + def erase_start_of_line(self) -> None: + """Erase all content from the cursor position to the start of that line""" + row, col = self.cursor_position + start = WindowsCoordinates(row, 0) + FillConsoleOutputCharacter(self._handle, " ", length=col, start=start) + FillConsoleOutputAttribute( + self._handle, self._default_attrs, length=col, start=start + ) + + def move_cursor_up(self) -> None: + """Move the cursor up a single cell""" + cursor_position = self.cursor_position + SetConsoleCursorPosition( + self._handle, + coords=WindowsCoordinates( + row=cursor_position.row - 1, col=cursor_position.col + ), + ) + + def move_cursor_down(self) -> None: + """Move the cursor down a single cell""" + cursor_position = self.cursor_position + SetConsoleCursorPosition( + self._handle, + coords=WindowsCoordinates( + row=cursor_position.row + 1, + col=cursor_position.col, + ), + ) + + def move_cursor_forward(self) -> None: + """Move the cursor forward a single cell. Wrap to the next line if required.""" + row, col = self.cursor_position + if col == self.screen_size.col - 1: + row += 1 + col = 0 + else: + col += 1 + SetConsoleCursorPosition( + self._handle, coords=WindowsCoordinates(row=row, col=col) + ) + + def move_cursor_to_column(self, column: int) -> None: + """Move cursor to the column specified by the zero-based column index, staying on the same row + + Args: + column (int): The zero-based column index to move the cursor to. + """ + row, _ = self.cursor_position + SetConsoleCursorPosition(self._handle, coords=WindowsCoordinates(row, column)) + + def move_cursor_backward(self) -> None: + """Move the cursor backward a single cell. Wrap to the previous line if required.""" + row, col = self.cursor_position + if col == 0: + row -= 1 + col = self.screen_size.col - 1 + else: + col -= 1 + SetConsoleCursorPosition( + self._handle, coords=WindowsCoordinates(row=row, col=col) + ) + + def hide_cursor(self) -> None: + """Hide the cursor""" + current_cursor_size = self._get_cursor_size() + invisible_cursor = CONSOLE_CURSOR_INFO(dwSize=current_cursor_size, bVisible=0) + SetConsoleCursorInfo(self._handle, cursor_info=invisible_cursor) + + def show_cursor(self) -> None: + """Show the cursor""" + current_cursor_size = self._get_cursor_size() + visible_cursor = CONSOLE_CURSOR_INFO(dwSize=current_cursor_size, bVisible=1) + SetConsoleCursorInfo(self._handle, cursor_info=visible_cursor) + + def set_title(self, title: str) -> None: + """Set the title of the terminal window + + Args: + title (str): The new title of the console window + """ + assert len(title) < 255, "Console title must be less than 255 characters" + SetConsoleTitle(title) + + def _get_cursor_size(self) -> int: + """Get the percentage of the character cell that is filled by the cursor""" + cursor_info = CONSOLE_CURSOR_INFO() + GetConsoleCursorInfo(self._handle, cursor_info=cursor_info) + return int(cursor_info.dwSize) + + +if __name__ == "__main__": + handle = GetStdHandle() + + from pip._vendor.rich.console import Console + + console = Console() + + term = LegacyWindowsTerm(sys.stdout) + term.set_title("Win32 Console Examples") + + style = Style(color="black", bgcolor="red") + + heading = Style.parse("black on green") + + # Check colour output + console.rule("Checking colour output") + console.print("[on red]on red!") + console.print("[blue]blue!") + console.print("[yellow]yellow!") + console.print("[bold yellow]bold yellow!") + console.print("[bright_yellow]bright_yellow!") + console.print("[dim bright_yellow]dim bright_yellow!") + console.print("[italic cyan]italic cyan!") + console.print("[bold white on blue]bold white on blue!") + console.print("[reverse bold white on blue]reverse bold white on blue!") + console.print("[bold black on cyan]bold black on cyan!") + console.print("[black on green]black on green!") + console.print("[blue on green]blue on green!") + console.print("[white on black]white on black!") + console.print("[black on white]black on white!") + console.print("[#1BB152 on #DA812D]#1BB152 on #DA812D!") + + # Check cursor movement + console.rule("Checking cursor movement") + console.print() + term.move_cursor_backward() + term.move_cursor_backward() + term.write_text("went back and wrapped to prev line") + time.sleep(1) + term.move_cursor_up() + term.write_text("we go up") + time.sleep(1) + term.move_cursor_down() + term.write_text("and down") + time.sleep(1) + term.move_cursor_up() + term.move_cursor_backward() + term.move_cursor_backward() + term.write_text("we went up and back 2") + time.sleep(1) + term.move_cursor_down() + term.move_cursor_backward() + term.move_cursor_backward() + term.write_text("we went down and back 2") + time.sleep(1) + + # Check erasing of lines + term.hide_cursor() + console.print() + console.rule("Checking line erasing") + console.print("\n...Deleting to the start of the line...") + term.write_text("The red arrow shows the cursor location, and direction of erase") + time.sleep(1) + term.move_cursor_to_column(16) + term.write_styled("<", Style.parse("black on red")) + term.move_cursor_backward() + time.sleep(1) + term.erase_start_of_line() + time.sleep(1) + + console.print("\n\n...And to the end of the line...") + term.write_text("The red arrow shows the cursor location, and direction of erase") + time.sleep(1) + + term.move_cursor_to_column(16) + term.write_styled(">", Style.parse("black on red")) + time.sleep(1) + term.erase_end_of_line() + time.sleep(1) + + console.print("\n\n...Now the whole line will be erased...") + term.write_styled("I'm going to disappear!", style=Style.parse("black on cyan")) + time.sleep(1) + term.erase_line() + + term.show_cursor() + print("\n") diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/_windows.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_windows.py new file mode 100644 index 0000000..7520a9f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_windows.py @@ -0,0 +1,71 @@ +import sys +from dataclasses import dataclass + + +@dataclass +class WindowsConsoleFeatures: + """Windows features available.""" + + vt: bool = False + """The console supports VT codes.""" + truecolor: bool = False + """The console supports truecolor.""" + + +try: + import ctypes + from ctypes import LibraryLoader + + if sys.platform == "win32": + windll = LibraryLoader(ctypes.WinDLL) + else: + windll = None + raise ImportError("Not windows") + + from pip._vendor.rich._win32_console import ( + ENABLE_VIRTUAL_TERMINAL_PROCESSING, + GetConsoleMode, + GetStdHandle, + LegacyWindowsError, + ) + +except (AttributeError, ImportError, ValueError): + # Fallback if we can't load the Windows DLL + def get_windows_console_features() -> WindowsConsoleFeatures: + features = WindowsConsoleFeatures() + return features + +else: + + def get_windows_console_features() -> WindowsConsoleFeatures: + """Get windows console features. + + Returns: + WindowsConsoleFeatures: An instance of WindowsConsoleFeatures. + """ + handle = GetStdHandle() + try: + console_mode = GetConsoleMode(handle) + success = True + except LegacyWindowsError: + console_mode = 0 + success = False + vt = bool(success and console_mode & ENABLE_VIRTUAL_TERMINAL_PROCESSING) + truecolor = False + if vt: + win_version = sys.getwindowsversion() + truecolor = win_version.major > 10 or ( + win_version.major == 10 and win_version.build >= 15063 + ) + features = WindowsConsoleFeatures(vt=vt, truecolor=truecolor) + return features + + +if __name__ == "__main__": + import platform + + features = get_windows_console_features() + from pip._vendor.rich import print + + print(f'platform="{platform.system()}"') + print(repr(features)) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/_windows_renderer.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_windows_renderer.py new file mode 100644 index 0000000..5ece056 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/_wrap.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_wrap.py new file mode 100644 index 0000000..2e94ff6 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/_wrap.py @@ -0,0 +1,93 @@ +from __future__ import annotations + +import re +from typing import Iterable + +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]]: + """Yields each word from the text as a tuple + containing (start_index, end_index, word). A "word" in this context may + include the actual word and any whitespace to the right. + """ + 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]: + """Given a string of text, and a width (measured in cells), return a list + of cell offsets which the string should be split at in order for it to fit + within the given width. + + Args: + text: The text to examine. + width: The available cell width. + fold: If True, words longer than `width` will be folded onto a new line. + + Returns: + A list of indices to break the line at. + """ + break_positions: list[int] = [] # offsets to insert the breaks at + append = break_positions.append + cell_offset = 0 + _cell_len = cell_len + + for start, _end, word in words(text): + word_length = _cell_len(word.rstrip()) + remaining_space = width - cell_offset + word_fits_remaining_space = remaining_space >= word_length + + if word_fits_remaining_space: + # Simplest case - the word fits within the remaining width for this line. + cell_offset += _cell_len(word) + else: + # Not enough space remaining for this word on the current line. + if word_length > width: + # The word doesn't fit on any line, so we can't simply + # place it on the next line... + if fold: + # Fold the word across multiple lines. + folded_word = chop_cells(word, width=width) + for last, line in loop_last(folded_word): + if start: + append(start) + if last: + cell_offset = _cell_len(line) + else: + start += len(line) + else: + # Folding isn't allowed, so crop the word. + if start: + append(start) + cell_offset = _cell_len(word) + elif cell_offset and start: + # The word doesn't fit within the remaining space on the current + # line, but it *can* fit on to the next (empty) line. + append(start) + cell_offset = _cell_len(word) + + return break_positions + + +if __name__ == "__main__": # pragma: no cover + from .console import Console + + console = Console(width=10) + console.print("12345 abcdefghijklmnopqrstuvwyxzABCDEFGHIJKLMNOPQRSTUVWXYZ 12345") + print(chop_cells("abcdefghijklmnopqrstuvwxyz", 10)) + + console = Console(width=20) + console.rule() + console.print("TextualはPythonの高速アプリケーション開発フレームワークです") + + console.rule() + console.print("アプリケーションは1670万色を使用でき") diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/abc.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/abc.py new file mode 100644 index 0000000..e6e498e --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/align.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/align.py new file mode 100644 index 0000000..330dcc5 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/align.py @@ -0,0 +1,312 @@ +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[VerticalAlignMethod], 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. + style (StyleType, optional): An optional style to apply to the background. Defaults to None. + """ + + def __init__( + self, + renderable: "RenderableType", + style: Optional[StyleType] = None, + ) -> None: + self.renderable = renderable + self.style = style + + def __repr__(self) -> str: + return f"VerticalCenter({self.renderable!r})" + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + style = console.get_style(self.style) if self.style is not None else None + lines = console.render_lines( + self.renderable, options.update(height=None), pad=False + ) + width, _height = Segment.get_shape(lines) + new_line = Segment.line() + height = options.height or options.size.height + top_space = (height - len(lines)) // 2 + bottom_space = height - top_space - len(lines) + blank_line = Segment(f"{' ' * width}", style) + + def blank_lines(count: int) -> Iterable[Segment]: + for _ in range(count): + yield blank_line + yield new_line + + if top_space > 0: + yield from blank_lines(top_space) + for line in lines: + yield from line + yield new_line + if bottom_space > 0: + yield from blank_lines(bottom_space) + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> Measurement: + measurement = Measurement.get(console, options, self.renderable) + return measurement + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.console import Console, Group + from pip._vendor.rich.highlighter import ReprHighlighter + from pip._vendor.rich.panel import Panel + + highlighter = ReprHighlighter() + console = Console() + + panel = Panel( + Group( + Align.left(highlighter("align='left'")), + Align.center(highlighter("align='center'")), + Align.right(highlighter("align='right'")), + ), + width=60, + style="on dark_blue", + title="Align", + ) + + console.print( + Align.center(panel, vertical="middle", style="on red", height=console.height) + ) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/ansi.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/ansi.py new file mode 100644 index 0000000..7de86ce --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/ansi.py @@ -0,0 +1,241 @@ +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[0-?])| +(?:\x1b\](.*?)\x1b\\)| +(?:\x1b([(@-Z\\-_]|\[[0-?]*[ -/]*[@-~])) +""", + re.VERBOSE, +) + + +class _AnsiToken(NamedTuple): + """Result of ansi tokenized string.""" + + plain: str = "" + sgr: Optional[str] = "" + osc: Optional[str] = "" + + +def _ansi_tokenize(ansi_text: str) -> Iterable[_AnsiToken]: + """Tokenize a string in to plain text and ANSI codes. + + Args: + ansi_text (str): A String containing ANSI codes. + + Yields: + AnsiToken: A named tuple of (plain, sgr, osc) + """ + + position = 0 + sgr: Optional[str] + osc: Optional[str] + for match in re_ansi.finditer(ansi_text): + start, end = match.span(0) + osc, sgr = match.groups() + if start > position: + yield _AnsiToken(ansi_text[position:start]) + if sgr: + if sgr == "(": + position = end + 1 + continue + if sgr.endswith("m"): + yield _AnsiToken("", sgr[1:-1], osc) + else: + yield _AnsiToken("", sgr, osc) + position = end + if position < len(ansi_text): + yield _AnsiToken(ansi_text[position:]) + + +SGR_STYLE_MAP = { + 1: "bold", + 2: "dim", + 3: "italic", + 4: "underline", + 5: "blink", + 6: "blink2", + 7: "reverse", + 8: "conceal", + 9: "strike", + 21: "underline2", + 22: "not dim not bold", + 23: "not italic", + 24: "not underline", + 25: "not blink", + 26: "not blink2", + 27: "not reverse", + 28: "not conceal", + 29: "not strike", + 30: "color(0)", + 31: "color(1)", + 32: "color(2)", + 33: "color(3)", + 34: "color(4)", + 35: "color(5)", + 36: "color(6)", + 37: "color(7)", + 39: "default", + 40: "on color(0)", + 41: "on color(1)", + 42: "on color(2)", + 43: "on color(3)", + 44: "on color(4)", + 45: "on color(5)", + 46: "on color(6)", + 47: "on color(7)", + 49: "on default", + 51: "frame", + 52: "encircle", + 53: "overline", + 54: "not frame not encircle", + 55: "not overline", + 90: "color(8)", + 91: "color(9)", + 92: "color(10)", + 93: "color(11)", + 94: "color(12)", + 95: "color(13)", + 96: "color(14)", + 97: "color(15)", + 100: "on color(8)", + 101: "on color(9)", + 102: "on color(10)", + 103: "on color(11)", + 104: "on color(12)", + 105: "on color(13)", + 106: "on color(14)", + 107: "on color(15)", +} + + +class AnsiDecoder: + """Translate ANSI code in to styled Text.""" + + def __init__(self) -> None: + self.style = Style.null() + + def decode(self, terminal_text: str) -> Iterable[Text]: + """Decode ANSI codes in an iterable of lines. + + Args: + lines (Iterable[str]): An iterable of lines of terminal output. + + Yields: + Text: Marked up Text. + """ + for line in terminal_text.splitlines(): + yield self.decode_line(line) + + def decode_line(self, line: str) -> Text: + """Decode a line containing ansi codes. + + Args: + line (str): A line of terminal output. + + Returns: + Text: A Text instance marked up according to ansi codes. + """ + from_ansi = Color.from_ansi + from_rgb = Color.from_rgb + _Style = Style + text = Text() + append = text.append + line = line.rsplit("\r", 1)[-1] + for plain_text, sgr, osc in _ansi_tokenize(line): + if plain_text: + append(plain_text, self.style or None) + elif osc is not None: + if osc.startswith("8;"): + _params, semicolon, link = osc[2:].partition(";") + if semicolon: + self.style = self.style.update_link(link or None) + elif sgr is not None: + # Translate in to semi-colon separated codes + # Ignore invalid codes, because we want to be lenient + codes = [ + min(255, int(_code) if _code else 0) + for _code in sgr.split(";") + if _code.isdigit() or _code == "" + ] + iter_codes = iter(codes) + for code in iter_codes: + if code == 0: + # reset + self.style = _Style.null() + elif code in SGR_STYLE_MAP: + # styles + self.style += _Style.parse(SGR_STYLE_MAP[code]) + elif code == 38: + #  Foreground + with suppress(StopIteration): + color_type = next(iter_codes) + if color_type == 5: + self.style += _Style.from_color( + from_ansi(next(iter_codes)) + ) + elif color_type == 2: + self.style += _Style.from_color( + from_rgb( + next(iter_codes), + next(iter_codes), + next(iter_codes), + ) + ) + elif code == 48: + # Background + with suppress(StopIteration): + color_type = next(iter_codes) + if color_type == 5: + self.style += _Style.from_color( + None, from_ansi(next(iter_codes)) + ) + elif color_type == 2: + self.style += _Style.from_color( + None, + from_rgb( + next(iter_codes), + next(iter_codes), + next(iter_codes), + ), + ) + + return text + + +if sys.platform != "win32" and __name__ == "__main__": # pragma: no cover + import io + import os + import pty + import sys + + decoder = AnsiDecoder() + + stdout = io.BytesIO() + + def read(fd: int) -> bytes: + data = os.read(fd, 1024) + stdout.write(data) + return data + + pty.spawn(sys.argv[1:], read) + + from .console import Console + + console = Console(record=True) + + stdout_result = stdout.getvalue().decode("utf-8") + print(stdout_result) + + for line in decoder.decode(stdout_result): + console.print(line) + + console.save_html("stdout.html") diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/bar.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/bar.py new file mode 100644 index 0000000..022284b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/bar.py @@ -0,0 +1,93 @@ +from typing import Optional, Union + +from .color import Color +from .console import Console, ConsoleOptions, RenderResult +from .jupyter import JupyterMixin +from .measure import Measurement +from .segment import Segment +from .style import Style + +# There are left-aligned characters for 1/8 to 7/8, but +# the right-aligned characters exist only for 1/8 and 4/8. +BEGIN_BLOCK_ELEMENTS = ["█", "█", "█", "▐", "▐", "▐", "▕", "▕"] +END_BLOCK_ELEMENTS = [" ", "▏", "▎", "▍", "▌", "▋", "▊", "▉"] +FULL_BLOCK = "█" + + +class Bar(JupyterMixin): + """Renders a solid block bar. + + Args: + size (float): Value for the end of the bar. + begin (float): Begin point (between 0 and size, inclusive). + end (float): End point (between 0 and size, inclusive). + width (int, optional): Width of the bar, or ``None`` for maximum width. Defaults to None. + color (Union[Color, str], optional): Color of the bar. Defaults to "default". + bgcolor (Union[Color, str], optional): Color of bar background. Defaults to "default". + """ + + def __init__( + self, + size: float, + begin: float, + end: float, + *, + width: Optional[int] = None, + color: Union[Color, str] = "default", + bgcolor: Union[Color, str] = "default", + ): + self.size = size + self.begin = max(begin, 0) + self.end = min(end, size) + self.width = width + self.style = Style(color=color, bgcolor=bgcolor) + + def __repr__(self) -> str: + return f"Bar({self.size}, {self.begin}, {self.end})" + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + width = min( + self.width if self.width is not None else options.max_width, + options.max_width, + ) + + if self.begin >= self.end: + yield Segment(" " * width, self.style) + yield Segment.line() + return + + prefix_complete_eights = int(width * 8 * self.begin / self.size) + prefix_bar_count = prefix_complete_eights // 8 + prefix_eights_count = prefix_complete_eights % 8 + + body_complete_eights = int(width * 8 * self.end / self.size) + body_bar_count = body_complete_eights // 8 + body_eights_count = body_complete_eights % 8 + + # When start and end fall into the same cell, we ideally should render + # a symbol that's "center-aligned", but there is no good symbol in Unicode. + # In this case, we fall back to right-aligned block symbol for simplicity. + + prefix = " " * prefix_bar_count + if prefix_eights_count: + prefix += BEGIN_BLOCK_ELEMENTS[prefix_eights_count] + + body = FULL_BLOCK * body_bar_count + if body_eights_count: + body += END_BLOCK_ELEMENTS[body_eights_count] + + suffix = " " * (width - len(body)) + + yield Segment(prefix + body[len(prefix) :] + suffix, self.style) + yield Segment.line() + + def __rich_measure__( + self, console: Console, options: ConsoleOptions + ) -> Measurement: + return ( + Measurement(self.width, self.width) + if self.width is not None + else Measurement(4, options.max_width) + ) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/box.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/box.py new file mode 100644 index 0000000..0511a9e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/box.py @@ -0,0 +1,480 @@ +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) + + +# fmt: off +ASCII: Box = Box( + "+--+\n" + "| ||\n" + "|-+|\n" + "| ||\n" + "|-+|\n" + "|-+|\n" + "| ||\n" + "+--+\n", + ascii=True, +) + +ASCII2: Box = Box( + "+-++\n" + "| ||\n" + "+-++\n" + "| ||\n" + "+-++\n" + "+-++\n" + "| ||\n" + "+-++\n", + ascii=True, +) + +ASCII_DOUBLE_HEAD: Box = Box( + "+-++\n" + "| ||\n" + "+=++\n" + "| ||\n" + "+-++\n" + "+-++\n" + "| ||\n" + "+-++\n", + ascii=True, +) + +SQUARE: Box = Box( + "┌─┬┐\n" + "│ ││\n" + "├─┼┤\n" + "│ ││\n" + "├─┼┤\n" + "├─┼┤\n" + "│ ││\n" + "└─┴┘\n" +) + +SQUARE_DOUBLE_HEAD: Box = Box( + "┌─┬┐\n" + "│ ││\n" + "╞═╪╡\n" + "│ ││\n" + "├─┼┤\n" + "├─┼┤\n" + "│ ││\n" + "└─┴┘\n" +) + +MINIMAL: Box = Box( + " ╷ \n" + " │ \n" + "╶─┼╴\n" + " │ \n" + "╶─┼╴\n" + "╶─┼╴\n" + " │ \n" + " ╵ \n" +) + + +MINIMAL_HEAVY_HEAD: Box = Box( + " ╷ \n" + " │ \n" + "╺━┿╸\n" + " │ \n" + "╶─┼╴\n" + "╶─┼╴\n" + " │ \n" + " ╵ \n" +) + +MINIMAL_DOUBLE_HEAD: Box = Box( + " ╷ \n" + " │ \n" + " ═╪ \n" + " │ \n" + " ─┼ \n" + " ─┼ \n" + " │ \n" + " ╵ \n" +) + + +SIMPLE: Box = Box( + " \n" + " \n" + " ── \n" + " \n" + " \n" + " ── \n" + " \n" + " \n" +) + +SIMPLE_HEAD: Box = Box( + " \n" + " \n" + " ── \n" + " \n" + " \n" + " \n" + " \n" + " \n" +) + + +SIMPLE_HEAVY: Box = Box( + " \n" + " \n" + " ━━ \n" + " \n" + " \n" + " ━━ \n" + " \n" + " \n" +) + + +HORIZONTALS: Box = Box( + " ── \n" + " \n" + " ── \n" + " \n" + " ── \n" + " ── \n" + " \n" + " ── \n" +) + +ROUNDED: Box = Box( + "╭─┬╮\n" + "│ ││\n" + "├─┼┤\n" + "│ ││\n" + "├─┼┤\n" + "├─┼┤\n" + "│ ││\n" + "╰─┴╯\n" +) + +HEAVY: Box = Box( + "┏━┳┓\n" + "┃ ┃┃\n" + "┣━╋┫\n" + "┃ ┃┃\n" + "┣━╋┫\n" + "┣━╋┫\n" + "┃ ┃┃\n" + "┗━┻┛\n" +) + +HEAVY_EDGE: Box = Box( + "┏━┯┓\n" + "┃ │┃\n" + "┠─┼┨\n" + "┃ │┃\n" + "┠─┼┨\n" + "┠─┼┨\n" + "┃ │┃\n" + "┗━┷┛\n" +) + +HEAVY_HEAD: Box = Box( + "┏━┳┓\n" + "┃ ┃┃\n" + "┡━╇┩\n" + "│ ││\n" + "├─┼┤\n" + "├─┼┤\n" + "│ ││\n" + "└─┴┘\n" +) + +DOUBLE: Box = Box( + "╔═╦╗\n" + "║ ║║\n" + "╠═╬╣\n" + "║ ║║\n" + "╠═╬╣\n" + "╠═╬╣\n" + "║ ║║\n" + "╚═╩╝\n" +) + +DOUBLE_EDGE: Box = Box( + "╔═╤╗\n" + "║ │║\n" + "╟─┼╢\n" + "║ │║\n" + "╟─┼╢\n" + "╟─┼╢\n" + "║ │║\n" + "╚═╧╝\n" +) + +MARKDOWN: Box = Box( + " \n" + "| ||\n" + "|-||\n" + "| ||\n" + "|-||\n" + "|-||\n" + "| ||\n" + " \n", + ascii=True, +) +# fmt: on + +# Map Boxes that don't render with raster fonts on to equivalent that do +LEGACY_WINDOWS_SUBSTITUTIONS = { + ROUNDED: SQUARE, + MINIMAL_HEAVY_HEAD: MINIMAL, + SIMPLE_HEAVY: SIMPLE, + HEAVY: SQUARE, + HEAVY_EDGE: SQUARE, + HEAVY_HEAD: SQUARE, +} + +# Map headed boxes to their headerless equivalents +PLAIN_HEADED_SUBSTITUTIONS = { + HEAVY_HEAD: SQUARE, + SQUARE_DOUBLE_HEAD: SQUARE, + MINIMAL_DOUBLE_HEAD: MINIMAL, + MINIMAL_HEAVY_HEAD: MINIMAL, + ASCII_DOUBLE_HEAD: ASCII2, +} + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.columns import Columns + from pip._vendor.rich.panel import Panel + + from . import box as box + from .console import Console + from .table import Table + from .text import Text + + console = Console(record=True) + + BOXES = [ + "ASCII", + "ASCII2", + "ASCII_DOUBLE_HEAD", + "SQUARE", + "SQUARE_DOUBLE_HEAD", + "MINIMAL", + "MINIMAL_HEAVY_HEAD", + "MINIMAL_DOUBLE_HEAD", + "SIMPLE", + "SIMPLE_HEAD", + "SIMPLE_HEAVY", + "HORIZONTALS", + "ROUNDED", + "HEAVY", + "HEAVY_EDGE", + "HEAVY_HEAD", + "DOUBLE", + "DOUBLE_EDGE", + "MARKDOWN", + ] + + console.print(Panel("[bold green]Box Constants", style="green"), justify="center") + console.print() + + columns = Columns(expand=True, padding=2) + for box_name in sorted(BOXES): + table = Table( + show_footer=True, style="dim", border_style="not dim", expand=True + ) + table.add_column("Header 1", "Footer 1") + table.add_column("Header 2", "Footer 2") + table.add_row("Cell", "Cell") + table.add_row("Cell", "Cell") + table.box = getattr(box, box_name) + table.title = Text(f"box.{box_name}", style="magenta") + columns.add_renderable(table) + console.print(columns) + + # console.save_svg("box.svg") diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/cells.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/cells.py new file mode 100644 index 0000000..a854622 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/cells.py @@ -0,0 +1,174 @@ +from __future__ import annotations + +from functools import lru_cache +from typing import Callable + +from ._cell_widths import CELL_WIDTHS + +# Ranges of unicode ordinals that produce a 1-cell wide character +# This is non-exhaustive, but covers most common Western characters +_SINGLE_CELL_UNICODE_RANGES: list[tuple[int, int]] = [ + (0x20, 0x7E), # Latin (excluding non-printable) + (0xA0, 0xAC), + (0xAE, 0x002FF), + (0x00370, 0x00482), # Greek / Cyrillic + (0x02500, 0x025FC), # Box drawing, box elements, geometric shapes + (0x02800, 0x028FF), # Braille +] + +# A set of characters that are a single cell wide +_SINGLE_CELLS = frozenset( + [ + character + for _start, _end in _SINGLE_CELL_UNICODE_RANGES + for character in map(chr, range(_start, _end + 1)) + ] +) + +# When called with a string this will return True if all +# characters are single-cell, otherwise False +_is_single_cell_widths: Callable[[str], bool] = _SINGLE_CELLS.issuperset + + +@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. + """ + if _is_single_cell_widths(text): + return len(text) + return sum(map(get_character_cell_size, text)) + + +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) + if _is_single_cell_widths(text): + return len(text) + return sum(map(get_character_cell_size, text)) + + +@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. + """ + codepoint = ord(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 + + +def chop_cells( + text: str, + width: int, +) -> list[str]: + """Split text into lines such that each line fits within the available (cell) width. + + Args: + text: The text to fold such that it fits in the given width. + width: The width available (number of cells). + + Returns: + A list of strings such that each string in the list has cell width + less than or equal to the available width. + """ + _get_character_cell_size = get_character_cell_size + lines: list[list[str]] = [[]] + + append_new_line = lines.append + append_to_last_line = lines[-1].append + + total_width = 0 + + for character in text: + cell_width = _get_character_cell_size(character) + char_doesnt_fit = total_width + cell_width > width + + if char_doesnt_fit: + append_new_line([character]) + append_to_last_line = lines[-1].append + total_width = cell_width + else: + append_to_last_line(character) + total_width += cell_width + + return ["".join(line) for line in lines] + + +if __name__ == "__main__": # pragma: no cover + print(get_character_cell_size("😽")) + for line in chop_cells("""这是对亚洲语言支持的测试。面对模棱两可的想法,拒绝猜测的诱惑。""", 8): + print(line) + for n in range(80, 1, -1): + print(set_cell_size("""这是对亚洲语言支持的测试。面对模棱两可的想法,拒绝猜测的诱惑。""", n) + "|") + print("x" * n) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/color.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/color.py new file mode 100644 index 0000000..e2c23a6 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/color.py @@ -0,0 +1,621 @@ +import re +import sys +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 = sys.platform == "win32" + + +class ColorSystem(IntEnum): + """One of the 3 color system supported by terminals.""" + + STANDARD = 1 + EIGHT_BIT = 2 + TRUECOLOR = 3 + WINDOWS = 4 + + def __repr__(self) -> str: + return f"ColorSystem.{self.name}" + + def __str__(self) -> str: + return repr(self) + + +class ColorType(IntEnum): + """Type of color stored in Color class.""" + + DEFAULT = 0 + STANDARD = 1 + EIGHT_BIT = 2 + TRUECOLOR = 3 + WINDOWS = 4 + + def __repr__(self) -> str: + return f"ColorType.{self.name}" + + +ANSI_COLOR_NAMES = { + "black": 0, + "red": 1, + "green": 2, + "yellow": 3, + "blue": 4, + "magenta": 5, + "cyan": 6, + "white": 7, + "bright_black": 8, + "bright_red": 9, + "bright_green": 10, + "bright_yellow": 11, + "bright_blue": 12, + "bright_magenta": 13, + "bright_cyan": 14, + "bright_white": 15, + "grey0": 16, + "gray0": 16, + "navy_blue": 17, + "dark_blue": 18, + "blue3": 20, + "blue1": 21, + "dark_green": 22, + "deep_sky_blue4": 25, + "dodger_blue3": 26, + "dodger_blue2": 27, + "green4": 28, + "spring_green4": 29, + "turquoise4": 30, + "deep_sky_blue3": 32, + "dodger_blue1": 33, + "green3": 40, + "spring_green3": 41, + "dark_cyan": 36, + "light_sea_green": 37, + "deep_sky_blue2": 38, + "deep_sky_blue1": 39, + "spring_green2": 47, + "cyan3": 43, + "dark_turquoise": 44, + "turquoise2": 45, + "green1": 46, + "spring_green1": 48, + "medium_spring_green": 49, + "cyan2": 50, + "cyan1": 51, + "dark_red": 88, + "deep_pink4": 125, + "purple4": 55, + "purple3": 56, + "blue_violet": 57, + "orange4": 94, + "grey37": 59, + "gray37": 59, + "medium_purple4": 60, + "slate_blue3": 62, + "royal_blue1": 63, + "chartreuse4": 64, + "dark_sea_green4": 71, + "pale_turquoise4": 66, + "steel_blue": 67, + "steel_blue3": 68, + "cornflower_blue": 69, + "chartreuse3": 76, + "cadet_blue": 73, + "sky_blue3": 74, + "steel_blue1": 81, + "pale_green3": 114, + "sea_green3": 78, + "aquamarine3": 79, + "medium_turquoise": 80, + "chartreuse2": 112, + "sea_green2": 83, + "sea_green1": 85, + "aquamarine1": 122, + "dark_slate_gray2": 87, + "dark_magenta": 91, + "dark_violet": 128, + "purple": 129, + "light_pink4": 95, + "plum4": 96, + "medium_purple3": 98, + "slate_blue1": 99, + "yellow4": 106, + "wheat4": 101, + "grey53": 102, + "gray53": 102, + "light_slate_grey": 103, + "light_slate_gray": 103, + "medium_purple": 104, + "light_slate_blue": 105, + "dark_olive_green3": 149, + "dark_sea_green": 108, + "light_sky_blue3": 110, + "sky_blue2": 111, + "dark_sea_green3": 150, + "dark_slate_gray3": 116, + "sky_blue1": 117, + "chartreuse1": 118, + "light_green": 120, + "pale_green1": 156, + "dark_slate_gray1": 123, + "red3": 160, + "medium_violet_red": 126, + "magenta3": 164, + "dark_orange3": 166, + "indian_red": 167, + "hot_pink3": 168, + "medium_orchid3": 133, + "medium_orchid": 134, + "medium_purple2": 140, + "dark_goldenrod": 136, + "light_salmon3": 173, + "rosy_brown": 138, + "grey63": 139, + "gray63": 139, + "medium_purple1": 141, + "gold3": 178, + "dark_khaki": 143, + "navajo_white3": 144, + "grey69": 145, + "gray69": 145, + "light_steel_blue3": 146, + "light_steel_blue": 147, + "yellow3": 184, + "dark_sea_green2": 157, + "light_cyan3": 152, + "light_sky_blue1": 153, + "green_yellow": 154, + "dark_olive_green2": 155, + "dark_sea_green1": 193, + "pale_turquoise1": 159, + "deep_pink3": 162, + "magenta2": 200, + "hot_pink2": 169, + "orchid": 170, + "medium_orchid1": 207, + "orange3": 172, + "light_pink3": 174, + "pink3": 175, + "plum3": 176, + "violet": 177, + "light_goldenrod3": 179, + "tan": 180, + "misty_rose3": 181, + "thistle3": 182, + "plum2": 183, + "khaki3": 185, + "light_goldenrod2": 222, + "light_yellow3": 187, + "grey84": 188, + "gray84": 188, + "light_steel_blue1": 189, + "yellow2": 190, + "dark_olive_green1": 192, + "honeydew2": 194, + "light_cyan1": 195, + "red1": 196, + "deep_pink2": 197, + "deep_pink1": 199, + "magenta1": 201, + "orange_red1": 202, + "indian_red1": 204, + "hot_pink": 206, + "dark_orange": 208, + "salmon1": 209, + "light_coral": 210, + "pale_violet_red1": 211, + "orchid2": 212, + "orchid1": 213, + "orange1": 214, + "sandy_brown": 215, + "light_salmon1": 216, + "light_pink1": 217, + "pink1": 218, + "plum1": 219, + "gold1": 220, + "navajo_white1": 223, + "misty_rose1": 224, + "thistle1": 225, + "yellow1": 226, + "light_goldenrod1": 227, + "khaki1": 228, + "wheat1": 229, + "cornsilk1": 230, + "grey100": 231, + "gray100": 231, + "grey3": 232, + "gray3": 232, + "grey7": 233, + "gray7": 233, + "grey11": 234, + "gray11": 234, + "grey15": 235, + "gray15": 235, + "grey19": 236, + "gray19": 236, + "grey23": 237, + "gray23": 237, + "grey27": 238, + "gray27": 238, + "grey30": 239, + "gray30": 239, + "grey35": 240, + "gray35": 240, + "grey39": 241, + "gray39": 241, + "grey42": 242, + "gray42": 242, + "grey46": 243, + "gray46": 243, + "grey50": 244, + "gray50": 244, + "grey54": 245, + "gray54": 245, + "grey58": 246, + "gray58": 246, + "grey62": 247, + "gray62": 247, + "grey66": 248, + "gray66": 248, + "grey70": 249, + "gray70": 249, + "grey74": 250, + "gray74": 250, + "grey78": 251, + "gray78": 251, + "grey82": 252, + "gray82": 252, + "grey85": 253, + "gray85": 253, + "grey89": 254, + "gray89": 254, + "grey93": 255, + "gray93": 255, +} + + +class ColorParseError(Exception): + """The color could not be parsed.""" + + +RE_COLOR = re.compile( + r"""^ +\#([0-9a-f]{6})$| +color\(([0-9]{1,3})\)$| +rgb\(([\d\s,]+)\)$ +""", + re.VERBOSE, +) + + +@rich_repr +class Color(NamedTuple): + """Terminal color definition.""" + + name: str + """The name of the color (typically the input to Color.parse).""" + type: ColorType + """The type of the color.""" + number: Optional[int] = None + """The color number, if a standard color, or None.""" + triplet: Optional[ColorTriplet] = None + """A triplet of color components, if an RGB color.""" + + def __rich__(self) -> "Text": + """Displays the actual color if Rich printed.""" + from .style import Style + from .text import Text + + return Text.assemble( + f"", + ) + + def __rich_repr__(self) -> Result: + yield self.name + yield self.type + yield "number", self.number, None + yield "triplet", self.triplet, None + + @property + def system(self) -> ColorSystem: + """Get the native color system for this color.""" + if self.type == ColorType.DEFAULT: + return ColorSystem.STANDARD + return ColorSystem(int(self.type)) + + @property + def is_system_defined(self) -> bool: + """Check if the color is ultimately defined by the system.""" + return self.system not in (ColorSystem.EIGHT_BIT, ColorSystem.TRUECOLOR) + + @property + def is_default(self) -> bool: + """Check if the color is a default color.""" + return self.type == ColorType.DEFAULT + + def get_truecolor( + self, theme: Optional["TerminalTheme"] = None, foreground: bool = True + ) -> ColorTriplet: + """Get an equivalent color triplet for this color. + + Args: + theme (TerminalTheme, optional): Optional terminal theme, or None to use default. Defaults to None. + foreground (bool, optional): True for a foreground color, or False for background. Defaults to True. + + Returns: + ColorTriplet: A color triplet containing RGB components. + """ + + if theme is None: + theme = DEFAULT_TERMINAL_THEME + if self.type == ColorType.TRUECOLOR: + assert self.triplet is not None + return self.triplet + elif self.type == ColorType.EIGHT_BIT: + assert self.number is not None + return EIGHT_BIT_PALETTE[self.number] + elif self.type == ColorType.STANDARD: + assert self.number is not None + return theme.ansi_colors[self.number] + elif self.type == ColorType.WINDOWS: + assert self.number is not None + return WINDOWS_PALETTE[self.number] + else: # self.type == ColorType.DEFAULT: + assert self.number is None + return theme.foreground_color if foreground else theme.background_color + + @classmethod + def from_ansi(cls, number: int) -> "Color": + """Create a Color number from it's 8-bit ansi number. + + Args: + number (int): A number between 0-255 inclusive. + + Returns: + Color: A new Color instance. + """ + return cls( + name=f"color({number})", + type=(ColorType.STANDARD if number < 16 else ColorType.EIGHT_BIT), + number=number, + ) + + @classmethod + def from_triplet(cls, triplet: "ColorTriplet") -> "Color": + """Create a truecolor RGB color from a triplet of values. + + Args: + triplet (ColorTriplet): A color triplet containing red, green and blue components. + + Returns: + Color: A new color object. + """ + return cls(name=triplet.hex, type=ColorType.TRUECOLOR, triplet=triplet) + + @classmethod + def from_rgb(cls, red: float, green: float, blue: float) -> "Color": + """Create a truecolor from three color components in the range(0->255). + + Args: + red (float): Red component in range 0-255. + green (float): Green component in range 0-255. + blue (float): Blue component in range 0-255. + + Returns: + Color: A new color object. + """ + return cls.from_triplet(ColorTriplet(int(red), int(green), int(blue))) + + @classmethod + def default(cls) -> "Color": + """Get a Color instance representing the default color. + + Returns: + Color: Default color. + """ + return cls(name="default", type=ColorType.DEFAULT) + + @classmethod + @lru_cache(maxsize=1024) + def parse(cls, color: str) -> "Color": + """Parse a color definition.""" + original_color = color + color = color.lower().strip() + + if color == "default": + return cls(color, type=ColorType.DEFAULT) + + color_number = ANSI_COLOR_NAMES.get(color) + if color_number is not None: + return cls( + color, + type=(ColorType.STANDARD if color_number < 16 else ColorType.EIGHT_BIT), + number=color_number, + ) + + color_match = RE_COLOR.match(color) + if color_match is None: + raise ColorParseError(f"{original_color!r} is not a valid color") + + color_24, color_8, color_rgb = color_match.groups() + if color_24: + triplet = ColorTriplet( + int(color_24[0:2], 16), int(color_24[2:4], 16), int(color_24[4:6], 16) + ) + return cls(color, ColorType.TRUECOLOR, triplet=triplet) + + elif color_8: + number = int(color_8) + if number > 255: + raise ColorParseError(f"color number must be <= 255 in {color!r}") + return cls( + color, + type=(ColorType.STANDARD if number < 16 else ColorType.EIGHT_BIT), + number=number, + ) + + else: # color_rgb: + components = color_rgb.split(",") + if len(components) != 3: + raise ColorParseError( + f"expected three components in {original_color!r}" + ) + red, green, blue = components + triplet = ColorTriplet(int(red), int(green), int(blue)) + if not all(component <= 255 for component in triplet): + raise ColorParseError( + f"color components must be <= 255 in {original_color!r}" + ) + return cls(color, ColorType.TRUECOLOR, triplet=triplet) + + @lru_cache(maxsize=1024) + def get_ansi_codes(self, foreground: bool = True) -> Tuple[str, ...]: + """Get the ANSI escape codes for this color.""" + _type = self.type + if _type == ColorType.DEFAULT: + return ("39" if foreground else "49",) + + elif _type == ColorType.WINDOWS: + number = self.number + assert number is not None + fore, back = (30, 40) if number < 8 else (82, 92) + return (str(fore + number if foreground else back + number),) + + elif _type == ColorType.STANDARD: + number = self.number + assert number is not None + fore, back = (30, 40) if number < 8 else (82, 92) + return (str(fore + number if foreground else back + number),) + + elif _type == ColorType.EIGHT_BIT: + assert self.number is not None + return ("38" if foreground else "48", "5", str(self.number)) + + else: # self.standard == ColorStandard.TRUECOLOR: + assert self.triplet is not None + red, green, blue = self.triplet + return ("38" if foreground else "48", "2", str(red), str(green), str(blue)) + + @lru_cache(maxsize=1024) + def downgrade(self, system: ColorSystem) -> "Color": + """Downgrade a color system to a system with fewer colors.""" + + if self.type in (ColorType.DEFAULT, system): + return self + # Convert to 8-bit color from truecolor color + if system == ColorSystem.EIGHT_BIT and self.system == ColorSystem.TRUECOLOR: + assert self.triplet is not None + _h, l, s = rgb_to_hls(*self.triplet.normalized) + # If saturation is under 15% assume it is grayscale + if s < 0.15: + gray = round(l * 25.0) + if gray == 0: + color_number = 16 + elif gray == 25: + color_number = 231 + else: + color_number = 231 + gray + return Color(self.name, ColorType.EIGHT_BIT, number=color_number) + + red, green, blue = self.triplet + six_red = red / 95 if red < 95 else 1 + (red - 95) / 40 + six_green = green / 95 if green < 95 else 1 + (green - 95) / 40 + six_blue = blue / 95 if blue < 95 else 1 + (blue - 95) / 40 + + color_number = ( + 16 + 36 * round(six_red) + 6 * round(six_green) + round(six_blue) + ) + return Color(self.name, ColorType.EIGHT_BIT, number=color_number) + + # Convert to standard from truecolor or 8-bit + elif system == ColorSystem.STANDARD: + if self.system == ColorSystem.TRUECOLOR: + assert self.triplet is not None + triplet = self.triplet + else: # self.system == ColorSystem.EIGHT_BIT + assert self.number is not None + triplet = ColorTriplet(*EIGHT_BIT_PALETTE[self.number]) + + color_number = STANDARD_PALETTE.match(triplet) + return Color(self.name, ColorType.STANDARD, number=color_number) + + elif system == ColorSystem.WINDOWS: + if self.system == ColorSystem.TRUECOLOR: + assert self.triplet is not None + triplet = self.triplet + else: # self.system == ColorSystem.EIGHT_BIT + assert self.number is not None + if self.number < 16: + return Color(self.name, ColorType.WINDOWS, number=self.number) + triplet = ColorTriplet(*EIGHT_BIT_PALETTE[self.number]) + + color_number = WINDOWS_PALETTE.match(triplet) + return Color(self.name, ColorType.WINDOWS, number=color_number) + + return self + + +def parse_rgb_hex(hex_color: str) -> ColorTriplet: + """Parse six hex characters in to RGB triplet.""" + assert len(hex_color) == 6, "must be 6 characters" + color = ColorTriplet( + int(hex_color[0:2], 16), int(hex_color[2:4], 16), int(hex_color[4:6], 16) + ) + return color + + +def blend_rgb( + color1: ColorTriplet, color2: ColorTriplet, cross_fade: float = 0.5 +) -> ColorTriplet: + """Blend one RGB color in to another.""" + r1, g1, b1 = color1 + r2, g2, b2 = color2 + new_color = ColorTriplet( + int(r1 + (r2 - r1) * cross_fade), + int(g1 + (g2 - g1) * cross_fade), + int(b1 + (b2 - b1) * cross_fade), + ) + return new_color + + +if __name__ == "__main__": # pragma: no cover + from .console import Console + from .table import Table + from .text import Text + + console = Console() + + table = Table(show_footer=False, show_edge=True) + table.add_column("Color", width=10, overflow="ellipsis") + table.add_column("Number", justify="right", style="yellow") + table.add_column("Name", style="green") + table.add_column("Hex", style="blue") + table.add_column("RGB", style="magenta") + + colors = sorted((v, k) for k, v in ANSI_COLOR_NAMES.items()) + for color_number, name in colors: + if "grey" in name: + continue + color_cell = Text(" " * 10, style=f"on {name}") + if color_number < 16: + table.add_row(color_cell, f"{color_number}", Text(f'"{name}"')) + else: + color = EIGHT_BIT_PALETTE[color_number] # type: ignore[has-type] + table.add_row( + color_cell, str(color_number), Text(f'"{name}"'), color.hex, color.rgb + ) + + console.print(table) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/color_triplet.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/color_triplet.py new file mode 100644 index 0000000..02cab32 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/columns.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/columns.py new file mode 100644 index 0000000..669a3a7 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/console.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/console.py new file mode 100644 index 0000000..5728845 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/console.py @@ -0,0 +1,2661 @@ +import inspect +import os +import sys +import threading +import zlib +from abc import ABC, abstractmethod +from dataclasses import dataclass, field +from datetime import datetime +from functools import wraps +from getpass import getpass +from html import escape +from inspect import isclass +from itertools import islice +from math import ceil +from time import monotonic +from types import FrameType, ModuleType, TracebackType +from typing import ( + IO, + TYPE_CHECKING, + Any, + Callable, + Dict, + Iterable, + List, + Mapping, + NamedTuple, + Optional, + TextIO, + Tuple, + Type, + Union, + cast, +) + +from pip._vendor.rich._null_file import NULL_FILE + +if sys.version_info >= (3, 8): + from typing import Literal, Protocol, runtime_checkable +else: + from pip._vendor.typing_extensions import ( + Literal, + Protocol, + runtime_checkable, + ) # pragma: no cover + +from . import errors, themes +from ._emoji_replace import _emoji_replace +from ._export_format import CONSOLE_HTML_FORMAT, CONSOLE_SVG_FORMAT +from ._fileno import get_fileno +from ._log_render import FormatTimeCallable, LogRender +from .align import Align, AlignMethod +from .color import ColorSystem, blend_rgb +from .control import Control +from .emoji import EmojiVariant +from .highlighter import NullHighlighter, ReprHighlighter +from .markup import render as render_markup +from .measure import Measurement, measure_renderables +from .pager import Pager, SystemPager +from .pretty import Pretty, is_expandable +from .protocol import rich_cast +from .region import Region +from .scope import render_scope +from .screen import Screen +from .segment import Segment +from .style import Style, StyleType +from .styled import Styled +from .terminal_theme import DEFAULT_TERMINAL_THEME, SVG_EXPORT_THEME, TerminalTheme +from .text import Text, TextType +from .theme import Theme, ThemeStack + +if TYPE_CHECKING: + from ._windows import WindowsConsoleFeatures + from .live import Live + from .status import Status + +JUPYTER_DEFAULT_COLUMNS = 115 +JUPYTER_DEFAULT_LINES = 100 +WINDOWS = sys.platform == "win32" + +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() # type: ignore[union-attr] +except Exception: + _STDIN_FILENO = 0 +try: + _STDOUT_FILENO = sys.__stdout__.fileno() # type: ignore[union-attr] +except Exception: + _STDOUT_FILENO = 1 +try: + _STDERR_FILENO = sys.__stderr__.fileno() # type: ignore[union-attr] +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] +"""A string or any object that may be rendered by Rich.""" + +# The result of calling a __rich_console__ method. +RenderResult = Iterable[Union[RenderableType, Segment]] + +_null_highlighter = NullHighlighter() + + +class CaptureError(Exception): + """An error in the Capture context manager.""" + + +class NewLine: + """A renderable to generate new line(s)""" + + def __init__(self, count: int = 1) -> None: + self.count = count + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> Iterable[Segment]: + yield Segment("\n" * self.count) + + +class ScreenUpdate: + """Render a list of lines at a given offset.""" + + def __init__(self, lines: List[List[Segment]], x: int, y: int) -> None: + self._lines = lines + self.x = x + self.y = y + + def __rich_console__( + self, console: "Console", options: ConsoleOptions + ) -> RenderResult: + x = self.x + move_to = Control.move_to + for offset, line in enumerate(self._lines, self.y): + yield move_to(x, offset) + yield from line + + +class Capture: + """Context manager to capture the result of printing to the console. + See :meth:`~rich.console.Console.capture` for how to use. + + Args: + console (Console): A console instance to capture output. + """ + + def __init__(self, console: "Console") -> None: + self._console = console + self._result: Optional[str] = None + + def __enter__(self) -> "Capture": + self._console.begin_capture() + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self._result = self._console.end_capture() + + def get(self) -> str: + """Get the result of the capture.""" + if self._result is None: + raise CaptureError( + "Capture result is not available until context manager exits." + ) + return self._result + + +class ThemeContext: + """A context manager to use a temporary theme. See :meth:`~rich.console.Console.use_theme` for usage.""" + + def __init__(self, console: "Console", theme: Theme, inherit: bool = True) -> None: + self.console = console + self.theme = theme + self.inherit = inherit + + def __enter__(self) -> "ThemeContext": + self.console.push_theme(self.theme) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.console.pop_theme() + + +class PagerContext: + """A context manager that 'pages' content. See :meth:`~rich.console.Console.pager` for usage.""" + + def __init__( + self, + console: "Console", + pager: Optional[Pager] = None, + styles: bool = False, + links: bool = False, + ) -> None: + self._console = console + self.pager = SystemPager() if pager is None else pager + self.styles = styles + self.links = links + + def __enter__(self) -> "PagerContext": + self._console._enter_buffer() + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + if exc_type is None: + with self._console._lock: + buffer: List[Segment] = self._console._buffer[:] + del self._console._buffer[:] + segments: Iterable[Segment] = buffer + if not self.styles: + segments = Segment.strip_styles(segments) + elif not self.links: + segments = Segment.strip_links(segments) + content = self._console._render_buffer(segments) + self.pager.show(content) + self._console._exit_buffer() + + +class ScreenContext: + """A context manager that enables an alternative screen. See :meth:`~rich.console.Console.screen` for usage.""" + + def __init__( + self, console: "Console", hide_cursor: bool, style: StyleType = "" + ) -> None: + self.console = console + self.hide_cursor = hide_cursor + self.screen = Screen(style=style) + self._changed = False + + def update( + self, *renderables: RenderableType, style: Optional[StyleType] = None + ) -> None: + """Update the screen. + + Args: + renderable (RenderableType, optional): Optional renderable to replace current renderable, + or None for no change. Defaults to None. + style: (Style, optional): Replacement style, or None for no change. Defaults to None. + """ + if renderables: + self.screen.renderable = ( + Group(*renderables) if len(renderables) > 1 else renderables[0] + ) + if style is not None: + self.screen.style = style + self.console.print(self.screen, end="") + + def __enter__(self) -> "ScreenContext": + self._changed = self.console.set_alt_screen(True) + if self._changed and self.hide_cursor: + self.console.show_cursor(False) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + if self._changed: + self.console.set_alt_screen(False) + if self.hide_cursor: + self.console.show_cursor(True) + + +class Group: + """Takes a group of renderables and returns a renderable object that renders the group. + + Args: + renderables (Iterable[RenderableType]): An iterable of renderable objects. + fit (bool, optional): Fit dimension of group to contents, or fill available space. Defaults to True. + """ + + def __init__(self, *renderables: "RenderableType", fit: bool = True) -> None: + self._renderables = renderables + self.fit = fit + self._render: Optional[List[RenderableType]] = None + + @property + def renderables(self) -> List["RenderableType"]: + if self._render is None: + self._render = list(self._renderables) + return self._render + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> "Measurement": + if self.fit: + return measure_renderables(console, options, self.renderables) + else: + return Measurement(options.max_width, options.max_width) + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> RenderResult: + yield from self.renderables + + +def group(fit: bool = True) -> Callable[..., Callable[..., Group]]: + """A decorator that turns an iterable of renderables in to a group. + + Args: + fit (bool, optional): Fit dimension of group to contents, or fill available space. Defaults to True. + """ + + def decorator( + method: Callable[..., Iterable[RenderableType]] + ) -> Callable[..., Group]: + """Convert a method that returns an iterable of renderables in to a Group.""" + + @wraps(method) + def _replace(*args: Any, **kwargs: Any) -> Group: + renderables = method(*args, **kwargs) + return Group(*renderables, fit=fit) + + return _replace + + return decorator + + +def _is_jupyter() -> bool: # pragma: no cover + """Check if we're running in a Jupyter notebook.""" + try: + get_ipython # type: ignore[name-defined] + except NameError: + return False + ipython = get_ipython() # type: ignore[name-defined] + shell = ipython.__class__.__name__ + if ( + "google.colab" in str(ipython.__class__) + or os.getenv("DATABRICKS_RUNTIME_VERSION") + or shell == "ZMQInteractiveShell" + ): + return True # Jupyter notebook or qtconsole + elif shell == "TerminalInteractiveShell": + return False # Terminal running IPython + else: + return False # Other type (?) + + +COLOR_SYSTEMS = { + "standard": ColorSystem.STANDARD, + "256": ColorSystem.EIGHT_BIT, + "truecolor": ColorSystem.TRUECOLOR, + "windows": ColorSystem.WINDOWS, +} + +_COLOR_SYSTEMS_NAMES = {system: name for name, system in COLOR_SYSTEMS.items()} + + +@dataclass +class ConsoleThreadLocals(threading.local): + """Thread local values for Console context.""" + + theme_stack: ThemeStack + buffer: List[Segment] = field(default_factory=list) + buffer_index: int = 0 + + +class RenderHook(ABC): + """Provides hooks in to the render process.""" + + @abstractmethod + def process_renderables( + self, renderables: List[ConsoleRenderable] + ) -> List[ConsoleRenderable]: + """Called with a list of objects to render. + + This method can return a new list of renderables, or modify and return the same list. + + Args: + renderables (List[ConsoleRenderable]): A number of renderable objects. + + Returns: + List[ConsoleRenderable]: A replacement list of renderables. + """ + + +_windows_console_features: Optional["WindowsConsoleFeatures"] = None + + +def get_windows_console_features() -> "WindowsConsoleFeatures": # pragma: no cover + global _windows_console_features + if _windows_console_features is not None: + return _windows_console_features + from ._windows import get_windows_console_features + + _windows_console_features = get_windows_console_features() + return _windows_console_features + + +def detect_legacy_windows() -> bool: + """Detect legacy Windows.""" + return WINDOWS and not get_windows_console_features().vt + + +class Console: + """A high level console interface. + + Args: + color_system (str, optional): The color system supported by your terminal, + either ``"standard"``, ``"256"`` or ``"truecolor"``. Leave as ``"auto"`` to autodetect. + force_terminal (Optional[bool], optional): Enable/disable terminal control codes, or None to auto-detect terminal. Defaults to None. + force_jupyter (Optional[bool], optional): Enable/disable Jupyter rendering, or None to auto-detect Jupyter. Defaults to None. + force_interactive (Optional[bool], optional): Enable/disable interactive mode, or None to auto detect. Defaults to None. + soft_wrap (Optional[bool], optional): Set soft wrap default on print method. Defaults to False. + theme (Theme, optional): An optional style theme object, or ``None`` for default theme. + stderr (bool, optional): Use stderr rather than stdout if ``file`` is not specified. Defaults to False. + file (IO, optional): A file object where the console should write to. Defaults to stdout. + quiet (bool, Optional): Boolean to suppress all output. Defaults to False. + width (int, optional): The width of the terminal. Leave as default to auto-detect width. + height (int, optional): The height of the terminal. Leave as default to auto-detect height. + style (StyleType, optional): Style to apply to all output, or None for no style. Defaults to None. + no_color (Optional[bool], optional): Enabled no color mode, or None to auto detect. Defaults to None. + tab_size (int, optional): Number of spaces used to replace a tab character. Defaults to 8. + record (bool, optional): Boolean to enable recording of terminal output, + required to call :meth:`export_html`, :meth:`export_svg`, and :meth:`export_text`. Defaults to False. + markup (bool, optional): Boolean to enable :ref:`console_markup`. Defaults to True. + emoji (bool, optional): Enable emoji code. Defaults to True. + emoji_variant (str, optional): Optional emoji variant, either "text" or "emoji". Defaults to None. + highlight (bool, optional): Enable automatic highlighting. Defaults to True. + log_time (bool, optional): Boolean to enable logging of time by :meth:`log` methods. Defaults to True. + log_path (bool, optional): Boolean to enable the logging of the caller by :meth:`log`. Defaults to True. + log_time_format (Union[str, TimeFormatterCallable], optional): If ``log_time`` is enabled, either string for strftime or callable that formats the time. Defaults to "[%X] ". + highlighter (HighlighterType, optional): Default highlighter. + legacy_windows (bool, optional): Enable legacy Windows mode, or ``None`` to auto detect. Defaults to ``None``. + safe_box (bool, optional): Restrict box options that don't render on legacy Windows. + get_datetime (Callable[[], datetime], optional): Callable that gets the current time as a datetime.datetime object (used by Console.log), + or None for datetime.now. + get_time (Callable[[], time], optional): Callable that gets the current time in seconds, default uses time.monotonic. + """ + + _environ: Mapping[str, str] = os.environ + + def __init__( + self, + *, + color_system: Optional[ + Literal["auto", "standard", "256", "truecolor", "windows"] + ] = "auto", + force_terminal: Optional[bool] = None, + force_jupyter: Optional[bool] = None, + force_interactive: Optional[bool] = None, + soft_wrap: bool = False, + theme: Optional[Theme] = None, + stderr: bool = False, + file: Optional[IO[str]] = None, + quiet: bool = False, + width: Optional[int] = None, + height: Optional[int] = None, + style: Optional[StyleType] = None, + no_color: Optional[bool] = None, + tab_size: int = 8, + record: bool = False, + markup: bool = True, + emoji: bool = True, + emoji_variant: Optional[EmojiVariant] = None, + highlight: bool = True, + log_time: bool = True, + log_path: bool = True, + log_time_format: Union[str, FormatTimeCallable] = "[%X]", + highlighter: Optional["HighlighterType"] = ReprHighlighter(), + legacy_windows: Optional[bool] = None, + safe_box: bool = True, + get_datetime: Optional[Callable[[], datetime]] = None, + get_time: Optional[Callable[[], float]] = None, + _environ: Optional[Mapping[str, str]] = None, + ): + # Copy of os.environ allows us to replace it for testing + if _environ is not None: + self._environ = _environ + + self.is_jupyter = _is_jupyter() if force_jupyter is None else force_jupyter + if self.is_jupyter: + if width is None: + jupyter_columns = self._environ.get("JUPYTER_COLUMNS") + if jupyter_columns is not None and jupyter_columns.isdigit(): + width = int(jupyter_columns) + else: + width = JUPYTER_DEFAULT_COLUMNS + if height is None: + jupyter_lines = self._environ.get("JUPYTER_LINES") + if jupyter_lines is not None and jupyter_lines.isdigit(): + height = int(jupyter_lines) + else: + height = JUPYTER_DEFAULT_LINES + + self.tab_size = tab_size + self.record = record + self._markup = markup + self._emoji = emoji + self._emoji_variant: Optional[EmojiVariant] = emoji_variant + self._highlight = highlight + self.legacy_windows: bool = ( + (detect_legacy_windows() and not self.is_jupyter) + if legacy_windows is None + else legacy_windows + ) + + if width is None: + columns = self._environ.get("COLUMNS") + if columns is not None and columns.isdigit(): + width = int(columns) - self.legacy_windows + if height is None: + lines = self._environ.get("LINES") + if lines is not None and lines.isdigit(): + height = int(lines) + + self.soft_wrap = soft_wrap + self._width = width + self._height = height + + self._color_system: Optional[ColorSystem] + + self._force_terminal = None + if force_terminal is not None: + self._force_terminal = force_terminal + + self._file = file + self.quiet = quiet + self.stderr = stderr + + if color_system is None: + self._color_system = None + elif color_system == "auto": + self._color_system = self._detect_color_system() + else: + self._color_system = COLOR_SYSTEMS[color_system] + + self._lock = threading.RLock() + self._log_render = LogRender( + show_time=log_time, + show_path=log_path, + time_format=log_time_format, + ) + self.highlighter: HighlighterType = highlighter or _null_highlighter + self.safe_box = safe_box + self.get_datetime = get_datetime or datetime.now + self.get_time = get_time or monotonic + self.style = style + self.no_color = ( + no_color if no_color is not None else "NO_COLOR" in self._environ + ) + self.is_interactive = ( + (self.is_terminal and not self.is_dumb_terminal) + if force_interactive is None + else force_interactive + ) + + self._record_buffer_lock = threading.RLock() + self._thread_locals = ConsoleThreadLocals( + theme_stack=ThemeStack(themes.DEFAULT if theme is None else theme) + ) + self._record_buffer: List[Segment] = [] + self._render_hooks: List[RenderHook] = [] + self._live: Optional["Live"] = None + self._is_alt_screen = False + + def __repr__(self) -> str: + return f"" + + @property + def file(self) -> IO[str]: + """Get the file object to write to.""" + file = self._file or (sys.stderr if self.stderr else sys.stdout) + file = getattr(file, "rich_proxied_file", file) + if file is None: + file = NULL_FILE + return file + + @file.setter + def file(self, new_file: IO[str]) -> None: + """Set a new file object.""" + self._file = new_file + + @property + def _buffer(self) -> List[Segment]: + """Get a thread local buffer.""" + return self._thread_locals.buffer + + @property + def _buffer_index(self) -> int: + """Get a thread local buffer.""" + return self._thread_locals.buffer_index + + @_buffer_index.setter + def _buffer_index(self, value: int) -> None: + self._thread_locals.buffer_index = value + + @property + def _theme_stack(self) -> ThemeStack: + """Get the thread local theme stack.""" + return self._thread_locals.theme_stack + + def _detect_color_system(self) -> Optional[ColorSystem]: + """Detect color system from env vars.""" + if self.is_jupyter: + return ColorSystem.TRUECOLOR + if not self.is_terminal or self.is_dumb_terminal: + return None + if WINDOWS: # pragma: no cover + if self.legacy_windows: # pragma: no cover + return ColorSystem.WINDOWS + windows_console_features = get_windows_console_features() + return ( + ColorSystem.TRUECOLOR + if windows_console_features.truecolor + else ColorSystem.EIGHT_BIT + ) + else: + color_term = self._environ.get("COLORTERM", "").strip().lower() + if color_term in ("truecolor", "24bit"): + return ColorSystem.TRUECOLOR + term = self._environ.get("TERM", "").strip().lower() + _term_name, _hyphen, colors = term.rpartition("-") + color_system = _TERM_COLORS.get(colors, ColorSystem.STANDARD) + return color_system + + def _enter_buffer(self) -> None: + """Enter in to a buffer context, and buffer all output.""" + self._buffer_index += 1 + + def _exit_buffer(self) -> None: + """Leave buffer context, and render content if required.""" + self._buffer_index -= 1 + self._check_buffer() + + def set_live(self, live: "Live") -> None: + """Set Live instance. Used by Live context manager. + + Args: + live (Live): Live instance using this Console. + + Raises: + errors.LiveError: If this Console has a Live context currently active. + """ + with self._lock: + if self._live is not None: + raise errors.LiveError("Only one live display may be active at once") + self._live = live + + def clear_live(self) -> None: + """Clear the Live instance.""" + with self._lock: + self._live = None + + def push_render_hook(self, hook: RenderHook) -> None: + """Add a new render hook to the stack. + + Args: + hook (RenderHook): Render hook instance. + """ + with self._lock: + self._render_hooks.append(hook) + + def pop_render_hook(self) -> None: + """Pop the last renderhook from the stack.""" + with self._lock: + self._render_hooks.pop() + + def __enter__(self) -> "Console": + """Own context manager to enter buffer context.""" + self._enter_buffer() + return self + + def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: + """Exit buffer context.""" + self._exit_buffer() + + def begin_capture(self) -> None: + """Begin capturing console output. Call :meth:`end_capture` to exit capture mode and return output.""" + self._enter_buffer() + + def end_capture(self) -> str: + """End capture mode and return captured string. + + Returns: + str: Console output. + """ + render_result = self._render_buffer(self._buffer) + del self._buffer[:] + self._exit_buffer() + return render_result + + def push_theme(self, theme: Theme, *, inherit: bool = True) -> None: + """Push a new theme on to the top of the stack, replacing the styles from the previous theme. + Generally speaking, you should call :meth:`~rich.console.Console.use_theme` to get a context manager, rather + than calling this method directly. + + Args: + theme (Theme): A theme instance. + inherit (bool, optional): Inherit existing styles. Defaults to True. + """ + self._theme_stack.push_theme(theme, inherit=inherit) + + def pop_theme(self) -> None: + """Remove theme from top of stack, restoring previous theme.""" + self._theme_stack.pop_theme() + + def use_theme(self, theme: Theme, *, inherit: bool = True) -> ThemeContext: + """Use a different theme for the duration of the context manager. + + Args: + theme (Theme): Theme instance to user. + inherit (bool, optional): Inherit existing console styles. Defaults to True. + + Returns: + ThemeContext: [description] + """ + return ThemeContext(self, theme, inherit) + + @property + def color_system(self) -> Optional[str]: + """Get color system string. + + Returns: + Optional[str]: "standard", "256" or "truecolor". + """ + + if self._color_system is not None: + return _COLOR_SYSTEMS_NAMES[self._color_system] + else: + return None + + @property + def encoding(self) -> str: + """Get the encoding of the console file, e.g. ``"utf-8"``. + + Returns: + str: A standard encoding string. + """ + return (getattr(self.file, "encoding", "utf-8") or "utf-8").lower() + + @property + def is_terminal(self) -> bool: + """Check if the console is writing to a terminal. + + Returns: + bool: True if the console writing to a device capable of + understanding terminal codes, otherwise False. + """ + if self._force_terminal is not None: + return self._force_terminal + + if hasattr(sys.stdin, "__module__") and sys.stdin.__module__.startswith( + "idlelib" + ): + # Return False for Idle which claims to be a tty but can't handle ansi codes + return False + + if self.is_jupyter: + # return False for Jupyter, which may have FORCE_COLOR set + return False + + # If FORCE_COLOR env var has any value at all, we assume a terminal. + force_color = self._environ.get("FORCE_COLOR") + if force_color is not None: + self._force_terminal = True + return True + + isatty: Optional[Callable[[], bool]] = getattr(self.file, "isatty", None) + try: + return False if isatty is None else isatty() + except ValueError: + # in some situation (at the end of a pytest run for example) isatty() can raise + # ValueError: I/O operation on closed file + # return False because we aren't in a terminal anymore + return False + + @property + def is_dumb_terminal(self) -> bool: + """Detect dumb terminal. + + Returns: + bool: True if writing to a dumb terminal, otherwise False. + + """ + _term = self._environ.get("TERM", "") + is_dumb = _term.lower() in ("dumb", "unknown") + return self.is_terminal and is_dumb + + @property + def options(self) -> ConsoleOptions: + """Get default console options.""" + return ConsoleOptions( + max_height=self.size.height, + size=self.size, + legacy_windows=self.legacy_windows, + min_width=1, + max_width=self.width, + encoding=self.encoding, + is_terminal=self.is_terminal, + ) + + @property + def size(self) -> ConsoleDimensions: + """Get the size of the console. + + Returns: + ConsoleDimensions: A named tuple containing the dimensions. + """ + + if self._width is not None and self._height is not None: + return ConsoleDimensions(self._width - self.legacy_windows, self._height) + + if self.is_dumb_terminal: + return ConsoleDimensions(80, 25) + + width: Optional[int] = None + height: Optional[int] = None + + streams = _STD_STREAMS_OUTPUT if WINDOWS else _STD_STREAMS + for file_descriptor in streams: + try: + width, height = os.get_terminal_size(file_descriptor) + except (AttributeError, ValueError, OSError): # Probably not a terminal + pass + else: + break + + columns = self._environ.get("COLUMNS") + if columns is not None and columns.isdigit(): + width = int(columns) + lines = self._environ.get("LINES") + if lines is not None and lines.isdigit(): + height = int(lines) + + # get_terminal_size can report 0, 0 if run from pseudo-terminal + width = width or 80 + height = height or 25 + return ConsoleDimensions( + width - self.legacy_windows if self._width is None else self._width, + height if self._height is None else self._height, + ) + + @size.setter + def size(self, new_size: Tuple[int, int]) -> None: + """Set a new size for the terminal. + + Args: + new_size (Tuple[int, int]): New width and height. + """ + width, height = new_size + self._width = width + self._height = height + + @property + def width(self) -> int: + """Get the width of the console. + + Returns: + int: The width (in characters) of the console. + """ + return self.size.width + + @width.setter + def width(self, width: int) -> None: + """Set width. + + Args: + width (int): New width. + """ + self._width = width + + @property + def height(self) -> int: + """Get the height of the console. + + Returns: + int: The height (in lines) of the console. + """ + return self.size.height + + @height.setter + def height(self, height: int) -> None: + """Set height. + + Args: + height (int): new height. + """ + self._height = height + + def bell(self) -> None: + """Play a 'bell' sound (if supported by the terminal).""" + self.control(Control.bell()) + + def capture(self) -> Capture: + """A context manager to *capture* the result of print() or log() in a string, + rather than writing it to the console. + + Example: + >>> from rich.console import Console + >>> console = Console() + >>> with console.capture() as capture: + ... console.print("[bold magenta]Hello World[/]") + >>> print(capture.get()) + + Returns: + Capture: Context manager with disables writing to the terminal. + """ + capture = Capture(self) + return capture + + def pager( + self, pager: Optional[Pager] = None, styles: bool = False, links: bool = False + ) -> PagerContext: + """A context manager to display anything printed within a "pager". The pager application + is defined by the system and will typically support at least pressing a key to scroll. + + Args: + pager (Pager, optional): A pager object, or None to use :class:`~rich.pager.SystemPager`. Defaults to None. + styles (bool, optional): Show styles in pager. Defaults to False. + links (bool, optional): Show links in pager. Defaults to False. + + Example: + >>> from rich.console import Console + >>> from rich.__main__ import make_test_card + >>> console = Console() + >>> with console.pager(): + console.print(make_test_card()) + + Returns: + PagerContext: A context manager. + """ + return PagerContext(self, pager=pager, styles=styles, links=links) + + def line(self, count: int = 1) -> None: + """Write new line(s). + + Args: + count (int, optional): Number of new lines. Defaults to 1. + """ + + assert count >= 0, "count must be >= 0" + self.print(NewLine(count)) + + def clear(self, home: bool = True) -> None: + """Clear the screen. + + Args: + home (bool, optional): Also move the cursor to 'home' position. Defaults to True. + """ + if home: + self.control(Control.clear(), Control.home()) + else: + self.control(Control.clear()) + + def status( + self, + status: RenderableType, + *, + spinner: str = "dots", + spinner_style: StyleType = "status.spinner", + speed: float = 1.0, + refresh_per_second: float = 12.5, + ) -> "Status": + """Display a status and spinner. + + Args: + status (RenderableType): A status renderable (str or Text typically). + spinner (str, optional): Name of spinner animation (see python -m rich.spinner). Defaults to "dots". + spinner_style (StyleType, optional): Style of spinner. Defaults to "status.spinner". + speed (float, optional): Speed factor for spinner animation. Defaults to 1.0. + refresh_per_second (float, optional): Number of refreshes per second. Defaults to 12.5. + + Returns: + Status: A Status object that may be used as a context manager. + """ + from .status import Status + + status_renderable = Status( + status, + console=self, + spinner=spinner, + spinner_style=spinner_style, + speed=speed, + refresh_per_second=refresh_per_second, + ) + return status_renderable + + def show_cursor(self, show: bool = True) -> bool: + """Show or hide the cursor. + + Args: + show (bool, optional): Set visibility of the cursor. + """ + if self.is_terminal: + self.control(Control.show_cursor(show)) + return True + return False + + def set_alt_screen(self, enable: bool = True) -> bool: + """Enables alternative screen mode. + + Note, if you enable this mode, you should ensure that is disabled before + the application exits. See :meth:`~rich.Console.screen` for a context manager + that handles this for you. + + Args: + enable (bool, optional): Enable (True) or disable (False) alternate screen. Defaults to True. + + Returns: + bool: True if the control codes were written. + + """ + changed = False + if self.is_terminal and not self.legacy_windows: + self.control(Control.alt_screen(enable)) + changed = True + self._is_alt_screen = enable + return changed + + @property + def is_alt_screen(self) -> bool: + """Check if the alt screen was enabled. + + Returns: + bool: True if the alt screen was enabled, otherwise False. + """ + return self._is_alt_screen + + def set_window_title(self, title: str) -> bool: + """Set the title of the console terminal window. + + Warning: There is no means within Rich of "resetting" the window title to its + previous value, meaning the title you set will persist even after your application + exits. + + ``fish`` shell resets the window title before and after each command by default, + negating this issue. Windows Terminal and command prompt will also reset the title for you. + Most other shells and terminals, however, do not do this. + + Some terminals may require configuration changes before you can set the title. + Some terminals may not support setting the title at all. + + Other software (including the terminal itself, the shell, custom prompts, plugins, etc.) + may also set the terminal window title. This could result in whatever value you write + using this method being overwritten. + + Args: + title (str): The new title of the terminal window. + + Returns: + bool: True if the control code to change the terminal title was + written, otherwise False. Note that a return value of True + does not guarantee that the window title has actually changed, + since the feature may be unsupported/disabled in some terminals. + """ + if self.is_terminal: + self.control(Control.title(title)) + return True + return False + + def screen( + self, hide_cursor: bool = True, style: Optional[StyleType] = None + ) -> "ScreenContext": + """Context manager to enable and disable 'alternative screen' mode. + + Args: + hide_cursor (bool, optional): Also hide the cursor. Defaults to False. + style (Style, optional): Optional style for screen. Defaults to None. + + Returns: + ~ScreenContext: Context which enables alternate screen on enter, and disables it on exit. + """ + return ScreenContext(self, hide_cursor=hide_cursor, style=style or "") + + def measure( + self, renderable: RenderableType, *, options: Optional[ConsoleOptions] = None + ) -> Measurement: + """Measure a renderable. Returns a :class:`~rich.measure.Measurement` object which contains + information regarding the number of characters required to print the renderable. + + Args: + renderable (RenderableType): Any renderable or string. + options (Optional[ConsoleOptions], optional): Options to use when measuring, or None + to use default options. Defaults to None. + + Returns: + Measurement: A measurement of the renderable. + """ + measurement = Measurement.get(self, options or self.options, renderable) + return measurement + + def render( + self, renderable: RenderableType, options: Optional[ConsoleOptions] = None + ) -> Iterable[Segment]: + """Render an object in to an iterable of `Segment` instances. + + This method contains the logic for rendering objects with the console protocol. + You are unlikely to need to use it directly, unless you are extending the library. + + Args: + renderable (RenderableType): An object supporting the console protocol, or + an object that may be converted to a string. + options (ConsoleOptions, optional): An options object, or None to use self.options. Defaults to None. + + Returns: + Iterable[Segment]: An iterable of segments that may be rendered. + """ + + _options = options or self.options + if _options.max_width < 1: + # No space to render anything. This prevents potential recursion errors. + return + render_iterable: RenderResult + + renderable = rich_cast(renderable) + if hasattr(renderable, "__rich_console__") and not isclass(renderable): + render_iterable = renderable.__rich_console__(self, _options) + elif isinstance(renderable, str): + text_renderable = self.render_str( + renderable, highlight=_options.highlight, markup=_options.markup + ) + render_iterable = text_renderable.__rich_console__(self, _options) + else: + raise errors.NotRenderableError( + f"Unable to render {renderable!r}; " + "A str, Segment or object with __rich_console__ method is required" + ) + + try: + iter_render = iter(render_iterable) + except TypeError: + raise errors.NotRenderableError( + f"object {render_iterable!r} is not renderable" + ) + _Segment = Segment + _options = _options.reset_height() + for render_output in iter_render: + if isinstance(render_output, _Segment): + yield render_output + else: + yield from self.render(render_output, _options) + + def render_lines( + self, + renderable: RenderableType, + options: Optional[ConsoleOptions] = None, + *, + style: Optional[Style] = None, + pad: bool = True, + new_lines: bool = False, + ) -> List[List[Segment]]: + """Render objects in to a list of lines. + + The output of render_lines is useful when further formatting of rendered console text + is required, such as the Panel class which draws a border around any renderable object. + + Args: + renderable (RenderableType): Any object renderable in the console. + options (Optional[ConsoleOptions], optional): Console options, or None to use self.options. Default to ``None``. + style (Style, optional): Optional style to apply to renderables. Defaults to ``None``. + pad (bool, optional): Pad lines shorter than render width. Defaults to ``True``. + new_lines (bool, optional): Include "\n" characters at end of lines. + + Returns: + List[List[Segment]]: A list of lines, where a line is a list of Segment objects. + """ + with self._lock: + render_options = options or self.options + _rendered = self.render(renderable, render_options) + if style: + _rendered = Segment.apply_style(_rendered, style) + + render_height = render_options.height + if render_height is not None: + render_height = max(0, render_height) + + lines = list( + islice( + Segment.split_and_crop_lines( + _rendered, + render_options.max_width, + include_new_lines=new_lines, + pad=pad, + style=style, + ), + None, + render_height, + ) + ) + if render_options.height is not None: + extra_lines = render_options.height - len(lines) + if extra_lines > 0: + pad_line = [ + ( + [ + Segment(" " * render_options.max_width, style), + Segment("\n"), + ] + if new_lines + else [Segment(" " * render_options.max_width, style)] + ) + ] + lines.extend(pad_line * extra_lines) + + return lines + + def render_str( + self, + text: str, + *, + style: Union[str, Style] = "", + justify: Optional[JustifyMethod] = None, + overflow: Optional[OverflowMethod] = None, + emoji: Optional[bool] = None, + markup: Optional[bool] = None, + highlight: Optional[bool] = None, + highlighter: Optional[HighlighterType] = None, + ) -> "Text": + """Convert a string to a Text instance. This is called automatically if + you print or log a string. + + Args: + text (str): Text to render. + style (Union[str, Style], optional): Style to apply to rendered text. + justify (str, optional): Justify method: "default", "left", "center", "full", or "right". Defaults to ``None``. + overflow (str, optional): Overflow method: "crop", "fold", or "ellipsis". Defaults to ``None``. + emoji (Optional[bool], optional): Enable emoji, or ``None`` to use Console default. + markup (Optional[bool], optional): Enable markup, or ``None`` to use Console default. + highlight (Optional[bool], optional): Enable highlighting, or ``None`` to use Console default. + highlighter (HighlighterType, optional): Optional highlighter to apply. + Returns: + ConsoleRenderable: Renderable object. + + """ + emoji_enabled = emoji or (emoji is None and self._emoji) + markup_enabled = markup or (markup is None and self._markup) + highlight_enabled = highlight or (highlight is None and self._highlight) + + if markup_enabled: + rich_text = render_markup( + text, + style=style, + emoji=emoji_enabled, + emoji_variant=self._emoji_variant, + ) + rich_text.justify = justify + rich_text.overflow = overflow + else: + rich_text = Text( + ( + _emoji_replace(text, default_variant=self._emoji_variant) + if emoji_enabled + else text + ), + justify=justify, + overflow=overflow, + style=style, + ) + + _highlighter = (highlighter or self.highlighter) if highlight_enabled else None + if _highlighter is not None: + highlight_text = _highlighter(str(rich_text)) + highlight_text.copy_styles(rich_text) + return highlight_text + + return rich_text + + def get_style( + self, name: Union[str, Style], *, default: Optional[Union[Style, str]] = None + ) -> Style: + """Get a Style instance by its theme name or parse a definition. + + Args: + name (str): The name of a style or a style definition. + + Returns: + Style: A Style object. + + Raises: + MissingStyle: If no style could be parsed from name. + + """ + if isinstance(name, Style): + return name + + try: + style = self._theme_stack.get(name) + if style is None: + style = Style.parse(name) + return style.copy() if style.link else style + except errors.StyleSyntaxError as error: + if default is not None: + return self.get_style(default) + raise errors.MissingStyle( + f"Failed to get style {name!r}; {error}" + ) from None + + def _collect_renderables( + self, + objects: Iterable[Any], + sep: str, + end: str, + *, + justify: Optional[JustifyMethod] = None, + emoji: Optional[bool] = None, + markup: Optional[bool] = None, + highlight: Optional[bool] = None, + ) -> List[ConsoleRenderable]: + """Combine a number of renderables and text into one renderable. + + Args: + objects (Iterable[Any]): Anything that Rich can render. + sep (str): String to write between print data. + end (str): String to write at end of print data. + justify (str, optional): One of "left", "right", "center", or "full". Defaults to ``None``. + emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. + markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. + highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. + + Returns: + List[ConsoleRenderable]: A list of things to render. + """ + renderables: List[ConsoleRenderable] = [] + _append = renderables.append + text: List[Text] = [] + append_text = text.append + + append = _append + if justify in ("left", "center", "right"): + + def align_append(renderable: RenderableType) -> None: + _append(Align(renderable, cast(AlignMethod, justify))) + + append = align_append + + _highlighter: HighlighterType = _null_highlighter + if highlight or (highlight is None and self._highlight): + _highlighter = self.highlighter + + def check_text() -> None: + if text: + sep_text = Text(sep, justify=justify, end=end) + append(sep_text.join(text)) + text.clear() + + for renderable in objects: + renderable = rich_cast(renderable) + if isinstance(renderable, str): + append_text( + self.render_str( + renderable, + emoji=emoji, + markup=markup, + highlight=highlight, + 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``. + 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 on_broken_pipe(self) -> None: + """This function is called when a `BrokenPipeError` is raised. + + This can occur when piping Textual output in Linux and macOS. + The default implementation is to exit the app, but you could implement + this method in a subclass to change the behavior. + + See https://docs.python.org/3/library/signal.html#note-on-sigpipe for details. + """ + self.quiet = True + devnull = os.open(os.devnull, os.O_WRONLY) + os.dup2(devnull, sys.stdout.fileno()) + raise SystemExit(1) + + 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 + + try: + self._write_buffer() + except BrokenPipeError: + self.on_broken_pipe() + + def _write_buffer(self) -> None: + """Write the buffer to the output file.""" + + with self._lock: + if self.record and not self._buffer_index: + with self._record_buffer_lock: + self._record_buffer.extend(self._buffer[:]) + + if self._buffer_index == 0: + if self.is_jupyter: # pragma: no cover + from .jupyter import display + + display(self._buffer, self._render_buffer(self._buffer[:])) + del self._buffer[:] + else: + if WINDOWS: + use_legacy_windows_render = False + if self.legacy_windows: + fileno = get_fileno(self.file) + if fileno is not None: + use_legacy_windows_render = ( + fileno in _STD_STREAMS_OUTPUT + ) + + if use_legacy_windows_render: + from pip._vendor.rich._win32_console import LegacyWindowsTerm + from pip._vendor.rich._windows_renderer import legacy_windows_render + + buffer = self._buffer[:] + if self.no_color and self._color_system: + buffer = list(Segment.remove_color(buffer)) + + legacy_windows_render(buffer, LegacyWindowsTerm(self.file)) + else: + # Either a non-std stream on legacy Windows, or modern Windows. + text = self._render_buffer(self._buffer[:]) + # https://bugs.python.org/issue37871 + # https://github.com/python/cpython/issues/82052 + # We need to avoid writing more than 32Kb in a single write, due to the above bug + write = self.file.write + # Worse case scenario, every character is 4 bytes of utf-8 + MAX_WRITE = 32 * 1024 // 4 + try: + if len(text) <= MAX_WRITE: + write(text) + else: + batch: List[str] = [] + batch_append = batch.append + size = 0 + for line in text.splitlines(True): + if size + len(line) > MAX_WRITE and batch: + write("".join(batch)) + batch.clear() + size = 0 + batch_append(line) + size += len(line) + if batch: + write("".join(batch)) + batch.clear() + except UnicodeEncodeError as error: + error.reason = f"{error.reason}\n*** You may need to add PYTHONIOENCODING=utf-8 to your environment ***" + raise + else: + text = self._render_buffer(self._buffer[:]) + try: + self.file.write(text) + except UnicodeEncodeError as error: + error.reason = f"{error.reason}\n*** You may need to add PYTHONIOENCODING=utf-8 to your environment ***" + raise + + self.file.flush() + del self._buffer[:] + + def _render_buffer(self, buffer: Iterable[Segment]) -> str: + """Render buffered output, and clear buffer.""" + output: List[str] = [] + append = output.append + color_system = self._color_system + legacy_windows = self.legacy_windows + not_terminal = not self.is_terminal + if self.no_color and color_system: + buffer = Segment.remove_color(buffer) + for text, style, control in buffer: + if style: + append( + style.render( + text, + color_system=color_system, + legacy_windows=legacy_windows, + ) + ) + elif not (not_terminal and control): + append(text) + + rendered = "".join(output) + return rendered + + def input( + self, + prompt: TextType = "", + *, + markup: bool = True, + emoji: bool = True, + password: bool = False, + stream: Optional[TextIO] = None, + ) -> str: + """Displays a prompt and waits for input from the user. The prompt may contain color / style. + + It works in the same way as Python's builtin :func:`input` function and provides elaborate line editing and history features if Python's builtin :mod:`readline` module is previously loaded. + + Args: + prompt (Union[str, Text]): Text to render in the prompt. + markup (bool, optional): Enable console markup (requires a str prompt). Defaults to True. + emoji (bool, optional): Enable emoji (requires a str prompt). Defaults to True. + password: (bool, optional): Hide typed text. Defaults to False. + stream: (TextIO, optional): Optional file to read input from (rather than stdin). Defaults to None. + + Returns: + str: Text read from stdin. + """ + if prompt: + self.print(prompt, markup=markup, emoji=emoji, end="") + if password: + result = getpass("", stream=stream) + else: + if stream: + result = stream.readline() + else: + result = input() + return result + + def export_text(self, *, clear: bool = True, styles: bool = False) -> str: + """Generate text from console contents (requires record=True argument in constructor). + + Args: + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. + styles (bool, optional): If ``True``, ansi escape codes will be included. ``False`` for plain text. + Defaults to ``False``. + + Returns: + str: String containing console contents. + + """ + assert ( + self.record + ), "To export console contents set record=True in the constructor or instance" + + with self._record_buffer_lock: + if styles: + text = "".join( + (style.render(text) if style else text) + for text, style, _ in self._record_buffer + ) + else: + text = "".join( + segment.text + for segment in self._record_buffer + if not segment.control + ) + if clear: + del self._record_buffer[:] + return text + + def save_text(self, path: str, *, clear: bool = True, styles: bool = False) -> None: + """Generate text from console and save to a given location (requires record=True argument in constructor). + + Args: + path (str): Path to write text files. + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. + styles (bool, optional): If ``True``, ansi style codes will be included. ``False`` for plain text. + Defaults to ``False``. + + """ + text = self.export_text(clear=clear, styles=styles) + with open(path, "w", 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, "w", 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, "w", encoding="utf-8") as write_file: + write_file.write(svg) + + +def _svg_hash(svg_main_code: str) -> str: + """Returns a unique hash for the given SVG main code. + + Args: + svg_main_code (str): The content we're going to inject in the SVG envelope. + + Returns: + str: a hash of the given content + """ + return str(zlib.adler32(svg_main_code.encode())) + + +if __name__ == "__main__": # pragma: no cover + console = Console(record=True) + + console.log( + "JSONRPC [i]request[/i]", + 5, + 1.3, + True, + False, + None, + { + "jsonrpc": "2.0", + "method": "subtract", + "params": {"minuend": 42, "subtrahend": 23}, + "id": 3, + }, + ) + + console.log("Hello, World!", "{'a': 1}", repr(console)) + + console.print( + { + "name": None, + "empty": [], + "quiz": { + "sport": { + "answered": True, + "q1": { + "question": "Which one is correct team name in NBA?", + "options": [ + "New York Bulls", + "Los Angeles Kings", + "Golden State Warriors", + "Huston Rocket", + ], + "answer": "Huston Rocket", + }, + }, + "maths": { + "answered": False, + "q1": { + "question": "5 + 7 = ?", + "options": [10, 11, 12, 13], + "answer": 12, + }, + "q2": { + "question": "12 - 8 = ?", + "options": [1, 2, 3, 4], + "answer": 4, + }, + }, + }, + } + ) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/constrain.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/constrain.py new file mode 100644 index 0000000..65fdf56 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/containers.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/containers.py new file mode 100644 index 0000000..901ff8b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/containers.py @@ -0,0 +1,167 @@ +from itertools import zip_longest +from typing import ( + TYPE_CHECKING, + Iterable, + Iterator, + List, + Optional, + TypeVar, + Union, + overload, +) + +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 cells available per line. + justify (str, optional): Default justify method for text: "left", "center", "full" or "right". Defaults to "left". + overflow (str, optional): Default overflow for text: "crop", "fold", or "ellipsis". Defaults to "fold". + + """ + from .text import Text + + if justify == "left": + for line in self._lines: + line.truncate(width, overflow=overflow, pad=True) + elif justify == "center": + for line in self._lines: + line.rstrip() + line.truncate(width, overflow=overflow) + line.pad_left((width - cell_len(line.plain)) // 2) + line.pad_right(width - cell_len(line.plain)) + elif justify == "right": + for line in self._lines: + line.rstrip() + line.truncate(width, overflow=overflow) + line.pad_left(width - cell_len(line.plain)) + elif justify == "full": + for line_index, line in enumerate(self._lines): + if line_index == len(self._lines) - 1: + break + words = line.split(" ") + words_size = sum(cell_len(word.plain) for word in words) + num_spaces = len(words) - 1 + spaces = [1 for _ in range(num_spaces)] + index = 0 + if spaces: + while words_size + num_spaces < width: + spaces[len(spaces) - index - 1] += 1 + num_spaces += 1 + index = (index + 1) % len(spaces) + tokens: List[Text] = [] + for index, (word, next_word) in enumerate( + zip_longest(words, words[1:]) + ): + tokens.append(word) + if index < len(spaces): + style = word.get_style_at_offset(console, -1) + next_style = next_word.get_style_at_offset(console, 0) + space_style = style if style == next_style else line.style + tokens.append(Text(" " * spaces[index], style=space_style)) + self[line_index] = Text("").join(tokens) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/control.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/control.py new file mode 100644 index 0000000..88fcb92 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/default_styles.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/default_styles.py new file mode 100644 index 0000000..6c0d732 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/default_styles.py @@ -0,0 +1,191 @@ +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="yellow"), + "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), + "traceback.error_range": Style(underline=True, bold=True, dim=False), + "bar.back": Style(color="grey23"), + "bar.complete": Style(color="rgb(249,38,114)"), + "bar.finished": Style(color="rgb(114,156,31)"), + "bar.pulse": Style(color="rgb(249,38,114)"), + "progress.description": Style.null(), + "progress.filesize": Style(color="green"), + "progress.filesize.total": Style(color="green"), + "progress.download": Style(color="green"), + "progress.elapsed": Style(color="yellow"), + "progress.percentage": Style(color="magenta"), + "progress.remaining": Style(color="cyan"), + "progress.data.speed": Style(color="red"), + "progress.spinner": Style(color="green"), + "status.spinner": Style(color="green"), + "tree": Style(), + "tree.line": Style(), + "markdown.paragraph": Style(), + "markdown.text": Style(), + "markdown.em": Style(italic=True), + "markdown.emph": Style(italic=True), # For commonmark backwards compatibility + "markdown.strong": Style(bold=True), + "markdown.code": Style(bold=True, color="cyan", bgcolor="black"), + "markdown.code_block": Style(color="cyan", bgcolor="black"), + "markdown.block_quote": Style(color="magenta"), + "markdown.list": Style(color="cyan"), + "markdown.item": Style(), + "markdown.item.bullet": Style(color="yellow", bold=True), + "markdown.item.number": Style(color="yellow", bold=True), + "markdown.hr": Style(color="yellow"), + "markdown.h1.border": Style(), + "markdown.h1": Style(bold=True), + "markdown.h2": Style(bold=True, underline=True), + "markdown.h3": Style(bold=True), + "markdown.h4": Style(bold=True, dim=True), + "markdown.h5": Style(underline=True), + "markdown.h6": Style(italic=True), + "markdown.h7": Style(italic=True, dim=True), + "markdown.link": Style(color="bright_blue"), + "markdown.link_url": Style(color="blue", underline=True), + "markdown.s": Style(strike=True), + "iso8601.date": Style(color="blue"), + "iso8601.time": Style(color="magenta"), + "iso8601.timezone": Style(color="yellow"), +} + + +if __name__ == "__main__": # pragma: no cover + import argparse + import io + + from pip._vendor.rich.console import Console + from pip._vendor.rich.table import Table + from pip._vendor.rich.text import Text + + parser = argparse.ArgumentParser() + parser.add_argument("--html", action="store_true", help="Export as HTML table") + args = parser.parse_args() + html: bool = args.html + console = Console(record=True, width=70, file=io.StringIO()) if html else Console() + + table = Table("Name", "Styling") + + for style_name, style in DEFAULT_STYLES.items(): + table.add_row(Text(style_name, style=style), str(style)) + + console.print(table) + if html: + print(console.export_html(inline_styles=True)) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/diagnose.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/diagnose.py new file mode 100644 index 0000000..ad36183 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/emoji.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/emoji.py new file mode 100644 index 0000000..791f046 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/errors.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/errors.py new file mode 100644 index 0000000..0bcbe53 --- /dev/null +++ b/venv/lib/python3.10/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/venv/lib/python3.10/site-packages/pip/_vendor/rich/file_proxy.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/file_proxy.py new file mode 100644 index 0000000..4b0b0da --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/file_proxy.py @@ -0,0 +1,57 @@ +import io +from typing import IO, TYPE_CHECKING, Any, List + +from .ansi import AnsiDecoder +from .text import Text + +if TYPE_CHECKING: + from .console import Console + + +class FileProxy(io.TextIOBase): + """Wraps a file (e.g. sys.stdout) and redirects writes to a console.""" + + def __init__(self, console: "Console", file: IO[str]) -> None: + self.__console = console + self.__file = file + self.__buffer: List[str] = [] + self.__ansi_decoder = AnsiDecoder() + + @property + def rich_proxied_file(self) -> IO[str]: + """Get proxied file.""" + return self.__file + + def __getattr__(self, name: str) -> Any: + return getattr(self.__file, name) + + def write(self, text: str) -> int: + if not isinstance(text, str): + raise TypeError(f"write() argument must be str, not {type(text).__name__}") + buffer = self.__buffer + lines: List[str] = [] + while text: + line, new_line, text = text.partition("\n") + if new_line: + lines.append("".join(buffer) + line) + buffer.clear() + else: + buffer.append(line) + break + if lines: + console = self.__console + with console: + output = Text("\n").join( + self.__ansi_decoder.decode_line(line) for line in lines + ) + console.print(output) + return len(text) + + def flush(self) -> None: + output = "".join(self.__buffer) + if output: + self.__console.print(output) + del self.__buffer[:] + + def fileno(self) -> int: + return self.__file.fileno() diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/filesize.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/filesize.py new file mode 100644 index 0000000..83bc911 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/filesize.py @@ -0,0 +1,88 @@ +"""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 f"{size:,} bytes" + + for i, suffix in enumerate(suffixes, 2): # noqa: B007 + unit = base**i + if size < unit: + break + return "{:,.{precision}f}{separator}{}".format( + (base * size / unit), + suffix, + precision=precision, + separator=separator, + ) + + +def pick_unit_and_suffix(size: int, suffixes: List[str], base: int) -> Tuple[int, str]: + """Pick a suffix and base for the given size.""" + for i, suffix in enumerate(suffixes): + unit = base**i + if size < unit * base: + break + return unit, suffix + + +def decimal( + size: int, + *, + precision: Optional[int] = 1, + separator: Optional[str] = " ", +) -> str: + """Convert a filesize in to a string (powers of 1000, SI prefixes). + + In this convention, ``1000 B = 1 kB``. + + This is typically the format used to advertise the storage + capacity of USB flash drives and the like (*256 MB* meaning + actually a storage capacity of more than *256 000 000 B*), + or used by **Mac OS X** since v10.6 to report file sizes. + + Arguments: + int (size): A file size. + int (precision): The number of decimal places to include (default = 1). + str (separator): The string to separate the value from the units (default = " "). + + Returns: + `str`: A string containing a abbreviated file size and units. + + Example: + >>> filesize.decimal(30000) + '30.0 kB' + >>> filesize.decimal(30000, precision=2, separator="") + '30.00kB' + + """ + return _to_str( + size, + ("kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"), + 1000, + precision=precision, + separator=separator, + ) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/highlighter.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/highlighter.py new file mode 100644 index 0000000..e4c462e --- /dev/null +++ b/venv/lib/python3.10/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
{text}' + append_fragment(text) + + code = "".join(fragments) + html = JUPYTER_HTML_FORMAT.format(code=code) + + return html + + +def display(segments: Iterable[Segment], text: str) -> None: + """Render segments to Jupyter.""" + html = _render_segments(segments) + jupyter_renderable = JupyterRenderable(html, text) + try: + from IPython.display import display as ipython_display + + ipython_display(jupyter_renderable) + except ModuleNotFoundError: + # Handle the case where the Console has force_jupyter=True, + # but IPython is not installed. + pass + + +def print(*args: Any, **kwargs: Any) -> None: + """Proxy for Console print.""" + console = get_console() + return console.print(*args, **kwargs) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/layout.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/layout.py new file mode 100644 index 0000000..a6f1a31 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/layout.py @@ -0,0 +1,442 @@ +from abc import ABC, abstractmethod +from itertools import islice +from operator import itemgetter +from threading import RLock +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + List, + NamedTuple, + Optional, + Sequence, + Tuple, + Union, +) + +from ._ratio import ratio_resolve +from .align import Align +from .console import Console, ConsoleOptions, RenderableType, RenderResult +from .highlighter import ReprHighlighter +from .panel import Panel +from .pretty import Pretty +from .region import Region +from .repr import Result, rich_repr +from .segment import Segment +from .style import StyleType + +if TYPE_CHECKING: + from pip._vendor.rich.tree import Tree + + +class LayoutRender(NamedTuple): + """An individual layout render.""" + + region: Region + render: List[List[Segment]] + + +RegionMap = Dict["Layout", Region] +RenderMap = Dict["Layout", LayoutRender] + + +class LayoutError(Exception): + """Layout related error.""" + + +class NoSplitter(LayoutError): + """Requested splitter does not exist.""" + + +class _Placeholder: + """An internal renderable used as a Layout placeholder.""" + + highlighter = ReprHighlighter() + + def __init__(self, layout: "Layout", style: StyleType = "") -> None: + self.layout = layout + self.style = style + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + width = options.max_width + height = options.height or options.size.height + layout = self.layout + title = ( + f"{layout.name!r} ({width} x {height})" + if layout.name + else f"({width} x {height})" + ) + yield Panel( + Align.center(Pretty(layout), vertical="middle"), + style=self.style, + title=self.highlighter(title), + border_style="blue", + height=height, + ) + + +class Splitter(ABC): + """Base class for a splitter.""" + + name: str = "" + + @abstractmethod + def get_tree_icon(self) -> str: + """Get the icon (emoji) used in layout.tree""" + + @abstractmethod + def divide( + self, children: Sequence["Layout"], region: Region + ) -> Iterable[Tuple["Layout", Region]]: + """Divide a region amongst several child layouts. + + Args: + children (Sequence(Layout)): A number of child layouts. + region (Region): A rectangular region to divide. + """ + + +class RowSplitter(Splitter): + """Split a layout region in to rows.""" + + name = "row" + + def get_tree_icon(self) -> str: + return "[layout.tree.row]⬌" + + def divide( + self, children: Sequence["Layout"], region: Region + ) -> Iterable[Tuple["Layout", Region]]: + x, y, width, height = region + render_widths = ratio_resolve(width, children) + offset = 0 + _Region = Region + for child, child_width in zip(children, render_widths): + yield child, _Region(x + offset, y, child_width, height) + offset += child_width + + +class ColumnSplitter(Splitter): + """Split a layout region in to columns.""" + + name = "column" + + def get_tree_icon(self) -> str: + return "[layout.tree.column]⬍" + + def divide( + self, children: Sequence["Layout"], region: Region + ) -> Iterable[Tuple["Layout", Region]]: + x, y, width, height = region + render_heights = ratio_resolve(height, children) + offset = 0 + _Region = Region + for child, child_height in zip(children, render_heights): + yield child, _Region(x, y + offset, width, child_height) + offset += child_height + + +@rich_repr +class Layout: + """A renderable to divide a fixed height in to rows or columns. + + Args: + renderable (RenderableType, optional): Renderable content, or None for placeholder. Defaults to None. + name (str, optional): Optional identifier for Layout. Defaults to None. + size (int, optional): Optional fixed size of layout. Defaults to None. + minimum_size (int, optional): Minimum size of layout. Defaults to 1. + ratio (int, optional): Optional ratio for flexible layout. Defaults to 1. + visible (bool, optional): Visibility of layout. Defaults to True. + """ + + splitters = {"row": RowSplitter, "column": ColumnSplitter} + + def __init__( + self, + renderable: Optional[RenderableType] = None, + *, + name: Optional[str] = None, + size: Optional[int] = None, + minimum_size: int = 1, + ratio: int = 1, + visible: bool = True, + ) -> None: + self._renderable = renderable or _Placeholder(self) + self.size = size + self.minimum_size = minimum_size + self.ratio = ratio + self.name = name + self.visible = visible + self.splitter: Splitter = self.splitters["column"]() + self._children: List[Layout] = [] + self._render_map: RenderMap = {} + self._lock = RLock() + + def __rich_repr__(self) -> Result: + yield "name", self.name, None + yield "size", self.size, None + yield "minimum_size", self.minimum_size, 1 + yield "ratio", self.ratio, 1 + + @property + def renderable(self) -> RenderableType: + """Layout renderable.""" + return self if self._children else self._renderable + + @property + def children(self) -> List["Layout"]: + """Gets (visible) layout children.""" + return [child for child in self._children if child.visible] + + @property + def map(self) -> RenderMap: + """Get a map of the last render.""" + return self._render_map + + def get(self, name: str) -> Optional["Layout"]: + """Get a named layout, or None if it doesn't exist. + + Args: + name (str): Name of layout. + + Returns: + Optional[Layout]: Layout instance or None if no layout was found. + """ + if self.name == name: + return self + else: + for child in self._children: + named_layout = child.get(name) + if named_layout is not None: + return named_layout + return None + + def __getitem__(self, name: str) -> "Layout": + layout = self.get(name) + if layout is None: + raise KeyError(f"No layout with name {name!r}") + return layout + + @property + def tree(self) -> "Tree": + """Get a tree renderable to show layout structure.""" + from pip._vendor.rich.styled import Styled + from pip._vendor.rich.table import Table + from pip._vendor.rich.tree import Tree + + def summary(layout: "Layout") -> Table: + icon = layout.splitter.get_tree_icon() + + table = Table.grid(padding=(0, 1, 0, 0)) + + text: RenderableType = ( + Pretty(layout) if layout.visible else Styled(Pretty(layout), "dim") + ) + table.add_row(icon, text) + _summary = table + return _summary + + layout = self + tree = Tree( + summary(layout), + guide_style=f"layout.tree.{layout.splitter.name}", + highlight=True, + ) + + def recurse(tree: "Tree", layout: "Layout") -> None: + for child in layout._children: + recurse( + tree.add( + summary(child), + guide_style=f"layout.tree.{child.splitter.name}", + ), + child, + ) + + recurse(tree, self) + return tree + + def split( + self, + *layouts: Union["Layout", RenderableType], + splitter: Union[Splitter, str] = "column", + ) -> None: + """Split the layout in to multiple sub-layouts. + + Args: + *layouts (Layout): Positional arguments should be (sub) Layout instances. + splitter (Union[Splitter, str]): Splitter instance or name of splitter. + """ + _layouts = [ + layout if isinstance(layout, Layout) else Layout(layout) + for layout in layouts + ] + try: + self.splitter = ( + splitter + if isinstance(splitter, Splitter) + else self.splitters[splitter]() + ) + except KeyError: + raise NoSplitter(f"No splitter called {splitter!r}") + self._children[:] = _layouts + + def add_split(self, *layouts: Union["Layout", RenderableType]) -> None: + """Add a new layout(s) to existing split. + + Args: + *layouts (Union[Layout, RenderableType]): Positional arguments should be renderables or (sub) Layout instances. + + """ + _layouts = ( + layout if isinstance(layout, Layout) else Layout(layout) + for layout in layouts + ) + self._children.extend(_layouts) + + def split_row(self, *layouts: Union["Layout", RenderableType]) -> None: + """Split the layout in to a row (layouts side by side). + + Args: + *layouts (Layout): Positional arguments should be (sub) Layout instances. + """ + self.split(*layouts, splitter="row") + + def split_column(self, *layouts: Union["Layout", RenderableType]) -> None: + """Split the layout in to a column (layouts stacked on top of each other). + + Args: + *layouts (Layout): Positional arguments should be (sub) Layout instances. + """ + self.split(*layouts, splitter="column") + + def unsplit(self) -> None: + """Reset splits to initial state.""" + del self._children[:] + + def update(self, renderable: RenderableType) -> None: + """Update renderable. + + Args: + renderable (RenderableType): New renderable object. + """ + with self._lock: + self._renderable = renderable + + def refresh_screen(self, console: "Console", layout_name: str) -> None: + """Refresh a sub-layout. + + Args: + console (Console): Console instance where Layout is to be rendered. + layout_name (str): Name of layout. + """ + with self._lock: + layout = self[layout_name] + region, _lines = self._render_map[layout] + (x, y, width, height) = region + lines = console.render_lines( + layout, console.options.update_dimensions(width, height) + ) + self._render_map[layout] = LayoutRender(region, lines) + console.update_screen_lines(lines, x, y) + + def _make_region_map(self, width: int, height: int) -> RegionMap: + """Create a dict that maps layout on to Region.""" + stack: List[Tuple[Layout, Region]] = [(self, Region(0, 0, width, height))] + push = stack.append + pop = stack.pop + layout_regions: List[Tuple[Layout, Region]] = [] + append_layout_region = layout_regions.append + while stack: + append_layout_region(pop()) + layout, region = layout_regions[-1] + children = layout.children + if children: + for child_and_region in layout.splitter.divide(children, region): + push(child_and_region) + + region_map = { + layout: region + for layout, region in sorted(layout_regions, key=itemgetter(1)) + } + return region_map + + def render(self, console: Console, options: ConsoleOptions) -> RenderMap: + """Render the sub_layouts. + + Args: + console (Console): Console instance. + options (ConsoleOptions): Console options. + + Returns: + RenderMap: A dict that maps Layout on to a tuple of Region, lines + """ + render_width = options.max_width + render_height = options.height or console.height + region_map = self._make_region_map(render_width, render_height) + layout_regions = [ + (layout, region) + for layout, region in region_map.items() + if not layout.children + ] + render_map: Dict["Layout", "LayoutRender"] = {} + render_lines = console.render_lines + update_dimensions = options.update_dimensions + + for layout, region in layout_regions: + lines = render_lines( + layout.renderable, update_dimensions(region.width, region.height) + ) + render_map[layout] = LayoutRender(region, lines) + return render_map + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + with self._lock: + width = options.max_width or console.width + height = options.height or console.height + render_map = self.render(console, options.update_dimensions(width, height)) + self._render_map = render_map + layout_lines: List[List[Segment]] = [[] for _ in range(height)] + _islice = islice + for region, lines in render_map.values(): + _x, y, _layout_width, layout_height = region + for row, line in zip( + _islice(layout_lines, y, y + layout_height), lines + ): + row.extend(line) + + new_line = Segment.line() + for layout_row in layout_lines: + yield from layout_row + yield new_line + + +if __name__ == "__main__": + from pip._vendor.rich.console import Console + + console = Console() + layout = Layout() + + layout.split_column( + Layout(name="header", size=3), + Layout(ratio=1, name="main"), + Layout(size=10, name="footer"), + ) + + layout["main"].split_row(Layout(name="side"), Layout(name="body", ratio=2)) + + layout["body"].split_row(Layout(name="content", ratio=2), Layout(name="s2")) + + layout["s2"].split_column( + Layout(name="top"), Layout(name="middle"), Layout(name="bottom") + ) + + layout["side"].split_column(Layout(layout.tree, name="left1"), Layout(name="left2")) + + layout["content"].update("foo") + + console.print(layout) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/live.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/live.py new file mode 100644 index 0000000..8738cf0 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/live.py @@ -0,0 +1,375 @@ +import sys +from threading import Event, RLock, Thread +from types import TracebackType +from typing import IO, Any, Callable, List, Optional, TextIO, Type, cast + +from . import get_console +from .console import Console, ConsoleRenderable, RenderableType, RenderHook +from .control import Control +from .file_proxy import FileProxy +from .jupyter import JupyterMixin +from .live_render import LiveRender, VerticalOverflowMethod +from .screen import Screen +from .text import Text + + +class _RefreshThread(Thread): + """A thread that calls refresh() at regular intervals.""" + + def __init__(self, live: "Live", refresh_per_second: float) -> None: + self.live = live + self.refresh_per_second = refresh_per_second + self.done = Event() + super().__init__(daemon=True) + + def stop(self) -> None: + self.done.set() + + def run(self) -> None: + while not self.done.wait(1 / self.refresh_per_second): + with self.live._lock: + if not self.done.is_set(): + self.live.refresh() + + +class Live(JupyterMixin, RenderHook): + """Renders an auto-updating live display of any given renderable. + + Args: + renderable (RenderableType, optional): The renderable to live display. Defaults to displaying nothing. + console (Console, optional): Optional Console instance. Defaults to an internal Console instance writing to stdout. + screen (bool, optional): Enable alternate screen mode. Defaults to False. + auto_refresh (bool, optional): Enable auto refresh. If disabled, you will need to call `refresh()` or `update()` with refresh flag. Defaults to True + refresh_per_second (float, optional): Number of times per second to refresh the live display. Defaults to 4. + transient (bool, optional): Clear the renderable on exit (has no effect when screen=True). Defaults to False. + redirect_stdout (bool, optional): Enable redirection of stdout, so ``print`` may be used. Defaults to True. + redirect_stderr (bool, optional): Enable redirection of stderr. Defaults to True. + vertical_overflow (VerticalOverflowMethod, optional): How to handle renderable when it is too tall for the console. Defaults to "ellipsis". + get_renderable (Callable[[], RenderableType], optional): Optional callable to get renderable. Defaults to None. + """ + + def __init__( + self, + renderable: Optional[RenderableType] = None, + *, + console: Optional[Console] = None, + screen: bool = False, + auto_refresh: bool = True, + refresh_per_second: float = 4, + transient: bool = False, + redirect_stdout: bool = True, + redirect_stderr: bool = True, + vertical_overflow: VerticalOverflowMethod = "ellipsis", + get_renderable: Optional[Callable[[], RenderableType]] = None, + ) -> None: + assert refresh_per_second > 0, "refresh_per_second must be > 0" + self._renderable = renderable + self.console = console if console is not None else get_console() + self._screen = screen + self._alt_screen = False + + self._redirect_stdout = redirect_stdout + self._redirect_stderr = redirect_stderr + self._restore_stdout: Optional[IO[str]] = None + self._restore_stderr: Optional[IO[str]] = None + + self._lock = RLock() + self.ipy_widget: Optional[Any] = None + self.auto_refresh = auto_refresh + self._started: bool = False + self.transient = True if screen else transient + + self._refresh_thread: Optional[_RefreshThread] = None + self.refresh_per_second = refresh_per_second + + self.vertical_overflow = vertical_overflow + self._get_renderable = get_renderable + self._live_render = LiveRender( + self.get_renderable(), vertical_overflow=vertical_overflow + ) + + @property + def is_started(self) -> bool: + """Check if live display has been started.""" + return self._started + + def get_renderable(self) -> RenderableType: + renderable = ( + self._get_renderable() + if self._get_renderable is not None + else self._renderable + ) + return renderable or "" + + def start(self, refresh: bool = False) -> None: + """Start live rendering display. + + Args: + refresh (bool, optional): Also refresh. Defaults to False. + """ + with self._lock: + if self._started: + return + self.console.set_live(self) + self._started = True + if self._screen: + self._alt_screen = self.console.set_alt_screen(True) + self.console.show_cursor(False) + self._enable_redirect_io() + self.console.push_render_hook(self) + if refresh: + try: + self.refresh() + except Exception: + # If refresh fails, we want to stop the redirection of sys.stderr, + # so the error stacktrace is properly displayed in the terminal. + # (or, if the code that calls Rich captures the exception and wants to display something, + # let this be displayed in the terminal). + self.stop() + raise + if self.auto_refresh: + self._refresh_thread = _RefreshThread(self, self.refresh_per_second) + self._refresh_thread.start() + + def stop(self) -> None: + """Stop live rendering display.""" + with self._lock: + if not self._started: + return + self.console.clear_live() + self._started = False + + if self.auto_refresh and self._refresh_thread is not None: + self._refresh_thread.stop() + self._refresh_thread = None + # allow it to fully render on the last even if overflow + self.vertical_overflow = "visible" + with self.console: + try: + if not self._alt_screen and not self.console.is_jupyter: + self.refresh() + finally: + self._disable_redirect_io() + self.console.pop_render_hook() + if not self._alt_screen and self.console.is_terminal: + self.console.line() + self.console.show_cursor(True) + if self._alt_screen: + self.console.set_alt_screen(False) + + if self.transient and not self._alt_screen: + self.console.control(self._live_render.restore_cursor()) + if self.ipy_widget is not None and self.transient: + self.ipy_widget.close() # pragma: no cover + + def __enter__(self) -> "Live": + self.start(refresh=self._renderable is not None) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.stop() + + def _enable_redirect_io(self) -> None: + """Enable redirecting of stdout / stderr.""" + if self.console.is_terminal or self.console.is_jupyter: + if self._redirect_stdout and not isinstance(sys.stdout, FileProxy): + self._restore_stdout = sys.stdout + sys.stdout = cast("TextIO", FileProxy(self.console, sys.stdout)) + if self._redirect_stderr and not isinstance(sys.stderr, FileProxy): + self._restore_stderr = sys.stderr + sys.stderr = cast("TextIO", FileProxy(self.console, sys.stderr)) + + def _disable_redirect_io(self) -> None: + """Disable redirecting of stdout / stderr.""" + if self._restore_stdout: + sys.stdout = cast("TextIO", self._restore_stdout) + self._restore_stdout = None + if self._restore_stderr: + sys.stderr = cast("TextIO", self._restore_stderr) + self._restore_stderr = None + + @property + def renderable(self) -> RenderableType: + """Get the renderable that is being displayed + + Returns: + RenderableType: Displayed renderable. + """ + renderable = self.get_renderable() + return Screen(renderable) if self._alt_screen else renderable + + def update(self, renderable: RenderableType, *, refresh: bool = False) -> None: + """Update the renderable that is being displayed + + Args: + renderable (RenderableType): New renderable to use. + refresh (bool, optional): Refresh the display. Defaults to False. + """ + if isinstance(renderable, str): + renderable = self.console.render_str(renderable) + with self._lock: + self._renderable = renderable + if refresh: + self.refresh() + + def refresh(self) -> None: + """Update the display of the Live Render.""" + with self._lock: + self._live_render.set_renderable(self.renderable) + if self.console.is_jupyter: # pragma: no cover + try: + from IPython.display import display + from ipywidgets import Output + except ImportError: + import warnings + + warnings.warn('install "ipywidgets" for Jupyter support') + else: + if self.ipy_widget is None: + self.ipy_widget = Output() + display(self.ipy_widget) + + with self.ipy_widget: + self.ipy_widget.clear_output(wait=True) + self.console.print(self._live_render.renderable) + elif self.console.is_terminal and not self.console.is_dumb_terminal: + with self.console: + self.console.print(Control()) + elif ( + not self._started and not self.transient + ): # if it is finished allow files or dumb-terminals to see final result + with self.console: + self.console.print(Control()) + + def process_renderables( + self, renderables: List[ConsoleRenderable] + ) -> List[ConsoleRenderable]: + """Process renderables to restore cursor and display progress.""" + self._live_render.vertical_overflow = self.vertical_overflow + if self.console.is_interactive: + # lock needs acquiring as user can modify live_render renderable at any time unlike in Progress. + with self._lock: + reset = ( + Control.home() + if self._alt_screen + else self._live_render.position_cursor() + ) + renderables = [reset, *renderables, self._live_render] + elif ( + not self._started and not self.transient + ): # if it is finished render the final output for files or dumb_terminals + renderables = [*renderables, self._live_render] + + return renderables + + +if __name__ == "__main__": # pragma: no cover + import random + import time + from itertools import cycle + from typing import Dict, List, Tuple + + from .align import Align + from .console import Console + from .live import Live as Live + from .panel import Panel + from .rule import Rule + from .syntax import Syntax + from .table import Table + + console = Console() + + syntax = Syntax( + '''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''', + "python", + line_numbers=True, + ) + + table = Table("foo", "bar", "baz") + table.add_row("1", "2", "3") + + progress_renderables = [ + "You can make the terminal shorter and taller to see the live table hide" + "Text may be printed while the progress bars are rendering.", + Panel("In fact, [i]any[/i] renderable will work"), + "Such as [magenta]tables[/]...", + table, + "Pretty printed structures...", + {"type": "example", "text": "Pretty printed"}, + "Syntax...", + syntax, + Rule("Give it a try!"), + ] + + examples = cycle(progress_renderables) + + exchanges = [ + "SGD", + "MYR", + "EUR", + "USD", + "AUD", + "JPY", + "CNH", + "HKD", + "CAD", + "INR", + "DKK", + "GBP", + "RUB", + "NZD", + "MXN", + "IDR", + "TWD", + "THB", + "VND", + ] + with Live(console=console) as live_table: + exchange_rate_dict: Dict[Tuple[str, str], float] = {} + + for index in range(100): + select_exchange = exchanges[index % len(exchanges)] + + for exchange in exchanges: + if exchange == select_exchange: + continue + time.sleep(0.4) + if random.randint(0, 10) < 1: + console.log(next(examples)) + exchange_rate_dict[(select_exchange, exchange)] = 200 / ( + (random.random() * 320) + 1 + ) + if len(exchange_rate_dict) > len(exchanges) - 1: + exchange_rate_dict.pop(list(exchange_rate_dict.keys())[0]) + table = Table(title="Exchange Rates") + + table.add_column("Source Currency") + table.add_column("Destination Currency") + table.add_column("Exchange Rate") + + for (source, dest), exchange_rate in exchange_rate_dict.items(): + table.add_row( + source, + dest, + Text( + f"{exchange_rate:.4f}", + style="red" if exchange_rate < 1.0 else "green", + ), + ) + + live_table.update(Align.center(table)) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/live_render.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/live_render.py new file mode 100644 index 0000000..e20745d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/live_render.py @@ -0,0 +1,112 @@ +import sys +from typing import Optional, Tuple + +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 +from .console import Console, ConsoleOptions, RenderableType, RenderResult +from .control import Control +from .segment import ControlType, Segment +from .style import StyleType +from .text import Text + +VerticalOverflowMethod = Literal["crop", "ellipsis", "visible"] + + +class LiveRender: + """Creates a renderable that may be updated. + + Args: + renderable (RenderableType): Any renderable object. + style (StyleType, optional): An optional style to apply to the renderable. Defaults to "". + """ + + def __init__( + self, + renderable: RenderableType, + style: StyleType = "", + vertical_overflow: VerticalOverflowMethod = "ellipsis", + ) -> None: + self.renderable = renderable + self.style = style + self.vertical_overflow = vertical_overflow + self._shape: Optional[Tuple[int, int]] = None + + def set_renderable(self, renderable: RenderableType) -> None: + """Set a new renderable. + + Args: + renderable (RenderableType): Any renderable object, including str. + """ + self.renderable = renderable + + def position_cursor(self) -> Control: + """Get control codes to move cursor to beginning of live render. + + Returns: + Control: A control instance that may be printed. + """ + if self._shape is not None: + _, height = self._shape + return Control( + ControlType.CARRIAGE_RETURN, + (ControlType.ERASE_IN_LINE, 2), + *( + ( + (ControlType.CURSOR_UP, 1), + (ControlType.ERASE_IN_LINE, 2), + ) + * (height - 1) + ) + ) + return Control() + + def restore_cursor(self) -> Control: + """Get control codes to clear the render and restore the cursor to its previous position. + + Returns: + Control: A Control instance that may be printed. + """ + if self._shape is not None: + _, height = self._shape + return Control( + ControlType.CARRIAGE_RETURN, + *((ControlType.CURSOR_UP, 1), (ControlType.ERASE_IN_LINE, 2)) * height + ) + return Control() + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + renderable = self.renderable + style = console.get_style(self.style) + lines = console.render_lines(renderable, options, style=style, pad=False) + shape = Segment.get_shape(lines) + + _, height = shape + if height > options.size.height: + if self.vertical_overflow == "crop": + lines = lines[: options.size.height] + shape = Segment.get_shape(lines) + elif self.vertical_overflow == "ellipsis": + lines = lines[: (options.size.height - 1)] + overflow_text = Text( + "...", + overflow="crop", + justify="center", + end="", + style="live.ellipsis", + ) + lines.append(list(console.render(overflow_text))) + shape = Segment.get_shape(lines) + self._shape = shape + + new_line = Segment.line() + for last, line in loop_last(lines): + yield from line + if not last: + yield new_line diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/logging.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/logging.py new file mode 100644 index 0000000..ff8d5d9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/logging.py @@ -0,0 +1,297 @@ +import logging +from datetime import datetime +from logging import Handler, LogRecord +from pathlib import Path +from types import ModuleType +from typing import ClassVar, Iterable, List, Optional, Type, Union + +from pip._vendor.rich._null_file import NullFile + +from . import get_console +from ._log_render import FormatTimeCallable, LogRender +from .console import Console, ConsoleRenderable +from .highlighter import Highlighter, ReprHighlighter +from .text import Text +from .traceback import Traceback + + +class RichHandler(Handler): + """A logging handler that renders output with Rich. The time / level / message and file are displayed in columns. + The level is color coded, and the message is syntax highlighted. + + Note: + Be careful when enabling console markup in log messages if you have configured logging for libraries not + under your control. If a dependency writes messages containing square brackets, it may not produce the intended output. + + Args: + level (Union[int, str], optional): Log level. Defaults to logging.NOTSET. + console (:class:`~rich.console.Console`, optional): Optional console instance to write logs. + Default will use a global console instance writing to stdout. + show_time (bool, optional): Show a column for the time. Defaults to True. + omit_repeated_times (bool, optional): Omit repetition of the same time. Defaults to True. + show_level (bool, optional): Show a column for the level. Defaults to True. + show_path (bool, optional): Show the path to the original log call. Defaults to True. + enable_link_path (bool, optional): Enable terminal link of path column to file. Defaults to True. + highlighter (Highlighter, optional): Highlighter to style log messages, or None to use ReprHighlighter. Defaults to None. + markup (bool, optional): Enable console markup in log messages. Defaults to False. + rich_tracebacks (bool, optional): Enable rich tracebacks with syntax highlighting and formatting. Defaults to False. + tracebacks_width (Optional[int], optional): Number of characters used to render tracebacks, or None for full width. Defaults to None. + tracebacks_code_width (int, optional): Number of code characters used to render tracebacks, or None for full width. Defaults to 88. + tracebacks_extra_lines (int, optional): Additional lines of code to render tracebacks, or None for full width. Defaults to None. + tracebacks_theme (str, optional): Override pygments theme used in traceback. + tracebacks_word_wrap (bool, optional): Enable word wrapping of long tracebacks lines. Defaults to True. + tracebacks_show_locals (bool, optional): Enable display of locals in tracebacks. Defaults to False. + tracebacks_suppress (Sequence[Union[str, ModuleType]]): Optional sequence of modules or paths to exclude from traceback. + tracebacks_max_frames (int, optional): Optional maximum number of frames returned by traceback. + locals_max_length (int, optional): Maximum length of containers before abbreviating, or None for no abbreviation. + Defaults to 10. + locals_max_string (int, optional): Maximum length of string before truncating, or None to disable. Defaults to 80. + 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 %X] ". + keywords (List[str], optional): List of words to highlight instead of ``RichHandler.KEYWORDS``. + """ + + KEYWORDS: ClassVar[Optional[List[str]]] = [ + "GET", + "POST", + "HEAD", + "PUT", + "DELETE", + "OPTIONS", + "TRACE", + "PATCH", + ] + HIGHLIGHTER_CLASS: ClassVar[Type[Highlighter]] = ReprHighlighter + + def __init__( + self, + level: Union[int, str] = logging.NOTSET, + console: Optional[Console] = None, + *, + show_time: bool = True, + omit_repeated_times: bool = True, + show_level: bool = True, + show_path: bool = True, + enable_link_path: bool = True, + highlighter: Optional[Highlighter] = None, + markup: bool = False, + rich_tracebacks: bool = False, + tracebacks_width: Optional[int] = None, + tracebacks_code_width: int = 88, + tracebacks_extra_lines: int = 3, + tracebacks_theme: Optional[str] = None, + tracebacks_word_wrap: bool = True, + tracebacks_show_locals: bool = False, + tracebacks_suppress: Iterable[Union[str, ModuleType]] = (), + tracebacks_max_frames: int = 100, + locals_max_length: int = 10, + locals_max_string: int = 80, + log_time_format: Union[str, FormatTimeCallable] = "[%x %X]", + keywords: Optional[List[str]] = None, + ) -> None: + super().__init__(level=level) + self.console = console or get_console() + self.highlighter = highlighter or self.HIGHLIGHTER_CLASS() + self._log_render = LogRender( + show_time=show_time, + show_level=show_level, + show_path=show_path, + time_format=log_time_format, + omit_repeated_times=omit_repeated_times, + level_width=None, + ) + self.enable_link_path = enable_link_path + self.markup = markup + self.rich_tracebacks = rich_tracebacks + self.tracebacks_width = tracebacks_width + self.tracebacks_extra_lines = tracebacks_extra_lines + self.tracebacks_theme = tracebacks_theme + self.tracebacks_word_wrap = tracebacks_word_wrap + self.tracebacks_show_locals = tracebacks_show_locals + self.tracebacks_suppress = tracebacks_suppress + self.tracebacks_max_frames = tracebacks_max_frames + self.tracebacks_code_width = tracebacks_code_width + self.locals_max_length = locals_max_length + self.locals_max_string = locals_max_string + self.keywords = keywords + + def get_level_text(self, record: LogRecord) -> Text: + """Get the level name from the record. + + Args: + record (LogRecord): LogRecord instance. + + Returns: + Text: A tuple of the style and level name. + """ + level_name = record.levelname + level_text = Text.styled( + level_name.ljust(8), f"logging.level.{level_name.lower()}" + ) + return level_text + + def emit(self, record: LogRecord) -> None: + """Invoked by logging.""" + message = self.format(record) + traceback = None + if ( + self.rich_tracebacks + and record.exc_info + and record.exc_info != (None, None, None) + ): + exc_type, exc_value, exc_traceback = record.exc_info + assert exc_type is not None + assert exc_value is not None + traceback = Traceback.from_exception( + exc_type, + exc_value, + exc_traceback, + width=self.tracebacks_width, + code_width=self.tracebacks_code_width, + extra_lines=self.tracebacks_extra_lines, + theme=self.tracebacks_theme, + word_wrap=self.tracebacks_word_wrap, + show_locals=self.tracebacks_show_locals, + locals_max_length=self.locals_max_length, + locals_max_string=self.locals_max_string, + suppress=self.tracebacks_suppress, + max_frames=self.tracebacks_max_frames, + ) + message = record.getMessage() + if self.formatter: + record.message = record.getMessage() + formatter = self.formatter + if hasattr(formatter, "usesTime") and formatter.usesTime(): + record.asctime = formatter.formatTime(record, formatter.datefmt) + message = formatter.formatMessage(record) + + message_renderable = self.render_message(record, message) + log_renderable = self.render( + record=record, traceback=traceback, message_renderable=message_renderable + ) + if isinstance(self.console.file, NullFile): + # Handles pythonw, where stdout/stderr are null, and we return NullFile + # instance from Console.file. In this case, we still want to make a log record + # even though we won't be writing anything to a file. + self.handleError(record) + else: + try: + self.console.print(log_renderable) + except Exception: + self.handleError(record) + + def render_message(self, record: LogRecord, message: str) -> "ConsoleRenderable": + """Render message text in to Text. + + Args: + record (LogRecord): logging Record. + message (str): String containing log message. + + Returns: + ConsoleRenderable: Renderable to display log message. + """ + use_markup = getattr(record, "markup", self.markup) + message_text = Text.from_markup(message) if use_markup else Text(message) + + highlighter = getattr(record, "highlighter", self.highlighter) + if highlighter: + message_text = highlighter(message_text) + + if self.keywords is None: + self.keywords = self.KEYWORDS + + if self.keywords: + message_text.highlight_words(self.keywords, "logging.keyword") + + return message_text + + def render( + self, + *, + record: LogRecord, + traceback: Optional[Traceback], + message_renderable: "ConsoleRenderable", + ) -> "ConsoleRenderable": + """Render log for display. + + Args: + record (LogRecord): logging Record. + traceback (Optional[Traceback]): Traceback instance or None for no Traceback. + message_renderable (ConsoleRenderable): Renderable (typically Text) containing log message contents. + + Returns: + ConsoleRenderable: Renderable to display log. + """ + path = Path(record.pathname).name + level = self.get_level_text(record) + time_format = None if self.formatter is None else self.formatter.datefmt + log_time = datetime.fromtimestamp(record.created) + + log_renderable = self._log_render( + self.console, + [message_renderable] if not traceback else [message_renderable, traceback], + log_time=log_time, + time_format=time_format, + level=level, + path=path, + line_no=record.lineno, + link_path=record.pathname if self.enable_link_path else None, + ) + return log_renderable + + +if __name__ == "__main__": # pragma: no cover + from time import sleep + + FORMAT = "%(message)s" + # FORMAT = "%(asctime)-15s - %(levelname)s - %(message)s" + logging.basicConfig( + level="NOTSET", + format=FORMAT, + datefmt="[%X]", + handlers=[RichHandler(rich_tracebacks=True, tracebacks_show_locals=True)], + ) + log = logging.getLogger("rich") + + log.info("Server starting...") + log.info("Listening on http://127.0.0.1:8080") + sleep(1) + + log.info("GET /index.html 200 1298") + log.info("GET /imgs/backgrounds/back1.jpg 200 54386") + log.info("GET /css/styles.css 200 54386") + log.warning("GET /favicon.ico 404 242") + sleep(1) + + log.debug( + "JSONRPC request\n--> %r\n<-- %r", + { + "version": "1.1", + "method": "confirmFruitPurchase", + "params": [["apple", "orange", "mangoes", "pomelo"], 1.123], + "id": "194521489", + }, + {"version": "1.1", "result": True, "error": None, "id": "194521489"}, + ) + log.debug( + "Loading configuration file /adasd/asdasd/qeqwe/qwrqwrqwr/sdgsdgsdg/werwerwer/dfgerert/ertertert/ertetert/werwerwer" + ) + log.error("Unable to find 'pomelo' in database!") + log.info("POST /jsonrpc/ 200 65532") + log.info("POST /admin/ 401 42234") + log.warning("password was rejected for admin site.") + + def divide() -> None: + number = 1 + divisor = 0 + foos = ["foo"] * 100 + log.debug("in divide") + try: + number / divisor + except: + log.exception("An error of some kind occurred!") + + divide() + sleep(1) + log.critical("Out of memory!") + log.info("Server exited with code=-1") + log.info("[bold]EXITING...[/bold]", extra=dict(markup=True)) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/markup.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/markup.py new file mode 100644 index 0000000..f617187 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/markup.py @@ -0,0 +1,251 @@ +import re +from ast import literal_eval +from operator import attrgetter +from typing import Callable, Iterable, List, Match, NamedTuple, Optional, Tuple, Union + +from ._emoji_replace import _emoji_replace +from .emoji import EmojiVariant +from .errors import MarkupError +from .style import Style +from .text import Span, Text + +RE_TAGS = re.compile( + r"""((\\*)\[([a-z#/@][^[]*?)])""", + re.VERBOSE, +) + +RE_HANDLER = re.compile(r"^([\w.]*?)(\(.*?\))?$") + + +class Tag(NamedTuple): + """A tag in console markup.""" + + name: str + """The tag name. e.g. 'bold'.""" + parameters: Optional[str] + """Any additional parameters after the name.""" + + def __str__(self) -> str: + return ( + self.name if self.parameters is None else f"{self.name} {self.parameters}" + ) + + @property + def markup(self) -> str: + """Get the string representation of this tag.""" + return ( + f"[{self.name}]" + if self.parameters is None + else f"[{self.name}={self.parameters}]" + ) + + +_ReStringMatch = Match[str] # regex match object +_ReSubCallable = Callable[[_ReStringMatch], str] # Callable invoked by re.sub +_EscapeSubMethod = Callable[[_ReSubCallable, str], str] # Sub method of a compiled re + + +def escape( + markup: str, + _escape: _EscapeSubMethod = re.compile(r"(\\*)(\[[a-z#/@][^[]*?])").sub, +) -> str: + """Escapes text so that it won't be interpreted as markup. + + Args: + markup (str): Content to be inserted in to markup. + + Returns: + str: Markup with square brackets escaped. + """ + + def escape_backslashes(match: Match[str]) -> str: + """Called by re.sub replace matches.""" + backslashes, text = match.groups() + return f"{backslashes}{backslashes}\\{text}" + + markup = _escape(escape_backslashes, markup) + if markup.endswith("\\") and not markup.endswith("\\\\"): + return markup + "\\" + + return markup + + +def _parse(markup: str) -> Iterable[Tuple[int, Optional[str], Optional[Tag]]]: + """Parse markup in to an iterable of tuples of (position, text, tag). + + Args: + markup (str): A string containing console markup + + """ + position = 0 + _divmod = divmod + _Tag = Tag + for match in RE_TAGS.finditer(markup): + full_text, escapes, tag_text = match.groups() + start, end = match.span() + if start > position: + yield start, markup[position:start], None + if escapes: + backslashes, escaped = _divmod(len(escapes), 2) + if backslashes: + # Literal backslashes + yield start, "\\" * backslashes, None + start += backslashes * 2 + if escaped: + # Escape of tag + yield start, full_text[len(escapes) :], None + position = end + continue + text, equals, parameters = tag_text.partition("=") + yield start, None, _Tag(text, parameters if equals else None) + position = end + if position < len(markup): + yield position, markup[position:], None + + +def render( + markup: str, + style: Union[str, Style] = "", + emoji: bool = True, + emoji_variant: Optional[EmojiVariant] = None, +) -> Text: + """Render console markup in to a Text instance. + + Args: + markup (str): A string containing console markup. + style: (Union[str, Style]): The style to use. + emoji (bool, optional): Also render emoji code. Defaults to True. + emoji_variant (str, optional): Optional emoji variant, either "text" or "emoji". Defaults to None. + + + Raises: + MarkupError: If there is a syntax error in the markup. + + Returns: + Text: A test instance. + """ + emoji_replace = _emoji_replace + if "[" not in markup: + return Text( + emoji_replace(markup, default_variant=emoji_variant) if emoji else markup, + style=style, + ) + text = Text(style=style) + append = text.append + normalize = Style.normalize + + style_stack: List[Tuple[int, Tag]] = [] + pop = style_stack.pop + + spans: List[Span] = [] + append_span = spans.append + + _Span = Span + _Tag = Tag + + def pop_style(style_name: str) -> Tuple[int, Tag]: + """Pop tag matching given style name.""" + for index, (_, tag) in enumerate(reversed(style_stack), 1): + if tag.name == style_name: + return pop(-index) + raise KeyError(style_name) + + for position, plain_text, tag in _parse(markup): + if plain_text is not None: + # Handle open brace escapes, where the brace is not part of a tag. + plain_text = plain_text.replace("\\[", "[") + append(emoji_replace(plain_text) if emoji else plain_text) + elif tag is not None: + if tag.name.startswith("/"): # Closing tag + style_name = tag.name[1:].strip() + + if style_name: # explicit close + style_name = normalize(style_name) + try: + start, open_tag = pop_style(style_name) + except KeyError: + raise MarkupError( + f"closing tag '{tag.markup}' at position {position} doesn't match any open tag" + ) from None + else: # implicit close + try: + start, open_tag = pop() + except IndexError: + raise MarkupError( + f"closing tag '[/]' at position {position} has nothing to close" + ) from None + + if open_tag.name.startswith("@"): + if open_tag.parameters: + handler_name = "" + parameters = open_tag.parameters.strip() + handler_match = RE_HANDLER.match(parameters) + if handler_match is not None: + handler_name, match_parameters = handler_match.groups() + parameters = ( + "()" if match_parameters is None else match_parameters + ) + + try: + meta_params = literal_eval(parameters) + except SyntaxError as error: + raise MarkupError( + f"error parsing {parameters!r} in {open_tag.parameters!r}; {error.msg}" + ) + except Exception as error: + raise MarkupError( + f"error parsing {open_tag.parameters!r}; {error}" + ) from None + + if handler_name: + meta_params = ( + handler_name, + meta_params + if isinstance(meta_params, tuple) + else (meta_params,), + ) + + else: + meta_params = () + + append_span( + _Span( + start, len(text), Style(meta={open_tag.name: meta_params}) + ) + ) + else: + append_span(_Span(start, len(text), str(open_tag))) + + else: # Opening tag + normalized_tag = _Tag(normalize(tag.name), tag.parameters) + style_stack.append((len(text), normalized_tag)) + + text_length = len(text) + while style_stack: + start, tag = style_stack.pop() + style = str(tag) + if style: + append_span(_Span(start, text_length, style)) + + text.spans = sorted(spans[::-1], key=attrgetter("start")) + return text + + +if __name__ == "__main__": # pragma: no cover + MARKUP = [ + "[red]Hello World[/red]", + "[magenta]Hello [b]World[/b]", + "[bold]Bold[italic] bold and italic [/bold]italic[/italic]", + "Click [link=https://www.willmcgugan.com]here[/link] to visit my Blog", + ":warning-emoji: [bold red blink] DANGER![/]", + ] + + from pip._vendor.rich import print + from pip._vendor.rich.table import Table + + grid = Table("Markup", "Result", padding=(0, 1)) + + for markup in MARKUP: + grid.add_row(Text(markup), markup) + + print(grid) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/measure.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/measure.py new file mode 100644 index 0000000..a508ffa --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/measure.py @@ -0,0 +1,151 @@ +from operator import itemgetter +from typing import TYPE_CHECKING, Callable, NamedTuple, Optional, Sequence + +from . import errors +from .protocol import is_renderable, rich_cast + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderableType + + +class Measurement(NamedTuple): + """Stores the minimum and maximum widths (in characters) required to render an object.""" + + minimum: int + """Minimum number of cells required to render.""" + maximum: int + """Maximum number of cells required to render.""" + + @property + def span(self) -> int: + """Get difference between maximum and minimum.""" + return self.maximum - self.minimum + + def normalize(self) -> "Measurement": + """Get measurement that ensures that minimum <= maximum and minimum >= 0 + + Returns: + Measurement: A normalized measurement. + """ + minimum, maximum = self + minimum = min(max(0, minimum), maximum) + return Measurement(max(0, minimum), max(0, max(minimum, maximum))) + + def with_maximum(self, width: int) -> "Measurement": + """Get a RenderableWith where the widths are <= width. + + Args: + width (int): Maximum desired width. + + Returns: + Measurement: New Measurement object. + """ + minimum, maximum = self + return Measurement(min(minimum, width), min(maximum, width)) + + def with_minimum(self, width: int) -> "Measurement": + """Get a RenderableWith where the widths are >= width. + + Args: + width (int): Minimum desired width. + + Returns: + Measurement: New Measurement object. + """ + minimum, maximum = self + width = max(0, width) + return Measurement(max(minimum, width), max(maximum, width)) + + def clamp( + self, min_width: Optional[int] = None, max_width: Optional[int] = None + ) -> "Measurement": + """Clamp a measurement within the specified range. + + Args: + min_width (int): Minimum desired width, or ``None`` for no minimum. Defaults to None. + max_width (int): Maximum desired width, or ``None`` for no maximum. Defaults to None. + + Returns: + Measurement: New Measurement object. + """ + measurement = self + if min_width is not None: + measurement = measurement.with_minimum(min_width) + if max_width is not None: + measurement = measurement.with_maximum(max_width) + return measurement + + @classmethod + def get( + cls, console: "Console", options: "ConsoleOptions", renderable: "RenderableType" + ) -> "Measurement": + """Get a measurement for a renderable. + + Args: + console (~rich.console.Console): Console instance. + options (~rich.console.ConsoleOptions): Console options. + renderable (RenderableType): An object that may be rendered with Rich. + + Raises: + errors.NotRenderableError: If the object is not renderable. + + Returns: + Measurement: Measurement object containing range of character widths required to render the object. + """ + _max_width = options.max_width + if _max_width < 1: + return Measurement(0, 0) + if isinstance(renderable, str): + renderable = console.render_str( + renderable, markup=options.markup, highlight=False + ) + renderable = rich_cast(renderable) + if is_renderable(renderable): + get_console_width: Optional[ + Callable[["Console", "ConsoleOptions"], "Measurement"] + ] = getattr(renderable, "__rich_measure__", None) + if get_console_width is not None: + render_width = ( + get_console_width(console, options) + .normalize() + .with_maximum(_max_width) + ) + if render_width.maximum < 1: + return Measurement(0, 0) + return render_width.normalize() + else: + return Measurement(0, _max_width) + else: + raise errors.NotRenderableError( + f"Unable to get render width for {renderable!r}; " + "a str, Segment, or object with __rich_console__ method is required" + ) + + +def measure_renderables( + console: "Console", + options: "ConsoleOptions", + renderables: Sequence["RenderableType"], +) -> "Measurement": + """Get a measurement that would fit a number of renderables. + + Args: + console (~rich.console.Console): Console instance. + options (~rich.console.ConsoleOptions): Console options. + renderables (Iterable[RenderableType]): One or more renderable objects. + + Returns: + Measurement: Measurement object containing range of character widths required to + contain all given renderables. + """ + if not renderables: + return Measurement(0, 0) + get_measurement = Measurement.get + measurements = [ + get_measurement(console, options, renderable) for renderable in renderables + ] + measured_width = Measurement( + max(measurements, key=itemgetter(0)).minimum, + max(measurements, key=itemgetter(1)).maximum, + ) + return measured_width diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/padding.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/padding.py new file mode 100644 index 0000000..0161cd1 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/padding.py @@ -0,0 +1,141 @@ +from typing import TYPE_CHECKING, List, Optional, Tuple, Union + +if TYPE_CHECKING: + from .console import ( + Console, + ConsoleOptions, + RenderableType, + RenderResult, + ) + +from .jupyter import JupyterMixin +from .measure import Measurement +from .segment import Segment +from .style import Style + +PaddingDimensions = Union[int, Tuple[int], Tuple[int, int], Tuple[int, int, int, int]] + + +class Padding(JupyterMixin): + """Draw space around content. + + Example: + >>> print(Padding("Hello", (2, 4), style="on blue")) + + Args: + renderable (RenderableType): String or other renderable. + pad (Union[int, Tuple[int]]): Padding for top, right, bottom, and left borders. + May be specified with 1, 2, or 4 integers (CSS style). + style (Union[str, Style], optional): Style for padding characters. Defaults to "none". + expand (bool, optional): Expand padding to fit available width. Defaults to True. + """ + + def __init__( + self, + renderable: "RenderableType", + pad: "PaddingDimensions" = (0, 0, 0, 0), + *, + style: Union[str, Style] = "none", + expand: bool = True, + ): + self.renderable = renderable + self.top, self.right, self.bottom, self.left = self.unpack(pad) + self.style = style + self.expand = expand + + @classmethod + def indent(cls, renderable: "RenderableType", level: int) -> "Padding": + """Make padding instance to render an indent. + + Args: + renderable (RenderableType): String or other renderable. + level (int): Number of characters to indent. + + Returns: + Padding: A Padding instance. + """ + + return Padding(renderable, pad=(0, 0, 0, level), expand=False) + + @staticmethod + def unpack(pad: "PaddingDimensions") -> Tuple[int, int, int, int]: + """Unpack padding specified in CSS style.""" + if isinstance(pad, int): + return (pad, pad, pad, pad) + if len(pad) == 1: + _pad = pad[0] + return (_pad, _pad, _pad, _pad) + if len(pad) == 2: + pad_top, pad_right = pad + return (pad_top, pad_right, pad_top, pad_right) + if len(pad) == 4: + top, right, bottom, left = pad + return (top, right, bottom, left) + raise ValueError(f"1, 2 or 4 integers required for padding; {len(pad)} given") + + def __repr__(self) -> str: + return f"Padding({self.renderable!r}, ({self.top},{self.right},{self.bottom},{self.left}))" + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + style = console.get_style(self.style) + if self.expand: + width = options.max_width + else: + width = min( + Measurement.get(console, options, self.renderable).maximum + + self.left + + self.right, + options.max_width, + ) + render_options = options.update_width(width - self.left - self.right) + if render_options.height is not None: + render_options = render_options.update_height( + height=render_options.height - self.top - self.bottom + ) + lines = console.render_lines( + self.renderable, render_options, style=style, pad=True + ) + _Segment = Segment + + left = _Segment(" " * self.left, style) if self.left else None + right = ( + [_Segment(f'{" " * self.right}', style), _Segment.line()] + if self.right + else [_Segment.line()] + ) + blank_line: Optional[List[Segment]] = None + if self.top: + blank_line = [_Segment(f'{" " * width}\n', style)] + yield from blank_line * self.top + if left: + for line in lines: + yield left + yield from line + yield from right + else: + for line in lines: + yield from line + yield from right + if self.bottom: + blank_line = blank_line or [_Segment(f'{" " * width}\n', style)] + yield from blank_line * self.bottom + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> "Measurement": + max_width = options.max_width + extra_width = self.left + self.right + if max_width - extra_width < 1: + return Measurement(max_width, max_width) + measure_min, measure_max = Measurement.get(console, options, self.renderable) + measurement = Measurement(measure_min + extra_width, measure_max + extra_width) + measurement = measurement.with_maximum(max_width) + return measurement + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich import print + + print(Padding("Hello, World", (2, 4), style="on blue")) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/pager.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/pager.py new file mode 100644 index 0000000..a3f7aa6 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/pager.py @@ -0,0 +1,34 @@ +from abc import ABC, abstractmethod +from typing import Any + + +class Pager(ABC): + """Base class for a pager.""" + + @abstractmethod + def show(self, content: str) -> None: + """Show content in pager. + + Args: + content (str): Content to be displayed. + """ + + +class SystemPager(Pager): + """Uses the pager installed on the system.""" + + def _pager(self, content: str) -> Any: #  pragma: no cover + return __import__("pydoc").pager(content) + + def show(self, content: str) -> None: + """Use the same pager used by pydoc.""" + self._pager(content) + + +if __name__ == "__main__": # pragma: no cover + from .__main__ import make_test_card + from .console import Console + + console = Console() + with console.pager(styles=True): + console.print(make_test_card()) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/palette.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/palette.py new file mode 100644 index 0000000..fa0c4dd --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/palette.py @@ -0,0 +1,100 @@ +from math import sqrt +from functools import lru_cache +from typing import Sequence, Tuple, TYPE_CHECKING + +from .color_triplet import ColorTriplet + +if TYPE_CHECKING: + from pip._vendor.rich.table import Table + + +class Palette: + """A palette of available colors.""" + + def __init__(self, colors: Sequence[Tuple[int, int, int]]): + self._colors = colors + + def __getitem__(self, number: int) -> ColorTriplet: + return ColorTriplet(*self._colors[number]) + + def __rich__(self) -> "Table": + from pip._vendor.rich.color import Color + from pip._vendor.rich.style import Style + from pip._vendor.rich.text import Text + from pip._vendor.rich.table import Table + + table = Table( + "index", + "RGB", + "Color", + title="Palette", + caption=f"{len(self._colors)} colors", + highlight=True, + caption_justify="right", + ) + for index, color in enumerate(self._colors): + table.add_row( + str(index), + repr(color), + Text(" " * 16, style=Style(bgcolor=Color.from_rgb(*color))), + ) + return table + + # This is somewhat inefficient and needs caching + @lru_cache(maxsize=1024) + def match(self, color: Tuple[int, int, int]) -> int: + """Find a color from a palette that most closely matches a given color. + + Args: + color (Tuple[int, int, int]): RGB components in range 0 > 255. + + Returns: + int: Index of closes matching color. + """ + red1, green1, blue1 = color + _sqrt = sqrt + get_color = self._colors.__getitem__ + + def get_color_distance(index: int) -> float: + """Get the distance to a color.""" + red2, green2, blue2 = get_color(index) + red_mean = (red1 + red2) // 2 + red = red1 - red2 + green = green1 - green2 + blue = blue1 - blue2 + return _sqrt( + (((512 + red_mean) * red * red) >> 8) + + 4 * green * green + + (((767 - red_mean) * blue * blue) >> 8) + ) + + min_index = min(range(len(self._colors)), key=get_color_distance) + return min_index + + +if __name__ == "__main__": # pragma: no cover + import colorsys + from typing import Iterable + from pip._vendor.rich.color import Color + from pip._vendor.rich.console import Console, ConsoleOptions + from pip._vendor.rich.segment import Segment + from pip._vendor.rich.style import Style + + class ColorBox: + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> Iterable[Segment]: + height = console.size.height - 3 + for y in range(0, height): + for x in range(options.max_width): + h = x / options.max_width + l = y / (height + 1) + r1, g1, b1 = colorsys.hls_to_rgb(h, l, 1.0) + r2, g2, b2 = colorsys.hls_to_rgb(h, l + (1 / height / 2), 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() + + console = Console() + console.print(ColorBox()) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/panel.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/panel.py new file mode 100644 index 0000000..8cfa6f4 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/panel.py @@ -0,0 +1,318 @@ +from typing import TYPE_CHECKING, Optional + +from .align import AlignMethod +from .box import ROUNDED, Box +from .cells import cell_len +from .jupyter import JupyterMixin +from .measure import Measurement, measure_renderables +from .padding import Padding, PaddingDimensions +from .segment import Segment +from .style import Style, StyleType +from .text import Text, TextType + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderableType, RenderResult + + +class Panel(JupyterMixin): + """A console renderable that draws a border around its contents. + + Example: + >>> console.print(Panel("Hello, World!")) + + Args: + renderable (RenderableType): A console renderable object. + box (Box, optional): A Box instance that defines the look of the border (see :ref:`appendix_box`. Defaults to box.ROUNDED. + title (Optional[TextType], optional): Optional title displayed in panel header. Defaults to None. + title_align (AlignMethod, optional): Alignment of title. Defaults to "center". + subtitle (Optional[TextType], optional): Optional subtitle displayed in panel footer. Defaults to None. + subtitle_align (AlignMethod, optional): Alignment of subtitle. Defaults to "center". + safe_box (bool, optional): Disable box characters that don't display on windows legacy terminal with *raster* fonts. Defaults to True. + expand (bool, optional): If True the panel will stretch to fill the console width, otherwise it will be sized to fit the contents. Defaults to True. + style (str, optional): The style of the panel (border and contents). Defaults to "none". + border_style (str, optional): The style of the border. Defaults to "none". + width (Optional[int], optional): Optional width of panel. Defaults to None to auto-detect. + height (Optional[int], optional): Optional height of panel. Defaults to None to auto-detect. + padding (Optional[PaddingDimensions]): Optional padding around renderable. Defaults to 0. + highlight (bool, optional): Enable automatic highlighting of panel title (if str). Defaults to False. + """ + + def __init__( + self, + renderable: "RenderableType", + box: Box = ROUNDED, + *, + title: Optional[TextType] = None, + title_align: AlignMethod = "center", + subtitle: Optional[TextType] = None, + subtitle_align: AlignMethod = "center", + safe_box: Optional[bool] = None, + expand: bool = True, + style: StyleType = "none", + border_style: StyleType = "none", + width: Optional[int] = None, + height: Optional[int] = None, + padding: PaddingDimensions = (0, 1), + highlight: bool = False, + ) -> None: + self.renderable = renderable + self.box = box + self.title = title + self.title_align: AlignMethod = title_align + self.subtitle = subtitle + self.subtitle_align = subtitle_align + self.safe_box = safe_box + self.expand = expand + self.style = style + self.border_style = border_style + self.width = width + self.height = height + self.padding = padding + self.highlight = highlight + + @classmethod + def fit( + cls, + renderable: "RenderableType", + box: Box = ROUNDED, + *, + title: Optional[TextType] = None, + title_align: AlignMethod = "center", + subtitle: Optional[TextType] = None, + subtitle_align: AlignMethod = "center", + safe_box: Optional[bool] = None, + style: StyleType = "none", + border_style: StyleType = "none", + width: Optional[int] = None, + height: Optional[int] = None, + padding: PaddingDimensions = (0, 1), + highlight: bool = False, + ) -> "Panel": + """An alternative constructor that sets expand=False.""" + return cls( + renderable, + box, + title=title, + title_align=title_align, + subtitle=subtitle, + subtitle_align=subtitle_align, + safe_box=safe_box, + style=style, + border_style=border_style, + width=width, + height=height, + padding=padding, + highlight=highlight, + expand=False, + ) + + @property + def _title(self) -> Optional[Text]: + if self.title: + title_text = ( + Text.from_markup(self.title) + if isinstance(self.title, str) + else self.title.copy() + ) + title_text.end = "" + title_text.plain = title_text.plain.replace("\n", " ") + title_text.no_wrap = True + title_text.expand_tabs() + title_text.pad(1) + return title_text + return None + + @property + def _subtitle(self) -> Optional[Text]: + if self.subtitle: + subtitle_text = ( + Text.from_markup(self.subtitle) + if isinstance(self.subtitle, str) + else self.subtitle.copy() + ) + subtitle_text.end = "" + subtitle_text.plain = subtitle_text.plain.replace("\n", " ") + subtitle_text.no_wrap = True + subtitle_text.expand_tabs() + subtitle_text.pad(1) + return subtitle_text + return None + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + _padding = Padding.unpack(self.padding) + renderable = ( + Padding(self.renderable, _padding) if any(_padding) else self.renderable + ) + style = console.get_style(self.style) + partial_border_style = console.get_style(self.border_style) + border_style = style + partial_border_style + width = ( + options.max_width + if self.width is None + else min(options.max_width, self.width) + ) + + safe_box: bool = console.safe_box if self.safe_box is None else self.safe_box + box = self.box.substitute(options, safe=safe_box) + + def align_text( + text: Text, width: int, align: str, character: str, style: Style + ) -> Text: + """Gets new aligned text. + + Args: + text (Text): Title or subtitle text. + width (int): Desired width. + align (str): Alignment. + character (str): Character for alignment. + style (Style): Border style + + Returns: + Text: New text instance + """ + text = text.copy() + text.truncate(width) + excess_space = width - cell_len(text.plain) + if text.style: + text.stylize(console.get_style(text.style)) + + if excess_space: + if align == "left": + return Text.assemble( + text, + (character * excess_space, style), + no_wrap=True, + end="", + ) + elif align == "center": + left = excess_space // 2 + return Text.assemble( + (character * left, style), + text, + (character * (excess_space - left), style), + no_wrap=True, + end="", + ) + else: + return Text.assemble( + (character * excess_space, style), + text, + no_wrap=True, + end="", + ) + return text + + title_text = self._title + if title_text is not None: + title_text.stylize_before(partial_border_style) + + child_width = ( + width - 2 + if self.expand + else console.measure( + renderable, options=options.update_width(width - 2) + ).maximum + ) + child_height = self.height or options.height or None + if child_height: + child_height -= 2 + if title_text is not None: + child_width = min( + options.max_width - 2, max(child_width, title_text.cell_len + 2) + ) + + width = child_width + 2 + child_options = options.update( + width=child_width, height=child_height, highlight=self.highlight + ) + lines = console.render_lines(renderable, child_options, style=style) + + line_start = Segment(box.mid_left, border_style) + line_end = Segment(f"{box.mid_right}", border_style) + new_line = Segment.line() + if title_text is None or width <= 4: + yield Segment(box.get_top([width - 2]), border_style) + else: + title_text = align_text( + title_text, + width - 4, + self.title_align, + box.top, + border_style, + ) + yield Segment(box.top_left + box.top, border_style) + yield from console.render(title_text, child_options.update_width(width - 4)) + yield Segment(box.top + box.top_right, border_style) + + yield new_line + for line in lines: + yield line_start + yield from line + yield line_end + yield new_line + + subtitle_text = self._subtitle + if subtitle_text is not None: + subtitle_text.stylize_before(partial_border_style) + + if subtitle_text is None or width <= 4: + yield Segment(box.get_bottom([width - 2]), border_style) + else: + subtitle_text = align_text( + subtitle_text, + width - 4, + self.subtitle_align, + box.bottom, + border_style, + ) + yield Segment(box.bottom_left + box.bottom, border_style) + yield from console.render( + subtitle_text, child_options.update_width(width - 4) + ) + yield Segment(box.bottom + box.bottom_right, border_style) + + yield new_line + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> "Measurement": + _title = self._title + _, right, _, left = Padding.unpack(self.padding) + padding = left + right + renderables = [self.renderable, _title] if _title else [self.renderable] + + if self.width is None: + width = ( + measure_renderables( + console, + options.update_width(options.max_width - padding - 2), + renderables, + ).maximum + + padding + + 2 + ) + else: + width = self.width + return Measurement(width, width) + + +if __name__ == "__main__": # pragma: no cover + from .console import Console + + c = Console() + + from .box import DOUBLE, ROUNDED + from .padding import Padding + + p = Panel( + "Hello, World!", + title="rich.Panel", + style="white on blue", + box=DOUBLE, + padding=1, + ) + + c.print() + c.print(p) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/pretty.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/pretty.py new file mode 100644 index 0000000..c4a274f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/pretty.py @@ -0,0 +1,1016 @@ +import builtins +import collections +import dataclasses +import inspect +import os +import reprlib +import sys +from array import array +from collections import Counter, UserDict, UserList, defaultdict, deque +from dataclasses import dataclass, fields, is_dataclass +from inspect import isclass +from itertools import islice +from types import MappingProxyType +from typing import ( + TYPE_CHECKING, + Any, + Callable, + DefaultDict, + Deque, + Dict, + Iterable, + List, + Optional, + Sequence, + Set, + Tuple, + Union, +) + +from pip._vendor.rich.repr import RichReprResult + +try: + import attr as _attr_module + + _has_attrs = hasattr(_attr_module, "ib") +except ImportError: # pragma: no cover + _has_attrs = False + +from . import get_console +from ._loop import loop_last +from ._pick import pick_bool +from .abc import RichRenderable +from .cells import cell_len +from .highlighter import ReprHighlighter +from .jupyter import JupyterMixin, JupyterRenderable +from .measure import Measurement +from .text import Text + +if TYPE_CHECKING: + from .console import ( + Console, + ConsoleOptions, + HighlighterType, + JustifyMethod, + OverflowMethod, + RenderResult, + ) + + +def _is_attr_object(obj: Any) -> bool: + """Check if an object was created with attrs module.""" + return _has_attrs and _attr_module.has(type(obj)) + + +def _get_attr_fields(obj: Any) -> Sequence["_attr_module.Attribute[Any]"]: + """Get fields for an attrs object.""" + return _attr_module.fields(type(obj)) if _has_attrs else [] + + +def _is_dataclass_repr(obj: object) -> bool: + """Check if an instance of a dataclass contains the default repr. + + Args: + obj (object): A dataclass instance. + + Returns: + bool: True if the default repr is used, False if there is a custom repr. + """ + # Digging in to a lot of internals here + # Catching all exceptions in case something is missing on a non CPython implementation + try: + return obj.__repr__.__code__.co_filename in ( + dataclasses.__file__, + reprlib.__file__, + ) + except Exception: # pragma: no coverage + return False + + +_dummy_namedtuple = collections.namedtuple("_dummy_namedtuple", []) + + +def _has_default_namedtuple_repr(obj: object) -> bool: + """Check if an instance of namedtuple contains the default repr + + Args: + obj (object): A namedtuple + + Returns: + bool: True if the default repr is used, False if there's a custom repr. + """ + obj_file = None + try: + obj_file = inspect.getfile(obj.__repr__) + except (OSError, TypeError): + # OSError handles case where object is defined in __main__ scope, e.g. REPL - no filename available. + # TypeError trapped defensively, in case of object without filename slips through. + pass + default_repr_file = inspect.getfile(_dummy_namedtuple.__repr__) + return obj_file == default_repr_file + + +def _ipy_display_hook( + value: Any, + console: Optional["Console"] = None, + overflow: "OverflowMethod" = "ignore", + crop: bool = False, + indent_guides: bool = False, + max_length: Optional[int] = None, + max_string: Optional[int] = None, + max_depth: Optional[int] = None, + expand_all: bool = False, +) -> Union[str, None]: + # needed here to prevent circular import: + from .console import ConsoleRenderable + + # always skip rich generated jupyter renderables or None values + if _safe_isinstance(value, JupyterRenderable) or value is None: + return None + + console = console or get_console() + + with console.capture() as capture: + # certain renderables should start on a new line + if _safe_isinstance(value, ConsoleRenderable): + console.line() + console.print( + ( + value + if _safe_isinstance(value, RichRenderable) + else Pretty( + value, + overflow=overflow, + indent_guides=indent_guides, + max_length=max_length, + max_string=max_string, + max_depth=max_depth, + expand_all=expand_all, + margin=12, + ) + ), + crop=crop, + new_line_start=True, + end="", + ) + # strip trailing newline, not usually part of a text repr + # I'm not sure if this should be prevented at a lower level + return capture.get().rstrip("\n") + + +def _safe_isinstance( + obj: object, class_or_tuple: Union[type, Tuple[type, ...]] +) -> bool: + """isinstance can fail in rare cases, for example types with no __class__""" + try: + return isinstance(obj, class_or_tuple) + except Exception: + return False + + +def install( + console: Optional["Console"] = None, + overflow: "OverflowMethod" = "ignore", + crop: bool = False, + indent_guides: bool = False, + max_length: Optional[int] = None, + max_string: Optional[int] = None, + max_depth: Optional[int] = None, + expand_all: bool = False, +) -> None: + """Install automatic pretty printing in the Python REPL. + + Args: + console (Console, optional): Console instance or ``None`` to use global console. Defaults to None. + overflow (Optional[OverflowMethod], optional): Overflow method. Defaults to "ignore". + crop (Optional[bool], optional): Enable cropping of long lines. Defaults to False. + indent_guides (bool, optional): Enable indentation guides. Defaults to False. + max_length (int, optional): Maximum length of containers before abbreviating, or None for no abbreviation. + Defaults to None. + max_string (int, optional): Maximum length of string before truncating, or None to disable. Defaults to None. + max_depth (int, optional): Maximum depth of nested data structures, or None for no maximum. Defaults to None. + expand_all (bool, optional): Expand all containers. Defaults to False. + max_frames (int): Maximum number of frames to show in a traceback, 0 for no maximum. Defaults to 100. + """ + from pip._vendor.rich import get_console + + console = console or get_console() + assert console is not None + + def display_hook(value: Any) -> None: + """Replacement sys.displayhook which prettifies objects with Rich.""" + if value is not None: + assert console is not None + builtins._ = None # type: ignore[attr-defined] + console.print( + ( + value + if _safe_isinstance(value, RichRenderable) + else Pretty( + value, + overflow=overflow, + indent_guides=indent_guides, + max_length=max_length, + max_string=max_string, + max_depth=max_depth, + expand_all=expand_all, + ) + ), + crop=crop, + ) + builtins._ = value # type: ignore[attr-defined] + + try: + ip = get_ipython() # type: ignore[name-defined] + except NameError: + sys.displayhook = display_hook + else: + from IPython.core.formatters import BaseFormatter + + class RichFormatter(BaseFormatter): # type: ignore[misc] + pprint: bool = True + + def __call__(self, value: Any) -> Any: + if self.pprint: + return _ipy_display_hook( + value, + console=get_console(), + overflow=overflow, + indent_guides=indent_guides, + max_length=max_length, + max_string=max_string, + max_depth=max_depth, + expand_all=expand_all, + ) + else: + return repr(value) + + # replace plain text formatter with rich formatter + rich_formatter = RichFormatter() + ip.display_formatter.formatters["text/plain"] = rich_formatter + + +class Pretty(JupyterMixin): + """A rich renderable that pretty prints an object. + + Args: + _object (Any): An object to pretty print. + highlighter (HighlighterType, optional): Highlighter object to apply to result, or None for ReprHighlighter. Defaults to None. + indent_size (int, optional): Number of spaces in indent. Defaults to 4. + justify (JustifyMethod, optional): Justify method, or None for default. Defaults to None. + overflow (OverflowMethod, optional): Overflow method, or None for default. Defaults to None. + no_wrap (Optional[bool], optional): Disable word wrapping. Defaults to False. + indent_guides (bool, optional): Enable indentation guides. Defaults to False. + max_length (int, optional): Maximum length of containers before abbreviating, or None for no abbreviation. + Defaults to None. + max_string (int, optional): Maximum length of string before truncating, or None to disable. Defaults to None. + max_depth (int, optional): Maximum depth of nested data structures, or None for no maximum. Defaults to None. + expand_all (bool, optional): Expand all containers. Defaults to False. + margin (int, optional): Subtrace a margin from width to force containers to expand earlier. Defaults to 0. + insert_line (bool, optional): Insert a new line if the output has multiple new lines. Defaults to False. + """ + + def __init__( + self, + _object: Any, + highlighter: Optional["HighlighterType"] = None, + *, + indent_size: int = 4, + justify: Optional["JustifyMethod"] = None, + overflow: Optional["OverflowMethod"] = None, + no_wrap: Optional[bool] = False, + indent_guides: bool = False, + max_length: Optional[int] = None, + max_string: Optional[int] = None, + max_depth: Optional[int] = None, + expand_all: bool = False, + margin: int = 0, + insert_line: bool = False, + ) -> None: + self._object = _object + self.highlighter = highlighter or ReprHighlighter() + self.indent_size = indent_size + self.justify: Optional["JustifyMethod"] = justify + self.overflow: Optional["OverflowMethod"] = overflow + self.no_wrap = no_wrap + self.indent_guides = indent_guides + self.max_length = max_length + self.max_string = max_string + self.max_depth = max_depth + self.expand_all = expand_all + self.margin = margin + self.insert_line = insert_line + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + pretty_str = pretty_repr( + self._object, + max_width=options.max_width - self.margin, + indent_size=self.indent_size, + max_length=self.max_length, + max_string=self.max_string, + max_depth=self.max_depth, + expand_all=self.expand_all, + ) + pretty_text = Text.from_ansi( + pretty_str, + justify=self.justify or options.justify, + overflow=self.overflow or options.overflow, + no_wrap=pick_bool(self.no_wrap, options.no_wrap), + style="pretty", + ) + pretty_text = ( + self.highlighter(pretty_text) + if pretty_text + else Text( + f"{type(self._object)}.__repr__ returned empty string", + style="dim italic", + ) + ) + if self.indent_guides and not options.ascii_only: + pretty_text = pretty_text.with_indent_guides( + self.indent_size, style="repr.indent" + ) + if self.insert_line and "\n" in pretty_text: + yield "" + yield pretty_text + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> "Measurement": + pretty_str = pretty_repr( + self._object, + max_width=options.max_width, + indent_size=self.indent_size, + max_length=self.max_length, + max_string=self.max_string, + max_depth=self.max_depth, + expand_all=self.expand_all, + ) + text_width = ( + max(cell_len(line) for line in pretty_str.splitlines()) if pretty_str else 0 + ) + return Measurement(text_width, text_width) + + +def _get_braces_for_defaultdict(_object: DefaultDict[Any, Any]) -> Tuple[str, str, str]: + return ( + f"defaultdict({_object.default_factory!r}, {{", + "})", + f"defaultdict({_object.default_factory!r}, {{}})", + ) + + +def _get_braces_for_deque(_object: Deque[Any]) -> Tuple[str, str, str]: + if _object.maxlen is None: + return ("deque([", "])", "deque()") + return ( + "deque([", + f"], maxlen={_object.maxlen})", + f"deque(maxlen={_object.maxlen})", + ) + + +def _get_braces_for_array(_object: "array[Any]") -> Tuple[str, str, str]: + return (f"array({_object.typecode!r}, [", "])", f"array({_object.typecode!r})") + + +_BRACES: Dict[type, Callable[[Any], Tuple[str, str, str]]] = { + os._Environ: lambda _object: ("environ({", "})", "environ({})"), + array: _get_braces_for_array, + defaultdict: _get_braces_for_defaultdict, + Counter: lambda _object: ("Counter({", "})", "Counter()"), + deque: _get_braces_for_deque, + dict: lambda _object: ("{", "}", "{}"), + UserDict: lambda _object: ("{", "}", "{}"), + frozenset: lambda _object: ("frozenset({", "})", "frozenset()"), + list: lambda _object: ("[", "]", "[]"), + UserList: lambda _object: ("[", "]", "[]"), + set: lambda _object: ("{", "}", "set()"), + tuple: lambda _object: ("(", ")", "()"), + MappingProxyType: lambda _object: ("mappingproxy({", "})", "mappingproxy({})"), +} +_CONTAINERS = tuple(_BRACES.keys()) +_MAPPING_CONTAINERS = (dict, os._Environ, MappingProxyType, UserDict) + + +def is_expandable(obj: Any) -> bool: + """Check if an object may be expanded by pretty print.""" + return ( + _safe_isinstance(obj, _CONTAINERS) + or (is_dataclass(obj)) + or (hasattr(obj, "__rich_repr__")) + or _is_attr_object(obj) + ) and not isclass(obj) + + +@dataclass +class Node: + """A node in a repr tree. May be atomic or a container.""" + + key_repr: str = "" + value_repr: str = "" + open_brace: str = "" + close_brace: str = "" + empty: str = "" + last: bool = False + is_tuple: bool = False + is_namedtuple: bool = False + children: Optional[List["Node"]] = None + key_separator: str = ": " + separator: str = ", " + + def iter_tokens(self) -> Iterable[str]: + """Generate tokens for this node.""" + if self.key_repr: + yield self.key_repr + yield self.key_separator + if self.value_repr: + yield self.value_repr + elif self.children is not None: + if self.children: + yield self.open_brace + if self.is_tuple and not self.is_namedtuple and len(self.children) == 1: + yield from self.children[0].iter_tokens() + yield "," + else: + for child in self.children: + yield from child.iter_tokens() + if not child.last: + yield self.separator + yield self.close_brace + else: + yield self.empty + + def check_length(self, start_length: int, max_length: int) -> bool: + """Check the length fits within a limit. + + Args: + start_length (int): Starting length of the line (indent, prefix, suffix). + max_length (int): Maximum length. + + Returns: + bool: True if the node can be rendered within max length, otherwise False. + """ + total_length = start_length + for token in self.iter_tokens(): + total_length += cell_len(token) + if total_length > max_length: + return False + return True + + def __str__(self) -> str: + repr_text = "".join(self.iter_tokens()) + return repr_text + + def render( + self, max_width: int = 80, indent_size: int = 4, expand_all: bool = False + ) -> str: + """Render the node to a pretty repr. + + Args: + max_width (int, optional): Maximum width of the repr. Defaults to 80. + indent_size (int, optional): Size of indents. Defaults to 4. + expand_all (bool, optional): Expand all levels. Defaults to False. + + Returns: + str: A repr string of the original object. + """ + lines = [_Line(node=self, is_root=True)] + line_no = 0 + while line_no < len(lines): + line = lines[line_no] + if line.expandable and not line.expanded: + if expand_all or not line.check_length(max_width): + lines[line_no : line_no + 1] = line.expand(indent_size) + line_no += 1 + + repr_str = "\n".join(str(line) for line in lines) + return repr_str + + +@dataclass +class _Line: + """A line in repr output.""" + + parent: Optional["_Line"] = None + is_root: bool = False + node: Optional[Node] = None + text: str = "" + suffix: str = "" + whitespace: str = "" + expanded: bool = False + last: bool = False + + @property + def expandable(self) -> bool: + """Check if the line may be expanded.""" + return bool(self.node is not None and self.node.children) + + def check_length(self, max_length: int) -> bool: + """Check this line fits within a given number of cells.""" + start_length = ( + len(self.whitespace) + cell_len(self.text) + cell_len(self.suffix) + ) + assert self.node is not None + return self.node.check_length(start_length, max_length) + + def expand(self, indent_size: int) -> Iterable["_Line"]: + """Expand this line by adding children on their own line.""" + node = self.node + assert node is not None + whitespace = self.whitespace + assert node.children + if node.key_repr: + new_line = yield _Line( + text=f"{node.key_repr}{node.key_separator}{node.open_brace}", + whitespace=whitespace, + ) + else: + new_line = yield _Line(text=node.open_brace, whitespace=whitespace) + child_whitespace = self.whitespace + " " * indent_size + tuple_of_one = node.is_tuple and len(node.children) == 1 + for last, child in loop_last(node.children): + separator = "," if tuple_of_one else node.separator + line = _Line( + parent=new_line, + node=child, + whitespace=child_whitespace, + suffix=separator, + last=last and not tuple_of_one, + ) + yield line + + yield _Line( + text=node.close_brace, + whitespace=whitespace, + suffix=self.suffix, + last=self.last, + ) + + def __str__(self) -> str: + if self.last: + return f"{self.whitespace}{self.text}{self.node or ''}" + else: + return ( + f"{self.whitespace}{self.text}{self.node or ''}{self.suffix.rstrip()}" + ) + + +def _is_namedtuple(obj: Any) -> bool: + """Checks if an object is most likely a namedtuple. It is possible + to craft an object that passes this check and isn't a namedtuple, but + there is only a minuscule chance of this happening unintentionally. + + Args: + obj (Any): The object to test + + Returns: + bool: True if the object is a namedtuple. False otherwise. + """ + try: + fields = getattr(obj, "_fields", None) + except Exception: + # Being very defensive - if we cannot get the attr then its not a namedtuple + return False + return isinstance(obj, tuple) and isinstance(fields, tuple) + + +def traverse( + _object: Any, + max_length: Optional[int] = None, + max_string: Optional[int] = None, + max_depth: Optional[int] = None, +) -> Node: + """Traverse object and generate a tree. + + Args: + _object (Any): Object to be traversed. + max_length (int, optional): Maximum length of containers before abbreviating, or None for no abbreviation. + Defaults to None. + max_string (int, optional): Maximum length of string before truncating, or None to disable truncating. + Defaults to None. + max_depth (int, optional): Maximum depth of data structures, or None for no maximum. + Defaults to None. + + Returns: + Node: The root of a tree structure which can be used to render a pretty repr. + """ + + def to_repr(obj: Any) -> str: + """Get repr string for an object, but catch errors.""" + if ( + max_string is not None + and _safe_isinstance(obj, (bytes, str)) + and len(obj) > max_string + ): + truncated = len(obj) - max_string + obj_repr = f"{obj[:max_string]!r}+{truncated}" + else: + try: + obj_repr = repr(obj) + except Exception as error: + obj_repr = f"" + return obj_repr + + visited_ids: Set[int] = set() + push_visited = visited_ids.add + pop_visited = visited_ids.remove + + def _traverse(obj: Any, root: bool = False, depth: int = 0) -> Node: + """Walk the object depth first.""" + + obj_id = id(obj) + if obj_id in visited_ids: + # Recursion detected + return Node(value_repr="...") + + obj_type = type(obj) + children: List[Node] + reached_max_depth = max_depth is not None and depth >= max_depth + + def iter_rich_args(rich_args: Any) -> Iterable[Union[Any, Tuple[str, Any]]]: + for arg in rich_args: + if _safe_isinstance(arg, tuple): + if len(arg) == 3: + key, child, default = arg + if default == child: + continue + yield key, child + elif len(arg) == 2: + key, child = arg + yield key, child + elif len(arg) == 1: + yield arg[0] + else: + yield arg + + try: + fake_attributes = hasattr( + obj, "awehoi234_wdfjwljet234_234wdfoijsdfmmnxpi492" + ) + except Exception: + fake_attributes = False + + rich_repr_result: Optional[RichReprResult] = None + if not fake_attributes: + try: + if hasattr(obj, "__rich_repr__") and not isclass(obj): + rich_repr_result = obj.__rich_repr__() + except Exception: + pass + + if rich_repr_result is not None: + push_visited(obj_id) + angular = getattr(obj.__rich_repr__, "angular", False) + args = list(iter_rich_args(rich_repr_result)) + class_name = obj.__class__.__name__ + + if args: + children = [] + append = children.append + + if reached_max_depth: + if angular: + node = Node(value_repr=f"<{class_name}...>") + else: + node = Node(value_repr=f"{class_name}(...)") + else: + if angular: + node = Node( + open_brace=f"<{class_name} ", + close_brace=">", + children=children, + last=root, + separator=" ", + ) + else: + node = Node( + open_brace=f"{class_name}(", + close_brace=")", + children=children, + last=root, + ) + for last, arg in loop_last(args): + if _safe_isinstance(arg, tuple): + key, child = arg + child_node = _traverse(child, depth=depth + 1) + child_node.last = last + child_node.key_repr = key + child_node.key_separator = "=" + append(child_node) + else: + child_node = _traverse(arg, depth=depth + 1) + child_node.last = last + append(child_node) + else: + node = Node( + value_repr=f"<{class_name}>" if angular else f"{class_name}()", + children=[], + last=root, + ) + pop_visited(obj_id) + elif _is_attr_object(obj) and not fake_attributes: + push_visited(obj_id) + children = [] + append = children.append + + attr_fields = _get_attr_fields(obj) + if attr_fields: + if reached_max_depth: + node = Node(value_repr=f"{obj.__class__.__name__}(...)") + else: + node = Node( + open_brace=f"{obj.__class__.__name__}(", + close_brace=")", + children=children, + last=root, + ) + + def iter_attrs() -> ( + Iterable[Tuple[str, Any, Optional[Callable[[Any], str]]]] + ): + """Iterate over attr fields and values.""" + for attr in attr_fields: + if attr.repr: + try: + value = getattr(obj, attr.name) + except Exception as error: + # Can happen, albeit rarely + yield (attr.name, error, None) + else: + yield ( + attr.name, + value, + attr.repr if callable(attr.repr) else None, + ) + + for last, (name, value, repr_callable) in loop_last(iter_attrs()): + if repr_callable: + child_node = Node(value_repr=str(repr_callable(value))) + else: + child_node = _traverse(value, depth=depth + 1) + child_node.last = last + child_node.key_repr = name + child_node.key_separator = "=" + append(child_node) + else: + node = Node( + value_repr=f"{obj.__class__.__name__}()", children=[], last=root + ) + pop_visited(obj_id) + elif ( + is_dataclass(obj) + and not _safe_isinstance(obj, type) + and not fake_attributes + and _is_dataclass_repr(obj) + ): + push_visited(obj_id) + children = [] + append = children.append + if reached_max_depth: + node = Node(value_repr=f"{obj.__class__.__name__}(...)") + else: + node = Node( + open_brace=f"{obj.__class__.__name__}(", + close_brace=")", + children=children, + last=root, + empty=f"{obj.__class__.__name__}()", + ) + + for last, field in loop_last( + field + for field in fields(obj) + if field.repr and hasattr(obj, field.name) + ): + child_node = _traverse(getattr(obj, field.name), depth=depth + 1) + child_node.key_repr = field.name + child_node.last = last + child_node.key_separator = "=" + append(child_node) + + pop_visited(obj_id) + elif _is_namedtuple(obj) and _has_default_namedtuple_repr(obj): + push_visited(obj_id) + class_name = obj.__class__.__name__ + if reached_max_depth: + # If we've reached the max depth, we still show the class name, but not its contents + node = Node( + value_repr=f"{class_name}(...)", + ) + else: + children = [] + append = children.append + node = Node( + open_brace=f"{class_name}(", + close_brace=")", + children=children, + empty=f"{class_name}()", + ) + for last, (key, value) in loop_last(obj._asdict().items()): + child_node = _traverse(value, depth=depth + 1) + child_node.key_repr = key + child_node.last = last + child_node.key_separator = "=" + append(child_node) + pop_visited(obj_id) + elif _safe_isinstance(obj, _CONTAINERS): + for container_type in _CONTAINERS: + if _safe_isinstance(obj, container_type): + obj_type = container_type + break + + push_visited(obj_id) + + open_brace, close_brace, empty = _BRACES[obj_type](obj) + + if reached_max_depth: + node = Node(value_repr=f"{open_brace}...{close_brace}") + elif obj_type.__repr__ != type(obj).__repr__: + node = Node(value_repr=to_repr(obj), last=root) + elif obj: + children = [] + node = Node( + open_brace=open_brace, + close_brace=close_brace, + children=children, + last=root, + ) + append = children.append + num_items = len(obj) + last_item_index = num_items - 1 + + if _safe_isinstance(obj, _MAPPING_CONTAINERS): + iter_items = iter(obj.items()) + if max_length is not None: + iter_items = islice(iter_items, max_length) + for index, (key, child) in enumerate(iter_items): + child_node = _traverse(child, depth=depth + 1) + child_node.key_repr = to_repr(key) + child_node.last = index == last_item_index + append(child_node) + else: + iter_values = iter(obj) + if max_length is not None: + iter_values = islice(iter_values, max_length) + for index, child in enumerate(iter_values): + child_node = _traverse(child, depth=depth + 1) + child_node.last = index == last_item_index + append(child_node) + if max_length is not None and num_items > max_length: + append(Node(value_repr=f"... +{num_items - max_length}", last=True)) + else: + node = Node(empty=empty, children=[], last=root) + + pop_visited(obj_id) + else: + node = Node(value_repr=to_repr(obj), last=root) + node.is_tuple = type(obj) == tuple + node.is_namedtuple = _is_namedtuple(obj) + return node + + node = _traverse(_object, root=True) + return node + + +def pretty_repr( + _object: Any, + *, + max_width: int = 80, + indent_size: int = 4, + max_length: Optional[int] = None, + max_string: Optional[int] = None, + max_depth: Optional[int] = None, + expand_all: bool = False, +) -> str: + """Prettify repr string by expanding on to new lines to fit within a given width. + + Args: + _object (Any): Object to repr. + max_width (int, optional): Desired maximum width of repr string. Defaults to 80. + indent_size (int, optional): Number of spaces to indent. Defaults to 4. + max_length (int, optional): Maximum length of containers before abbreviating, or None for no abbreviation. + Defaults to None. + max_string (int, optional): Maximum length of string before truncating, or None to disable truncating. + Defaults to None. + max_depth (int, optional): Maximum depth of nested data structure, or None for no depth. + Defaults to None. + expand_all (bool, optional): Expand all containers regardless of available width. Defaults to False. + + Returns: + str: A possibly multi-line representation of the object. + """ + + if _safe_isinstance(_object, Node): + node = _object + else: + node = traverse( + _object, max_length=max_length, max_string=max_string, max_depth=max_depth + ) + repr_str: str = node.render( + max_width=max_width, indent_size=indent_size, expand_all=expand_all + ) + return repr_str + + +def pprint( + _object: Any, + *, + console: Optional["Console"] = None, + indent_guides: bool = True, + max_length: Optional[int] = None, + max_string: Optional[int] = None, + max_depth: Optional[int] = None, + expand_all: bool = False, +) -> None: + """A convenience function for pretty printing. + + Args: + _object (Any): Object to pretty print. + console (Console, optional): Console instance, or None to use default. Defaults to None. + max_length (int, optional): Maximum length of containers before abbreviating, or None for no abbreviation. + Defaults to None. + max_string (int, optional): Maximum length of strings before truncating, or None to disable. Defaults to None. + max_depth (int, optional): Maximum depth for nested data structures, or None for unlimited depth. Defaults to None. + indent_guides (bool, optional): Enable indentation guides. Defaults to True. + expand_all (bool, optional): Expand all containers. Defaults to False. + """ + _console = get_console() if console is None else console + _console.print( + Pretty( + _object, + max_length=max_length, + max_string=max_string, + max_depth=max_depth, + indent_guides=indent_guides, + expand_all=expand_all, + overflow="ignore", + ), + soft_wrap=True, + ) + + +if __name__ == "__main__": # pragma: no cover + + class BrokenRepr: + def __repr__(self) -> str: + 1 / 0 + return "this will fail" + + from typing import NamedTuple + + class StockKeepingUnit(NamedTuple): + name: str + description: str + price: float + category: str + reviews: List[str] + + d = defaultdict(int) + d["foo"] = 5 + data = { + "foo": [ + 1, + "Hello World!", + 100.123, + 323.232, + 432324.0, + {5, 6, 7, (1, 2, 3, 4), 8}, + ], + "bar": frozenset({1, 2, 3}), + "defaultdict": defaultdict( + list, {"crumble": ["apple", "rhubarb", "butter", "sugar", "flour"]} + ), + "counter": Counter( + [ + "apple", + "orange", + "pear", + "kumquat", + "kumquat", + "durian" * 100, + ] + ), + "atomic": (False, True, None), + "namedtuple": StockKeepingUnit( + "Sparkling British Spring Water", + "Carbonated spring water", + 0.9, + "water", + ["its amazing!", "its terrible!"], + ), + "Broken": BrokenRepr(), + } + data["foo"].append(data) # type: ignore[attr-defined] + + from pip._vendor.rich import print + + print(Pretty(data, indent_guides=True, max_string=20)) + + class Thing: + def __repr__(self) -> str: + return "Hello\x1b[38;5;239m World!" + + print(Pretty(Thing())) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress.py new file mode 100644 index 0000000..ec086d9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress.py @@ -0,0 +1,1715 @@ +import io +import sys +import typing +import warnings +from abc import ABC, abstractmethod +from collections import deque +from dataclasses import dataclass, field +from datetime import timedelta +from io import RawIOBase, UnsupportedOperation +from math import ceil +from mmap import mmap +from operator import length_hint +from os import PathLike, stat +from threading import Event, RLock, Thread +from types import TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + ContextManager, + Deque, + Dict, + Generic, + Iterable, + List, + NamedTuple, + NewType, + Optional, + Sequence, + TextIO, + Tuple, + Type, + TypeVar, + Union, +) + +if sys.version_info >= (3, 8): + from typing import Literal +else: + from pip._vendor.typing_extensions import Literal # pragma: no cover + +if sys.version_info >= (3, 11): + from typing import Self +else: + from pip._vendor.typing_extensions import Self # pragma: no cover + +from . import filesize, get_console +from .console import Console, Group, JustifyMethod, RenderableType +from .highlighter import Highlighter +from .jupyter import JupyterMixin +from .live import Live +from .progress_bar import ProgressBar +from .spinner import Spinner +from .style import StyleType +from .table import Column, Table +from .text import Text, TextType + +TaskID = NewType("TaskID", int) + +ProgressType = TypeVar("ProgressType") + +GetTimeCallable = Callable[[], float] + + +_I = typing.TypeVar("_I", TextIO, BinaryIO) + + +class _TrackThread(Thread): + """A thread to periodically update progress.""" + + def __init__(self, progress: "Progress", task_id: "TaskID", update_period: float): + self.progress = progress + self.task_id = task_id + self.update_period = update_period + self.done = Event() + + self.completed = 0 + super().__init__(daemon=True) + + def run(self) -> None: + task_id = self.task_id + advance = self.progress.advance + update_period = self.update_period + last_completed = 0 + wait = self.done.wait + while not wait(update_period) and self.progress.live.is_started: + completed = self.completed + if last_completed != completed: + advance(task_id, completed - last_completed) + last_completed = completed + + self.progress.update(self.task_id, completed=self.completed, refresh=True) + + def __enter__(self) -> "_TrackThread": + self.start() + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.done.set() + self.join() + + +def track( + sequence: Union[Sequence[ProgressType], Iterable[ProgressType]], + description: str = "Working...", + total: Optional[float] = None, + completed: int = 0, + auto_refresh: bool = True, + console: Optional[Console] = None, + transient: bool = False, + get_time: Optional[Callable[[], float]] = None, + refresh_per_second: float = 10, + style: StyleType = "bar.back", + complete_style: StyleType = "bar.complete", + finished_style: StyleType = "bar.finished", + pulse_style: StyleType = "bar.pulse", + update_period: float = 0.1, + disable: bool = False, + show_speed: bool = True, +) -> Iterable[ProgressType]: + """Track progress by iterating over a sequence. + + Args: + sequence (Iterable[ProgressType]): A sequence (must support "len") you wish to iterate over. + description (str, optional): Description of task show next to progress bar. Defaults to "Working". + total: (float, optional): Total number of steps. Default is len(sequence). + completed (int, optional): Number of steps completed so far. Defaults to 0. + auto_refresh (bool, optional): Automatic refresh, disable to force a refresh after each iteration. Default is True. + transient: (bool, optional): Clear the progress on exit. Defaults to False. + console (Console, optional): Console to write to. Default creates internal Console instance. + refresh_per_second (float): Number of times per second to refresh the progress information. Defaults to 10. + style (StyleType, optional): Style for the bar background. Defaults to "bar.back". + complete_style (StyleType, optional): Style for the completed bar. Defaults to "bar.complete". + finished_style (StyleType, optional): Style for a finished bar. Defaults to "bar.finished". + pulse_style (StyleType, optional): Style for pulsing bars. Defaults to "bar.pulse". + update_period (float, optional): Minimum time (in seconds) between calls to update(). Defaults to 0.1. + disable (bool, optional): Disable display of progress. + show_speed (bool, optional): Show speed if total isn't known. Defaults to True. + Returns: + Iterable[ProgressType]: An iterable of the values in the sequence. + + """ + + columns: List["ProgressColumn"] = ( + [TextColumn("[progress.description]{task.description}")] if description else [] + ) + columns.extend( + ( + BarColumn( + style=style, + complete_style=complete_style, + finished_style=finished_style, + pulse_style=pulse_style, + ), + TaskProgressColumn(show_speed=show_speed), + TimeRemainingColumn(elapsed_when_finished=True), + ) + ) + progress = Progress( + *columns, + auto_refresh=auto_refresh, + console=console, + transient=transient, + get_time=get_time, + refresh_per_second=refresh_per_second or 10, + disable=disable, + ) + + with progress: + yield from progress.track( + sequence, + total=total, + completed=completed, + description=description, + update_period=update_period, + ) + + +class _Reader(RawIOBase, BinaryIO): + """A reader that tracks progress while it's being read from.""" + + def __init__( + self, + handle: BinaryIO, + progress: "Progress", + task: TaskID, + close_handle: bool = True, + ) -> None: + self.handle = handle + self.progress = progress + self.task = task + self.close_handle = close_handle + self._closed = False + + def __enter__(self) -> "_Reader": + self.handle.__enter__() + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.close() + + def __iter__(self) -> BinaryIO: + return self + + def __next__(self) -> bytes: + line = next(self.handle) + self.progress.advance(self.task, advance=len(line)) + return line + + @property + def closed(self) -> bool: + return self._closed + + def fileno(self) -> int: + return self.handle.fileno() + + def isatty(self) -> bool: + return self.handle.isatty() + + @property + def mode(self) -> str: + return self.handle.mode + + @property + def name(self) -> str: + return self.handle.name + + def readable(self) -> bool: + return self.handle.readable() + + def seekable(self) -> bool: + return self.handle.seekable() + + def writable(self) -> bool: + return False + + def read(self, size: int = -1) -> bytes: + block = self.handle.read(size) + self.progress.advance(self.task, advance=len(block)) + return block + + def readinto(self, b: Union[bytearray, memoryview, mmap]): # type: ignore[no-untyped-def, override] + n = self.handle.readinto(b) # type: ignore[attr-defined] + self.progress.advance(self.task, advance=n) + return n + + def readline(self, size: int = -1) -> bytes: # type: ignore[override] + line = self.handle.readline(size) + self.progress.advance(self.task, advance=len(line)) + return line + + def readlines(self, hint: int = -1) -> List[bytes]: + lines = self.handle.readlines(hint) + self.progress.advance(self.task, advance=sum(map(len, lines))) + return lines + + def close(self) -> None: + if self.close_handle: + self.handle.close() + self._closed = True + + def seek(self, offset: int, whence: int = 0) -> int: + pos = self.handle.seek(offset, whence) + self.progress.update(self.task, completed=pos) + return pos + + def tell(self) -> int: + return self.handle.tell() + + def write(self, s: Any) -> int: + raise UnsupportedOperation("write") + + def writelines(self, lines: Iterable[Any]) -> None: + raise UnsupportedOperation("writelines") + + +class _ReadContext(ContextManager[_I], Generic[_I]): + """A utility class to handle a context for both a reader and a progress.""" + + def __init__(self, progress: "Progress", reader: _I) -> None: + self.progress = progress + self.reader: _I = reader + + def __enter__(self) -> _I: + self.progress.start() + return self.reader.__enter__() + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.progress.stop() + self.reader.__exit__(exc_type, exc_val, exc_tb) + + +def wrap_file( + file: BinaryIO, + total: int, + *, + description: str = "Reading...", + auto_refresh: bool = True, + console: Optional[Console] = None, + transient: bool = False, + get_time: Optional[Callable[[], float]] = None, + refresh_per_second: float = 10, + style: StyleType = "bar.back", + complete_style: StyleType = "bar.complete", + finished_style: StyleType = "bar.finished", + pulse_style: StyleType = "bar.pulse", + disable: bool = False, +) -> ContextManager[BinaryIO]: + """Read bytes from a file while tracking progress. + + Args: + file (Union[str, PathLike[str], BinaryIO]): The path to the file to read, or a file-like object in binary mode. + total (int): Total number of bytes to read. + description (str, optional): Description of task show next to progress bar. Defaults to "Reading". + auto_refresh (bool, optional): Automatic refresh, disable to force a refresh after each iteration. Default is True. + transient: (bool, optional): Clear the progress on exit. Defaults to False. + console (Console, optional): Console to write to. Default creates internal Console instance. + refresh_per_second (float): Number of times per second to refresh the progress information. Defaults to 10. + style (StyleType, optional): Style for the bar background. Defaults to "bar.back". + complete_style (StyleType, optional): Style for the completed bar. Defaults to "bar.complete". + finished_style (StyleType, optional): Style for a finished bar. Defaults to "bar.finished". + pulse_style (StyleType, optional): Style for pulsing bars. Defaults to "bar.pulse". + disable (bool, optional): Disable display of progress. + Returns: + ContextManager[BinaryIO]: A context manager yielding a progress reader. + + """ + + columns: List["ProgressColumn"] = ( + [TextColumn("[progress.description]{task.description}")] if description else [] + ) + columns.extend( + ( + BarColumn( + style=style, + complete_style=complete_style, + finished_style=finished_style, + pulse_style=pulse_style, + ), + DownloadColumn(), + TimeRemainingColumn(), + ) + ) + progress = Progress( + *columns, + auto_refresh=auto_refresh, + console=console, + transient=transient, + get_time=get_time, + refresh_per_second=refresh_per_second or 10, + disable=disable, + ) + + reader = progress.wrap_file(file, total=total, description=description) + return _ReadContext(progress, reader) + + +@typing.overload +def open( + file: Union[str, "PathLike[str]", bytes], + mode: Union[Literal["rt"], Literal["r"]], + buffering: int = -1, + encoding: Optional[str] = None, + errors: Optional[str] = None, + newline: Optional[str] = None, + *, + total: Optional[int] = None, + description: str = "Reading...", + auto_refresh: bool = True, + console: Optional[Console] = None, + transient: bool = False, + get_time: Optional[Callable[[], float]] = None, + refresh_per_second: float = 10, + style: StyleType = "bar.back", + complete_style: StyleType = "bar.complete", + finished_style: StyleType = "bar.finished", + pulse_style: StyleType = "bar.pulse", + disable: bool = False, +) -> ContextManager[TextIO]: + pass + + +@typing.overload +def open( + file: Union[str, "PathLike[str]", bytes], + mode: Literal["rb"], + buffering: int = -1, + encoding: Optional[str] = None, + errors: Optional[str] = None, + newline: Optional[str] = None, + *, + total: Optional[int] = None, + description: str = "Reading...", + auto_refresh: bool = True, + console: Optional[Console] = None, + transient: bool = False, + get_time: Optional[Callable[[], float]] = None, + refresh_per_second: float = 10, + style: StyleType = "bar.back", + complete_style: StyleType = "bar.complete", + finished_style: StyleType = "bar.finished", + pulse_style: StyleType = "bar.pulse", + disable: bool = False, +) -> ContextManager[BinaryIO]: + pass + + +def open( + file: Union[str, "PathLike[str]", bytes], + mode: Union[Literal["rb"], Literal["rt"], Literal["r"]] = "r", + buffering: int = -1, + encoding: Optional[str] = None, + errors: Optional[str] = None, + newline: Optional[str] = None, + *, + total: Optional[int] = None, + description: str = "Reading...", + auto_refresh: bool = True, + console: Optional[Console] = None, + transient: bool = False, + get_time: Optional[Callable[[], float]] = None, + refresh_per_second: float = 10, + style: StyleType = "bar.back", + complete_style: StyleType = "bar.complete", + finished_style: StyleType = "bar.finished", + pulse_style: StyleType = "bar.pulse", + disable: bool = False, +) -> Union[ContextManager[BinaryIO], ContextManager[TextIO]]: + """Read bytes from a file while tracking progress. + + Args: + path (Union[str, PathLike[str], BinaryIO]): The path to the file to read, or a file-like object in binary mode. + mode (str): The mode to use to open the file. Only supports "r", "rb" or "rt". + buffering (int): The buffering strategy to use, see :func:`io.open`. + encoding (str, optional): The encoding to use when reading in text mode, see :func:`io.open`. + errors (str, optional): The error handling strategy for decoding errors, see :func:`io.open`. + newline (str, optional): The strategy for handling newlines in text mode, see :func:`io.open` + total: (int, optional): Total number of bytes to read. Must be provided if reading from a file handle. Default for a path is os.stat(file).st_size. + description (str, optional): Description of task show next to progress bar. Defaults to "Reading". + auto_refresh (bool, optional): Automatic refresh, disable to force a refresh after each iteration. Default is True. + transient: (bool, optional): Clear the progress on exit. Defaults to False. + console (Console, optional): Console to write to. Default creates internal Console instance. + refresh_per_second (float): Number of times per second to refresh the progress information. Defaults to 10. + style (StyleType, optional): Style for the bar background. Defaults to "bar.back". + complete_style (StyleType, optional): Style for the completed bar. Defaults to "bar.complete". + finished_style (StyleType, optional): Style for a finished bar. Defaults to "bar.finished". + pulse_style (StyleType, optional): Style for pulsing bars. Defaults to "bar.pulse". + disable (bool, optional): Disable display of progress. + encoding (str, optional): The encoding to use when reading in text mode. + + Returns: + ContextManager[BinaryIO]: A context manager yielding a progress reader. + + """ + + columns: List["ProgressColumn"] = ( + [TextColumn("[progress.description]{task.description}")] if description else [] + ) + columns.extend( + ( + BarColumn( + style=style, + complete_style=complete_style, + finished_style=finished_style, + pulse_style=pulse_style, + ), + DownloadColumn(), + TimeRemainingColumn(), + ) + ) + progress = Progress( + *columns, + auto_refresh=auto_refresh, + console=console, + transient=transient, + get_time=get_time, + refresh_per_second=refresh_per_second or 10, + disable=disable, + ) + + reader = progress.open( + file, + mode=mode, + buffering=buffering, + encoding=encoding, + errors=errors, + newline=newline, + total=total, + description=description, + ) + return _ReadContext(progress, reader) # type: ignore[return-value, type-var] + + +class ProgressColumn(ABC): + """Base class for a widget to use in progress display.""" + + max_refresh: Optional[float] = None + + def __init__(self, table_column: Optional[Column] = None) -> None: + self._table_column = table_column + self._renderable_cache: Dict[TaskID, Tuple[float, RenderableType]] = {} + self._update_time: Optional[float] = None + + def get_table_column(self) -> Column: + """Get a table column, used to build tasks table.""" + return self._table_column or Column() + + def __call__(self, task: "Task") -> RenderableType: + """Called by the Progress object to return a renderable for the given task. + + Args: + task (Task): An object containing information regarding the task. + + Returns: + RenderableType: Anything renderable (including str). + """ + current_time = task.get_time() + if self.max_refresh is not None and not task.completed: + try: + timestamp, renderable = self._renderable_cache[task.id] + except KeyError: + pass + else: + if timestamp + self.max_refresh > current_time: + return renderable + + renderable = self.render(task) + self._renderable_cache[task.id] = (current_time, renderable) + return renderable + + @abstractmethod + def render(self, task: "Task") -> RenderableType: + """Should return a renderable object.""" + + +class RenderableColumn(ProgressColumn): + """A column to insert an arbitrary column. + + Args: + renderable (RenderableType, optional): Any renderable. Defaults to empty string. + """ + + def __init__( + self, renderable: RenderableType = "", *, table_column: Optional[Column] = None + ): + self.renderable = renderable + super().__init__(table_column=table_column) + + def render(self, task: "Task") -> RenderableType: + return self.renderable + + +class SpinnerColumn(ProgressColumn): + """A column with a 'spinner' animation. + + Args: + spinner_name (str, optional): Name of spinner animation. Defaults to "dots". + style (StyleType, optional): Style of spinner. Defaults to "progress.spinner". + speed (float, optional): Speed factor of spinner. Defaults to 1.0. + finished_text (TextType, optional): Text used when task is finished. Defaults to " ". + """ + + def __init__( + self, + spinner_name: str = "dots", + style: Optional[StyleType] = "progress.spinner", + speed: float = 1.0, + finished_text: TextType = " ", + table_column: Optional[Column] = None, + ): + self.spinner = Spinner(spinner_name, style=style, speed=speed) + self.finished_text = ( + Text.from_markup(finished_text) + if isinstance(finished_text, str) + else finished_text + ) + super().__init__(table_column=table_column) + + def set_spinner( + self, + spinner_name: str, + spinner_style: Optional[StyleType] = "progress.spinner", + speed: float = 1.0, + ) -> None: + """Set a new spinner. + + Args: + spinner_name (str): Spinner name, see python -m rich.spinner. + spinner_style (Optional[StyleType], optional): Spinner style. Defaults to "progress.spinner". + speed (float, optional): Speed factor of spinner. Defaults to 1.0. + """ + self.spinner = Spinner(spinner_name, style=spinner_style, speed=speed) + + def render(self, task: "Task") -> RenderableType: + text = ( + self.finished_text + if task.finished + else self.spinner.render(task.get_time()) + ) + return text + + +class TextColumn(ProgressColumn): + """A column containing text.""" + + def __init__( + self, + text_format: str, + style: StyleType = "none", + justify: JustifyMethod = "left", + markup: bool = True, + highlighter: Optional[Highlighter] = None, + table_column: Optional[Column] = None, + ) -> None: + self.text_format = text_format + self.justify: JustifyMethod = justify + self.style = style + self.markup = markup + self.highlighter = highlighter + super().__init__(table_column=table_column or Column(no_wrap=True)) + + def render(self, task: "Task") -> Text: + _text = self.text_format.format(task=task) + if self.markup: + text = Text.from_markup(_text, style=self.style, justify=self.justify) + else: + text = Text(_text, style=self.style, justify=self.justify) + if self.highlighter: + self.highlighter.highlight(text) + return text + + +class BarColumn(ProgressColumn): + """Renders a visual progress bar. + + Args: + bar_width (Optional[int], optional): Width of bar or None for full width. Defaults to 40. + style (StyleType, optional): Style for the bar background. Defaults to "bar.back". + complete_style (StyleType, optional): Style for the completed bar. Defaults to "bar.complete". + finished_style (StyleType, optional): Style for a finished bar. Defaults to "bar.finished". + pulse_style (StyleType, optional): Style for pulsing bars. Defaults to "bar.pulse". + """ + + def __init__( + self, + bar_width: Optional[int] = 40, + style: StyleType = "bar.back", + complete_style: StyleType = "bar.complete", + finished_style: StyleType = "bar.finished", + pulse_style: StyleType = "bar.pulse", + table_column: Optional[Column] = None, + ) -> None: + self.bar_width = bar_width + self.style = style + self.complete_style = complete_style + self.finished_style = finished_style + self.pulse_style = pulse_style + super().__init__(table_column=table_column) + + def render(self, task: "Task") -> ProgressBar: + """Gets a progress bar widget for a task.""" + return ProgressBar( + total=max(0, task.total) if task.total is not None else None, + completed=max(0, task.completed), + width=None if self.bar_width is None else max(1, self.bar_width), + pulse=not task.started, + animation_time=task.get_time(), + style=self.style, + complete_style=self.complete_style, + finished_style=self.finished_style, + pulse_style=self.pulse_style, + ) + + +class TimeElapsedColumn(ProgressColumn): + """Renders time elapsed.""" + + def render(self, task: "Task") -> Text: + """Show time elapsed.""" + elapsed = task.finished_time if task.finished else task.elapsed + if elapsed is None: + return Text("-:--:--", style="progress.elapsed") + delta = timedelta(seconds=max(0, int(elapsed))) + return Text(str(delta), style="progress.elapsed") + + +class TaskProgressColumn(TextColumn): + """Show task progress as a percentage. + + Args: + text_format (str, optional): Format for percentage display. Defaults to "[progress.percentage]{task.percentage:>3.0f}%". + text_format_no_percentage (str, optional): Format if percentage is unknown. Defaults to "". + style (StyleType, optional): Style of output. Defaults to "none". + justify (JustifyMethod, optional): Text justification. Defaults to "left". + markup (bool, optional): Enable markup. Defaults to True. + highlighter (Optional[Highlighter], optional): Highlighter to apply to output. Defaults to None. + table_column (Optional[Column], optional): Table Column to use. Defaults to None. + show_speed (bool, optional): Show speed if total is unknown. Defaults to False. + """ + + def __init__( + self, + text_format: str = "[progress.percentage]{task.percentage:>3.0f}%", + text_format_no_percentage: str = "", + style: StyleType = "none", + justify: JustifyMethod = "left", + markup: bool = True, + highlighter: Optional[Highlighter] = None, + table_column: Optional[Column] = None, + show_speed: bool = False, + ) -> None: + self.text_format_no_percentage = text_format_no_percentage + self.show_speed = show_speed + super().__init__( + text_format=text_format, + style=style, + justify=justify, + markup=markup, + highlighter=highlighter, + table_column=table_column, + ) + + @classmethod + def render_speed(cls, speed: Optional[float]) -> Text: + """Render the speed in iterations per second. + + Args: + task (Task): A Task object. + + Returns: + Text: Text object containing the task speed. + """ + if speed is None: + return Text("", style="progress.percentage") + unit, suffix = filesize.pick_unit_and_suffix( + int(speed), + ["", "×10³", "×10⁶", "×10⁹", "×10¹²"], + 1000, + ) + data_speed = speed / unit + return Text(f"{data_speed:.1f}{suffix} it/s", style="progress.percentage") + + def render(self, task: "Task") -> Text: + if task.total is None and self.show_speed: + return self.render_speed(task.finished_speed or task.speed) + text_format = ( + self.text_format_no_percentage if task.total is None else self.text_format + ) + _text = text_format.format(task=task) + if self.markup: + text = Text.from_markup(_text, style=self.style, justify=self.justify) + else: + text = Text(_text, style=self.style, justify=self.justify) + if self.highlighter: + self.highlighter.highlight(text) + return text + + +class TimeRemainingColumn(ProgressColumn): + """Renders estimated time remaining. + + Args: + compact (bool, optional): Render MM:SS when time remaining is less than an hour. Defaults to False. + elapsed_when_finished (bool, optional): Render time elapsed when the task is finished. Defaults to False. + """ + + # Only refresh twice a second to prevent jitter + max_refresh = 0.5 + + def __init__( + self, + compact: bool = False, + elapsed_when_finished: bool = False, + table_column: Optional[Column] = None, + ): + self.compact = compact + self.elapsed_when_finished = elapsed_when_finished + super().__init__(table_column=table_column) + + def render(self, task: "Task") -> Text: + """Show time remaining.""" + if self.elapsed_when_finished and task.finished: + task_time = task.finished_time + style = "progress.elapsed" + else: + task_time = task.time_remaining + style = "progress.remaining" + + if task.total is None: + return Text("", style=style) + + if task_time is None: + return Text("--:--" if self.compact else "-:--:--", style=style) + + # Based on https://github.com/tqdm/tqdm/blob/master/tqdm/std.py + minutes, seconds = divmod(int(task_time), 60) + hours, minutes = divmod(minutes, 60) + + if self.compact and not hours: + formatted = f"{minutes:02d}:{seconds:02d}" + else: + formatted = f"{hours:d}:{minutes:02d}:{seconds:02d}" + + return Text(formatted, style=style) + + +class FileSizeColumn(ProgressColumn): + """Renders completed filesize.""" + + def render(self, task: "Task") -> Text: + """Show data completed.""" + data_size = filesize.decimal(int(task.completed)) + return Text(data_size, style="progress.filesize") + + +class TotalFileSizeColumn(ProgressColumn): + """Renders total filesize.""" + + def render(self, task: "Task") -> Text: + """Show data completed.""" + data_size = filesize.decimal(int(task.total)) if task.total is not None else "" + return Text(data_size, style="progress.filesize.total") + + +class MofNCompleteColumn(ProgressColumn): + """Renders completed count/total, e.g. ' 10/1000'. + + Best for bounded tasks with int quantities. + + Space pads the completed count so that progress length does not change as task progresses + past powers of 10. + + Args: + separator (str, optional): Text to separate completed and total values. Defaults to "/". + """ + + def __init__(self, separator: str = "/", table_column: Optional[Column] = None): + self.separator = separator + super().__init__(table_column=table_column) + + def render(self, task: "Task") -> Text: + """Show completed/total.""" + completed = int(task.completed) + total = int(task.total) if task.total is not None else "?" + total_width = len(str(total)) + return Text( + f"{completed:{total_width}d}{self.separator}{total}", + style="progress.download", + ) + + +class DownloadColumn(ProgressColumn): + """Renders file size downloaded and total, e.g. '0.5/2.3 GB'. + + Args: + binary_units (bool, optional): Use binary units, KiB, MiB etc. Defaults to False. + """ + + def __init__( + self, binary_units: bool = False, table_column: Optional[Column] = None + ) -> None: + self.binary_units = binary_units + super().__init__(table_column=table_column) + + def render(self, task: "Task") -> Text: + """Calculate common unit for completed and total.""" + completed = int(task.completed) + + unit_and_suffix_calculation_base = ( + int(task.total) if task.total is not None else completed + ) + if self.binary_units: + unit, suffix = filesize.pick_unit_and_suffix( + unit_and_suffix_calculation_base, + ["bytes", "KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "ZiB", "YiB"], + 1024, + ) + else: + unit, suffix = filesize.pick_unit_and_suffix( + unit_and_suffix_calculation_base, + ["bytes", "kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"], + 1000, + ) + precision = 0 if unit == 1 else 1 + + completed_ratio = completed / unit + completed_str = f"{completed_ratio:,.{precision}f}" + + if task.total is not None: + total = int(task.total) + total_ratio = total / unit + total_str = f"{total_ratio:,.{precision}f}" + else: + total_str = "?" + + download_status = f"{completed_str}/{total_str} {suffix}" + download_text = Text(download_status, style="progress.download") + return download_text + + +class TransferSpeedColumn(ProgressColumn): + """Renders human readable transfer speed.""" + + def render(self, task: "Task") -> Text: + """Show data transfer speed.""" + speed = task.finished_speed or task.speed + if speed is None: + return Text("?", style="progress.data.speed") + data_speed = filesize.decimal(int(speed)) + return Text(f"{data_speed}/s", style="progress.data.speed") + + +class ProgressSample(NamedTuple): + """Sample of progress for a given time.""" + + timestamp: float + """Timestamp of sample.""" + completed: float + """Number of steps completed.""" + + +@dataclass +class Task: + """Information regarding a progress task. + + This object should be considered read-only outside of the :class:`~Progress` class. + + """ + + id: TaskID + """Task ID associated with this task (used in Progress methods).""" + + description: str + """str: Description of the task.""" + + total: Optional[float] + """Optional[float]: Total number of steps in this task.""" + + completed: float + """float: Number of steps completed""" + + _get_time: GetTimeCallable + """Callable to get the current time.""" + + finished_time: Optional[float] = None + """float: Time task was finished.""" + + visible: bool = True + """bool: Indicates if this task is visible in the progress display.""" + + fields: Dict[str, Any] = field(default_factory=dict) + """dict: Arbitrary fields passed in via Progress.update.""" + + start_time: Optional[float] = field(default=None, init=False, repr=False) + """Optional[float]: Time this task was started, or None if not started.""" + + stop_time: Optional[float] = field(default=None, init=False, repr=False) + """Optional[float]: Time this task was stopped, or None if not stopped.""" + + finished_speed: Optional[float] = None + """Optional[float]: The last speed for a finished task.""" + + _progress: Deque[ProgressSample] = field( + default_factory=lambda: deque(maxlen=1000), init=False, repr=False + ) + + _lock: RLock = field(repr=False, default_factory=RLock) + """Thread lock.""" + + def get_time(self) -> float: + """float: Get the current time, in seconds.""" + return self._get_time() + + @property + def started(self) -> bool: + """bool: Check if the task as started.""" + return self.start_time is not None + + @property + def remaining(self) -> Optional[float]: + """Optional[float]: Get the number of steps remaining, if a non-None total was set.""" + if self.total is None: + return None + return self.total - self.completed + + @property + def elapsed(self) -> Optional[float]: + """Optional[float]: Time elapsed since task was started, or ``None`` if the task hasn't started.""" + if self.start_time is None: + return None + if self.stop_time is not None: + return self.stop_time - self.start_time + return self.get_time() - self.start_time + + @property + def finished(self) -> bool: + """Check if the task has finished.""" + return self.finished_time is not None + + @property + def percentage(self) -> float: + """float: Get progress of task as a percentage. If a None total was set, returns 0""" + if not self.total: + return 0.0 + completed = (self.completed / self.total) * 100.0 + completed = min(100.0, max(0.0, completed)) + return completed + + @property + def speed(self) -> Optional[float]: + """Optional[float]: Get the estimated speed in steps per second.""" + if self.start_time is None: + return None + with self._lock: + progress = self._progress + if not progress: + return None + total_time = progress[-1].timestamp - progress[0].timestamp + if total_time == 0: + return None + iter_progress = iter(progress) + next(iter_progress) + total_completed = sum(sample.completed for sample in iter_progress) + speed = total_completed / total_time + return speed + + @property + def time_remaining(self) -> Optional[float]: + """Optional[float]: Get estimated time to completion, or ``None`` if no data.""" + if self.finished: + return 0.0 + speed = self.speed + if not speed: + return None + remaining = self.remaining + if remaining is None: + return None + estimate = ceil(remaining / speed) + return estimate + + def _reset(self) -> None: + """Reset progress.""" + self._progress.clear() + self.finished_time = None + self.finished_speed = None + + +class Progress(JupyterMixin): + """Renders an auto-updating progress bar(s). + + Args: + console (Console, optional): Optional Console instance. Defaults to an internal Console instance writing to stdout. + auto_refresh (bool, optional): Enable auto refresh. If disabled, you will need to call `refresh()`. + refresh_per_second (Optional[float], optional): Number of times per second to refresh the progress information or None to use default (10). Defaults to None. + speed_estimate_period: (float, optional): Period (in seconds) used to calculate the speed estimate. Defaults to 30. + transient: (bool, optional): Clear the progress on exit. Defaults to False. + redirect_stdout: (bool, optional): Enable redirection of stdout, so ``print`` may be used. Defaults to True. + redirect_stderr: (bool, optional): Enable redirection of stderr. Defaults to True. + get_time: (Callable, optional): A callable that gets the current time, or None to use Console.get_time. Defaults to None. + disable (bool, optional): Disable progress display. Defaults to False + expand (bool, optional): Expand tasks table to fit width. Defaults to False. + """ + + def __init__( + self, + *columns: Union[str, ProgressColumn], + console: Optional[Console] = None, + auto_refresh: bool = True, + refresh_per_second: float = 10, + speed_estimate_period: float = 30.0, + transient: bool = False, + redirect_stdout: bool = True, + redirect_stderr: bool = True, + get_time: Optional[GetTimeCallable] = None, + disable: bool = False, + expand: bool = False, + ) -> None: + assert refresh_per_second > 0, "refresh_per_second must be > 0" + self._lock = RLock() + self.columns = columns or self.get_default_columns() + self.speed_estimate_period = speed_estimate_period + + self.disable = disable + self.expand = expand + self._tasks: Dict[TaskID, Task] = {} + self._task_index: TaskID = TaskID(0) + self.live = Live( + console=console or get_console(), + auto_refresh=auto_refresh, + refresh_per_second=refresh_per_second, + transient=transient, + redirect_stdout=redirect_stdout, + redirect_stderr=redirect_stderr, + get_renderable=self.get_renderable, + ) + self.get_time = get_time or self.console.get_time + self.print = self.console.print + self.log = self.console.log + + @classmethod + def get_default_columns(cls) -> Tuple[ProgressColumn, ...]: + """Get the default columns used for a new Progress instance: + - a text column for the description (TextColumn) + - the bar itself (BarColumn) + - a text column showing completion percentage (TextColumn) + - an estimated-time-remaining column (TimeRemainingColumn) + If the Progress instance is created without passing a columns argument, + the default columns defined here will be used. + + You can also create a Progress instance using custom columns before + and/or after the defaults, as in this example: + + progress = Progress( + SpinnerColumn(), + *Progress.get_default_columns(), + "Elapsed:", + TimeElapsedColumn(), + ) + + This code shows the creation of a Progress display, containing + a spinner to the left, the default columns, and a labeled elapsed + time column. + """ + return ( + TextColumn("[progress.description]{task.description}"), + BarColumn(), + TaskProgressColumn(), + TimeRemainingColumn(), + ) + + @property + def console(self) -> Console: + return self.live.console + + @property + def tasks(self) -> List[Task]: + """Get a list of Task instances.""" + with self._lock: + return list(self._tasks.values()) + + @property + def task_ids(self) -> List[TaskID]: + """A list of task IDs.""" + with self._lock: + return list(self._tasks.keys()) + + @property + def finished(self) -> bool: + """Check if all tasks have been completed.""" + with self._lock: + if not self._tasks: + return True + return all(task.finished for task in self._tasks.values()) + + def start(self) -> None: + """Start the progress display.""" + if not self.disable: + self.live.start(refresh=True) + + def stop(self) -> None: + """Stop the progress display.""" + self.live.stop() + if not self.console.is_interactive and not self.console.is_jupyter: + self.console.print() + + def __enter__(self) -> Self: + self.start() + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.stop() + + def track( + self, + sequence: Union[Iterable[ProgressType], Sequence[ProgressType]], + total: Optional[float] = None, + completed: int = 0, + task_id: Optional[TaskID] = None, + description: str = "Working...", + update_period: float = 0.1, + ) -> Iterable[ProgressType]: + """Track progress by iterating over a sequence. + + Args: + sequence (Sequence[ProgressType]): A sequence of values you want to iterate over and track progress. + total: (float, optional): Total number of steps. Default is len(sequence). + completed (int, optional): Number of steps completed so far. Defaults to 0. + task_id: (TaskID): Task to track. Default is new task. + description: (str, optional): Description of task, if new task is created. + update_period (float, optional): Minimum time (in seconds) between calls to update(). Defaults to 0.1. + + Returns: + Iterable[ProgressType]: An iterable of values taken from the provided sequence. + """ + if total is None: + total = float(length_hint(sequence)) or None + + if task_id is None: + task_id = self.add_task(description, total=total, completed=completed) + else: + self.update(task_id, total=total, completed=completed) + + if self.live.auto_refresh: + with _TrackThread(self, task_id, update_period) as track_thread: + for value in sequence: + yield value + track_thread.completed += 1 + else: + advance = self.advance + refresh = self.refresh + for value in sequence: + yield value + advance(task_id, 1) + refresh() + + def wrap_file( + self, + file: BinaryIO, + total: Optional[int] = None, + *, + task_id: Optional[TaskID] = None, + description: str = "Reading...", + ) -> BinaryIO: + """Track progress file reading from a binary file. + + Args: + file (BinaryIO): A file-like object opened in binary mode. + total (int, optional): Total number of bytes to read. This must be provided unless a task with a total is also given. + task_id (TaskID): Task to track. Default is new task. + description (str, optional): Description of task, if new task is created. + + Returns: + BinaryIO: A readable file-like object in binary mode. + + Raises: + ValueError: When no total value can be extracted from the arguments or the task. + """ + # attempt to recover the total from the task + total_bytes: Optional[float] = None + if total is not None: + total_bytes = total + elif task_id is not None: + with self._lock: + total_bytes = self._tasks[task_id].total + if total_bytes is None: + raise ValueError( + f"unable to get the total number of bytes, please specify 'total'" + ) + + # update total of task or create new task + if task_id is None: + task_id = self.add_task(description, total=total_bytes) + else: + self.update(task_id, total=total_bytes) + + return _Reader(file, self, task_id, close_handle=False) + + @typing.overload + def open( + self, + file: Union[str, "PathLike[str]", bytes], + mode: Literal["rb"], + buffering: int = -1, + encoding: Optional[str] = None, + errors: Optional[str] = None, + newline: Optional[str] = None, + *, + total: Optional[int] = None, + task_id: Optional[TaskID] = None, + description: str = "Reading...", + ) -> BinaryIO: + pass + + @typing.overload + def open( + self, + file: Union[str, "PathLike[str]", bytes], + mode: Union[Literal["r"], Literal["rt"]], + buffering: int = -1, + encoding: Optional[str] = None, + errors: Optional[str] = None, + newline: Optional[str] = None, + *, + total: Optional[int] = None, + task_id: Optional[TaskID] = None, + description: str = "Reading...", + ) -> TextIO: + pass + + def open( + self, + file: Union[str, "PathLike[str]", bytes], + mode: Union[Literal["rb"], Literal["rt"], Literal["r"]] = "r", + buffering: int = -1, + encoding: Optional[str] = None, + errors: Optional[str] = None, + newline: Optional[str] = None, + *, + total: Optional[int] = None, + task_id: Optional[TaskID] = None, + description: str = "Reading...", + ) -> Union[BinaryIO, TextIO]: + """Track progress while reading from a binary file. + + Args: + path (Union[str, PathLike[str]]): The path to the file to read. + mode (str): The mode to use to open the file. Only supports "r", "rb" or "rt". + buffering (int): The buffering strategy to use, see :func:`io.open`. + encoding (str, optional): The encoding to use when reading in text mode, see :func:`io.open`. + errors (str, optional): The error handling strategy for decoding errors, see :func:`io.open`. + newline (str, optional): The strategy for handling newlines in text mode, see :func:`io.open`. + total (int, optional): Total number of bytes to read. If none given, os.stat(path).st_size is used. + task_id (TaskID): Task to track. Default is new task. + description (str, optional): Description of task, if new task is created. + + Returns: + BinaryIO: A readable file-like object in binary mode. + + Raises: + ValueError: When an invalid mode is given. + """ + # normalize the mode (always rb, rt) + _mode = "".join(sorted(mode, reverse=False)) + if _mode not in ("br", "rt", "r"): + raise ValueError(f"invalid mode {mode!r}") + + # patch buffering to provide the same behaviour as the builtin `open` + line_buffering = buffering == 1 + if _mode == "br" and buffering == 1: + warnings.warn( + "line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used", + RuntimeWarning, + ) + buffering = -1 + elif _mode in ("rt", "r"): + if buffering == 0: + raise ValueError("can't have unbuffered text I/O") + elif buffering == 1: + buffering = -1 + + # attempt to get the total with `os.stat` + if total is None: + total = stat(file).st_size + + # update total of task or create new task + if task_id is None: + task_id = self.add_task(description, total=total) + else: + self.update(task_id, total=total) + + # open the file in binary mode, + handle = io.open(file, "rb", buffering=buffering) + reader = _Reader(handle, self, task_id, close_handle=True) + + # wrap the reader in a `TextIOWrapper` if text mode + if mode in ("r", "rt"): + return io.TextIOWrapper( + reader, + encoding=encoding, + errors=errors, + newline=newline, + line_buffering=line_buffering, + ) + + return reader + + def start_task(self, task_id: TaskID) -> None: + """Start a task. + + Starts a task (used when calculating elapsed time). You may need to call this manually, + if you called ``add_task`` with ``start=False``. + + Args: + task_id (TaskID): ID of task. + """ + with self._lock: + task = self._tasks[task_id] + if task.start_time is None: + task.start_time = self.get_time() + + def stop_task(self, task_id: TaskID) -> None: + """Stop a task. + + This will freeze the elapsed time on the task. + + Args: + task_id (TaskID): ID of task. + """ + with self._lock: + task = self._tasks[task_id] + current_time = self.get_time() + if task.start_time is None: + task.start_time = current_time + task.stop_time = current_time + + def update( + self, + task_id: TaskID, + *, + total: Optional[float] = None, + completed: Optional[float] = None, + advance: Optional[float] = None, + description: Optional[str] = None, + visible: Optional[bool] = None, + refresh: bool = False, + **fields: Any, + ) -> None: + """Update information associated with a task. + + Args: + task_id (TaskID): Task id (returned by add_task). + total (float, optional): Updates task.total if not None. + completed (float, optional): Updates task.completed if not None. + advance (float, optional): Add a value to task.completed if not None. + description (str, optional): Change task description if not None. + visible (bool, optional): Set visible flag if not None. + refresh (bool): Force a refresh of progress information. Default is False. + **fields (Any): Additional data fields required for rendering. + """ + with self._lock: + task = self._tasks[task_id] + completed_start = task.completed + + if total is not None and total != task.total: + task.total = total + task._reset() + if advance is not None: + task.completed += advance + if completed is not None: + task.completed = completed + if description is not None: + task.description = description + if visible is not None: + task.visible = visible + task.fields.update(fields) + update_completed = task.completed - completed_start + + current_time = self.get_time() + old_sample_time = current_time - self.speed_estimate_period + _progress = task._progress + + popleft = _progress.popleft + while _progress and _progress[0].timestamp < old_sample_time: + popleft() + if update_completed > 0: + _progress.append(ProgressSample(current_time, update_completed)) + if ( + task.total is not None + and task.completed >= task.total + and task.finished_time is None + ): + task.finished_time = task.elapsed + + if refresh: + self.refresh() + + def reset( + self, + task_id: TaskID, + *, + start: bool = True, + total: Optional[float] = None, + completed: int = 0, + visible: Optional[bool] = None, + description: Optional[str] = None, + **fields: Any, + ) -> None: + """Reset a task so completed is 0 and the clock is reset. + + Args: + task_id (TaskID): ID of task. + start (bool, optional): Start the task after reset. Defaults to True. + total (float, optional): New total steps in task, or None to use current total. Defaults to None. + completed (int, optional): Number of steps completed. Defaults to 0. + visible (bool, optional): Enable display of the task. Defaults to True. + description (str, optional): Change task description if not None. Defaults to None. + **fields (str): Additional data fields required for rendering. + """ + current_time = self.get_time() + with self._lock: + task = self._tasks[task_id] + task._reset() + task.start_time = current_time if start else None + if total is not None: + task.total = total + task.completed = completed + if visible is not None: + task.visible = visible + if fields: + task.fields = fields + if description is not None: + task.description = description + task.finished_time = None + self.refresh() + + def advance(self, task_id: TaskID, advance: float = 1) -> None: + """Advance task by a number of steps. + + Args: + task_id (TaskID): ID of task. + advance (float): Number of steps to advance. Default is 1. + """ + current_time = self.get_time() + with self._lock: + task = self._tasks[task_id] + completed_start = task.completed + task.completed += advance + update_completed = task.completed - completed_start + old_sample_time = current_time - self.speed_estimate_period + _progress = task._progress + + popleft = _progress.popleft + while _progress and _progress[0].timestamp < old_sample_time: + popleft() + while len(_progress) > 1000: + popleft() + _progress.append(ProgressSample(current_time, update_completed)) + if ( + task.total is not None + and task.completed >= task.total + and task.finished_time is None + ): + task.finished_time = task.elapsed + task.finished_speed = task.speed + + def refresh(self) -> None: + """Refresh (render) the progress information.""" + if not self.disable and self.live.is_started: + self.live.refresh() + + def get_renderable(self) -> RenderableType: + """Get a renderable for the progress display.""" + renderable = Group(*self.get_renderables()) + return renderable + + def get_renderables(self) -> Iterable[RenderableType]: + """Get a number of renderables for the progress display.""" + table = self.make_tasks_table(self.tasks) + yield table + + def make_tasks_table(self, tasks: Iterable[Task]) -> Table: + """Get a table to render the Progress display. + + Args: + tasks (Iterable[Task]): An iterable of Task instances, one per row of the table. + + Returns: + Table: A table instance. + """ + table_columns = ( + ( + Column(no_wrap=True) + if isinstance(_column, str) + else _column.get_table_column().copy() + ) + for _column in self.columns + ) + table = Table.grid(*table_columns, padding=(0, 1), expand=self.expand) + + for task in tasks: + if task.visible: + table.add_row( + *( + ( + column.format(task=task) + if isinstance(column, str) + else column(task) + ) + for column in self.columns + ) + ) + return table + + def __rich__(self) -> RenderableType: + """Makes the Progress class itself renderable.""" + with self._lock: + return self.get_renderable() + + def add_task( + self, + description: str, + start: bool = True, + total: Optional[float] = 100.0, + completed: int = 0, + visible: bool = True, + **fields: Any, + ) -> TaskID: + """Add a new 'task' to the Progress display. + + Args: + description (str): A description of the task. + start (bool, optional): Start the task immediately (to calculate elapsed time). If set to False, + you will need to call `start` manually. Defaults to True. + total (float, optional): Number of total steps in the progress if known. + Set to None to render a pulsing animation. Defaults to 100. + completed (int, optional): Number of steps completed so far. Defaults to 0. + visible (bool, optional): Enable display of the task. Defaults to True. + **fields (str): Additional data fields required for rendering. + + Returns: + TaskID: An ID you can use when calling `update`. + """ + with self._lock: + task = Task( + self._task_index, + description, + total, + completed, + visible=visible, + fields=fields, + _get_time=self.get_time, + _lock=self._lock, + ) + self._tasks[self._task_index] = task + if start: + self.start_task(self._task_index) + new_task_index = self._task_index + self._task_index = TaskID(int(self._task_index) + 1) + self.refresh() + return new_task_index + + def remove_task(self, task_id: TaskID) -> None: + """Delete a task if it exists. + + Args: + task_id (TaskID): A task ID. + + """ + with self._lock: + del self._tasks[task_id] + + +if __name__ == "__main__": # pragma: no coverage + import random + import time + + from .panel import Panel + from .rule import Rule + from .syntax import Syntax + from .table import Table + + syntax = Syntax( + '''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''', + "python", + line_numbers=True, + ) + + table = Table("foo", "bar", "baz") + table.add_row("1", "2", "3") + + progress_renderables = [ + "Text may be printed while the progress bars are rendering.", + Panel("In fact, [i]any[/i] renderable will work"), + "Such as [magenta]tables[/]...", + table, + "Pretty printed structures...", + {"type": "example", "text": "Pretty printed"}, + "Syntax...", + syntax, + Rule("Give it a try!"), + ] + + from itertools import cycle + + examples = cycle(progress_renderables) + + console = Console(record=True) + + with Progress( + SpinnerColumn(), + *Progress.get_default_columns(), + TimeElapsedColumn(), + console=console, + transient=False, + ) as progress: + task1 = progress.add_task("[red]Downloading", total=1000) + task2 = progress.add_task("[green]Processing", total=1000) + task3 = progress.add_task("[yellow]Thinking", total=None) + + while not progress.finished: + progress.update(task1, advance=0.5) + progress.update(task2, advance=0.3) + time.sleep(0.01) + if random.randint(0, 100) < 1: + progress.log(next(examples)) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress_bar.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress_bar.py new file mode 100644 index 0000000..41794f7 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/progress_bar.py @@ -0,0 +1,223 @@ +import math +from functools import lru_cache +from time import monotonic +from typing import Iterable, List, Optional + +from .color import Color, blend_rgb +from .color_triplet import ColorTriplet +from .console import Console, ConsoleOptions, RenderResult +from .jupyter import JupyterMixin +from .measure import Measurement +from .segment import Segment +from .style import Style, StyleType + +# Number of characters before 'pulse' animation repeats +PULSE_SIZE = 20 + + +class ProgressBar(JupyterMixin): + """Renders a (progress) bar. Used by rich.progress. + + Args: + total (float, optional): Number of steps in the bar. Defaults to 100. Set to None to render a pulsing animation. + completed (float, optional): Number of steps completed. Defaults to 0. + width (int, optional): Width of the bar, or ``None`` for maximum width. Defaults to None. + pulse (bool, optional): Enable pulse effect. Defaults to False. Will pulse if a None total was passed. + style (StyleType, optional): Style for the bar background. Defaults to "bar.back". + complete_style (StyleType, optional): Style for the completed bar. Defaults to "bar.complete". + finished_style (StyleType, optional): Style for a finished bar. Defaults to "bar.finished". + pulse_style (StyleType, optional): Style for pulsing bars. Defaults to "bar.pulse". + animation_time (Optional[float], optional): Time in seconds to use for animation, or None to use system time. + """ + + def __init__( + self, + total: Optional[float] = 100.0, + completed: float = 0, + width: Optional[int] = None, + pulse: bool = False, + style: StyleType = "bar.back", + complete_style: StyleType = "bar.complete", + finished_style: StyleType = "bar.finished", + pulse_style: StyleType = "bar.pulse", + animation_time: Optional[float] = None, + ): + self.total = total + self.completed = completed + self.width = width + self.pulse = pulse + self.style = style + self.complete_style = complete_style + self.finished_style = finished_style + self.pulse_style = pulse_style + self.animation_time = animation_time + + self._pulse_segments: Optional[List[Segment]] = None + + def __repr__(self) -> str: + return f"" + + @property + def percentage_completed(self) -> Optional[float]: + """Calculate percentage complete.""" + if self.total is None: + return None + completed = (self.completed / self.total) * 100.0 + completed = min(100, max(0.0, completed)) + return completed + + @lru_cache(maxsize=16) + def _get_pulse_segments( + self, + fore_style: Style, + back_style: Style, + color_system: str, + no_color: bool, + ascii: bool = False, + ) -> List[Segment]: + """Get a list of segments to render a pulse animation. + + Returns: + List[Segment]: A list of segments, one segment per character. + """ + bar = "-" if ascii else "━" + segments: List[Segment] = [] + if color_system not in ("standard", "eight_bit", "truecolor") or no_color: + segments += [Segment(bar, fore_style)] * (PULSE_SIZE // 2) + segments += [Segment(" " if no_color else bar, back_style)] * ( + PULSE_SIZE - (PULSE_SIZE // 2) + ) + return segments + + append = segments.append + fore_color = ( + fore_style.color.get_truecolor() + if fore_style.color + else ColorTriplet(255, 0, 255) + ) + back_color = ( + back_style.color.get_truecolor() + if back_style.color + else ColorTriplet(0, 0, 0) + ) + cos = math.cos + pi = math.pi + _Segment = Segment + _Style = Style + from_triplet = Color.from_triplet + + for index in range(PULSE_SIZE): + position = index / PULSE_SIZE + fade = 0.5 + cos(position * pi * 2) / 2.0 + color = blend_rgb(fore_color, back_color, cross_fade=fade) + append(_Segment(bar, _Style(color=from_triplet(color)))) + return segments + + def update(self, completed: float, total: Optional[float] = None) -> None: + """Update progress with new values. + + Args: + completed (float): Number of steps completed. + total (float, optional): Total number of steps, or ``None`` to not change. Defaults to None. + """ + self.completed = completed + self.total = total if total is not None else self.total + + def _render_pulse( + self, console: Console, width: int, ascii: bool = False + ) -> Iterable[Segment]: + """Renders the pulse animation. + + Args: + console (Console): Console instance. + width (int): Width in characters of pulse animation. + + Returns: + RenderResult: [description] + + Yields: + Iterator[Segment]: Segments to render pulse + """ + fore_style = console.get_style(self.pulse_style, default="white") + back_style = console.get_style(self.style, default="black") + + pulse_segments = self._get_pulse_segments( + fore_style, back_style, console.color_system, console.no_color, ascii=ascii + ) + segment_count = len(pulse_segments) + current_time = ( + monotonic() if self.animation_time is None else self.animation_time + ) + segments = pulse_segments * (int(width / segment_count) + 2) + offset = int(-current_time * 15) % segment_count + segments = segments[offset : offset + width] + yield from segments + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + width = min(self.width or options.max_width, options.max_width) + ascii = options.legacy_windows or options.ascii_only + should_pulse = self.pulse or self.total is None + if should_pulse: + yield from self._render_pulse(console, width, ascii=ascii) + return + + completed: Optional[float] = ( + min(self.total, max(0, self.completed)) if self.total is not None else None + ) + + bar = "-" if ascii else "━" + half_bar_right = " " if ascii else "╸" + half_bar_left = " " if ascii else "╺" + complete_halves = ( + int(width * 2 * completed / self.total) + if self.total and completed is not None + else width * 2 + ) + bar_count = complete_halves // 2 + half_bar_count = complete_halves % 2 + style = console.get_style(self.style) + is_finished = self.total is None or self.completed >= self.total + complete_style = console.get_style( + self.finished_style if is_finished else self.complete_style + ) + _Segment = Segment + if bar_count: + yield _Segment(bar * bar_count, complete_style) + if half_bar_count: + yield _Segment(half_bar_right * half_bar_count, complete_style) + + if not console.no_color: + remaining_bars = width - bar_count - half_bar_count + if remaining_bars and console.color_system is not None: + if not half_bar_count and bar_count: + yield _Segment(half_bar_left, style) + remaining_bars -= 1 + if remaining_bars: + yield _Segment(bar * remaining_bars, style) + + 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) + ) + + +if __name__ == "__main__": # pragma: no cover + console = Console() + bar = ProgressBar(width=50, total=100) + + import time + + console.show_cursor(False) + for n in range(0, 101, 1): + bar.update(n) + console.print(bar) + console.file.write("\r") + time.sleep(0.05) + console.show_cursor(True) + console.print() diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/prompt.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/prompt.py new file mode 100644 index 0000000..fccb70d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/prompt.py @@ -0,0 +1,400 @@ +from typing import Any, Generic, List, Optional, TextIO, TypeVar, Union, overload + +from . import get_console +from .console import Console +from .text import Text, TextType + +PromptType = TypeVar("PromptType") +DefaultType = TypeVar("DefaultType") + + +class PromptError(Exception): + """Exception base class for prompt related errors.""" + + +class InvalidResponse(PromptError): + """Exception to indicate a response was invalid. Raise this within process_response() to indicate an error + and provide an error message. + + Args: + message (Union[str, Text]): Error message. + """ + + def __init__(self, message: TextType) -> None: + self.message = message + + def __rich__(self) -> TextType: + return self.message + + +class PromptBase(Generic[PromptType]): + """Ask the user for input until a valid response is received. This is the base class, see one of + the concrete classes for examples. + + Args: + prompt (TextType, optional): Prompt text. Defaults to "". + console (Console, optional): A Console instance or None to use global console. Defaults to None. + password (bool, optional): Enable password input. Defaults to False. + choices (List[str], optional): A list of valid choices. Defaults to None. + case_sensitive (bool, optional): Matching of choices should be case-sensitive. Defaults to True. + show_default (bool, optional): Show default in prompt. Defaults to True. + show_choices (bool, optional): Show choices in prompt. Defaults to True. + """ + + response_type: type = str + + validate_error_message = "[prompt.invalid]Please enter a valid value" + illegal_choice_message = ( + "[prompt.invalid.choice]Please select one of the available options" + ) + prompt_suffix = ": " + + choices: Optional[List[str]] = None + + def __init__( + self, + prompt: TextType = "", + *, + console: Optional[Console] = None, + password: bool = False, + choices: Optional[List[str]] = None, + case_sensitive: bool = True, + show_default: bool = True, + show_choices: bool = True, + ) -> None: + self.console = console or get_console() + self.prompt = ( + Text.from_markup(prompt, style="prompt") + if isinstance(prompt, str) + else prompt + ) + self.password = password + if choices is not None: + self.choices = choices + self.case_sensitive = case_sensitive + self.show_default = show_default + self.show_choices = show_choices + + @classmethod + @overload + def ask( + cls, + prompt: TextType = "", + *, + console: Optional[Console] = None, + password: bool = False, + choices: Optional[List[str]] = None, + case_sensitive: bool = True, + show_default: bool = True, + show_choices: bool = True, + default: DefaultType, + stream: Optional[TextIO] = None, + ) -> Union[DefaultType, PromptType]: + ... + + @classmethod + @overload + def ask( + cls, + prompt: TextType = "", + *, + console: Optional[Console] = None, + password: bool = False, + choices: Optional[List[str]] = None, + case_sensitive: bool = True, + show_default: bool = True, + show_choices: bool = True, + stream: Optional[TextIO] = None, + ) -> PromptType: + ... + + @classmethod + def ask( + cls, + prompt: TextType = "", + *, + console: Optional[Console] = None, + password: bool = False, + choices: Optional[List[str]] = None, + case_sensitive: bool = True, + show_default: bool = True, + show_choices: bool = True, + default: Any = ..., + stream: Optional[TextIO] = None, + ) -> Any: + """Shortcut to construct and run a prompt loop and return the result. + + Example: + >>> filename = Prompt.ask("Enter a filename") + + Args: + prompt (TextType, optional): Prompt text. Defaults to "". + console (Console, optional): A Console instance or None to use global console. Defaults to None. + password (bool, optional): Enable password input. Defaults to False. + choices (List[str], optional): A list of valid choices. Defaults to None. + case_sensitive (bool, optional): Matching of choices should be case-sensitive. Defaults to True. + show_default (bool, optional): Show default in prompt. Defaults to True. + show_choices (bool, optional): Show choices in prompt. Defaults to True. + stream (TextIO, optional): Optional text file open for reading to get input. Defaults to None. + """ + _prompt = cls( + prompt, + console=console, + password=password, + choices=choices, + case_sensitive=case_sensitive, + show_default=show_default, + show_choices=show_choices, + ) + return _prompt(default=default, stream=stream) + + def render_default(self, default: DefaultType) -> Text: + """Turn the supplied default in to a Text instance. + + Args: + default (DefaultType): Default value. + + Returns: + Text: Text containing rendering of default value. + """ + return Text(f"({default})", "prompt.default") + + def make_prompt(self, default: DefaultType) -> Text: + """Make prompt text. + + Args: + default (DefaultType): Default value. + + Returns: + Text: Text to display in prompt. + """ + prompt = self.prompt.copy() + prompt.end = "" + + if self.show_choices and self.choices: + _choices = "/".join(self.choices) + choices = f"[{_choices}]" + prompt.append(" ") + prompt.append(choices, "prompt.choices") + + if ( + default != ... + and self.show_default + and isinstance(default, (str, self.response_type)) + ): + prompt.append(" ") + _default = self.render_default(default) + prompt.append(_default) + + prompt.append(self.prompt_suffix) + + return prompt + + @classmethod + def get_input( + cls, + console: Console, + prompt: TextType, + password: bool, + stream: Optional[TextIO] = None, + ) -> str: + """Get input from user. + + Args: + console (Console): Console instance. + prompt (TextType): Prompt text. + password (bool): Enable password entry. + + Returns: + str: String from user. + """ + return console.input(prompt, password=password, stream=stream) + + def check_choice(self, value: str) -> bool: + """Check value is in the list of valid choices. + + Args: + value (str): Value entered by user. + + Returns: + bool: True if choice was valid, otherwise False. + """ + assert self.choices is not None + if self.case_sensitive: + return value.strip() in self.choices + return value.strip().lower() in [choice.lower() for choice in self.choices] + + def process_response(self, value: str) -> PromptType: + """Process response from user, convert to prompt type. + + Args: + value (str): String typed by user. + + Raises: + InvalidResponse: If ``value`` is invalid. + + Returns: + PromptType: The value to be returned from ask method. + """ + value = value.strip() + try: + return_value: PromptType = self.response_type(value) + except ValueError: + raise InvalidResponse(self.validate_error_message) + + if self.choices is not None: + if not self.check_choice(value): + raise InvalidResponse(self.illegal_choice_message) + + if not self.case_sensitive: + # return the original choice, not the lower case version + return_value = self.response_type( + self.choices[ + [choice.lower() for choice in self.choices].index(value.lower()) + ] + ) + return return_value + + def on_validate_error(self, value: str, error: InvalidResponse) -> None: + """Called to handle validation error. + + Args: + value (str): String entered by user. + error (InvalidResponse): Exception instance the initiated the error. + """ + self.console.print(error) + + def pre_prompt(self) -> None: + """Hook to display something before the prompt.""" + + @overload + def __call__(self, *, stream: Optional[TextIO] = None) -> PromptType: + ... + + @overload + def __call__( + self, *, default: DefaultType, stream: Optional[TextIO] = None + ) -> Union[PromptType, DefaultType]: + ... + + def __call__(self, *, default: Any = ..., stream: Optional[TextIO] = None) -> Any: + """Run the prompt loop. + + Args: + default (Any, optional): Optional default value. + + Returns: + PromptType: Processed value. + """ + while True: + self.pre_prompt() + prompt = self.make_prompt(default) + value = self.get_input(self.console, prompt, self.password, stream=stream) + if value == "" and default != ...: + return default + try: + return_value = self.process_response(value) + except InvalidResponse as error: + self.on_validate_error(value, error) + continue + else: + return return_value + + +class Prompt(PromptBase[str]): + """A prompt that returns a str. + + Example: + >>> name = Prompt.ask("Enter your name") + + + """ + + response_type = str + + +class IntPrompt(PromptBase[int]): + """A prompt that returns an integer. + + Example: + >>> burrito_count = IntPrompt.ask("How many burritos do you want to order") + + """ + + response_type = int + validate_error_message = "[prompt.invalid]Please enter a valid integer number" + + +class FloatPrompt(PromptBase[float]): + """A prompt that returns a float. + + Example: + >>> temperature = FloatPrompt.ask("Enter desired temperature") + + """ + + response_type = float + validate_error_message = "[prompt.invalid]Please enter a number" + + +class Confirm(PromptBase[bool]): + """A yes / no confirmation prompt. + + Example: + >>> if Confirm.ask("Continue"): + run_job() + + """ + + response_type = bool + validate_error_message = "[prompt.invalid]Please enter Y or N" + choices: List[str] = ["y", "n"] + + def render_default(self, default: DefaultType) -> Text: + """Render the default as (y) or (n) rather than True/False.""" + yes, no = self.choices + return Text(f"({yes})" if default else f"({no})", style="prompt.default") + + def process_response(self, value: str) -> bool: + """Convert choices to a bool.""" + value = value.strip().lower() + if value not in self.choices: + raise InvalidResponse(self.validate_error_message) + return value == self.choices[0] + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich import print + + if Confirm.ask("Run [i]prompt[/i] tests?", default=True): + while True: + result = IntPrompt.ask( + ":rocket: Enter a number between [b]1[/b] and [b]10[/b]", default=5 + ) + if result >= 1 and result <= 10: + break + print(":pile_of_poo: [prompt.invalid]Number must be between 1 and 10") + print(f"number={result}") + + while True: + password = Prompt.ask( + "Please enter a password [cyan](must be at least 5 characters)", + password=True, + ) + if len(password) >= 5: + break + print("[prompt.invalid]password too short") + print(f"password={password!r}") + + fruit = Prompt.ask("Enter a fruit", choices=["apple", "orange", "pear"]) + print(f"fruit={fruit!r}") + + doggie = Prompt.ask( + "What's the best Dog? (Case INSENSITIVE)", + choices=["Border Terrier", "Collie", "Labradoodle"], + case_sensitive=False, + ) + print(f"doggie={doggie!r}") + + else: + print("[b]OK :loudly_crying_face:") diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/protocol.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/protocol.py new file mode 100644 index 0000000..12ab237 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/protocol.py @@ -0,0 +1,42 @@ +from typing import Any, cast, Set, TYPE_CHECKING +from inspect import isclass + +if TYPE_CHECKING: + from pip._vendor.rich.console import RenderableType + +_GIBBERISH = """aihwerij235234ljsdnp34ksodfipwoe234234jlskjdf""" + + +def is_renderable(check_object: Any) -> bool: + """Check if an object may be rendered by Rich.""" + return ( + isinstance(check_object, str) + or hasattr(check_object, "__rich__") + or hasattr(check_object, "__rich_console__") + ) + + +def rich_cast(renderable: object) -> "RenderableType": + """Cast an object to a renderable by calling __rich__ if present. + + Args: + renderable (object): A potentially renderable object + + Returns: + object: The result of recursively calling __rich__. + """ + from pip._vendor.rich.console import RenderableType + + rich_visited_set: Set[type] = set() # Prevent potential infinite loop + while hasattr(renderable, "__rich__") and not isclass(renderable): + # Detect object which claim to have all the attributes + if hasattr(renderable, _GIBBERISH): + return repr(renderable) + cast_method = getattr(renderable, "__rich__") + renderable = cast_method() + renderable_type = type(renderable) + if renderable_type in rich_visited_set: + break + rich_visited_set.add(renderable_type) + + return cast(RenderableType, renderable) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/py.typed b/venv/lib/python3.10/site-packages/pip/_vendor/rich/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/region.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/region.py new file mode 100644 index 0000000..75b3631 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/region.py @@ -0,0 +1,10 @@ +from typing import NamedTuple + + +class Region(NamedTuple): + """Defines a rectangular region of the screen.""" + + x: int + y: int + width: int + height: int diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/repr.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/repr.py new file mode 100644 index 0000000..10efc42 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/repr.py @@ -0,0 +1,149 @@ +import inspect +from functools import partial +from typing import ( + Any, + Callable, + Iterable, + List, + Optional, + Tuple, + Type, + TypeVar, + Union, + overload, +) + +T = TypeVar("T") + + +Result = Iterable[Union[Any, Tuple[Any], Tuple[str, Any], Tuple[str, Any, Any]]] +RichReprResult = Result + + +class ReprError(Exception): + """An error occurred when attempting to build a repr.""" + + +@overload +def auto(cls: Optional[Type[T]]) -> Type[T]: + ... + + +@overload +def auto(*, angular: bool = False) -> Callable[[Type[T]], Type[T]]: + ... + + +def auto( + cls: Optional[Type[T]] = None, *, angular: Optional[bool] = None +) -> Union[Type[T], Callable[[Type[T]], Type[T]]]: + """Class decorator to create __repr__ from __rich_repr__""" + + def do_replace(cls: Type[T], angular: Optional[bool] = None) -> Type[T]: + def auto_repr(self: T) -> str: + """Create repr string from __rich_repr__""" + repr_str: List[str] = [] + append = repr_str.append + + angular: bool = getattr(self.__rich_repr__, "angular", False) # type: ignore[attr-defined] + for arg in self.__rich_repr__(): # type: ignore[attr-defined] + if isinstance(arg, tuple): + if len(arg) == 1: + append(repr(arg[0])) + else: + key, value, *default = arg + if key is None: + append(repr(value)) + else: + if default and default[0] == value: + continue + append(f"{key}={value!r}") + else: + append(repr(arg)) + if angular: + return f"<{self.__class__.__name__} {' '.join(repr_str)}>" + else: + return f"{self.__class__.__name__}({', '.join(repr_str)})" + + def auto_rich_repr(self: Type[T]) -> Result: + """Auto generate __rich_rep__ from signature of __init__""" + try: + signature = inspect.signature(self.__init__) + for name, param in signature.parameters.items(): + if param.kind == param.POSITIONAL_ONLY: + yield getattr(self, name) + elif param.kind in ( + param.POSITIONAL_OR_KEYWORD, + param.KEYWORD_ONLY, + ): + if param.default is param.empty: + yield getattr(self, param.name) + else: + yield param.name, getattr(self, param.name), param.default + except Exception as error: + raise ReprError( + f"Failed to auto generate __rich_repr__; {error}" + ) from None + + if not hasattr(cls, "__rich_repr__"): + auto_rich_repr.__doc__ = "Build a rich repr" + cls.__rich_repr__ = auto_rich_repr # type: ignore[attr-defined] + + auto_repr.__doc__ = "Return repr(self)" + cls.__repr__ = auto_repr # type: ignore[assignment] + if angular is not None: + cls.__rich_repr__.angular = angular # type: ignore[attr-defined] + return cls + + if cls is None: + return partial(do_replace, angular=angular) + else: + return do_replace(cls, angular=angular) + + +@overload +def rich_repr(cls: Optional[Type[T]]) -> Type[T]: + ... + + +@overload +def rich_repr(*, angular: bool = False) -> Callable[[Type[T]], Type[T]]: + ... + + +def rich_repr( + cls: Optional[Type[T]] = None, *, angular: bool = False +) -> Union[Type[T], Callable[[Type[T]], Type[T]]]: + if cls is None: + return auto(angular=angular) + else: + return auto(cls) + + +if __name__ == "__main__": + + @auto + class Foo: + def __rich_repr__(self) -> Result: + yield "foo" + yield "bar", {"shopping": ["eggs", "ham", "pineapple"]} + yield "buy", "hand sanitizer" + + foo = Foo() + from pip._vendor.rich.console import Console + + console = Console() + + console.rule("Standard repr") + console.print(foo) + + console.print(foo, width=60) + console.print(foo, width=30) + + console.rule("Angular repr") + Foo.__rich_repr__.angular = True # type: ignore[attr-defined] + + console.print(foo) + + console.print(foo, width=60) + console.print(foo, width=30) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/rule.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/rule.py new file mode 100644 index 0000000..fd00ce6 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/rule.py @@ -0,0 +1,130 @@ +from typing import Union + +from .align import AlignMethod +from .cells import cell_len, set_cell_size +from .console import Console, ConsoleOptions, RenderResult +from .jupyter import JupyterMixin +from .measure import Measurement +from .style import Style +from .text import Text + + +class Rule(JupyterMixin): + """A console renderable to draw a horizontal rule (line). + + Args: + title (Union[str, Text], optional): Text to render in the rule. Defaults to "". + characters (str, optional): Character(s) used to draw the line. Defaults to "─". + style (StyleType, optional): Style of Rule. Defaults to "rule.line". + end (str, optional): Character at end of Rule. defaults to "\\\\n" + align (str, optional): How to align the title, one of "left", "center", or "right". Defaults to "center". + """ + + def __init__( + self, + title: Union[str, Text] = "", + *, + characters: str = "─", + style: Union[str, Style] = "rule.line", + end: str = "\n", + align: AlignMethod = "center", + ) -> None: + if cell_len(characters) < 1: + raise ValueError( + "'characters' argument must have a cell width of at least 1" + ) + if align not in ("left", "center", "right"): + raise ValueError( + f'invalid value for align, expected "left", "center", "right" (not {align!r})' + ) + self.title = title + self.characters = characters + self.style = style + self.end = end + self.align = align + + def __repr__(self) -> str: + return f"Rule({self.title!r}, {self.characters!r})" + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + width = options.max_width + + characters = ( + "-" + if (options.ascii_only and not self.characters.isascii()) + else self.characters + ) + + chars_len = cell_len(characters) + if not self.title: + yield self._rule_line(chars_len, width) + return + + if isinstance(self.title, Text): + title_text = self.title + else: + title_text = console.render_str(self.title, style="rule.text") + + title_text.plain = title_text.plain.replace("\n", " ") + title_text.expand_tabs() + + required_space = 4 if self.align == "center" else 2 + truncate_width = max(0, width - required_space) + if not truncate_width: + yield self._rule_line(chars_len, width) + return + + rule_text = Text(end=self.end) + if self.align == "center": + title_text.truncate(truncate_width, overflow="ellipsis") + side_width = (width - cell_len(title_text.plain)) // 2 + left = Text(characters * (side_width // chars_len + 1)) + left.truncate(side_width - 1) + right_length = width - cell_len(left.plain) - cell_len(title_text.plain) + right = Text(characters * (side_width // chars_len + 1)) + right.truncate(right_length) + rule_text.append(left.plain + " ", self.style) + rule_text.append(title_text) + rule_text.append(" " + right.plain, self.style) + elif self.align == "left": + title_text.truncate(truncate_width, overflow="ellipsis") + rule_text.append(title_text) + rule_text.append(" ") + rule_text.append(characters * (width - rule_text.cell_len), self.style) + elif self.align == "right": + title_text.truncate(truncate_width, overflow="ellipsis") + rule_text.append(characters * (width - title_text.cell_len - 1), self.style) + rule_text.append(" ") + rule_text.append(title_text) + + rule_text.plain = set_cell_size(rule_text.plain, width) + yield rule_text + + def _rule_line(self, chars_len: int, width: int) -> Text: + rule_text = Text(self.characters * ((width // chars_len) + 1), self.style) + rule_text.truncate(width) + rule_text.plain = set_cell_size(rule_text.plain, width) + return rule_text + + def __rich_measure__( + self, console: Console, options: ConsoleOptions + ) -> Measurement: + return Measurement(1, 1) + + +if __name__ == "__main__": # pragma: no cover + import sys + + from pip._vendor.rich.console import Console + + try: + text = sys.argv[1] + except IndexError: + text = "Hello, World" + console = Console() + console.print(Rule(title=text)) + + console = Console() + console.print(Rule("foo"), width=4) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/scope.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/scope.py new file mode 100644 index 0000000..c9d134c --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/scope.py @@ -0,0 +1,86 @@ +from collections.abc import Mapping +from typing import TYPE_CHECKING, Any, Optional, Tuple + +from .highlighter import ReprHighlighter +from .panel import Panel +from .pretty import Pretty +from .table import Table +from .text import Text, TextType + +if TYPE_CHECKING: + from .console import ConsoleRenderable + + +def render_scope( + scope: "Mapping[str, Any]", + *, + title: Optional[TextType] = None, + sort_keys: bool = True, + indent_guides: bool = False, + max_length: Optional[int] = None, + max_string: Optional[int] = None, +) -> "ConsoleRenderable": + """Render python variables in a given scope. + + Args: + scope (Mapping): A mapping containing variable names and values. + title (str, optional): Optional title. Defaults to None. + sort_keys (bool, optional): Enable sorting of items. Defaults to True. + indent_guides (bool, optional): Enable indentation guides. Defaults to False. + max_length (int, optional): Maximum length of containers before abbreviating, or None for no abbreviation. + Defaults to None. + max_string (int, optional): Maximum length of string before truncating, or None to disable. Defaults to None. + + Returns: + ConsoleRenderable: A renderable object. + """ + highlighter = ReprHighlighter() + items_table = Table.grid(padding=(0, 1), expand=False) + items_table.add_column(justify="right") + + def sort_items(item: Tuple[str, Any]) -> Tuple[bool, str]: + """Sort special variables first, then alphabetically.""" + key, _ = item + return (not key.startswith("__"), key.lower()) + + items = sorted(scope.items(), key=sort_items) if sort_keys else scope.items() + for key, value in items: + key_text = Text.assemble( + (key, "scope.key.special" if key.startswith("__") else "scope.key"), + (" =", "scope.equals"), + ) + items_table.add_row( + key_text, + Pretty( + value, + highlighter=highlighter, + indent_guides=indent_guides, + max_length=max_length, + max_string=max_string, + ), + ) + return Panel.fit( + items_table, + title=title, + border_style="scope.border", + padding=(0, 1), + ) + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich import print + + print() + + def test(foo: float, bar: float) -> None: + list_of_things = [1, 2, 3, None, 4, True, False, "Hello World"] + dict_of_things = { + "version": "1.1", + "method": "confirmFruitPurchase", + "params": [["apple", "orange", "mangoes", "pomelo"], 1.123], + "id": "194521489", + } + print(render_scope(locals(), title="[i]locals", sort_keys=False)) + + test(20.3423, 3.1427) + print() diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/screen.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/screen.py new file mode 100644 index 0000000..7f416e1 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/screen.py @@ -0,0 +1,54 @@ +from typing import Optional, TYPE_CHECKING + +from .segment import Segment +from .style import StyleType +from ._loop import loop_last + + +if TYPE_CHECKING: + from .console import ( + Console, + ConsoleOptions, + RenderResult, + RenderableType, + Group, + ) + + +class Screen: + """A renderable that fills the terminal screen and crops excess. + + Args: + renderable (RenderableType): Child renderable. + style (StyleType, optional): Optional background style. Defaults to None. + """ + + renderable: "RenderableType" + + def __init__( + self, + *renderables: "RenderableType", + style: Optional[StyleType] = None, + application_mode: bool = False, + ) -> None: + from pip._vendor.rich.console import Group + + self.renderable = Group(*renderables) + self.style = style + self.application_mode = application_mode + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + width, height = options.size + style = console.get_style(self.style) if self.style else None + render_options = options.update(width=width, height=height) + lines = console.render_lines( + self.renderable or "", render_options, style=style, pad=True + ) + lines = Segment.set_shape(lines, width, height, style=style) + new_line = Segment("\n\r") if self.application_mode else Segment.line() + for last, line in loop_last(lines): + yield from line + if not last: + yield new_line diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/segment.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/segment.py new file mode 100644 index 0000000..4b5f997 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/segment.py @@ -0,0 +1,752 @@ +from enum import IntEnum +from functools import lru_cache +from itertools import filterfalse +from logging import getLogger +from operator import attrgetter +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + List, + NamedTuple, + Optional, + Sequence, + Tuple, + Type, + Union, +) + +from .cells import ( + _is_single_cell_widths, + cached_cell_len, + cell_len, + get_character_cell_size, + set_cell_size, +) +from .repr import Result, rich_repr +from .style import Style + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderResult + +log = getLogger("rich") + + +class ControlType(IntEnum): + """Non-printable control codes which typically translate to ANSI codes.""" + + BELL = 1 + CARRIAGE_RETURN = 2 + HOME = 3 + CLEAR = 4 + SHOW_CURSOR = 5 + HIDE_CURSOR = 6 + ENABLE_ALT_SCREEN = 7 + DISABLE_ALT_SCREEN = 8 + CURSOR_UP = 9 + CURSOR_DOWN = 10 + CURSOR_FORWARD = 11 + CURSOR_BACKWARD = 12 + CURSOR_MOVE_TO_COLUMN = 13 + CURSOR_MOVE_TO = 14 + ERASE_IN_LINE = 15 + SET_WINDOW_TITLE = 16 + + +ControlCode = Union[ + Tuple[ControlType], + Tuple[ControlType, Union[int, str]], + Tuple[ControlType, int, int], +] + + +@rich_repr() +class Segment(NamedTuple): + """A piece of text with associated style. Segments are produced by the Console render process and + are ultimately converted in to strings to be written to the terminal. + + Args: + text (str): A piece of text. + style (:class:`~rich.style.Style`, optional): An optional style to apply to the text. + control (Tuple[ControlCode], optional): Optional sequence of control codes. + + Attributes: + cell_length (int): The cell length of this Segment. + """ + + text: str + style: Optional[Style] = None + control: Optional[Sequence[ControlCode]] = None + + @property + def cell_length(self) -> int: + """The number of terminal cells required to display self.text. + + Returns: + int: A number of cells. + """ + text, _style, control = self + return 0 if control else cell_len(text) + + def __rich_repr__(self) -> Result: + yield self.text + if self.control is None: + if self.style is not None: + yield self.style + else: + yield self.style + yield self.control + + def __bool__(self) -> bool: + """Check if the segment contains text.""" + return bool(self.text) + + @property + def is_control(self) -> bool: + """Check if the segment contains control codes.""" + return self.control is not None + + @classmethod + @lru_cache(1024 * 16) + def _split_cells(cls, segment: "Segment", cut: int) -> Tuple["Segment", "Segment"]: + """Split a segment in to two at a given cell position. + + Note that splitting a double-width character, may result in that character turning + into two spaces. + + Args: + segment (Segment): A segment to split. + cut (int): A cell position to cut on. + + Returns: + A tuple of two segments. + """ + text, style, control = segment + _Segment = Segment + cell_length = segment.cell_length + if cut >= cell_length: + return segment, _Segment("", style, control) + + cell_size = get_character_cell_size + + pos = int((cut / cell_length) * len(text)) + + while True: + before = text[:pos] + cell_pos = cell_len(before) + out_by = cell_pos - cut + if not out_by: + return ( + _Segment(before, style, control), + _Segment(text[pos:], style, control), + ) + if out_by == -1 and cell_size(text[pos]) == 2: + return ( + _Segment(text[:pos] + " ", style, control), + _Segment(" " + text[pos + 1 :], style, control), + ) + if out_by == +1 and cell_size(text[pos - 1]) == 2: + return ( + _Segment(text[: pos - 1] + " ", style, control), + _Segment(" " + text[pos:], style, control), + ) + if cell_pos < cut: + pos += 1 + else: + pos -= 1 + + def split_cells(self, cut: int) -> Tuple["Segment", "Segment"]: + """Split segment in to two segments at the specified column. + + If the cut point falls in the middle of a 2-cell wide character then it is replaced + by two spaces, to preserve the display width of the parent segment. + + Args: + cut (int): Offset within the segment to cut. + + Returns: + Tuple[Segment, Segment]: Two segments. + """ + text, style, control = self + assert cut >= 0 + + if _is_single_cell_widths(text): + # Fast path with all 1 cell characters + if cut >= len(text): + return self, Segment("", style, control) + return ( + Segment(text[:cut], style, control), + Segment(text[cut:], style, control), + ) + + return self._split_cells(self, cut) + + @classmethod + def line(cls) -> "Segment": + """Make a new line segment.""" + return cls("\n") + + @classmethod + def apply_style( + cls, + segments: Iterable["Segment"], + style: Optional[Style] = None, + post_style: Optional[Style] = None, + ) -> Iterable["Segment"]: + """Apply style(s) to an iterable of segments. + + Returns an iterable of segments where the style is replaced by ``style + segment.style + post_style``. + + Args: + segments (Iterable[Segment]): Segments to process. + style (Style, optional): Base style. Defaults to None. + post_style (Style, optional): Style to apply on top of segment style. Defaults to None. + + Returns: + Iterable[Segments]: A new iterable of segments (possibly the same iterable). + """ + result_segments = segments + if style: + apply = style.__add__ + result_segments = ( + cls(text, None if control else apply(_style), control) + for text, _style, control in result_segments + ) + if post_style: + result_segments = ( + cls( + text, + ( + None + if control + else (_style + post_style if _style else post_style) + ), + control, + ) + for text, _style, control in result_segments + ) + return result_segments + + @classmethod + def filter_control( + cls, segments: Iterable["Segment"], is_control: bool = False + ) -> Iterable["Segment"]: + """Filter segments by ``is_control`` attribute. + + Args: + segments (Iterable[Segment]): An iterable of Segment instances. + is_control (bool, optional): is_control flag to match in search. + + Returns: + Iterable[Segment]: And iterable of Segment instances. + + """ + if is_control: + return filter(attrgetter("control"), segments) + else: + return filterfalse(attrgetter("control"), segments) + + @classmethod + def split_lines(cls, segments: Iterable["Segment"]) -> Iterable[List["Segment"]]: + """Split a sequence of segments in to a list of lines. + + Args: + segments (Iterable[Segment]): Segments potentially containing line feeds. + + Yields: + Iterable[List[Segment]]: Iterable of segment lists, one per line. + """ + line: List[Segment] = [] + append = line.append + + for segment in segments: + if "\n" in segment.text and not segment.control: + text, style, _ = segment + while text: + _text, new_line, text = text.partition("\n") + if _text: + append(cls(_text, style)) + if new_line: + yield line + line = [] + append = line.append + else: + append(segment) + if line: + yield line + + @classmethod + def split_and_crop_lines( + cls, + segments: Iterable["Segment"], + length: int, + style: Optional[Style] = None, + pad: bool = True, + include_new_lines: bool = True, + ) -> Iterable[List["Segment"]]: + """Split segments in to lines, and crop lines greater than a given length. + + Args: + segments (Iterable[Segment]): An iterable of segments, probably + generated from console.render. + length (int): Desired line length. + style (Style, optional): Style to use for any padding. + pad (bool): Enable padding of lines that are less than `length`. + + Returns: + Iterable[List[Segment]]: An iterable of lines of segments. + """ + line: List[Segment] = [] + append = line.append + + adjust_line_length = cls.adjust_line_length + new_line_segment = cls("\n") + + for segment in segments: + if "\n" in segment.text and not segment.control: + text, segment_style, _ = segment + while text: + _text, new_line, text = text.partition("\n") + if _text: + append(cls(_text, segment_style)) + if new_line: + cropped_line = adjust_line_length( + line, length, style=style, pad=pad + ) + if include_new_lines: + cropped_line.append(new_line_segment) + yield cropped_line + line.clear() + else: + append(segment) + if line: + yield adjust_line_length(line, length, style=style, pad=pad) + + @classmethod + def adjust_line_length( + cls, + line: List["Segment"], + length: int, + style: Optional[Style] = None, + pad: bool = True, + ) -> List["Segment"]: + """Adjust a line to a given width (cropping or padding as required). + + Args: + segments (Iterable[Segment]): A list of segments in a single line. + length (int): The desired width of the line. + style (Style, optional): The style of padding if used (space on the end). Defaults to None. + pad (bool, optional): Pad lines with spaces if they are shorter than `length`. Defaults to True. + + Returns: + List[Segment]: A line of segments with the desired length. + """ + line_length = sum(segment.cell_length for segment in line) + new_line: List[Segment] + + if line_length < length: + if pad: + new_line = line + [cls(" " * (length - line_length), style)] + else: + new_line = line[:] + elif line_length > length: + new_line = [] + append = new_line.append + line_length = 0 + for segment in line: + segment_length = segment.cell_length + if line_length + segment_length < length or segment.control: + append(segment) + line_length += segment_length + else: + text, segment_style, _ = segment + text = set_cell_size(text, length - line_length) + append(cls(text, segment_style)) + break + else: + new_line = line[:] + return new_line + + @classmethod + def get_line_length(cls, line: List["Segment"]) -> int: + """Get the length of list of segments. + + Args: + line (List[Segment]): A line encoded as a list of Segments (assumes no '\\\\n' characters), + + Returns: + int: The length of the line. + """ + _cell_len = cell_len + return sum(_cell_len(text) for text, style, control in line if not control) + + @classmethod + def get_shape(cls, lines: List[List["Segment"]]) -> Tuple[int, int]: + """Get the shape (enclosing rectangle) of a list of lines. + + Args: + lines (List[List[Segment]]): A list of lines (no '\\\\n' characters). + + Returns: + Tuple[int, int]: Width and height in characters. + """ + get_line_length = cls.get_line_length + max_width = max(get_line_length(line) for line in lines) if lines else 0 + return (max_width, len(lines)) + + @classmethod + def set_shape( + cls, + lines: List[List["Segment"]], + width: int, + height: Optional[int] = None, + style: Optional[Style] = None, + new_lines: bool = False, + ) -> List[List["Segment"]]: + """Set the shape of a list of lines (enclosing rectangle). + + Args: + lines (List[List[Segment]]): A list of lines. + width (int): Desired width. + height (int, optional): Desired height or None for no change. + style (Style, optional): Style of any padding added. + new_lines (bool, optional): Padded lines should include "\n". Defaults to False. + + Returns: + List[List[Segment]]: New list of lines. + """ + _height = height or len(lines) + + blank = ( + [cls(" " * width + "\n", style)] if new_lines else [cls(" " * width, style)] + ) + + adjust_line_length = cls.adjust_line_length + shaped_lines = lines[:_height] + shaped_lines[:] = [ + adjust_line_length(line, width, style=style) for line in lines + ] + if len(shaped_lines) < _height: + shaped_lines.extend([blank] * (_height - len(shaped_lines))) + return shaped_lines + + @classmethod + def align_top( + cls: Type["Segment"], + lines: List[List["Segment"]], + width: int, + height: int, + style: Style, + new_lines: bool = False, + ) -> List[List["Segment"]]: + """Aligns lines to top (adds extra lines to bottom as required). + + Args: + lines (List[List[Segment]]): A list of lines. + width (int): Desired width. + height (int, optional): Desired height or None for no change. + style (Style): Style of any padding added. + new_lines (bool, optional): Padded lines should include "\n". Defaults to False. + + Returns: + List[List[Segment]]: New list of lines. + """ + extra_lines = height - len(lines) + if not extra_lines: + return lines[:] + lines = lines[:height] + blank = cls(" " * width + "\n", style) if new_lines else cls(" " * width, style) + lines = lines + [[blank]] * extra_lines + return lines + + @classmethod + def align_bottom( + cls: Type["Segment"], + lines: List[List["Segment"]], + width: int, + height: int, + style: Style, + new_lines: bool = False, + ) -> List[List["Segment"]]: + """Aligns render to bottom (adds extra lines above as required). + + Args: + lines (List[List[Segment]]): A list of lines. + width (int): Desired width. + height (int, optional): Desired height or None for no change. + style (Style): Style of any padding added. Defaults to None. + new_lines (bool, optional): Padded lines should include "\n". Defaults to False. + + Returns: + List[List[Segment]]: New list of lines. + """ + extra_lines = height - len(lines) + if not extra_lines: + return lines[:] + lines = lines[:height] + blank = cls(" " * width + "\n", style) if new_lines else cls(" " * width, style) + lines = [[blank]] * extra_lines + lines + return lines + + @classmethod + def align_middle( + cls: Type["Segment"], + lines: List[List["Segment"]], + width: int, + height: int, + style: Style, + new_lines: bool = False, + ) -> List[List["Segment"]]: + """Aligns lines to middle (adds extra lines to above and below as required). + + Args: + lines (List[List[Segment]]): A list of lines. + width (int): Desired width. + height (int, optional): Desired height or None for no change. + style (Style): Style of any padding added. + new_lines (bool, optional): Padded lines should include "\n". Defaults to False. + + Returns: + List[List[Segment]]: New list of lines. + """ + extra_lines = height - len(lines) + if not extra_lines: + return lines[:] + lines = lines[:height] + blank = cls(" " * width + "\n", style) if new_lines else cls(" " * width, style) + top_lines = extra_lines // 2 + bottom_lines = extra_lines - top_lines + lines = [[blank]] * top_lines + lines + [[blank]] * bottom_lines + return lines + + @classmethod + def simplify(cls, segments: Iterable["Segment"]) -> Iterable["Segment"]: + """Simplify an iterable of segments by combining contiguous segments with the same style. + + Args: + segments (Iterable[Segment]): An iterable of segments. + + Returns: + Iterable[Segment]: A possibly smaller iterable of segments that will render the same way. + """ + iter_segments = iter(segments) + try: + last_segment = next(iter_segments) + except StopIteration: + return + + _Segment = Segment + for segment in iter_segments: + if last_segment.style == segment.style and not segment.control: + last_segment = _Segment( + last_segment.text + segment.text, last_segment.style + ) + else: + yield last_segment + last_segment = segment + yield last_segment + + @classmethod + def strip_links(cls, segments: Iterable["Segment"]) -> Iterable["Segment"]: + """Remove all links from an iterable of styles. + + Args: + segments (Iterable[Segment]): An iterable segments. + + Yields: + Segment: Segments with link removed. + """ + for segment in segments: + if segment.control or segment.style is None: + yield segment + else: + text, style, _control = segment + yield cls(text, style.update_link(None) if style else None) + + @classmethod + def strip_styles(cls, segments: Iterable["Segment"]) -> Iterable["Segment"]: + """Remove all styles from an iterable of segments. + + Args: + segments (Iterable[Segment]): An iterable segments. + + Yields: + Segment: Segments with styles replace with None + """ + for text, _style, control in segments: + yield cls(text, None, control) + + @classmethod + def remove_color(cls, segments: Iterable["Segment"]) -> Iterable["Segment"]: + """Remove all color from an iterable of segments. + + Args: + segments (Iterable[Segment]): An iterable segments. + + Yields: + Segment: Segments with colorless style. + """ + + cache: Dict[Style, Style] = {} + for text, style, control in segments: + if style: + colorless_style = cache.get(style) + if colorless_style is None: + colorless_style = style.without_color + cache[style] = colorless_style + yield cls(text, colorless_style, control) + else: + yield cls(text, None, control) + + @classmethod + def divide( + cls, segments: Iterable["Segment"], cuts: Iterable[int] + ) -> Iterable[List["Segment"]]: + """Divides an iterable of segments in to portions. + + Args: + cuts (Iterable[int]): Cell positions where to divide. + + Yields: + [Iterable[List[Segment]]]: An iterable of Segments in List. + """ + split_segments: List["Segment"] = [] + add_segment = split_segments.append + + iter_cuts = iter(cuts) + + while True: + cut = next(iter_cuts, -1) + if cut == -1: + return + if cut != 0: + break + yield [] + pos = 0 + + segments_clear = split_segments.clear + segments_copy = split_segments.copy + + _cell_len = cached_cell_len + for segment in segments: + text, _style, control = segment + while text: + end_pos = pos if control else pos + _cell_len(text) + if end_pos < cut: + add_segment(segment) + pos = end_pos + break + + if end_pos == cut: + add_segment(segment) + yield segments_copy() + segments_clear() + pos = end_pos + + cut = next(iter_cuts, -1) + if cut == -1: + if split_segments: + yield segments_copy() + return + + break + + else: + before, segment = segment.split_cells(cut - pos) + text, _style, control = segment + add_segment(before) + yield segments_copy() + segments_clear() + pos = cut + + cut = next(iter_cuts, -1) + if cut == -1: + if split_segments: + yield segments_copy() + return + + yield segments_copy() + + +class Segments: + """A simple renderable to render an iterable of segments. This class may be useful if + you want to print segments outside of a __rich_console__ method. + + Args: + segments (Iterable[Segment]): An iterable of segments. + new_lines (bool, optional): Add new lines between segments. Defaults to False. + """ + + def __init__(self, segments: Iterable[Segment], new_lines: bool = False) -> None: + self.segments = list(segments) + self.new_lines = new_lines + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + if self.new_lines: + line = Segment.line() + for segment in self.segments: + yield segment + yield line + else: + yield from self.segments + + +class SegmentLines: + def __init__(self, lines: Iterable[List[Segment]], new_lines: bool = False) -> None: + """A simple renderable containing a number of lines of segments. May be used as an intermediate + in rendering process. + + Args: + lines (Iterable[List[Segment]]): Lists of segments forming lines. + new_lines (bool, optional): Insert new lines after each line. Defaults to False. + """ + self.lines = list(lines) + self.new_lines = new_lines + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + if self.new_lines: + new_line = Segment.line() + for line in self.lines: + yield from line + yield new_line + else: + for line in self.lines: + yield from line + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.console import Console + from pip._vendor.rich.syntax import Syntax + from pip._vendor.rich.text import Text + + code = """from rich.console import Console +console = Console() +text = Text.from_markup("Hello, [bold magenta]World[/]!") +console.print(text)""" + + text = Text.from_markup("Hello, [bold magenta]World[/]!") + + console = Console() + + console.rule("rich.Segment") + console.print( + "A Segment is the last step in the Rich render process before generating text with ANSI codes." + ) + console.print("\nConsider the following code:\n") + console.print(Syntax(code, "python", line_numbers=True)) + console.print() + console.print( + "When you call [b]print()[/b], Rich [i]renders[/i] the object in to the following:\n" + ) + fragments = list(console.render(text)) + console.print(fragments) + console.print() + console.print("The Segments are then processed to produce the following output:\n") + console.print(text) + console.print( + "\nYou will only need to know this if you are implementing your own Rich renderables." + ) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/spinner.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/spinner.py new file mode 100644 index 0000000..70570b6 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/spinner.py @@ -0,0 +1,138 @@ +from typing import cast, List, Optional, TYPE_CHECKING, Union + +from ._spinners import SPINNERS +from .measure import Measurement +from .table import Table +from .text import Text + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderResult, RenderableType + from .style import StyleType + + +class Spinner: + """A spinner animation. + + Args: + name (str): Name of spinner (run python -m rich.spinner). + text (RenderableType, optional): A renderable to display at the right of the spinner (str or Text typically). Defaults to "". + style (StyleType, optional): Style for spinner animation. Defaults to None. + speed (float, optional): Speed factor for animation. Defaults to 1.0. + + Raises: + KeyError: If name isn't one of the supported spinner animations. + """ + + def __init__( + self, + name: str, + text: "RenderableType" = "", + *, + style: Optional["StyleType"] = None, + speed: float = 1.0, + ) -> None: + try: + spinner = SPINNERS[name] + except KeyError: + raise KeyError(f"no spinner called {name!r}") + self.text: "Union[RenderableType, Text]" = ( + Text.from_markup(text) if isinstance(text, str) else text + ) + self.name = name + self.frames = cast(List[str], spinner["frames"])[:] + self.interval = cast(float, spinner["interval"]) + self.start_time: Optional[float] = None + self.style = style + self.speed = speed + self.frame_no_offset: float = 0.0 + self._update_speed = 0.0 + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + yield self.render(console.get_time()) + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> Measurement: + text = self.render(0) + return Measurement.get(console, options, text) + + def render(self, time: float) -> "RenderableType": + """Render the spinner for a given time. + + Args: + time (float): Time in seconds. + + Returns: + RenderableType: A renderable containing animation frame. + """ + if self.start_time is None: + self.start_time = time + + frame_no = ((time - self.start_time) * self.speed) / ( + self.interval / 1000.0 + ) + self.frame_no_offset + frame = Text( + self.frames[int(frame_no) % len(self.frames)], style=self.style or "" + ) + + if self._update_speed: + self.frame_no_offset = frame_no + self.start_time = time + self.speed = self._update_speed + self._update_speed = 0.0 + + if not self.text: + return frame + elif isinstance(self.text, (str, Text)): + return Text.assemble(frame, " ", self.text) + else: + table = Table.grid(padding=1) + table.add_row(frame, self.text) + return table + + def update( + self, + *, + text: "RenderableType" = "", + style: Optional["StyleType"] = None, + speed: Optional[float] = None, + ) -> None: + """Updates attributes of a spinner after it has been started. + + Args: + text (RenderableType, optional): A renderable to display at the right of the spinner (str or Text typically). Defaults to "". + style (StyleType, optional): Style for spinner animation. Defaults to None. + speed (float, optional): Speed factor for animation. Defaults to None. + """ + if text: + self.text = Text.from_markup(text) if isinstance(text, str) else text + if style: + self.style = style + if speed: + self._update_speed = speed + + +if __name__ == "__main__": # pragma: no cover + from time import sleep + + from .columns import Columns + from .panel import Panel + from .live import Live + + all_spinners = Columns( + [ + Spinner(spinner_name, text=Text(repr(spinner_name), style="green")) + for spinner_name in sorted(SPINNERS.keys()) + ], + column_first=True, + expand=True, + ) + + with Live( + Panel(all_spinners, title="Spinners", border_style="blue"), + refresh_per_second=20, + ) as live: + while True: + sleep(0.1) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/status.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/status.py new file mode 100644 index 0000000..6574483 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/status.py @@ -0,0 +1,131 @@ +from types import TracebackType +from typing import Optional, Type + +from .console import Console, RenderableType +from .jupyter import JupyterMixin +from .live import Live +from .spinner import Spinner +from .style import StyleType + + +class Status(JupyterMixin): + """Displays a status indicator with a 'spinner' animation. + + Args: + status (RenderableType): A status renderable (str or Text typically). + console (Console, optional): Console instance to use, or None for global console. Defaults to None. + 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. + """ + + def __init__( + self, + status: RenderableType, + *, + console: Optional[Console] = None, + spinner: str = "dots", + spinner_style: StyleType = "status.spinner", + speed: float = 1.0, + refresh_per_second: float = 12.5, + ): + self.status = status + self.spinner_style = spinner_style + self.speed = speed + self._spinner = Spinner(spinner, text=status, style=spinner_style, speed=speed) + self._live = Live( + self.renderable, + console=console, + refresh_per_second=refresh_per_second, + transient=True, + ) + + @property + def renderable(self) -> Spinner: + return self._spinner + + @property + def console(self) -> "Console": + """Get the Console used by the Status objects.""" + return self._live.console + + def update( + self, + status: Optional[RenderableType] = None, + *, + spinner: Optional[str] = None, + spinner_style: Optional[StyleType] = None, + speed: Optional[float] = None, + ) -> None: + """Update status. + + Args: + status (Optional[RenderableType], optional): New status renderable or None for no change. Defaults to None. + spinner (Optional[str], optional): New spinner or None for no change. Defaults to None. + spinner_style (Optional[StyleType], optional): New spinner style or None for no change. Defaults to None. + speed (Optional[float], optional): Speed factor for spinner animation or None for no change. Defaults to None. + """ + if status is not None: + self.status = status + if spinner_style is not None: + self.spinner_style = spinner_style + if speed is not None: + self.speed = speed + if spinner is not None: + self._spinner = Spinner( + spinner, text=self.status, style=self.spinner_style, speed=self.speed + ) + self._live.update(self.renderable, refresh=True) + else: + self._spinner.update( + text=self.status, style=self.spinner_style, speed=self.speed + ) + + def start(self) -> None: + """Start the status animation.""" + self._live.start() + + def stop(self) -> None: + """Stop the spinner animation.""" + self._live.stop() + + def __rich__(self) -> RenderableType: + return self.renderable + + def __enter__(self) -> "Status": + self.start() + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.stop() + + +if __name__ == "__main__": # pragma: no cover + from time import sleep + + from .console import Console + + console = Console() + with console.status("[magenta]Covid detector booting up") as status: + sleep(3) + console.log("Importing advanced AI") + sleep(3) + console.log("Advanced Covid AI Ready") + sleep(3) + status.update(status="[bold blue] Scanning for Covid", spinner="earth") + sleep(3) + console.log("Found 10,000,000,000 copies of Covid32.exe") + sleep(3) + status.update( + status="[bold red]Moving Covid32.exe to Trash", + spinner="bouncingBall", + spinner_style="yellow", + ) + sleep(5) + console.print("[bold green]Covid deleted successfully") diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/style.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/style.py new file mode 100644 index 0000000..262fd6e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/style.py @@ -0,0 +1,796 @@ +import sys +from functools import lru_cache +from marshal import dumps, loads +from random import randint +from typing import Any, Dict, Iterable, List, Optional, Type, Union, cast + +from . import errors +from .color import Color, ColorParseError, ColorSystem, blend_rgb +from .repr import Result, rich_repr +from .terminal_theme import DEFAULT_TERMINAL_THEME, TerminalTheme + +# Style instances and style definitions are often interchangeable +StyleType = Union[str, "Style"] + + +class _Bit: + """A descriptor to get/set a style attribute bit.""" + + __slots__ = ["bit"] + + def __init__(self, bit_no: int) -> None: + self.bit = 1 << bit_no + + def __get__(self, obj: "Style", objtype: Type["Style"]) -> Optional[bool]: + if obj._set_attributes & self.bit: + return obj._attributes & self.bit != 0 + return None + + +@rich_repr +class Style: + """A terminal style. + + A terminal style consists of a color (`color`), a background color (`bgcolor`), and a number of attributes, such + as bold, italic etc. The attributes have 3 states: they can either be on + (``True``), off (``False``), or not set (``None``). + + Args: + color (Union[Color, str], optional): Color of terminal text. Defaults to None. + bgcolor (Union[Color, str], optional): Color of terminal background. Defaults to None. + bold (bool, optional): Enable bold text. Defaults to None. + dim (bool, optional): Enable dim text. Defaults to None. + italic (bool, optional): Enable italic text. Defaults to None. + underline (bool, optional): Enable underlined text. Defaults to None. + blink (bool, optional): Enabled blinking text. Defaults to None. + blink2 (bool, optional): Enable fast blinking text. Defaults to None. + reverse (bool, optional): Enabled reverse text. Defaults to None. + conceal (bool, optional): Enable concealed text. Defaults to None. + strike (bool, optional): Enable strikethrough text. Defaults to None. + underline2 (bool, optional): Enable doubly underlined text. Defaults to None. + frame (bool, optional): Enable framed text. Defaults to None. + encircle (bool, optional): Enable encircled text. Defaults to None. + overline (bool, optional): Enable overlined text. Defaults to None. + link (str, link): Link URL. Defaults to None. + + """ + + _color: Optional[Color] + _bgcolor: Optional[Color] + _attributes: int + _set_attributes: int + _hash: Optional[int] + _null: bool + _meta: Optional[bytes] + + __slots__ = [ + "_color", + "_bgcolor", + "_attributes", + "_set_attributes", + "_link", + "_link_id", + "_ansi", + "_style_definition", + "_hash", + "_null", + "_meta", + ] + + # maps bits on to SGR parameter + _style_map = { + 0: "1", + 1: "2", + 2: "3", + 3: "4", + 4: "5", + 5: "6", + 6: "7", + 7: "8", + 8: "9", + 9: "21", + 10: "51", + 11: "52", + 12: "53", + } + + STYLE_ATTRIBUTES = { + "dim": "dim", + "d": "dim", + "bold": "bold", + "b": "bold", + "italic": "italic", + "i": "italic", + "underline": "underline", + "u": "underline", + "blink": "blink", + "blink2": "blink2", + "reverse": "reverse", + "r": "reverse", + "conceal": "conceal", + "c": "conceal", + "strike": "strike", + "s": "strike", + "underline2": "underline2", + "uu": "underline2", + "frame": "frame", + "encircle": "encircle", + "overline": "overline", + "o": "overline", + } + + def __init__( + self, + *, + color: Optional[Union[Color, str]] = None, + bgcolor: Optional[Union[Color, str]] = None, + bold: Optional[bool] = None, + dim: Optional[bool] = None, + italic: Optional[bool] = None, + underline: Optional[bool] = None, + blink: Optional[bool] = None, + blink2: Optional[bool] = None, + reverse: Optional[bool] = None, + conceal: Optional[bool] = None, + strike: Optional[bool] = None, + underline2: Optional[bool] = None, + frame: Optional[bool] = None, + encircle: Optional[bool] = None, + overline: Optional[bool] = None, + link: Optional[str] = None, + meta: Optional[Dict[str, Any]] = None, + ): + self._ansi: Optional[str] = None + self._style_definition: Optional[str] = None + + def _make_color(color: Union[Color, str]) -> Color: + return color if isinstance(color, Color) else Color.parse(color) + + self._color = None if color is None else _make_color(color) + self._bgcolor = None if bgcolor is None else _make_color(bgcolor) + self._set_attributes = sum( + ( + bold is not None, + dim is not None and 2, + italic is not None and 4, + underline is not None and 8, + blink is not None and 16, + blink2 is not None and 32, + reverse is not None and 64, + conceal is not None and 128, + strike is not None and 256, + underline2 is not None and 512, + frame is not None and 1024, + encircle is not None and 2048, + overline is not None and 4096, + ) + ) + self._attributes = ( + sum( + ( + bold and 1 or 0, + dim and 2 or 0, + italic and 4 or 0, + underline and 8 or 0, + blink and 16 or 0, + blink2 and 32 or 0, + reverse and 64 or 0, + conceal and 128 or 0, + strike and 256 or 0, + underline2 and 512 or 0, + frame and 1024 or 0, + encircle and 2048 or 0, + overline and 4096 or 0, + ) + ) + if self._set_attributes + else 0 + ) + + self._link = link + self._meta = None if meta is None else dumps(meta) + self._link_id = ( + f"{randint(0, 999999)}{hash(self._meta)}" if (link or meta) else "" + ) + self._hash: Optional[int] = None + self._null = not (self._set_attributes or color or bgcolor or link or meta) + + @classmethod + def null(cls) -> "Style": + """Create an 'null' style, equivalent to Style(), but more performant.""" + return NULL_STYLE + + @classmethod + def from_color( + cls, color: Optional[Color] = None, bgcolor: Optional[Color] = None + ) -> "Style": + """Create a new style with colors and no attributes. + + Returns: + color (Optional[Color]): A (foreground) color, or None for no color. Defaults to None. + bgcolor (Optional[Color]): A (background) color, or None for no color. Defaults to None. + """ + style: Style = cls.__new__(Style) + style._ansi = None + style._style_definition = None + style._color = color + style._bgcolor = bgcolor + style._set_attributes = 0 + style._attributes = 0 + style._link = None + style._link_id = "" + style._meta = None + style._null = not (color or bgcolor) + style._hash = None + return style + + @classmethod + def from_meta(cls, meta: Optional[Dict[str, Any]]) -> "Style": + """Create a new style with meta data. + + Returns: + meta (Optional[Dict[str, Any]]): A dictionary of meta data. Defaults to None. + """ + style: Style = cls.__new__(Style) + style._ansi = None + style._style_definition = None + style._color = None + style._bgcolor = None + style._set_attributes = 0 + style._attributes = 0 + style._link = None + style._meta = dumps(meta) + style._link_id = f"{randint(0, 999999)}{hash(style._meta)}" + style._hash = None + style._null = not (meta) + return style + + @classmethod + def on(cls, meta: Optional[Dict[str, Any]] = None, **handlers: Any) -> "Style": + """Create a blank style with meta information. + + Example: + style = Style.on(click=self.on_click) + + Args: + meta (Optional[Dict[str, Any]], optional): An optional dict of meta information. + **handlers (Any): Keyword arguments are translated in to handlers. + + Returns: + Style: A Style with meta information attached. + """ + meta = {} if meta is None else meta + meta.update({f"@{key}": value for key, value in handlers.items()}) + return cls.from_meta(meta) + + bold = _Bit(0) + dim = _Bit(1) + italic = _Bit(2) + underline = _Bit(3) + blink = _Bit(4) + blink2 = _Bit(5) + reverse = _Bit(6) + conceal = _Bit(7) + strike = _Bit(8) + underline2 = _Bit(9) + frame = _Bit(10) + encircle = _Bit(11) + overline = _Bit(12) + + @property + def link_id(self) -> str: + """Get a link id, used in ansi code for links.""" + return self._link_id + + def __str__(self) -> str: + """Re-generate style definition from attributes.""" + if self._style_definition is None: + attributes: List[str] = [] + append = attributes.append + bits = self._set_attributes + if bits & 0b0000000001111: + if bits & 1: + append("bold" if self.bold else "not bold") + if bits & (1 << 1): + append("dim" if self.dim else "not dim") + if bits & (1 << 2): + append("italic" if self.italic else "not italic") + if bits & (1 << 3): + append("underline" if self.underline else "not underline") + if bits & 0b0000111110000: + if bits & (1 << 4): + append("blink" if self.blink else "not blink") + if bits & (1 << 5): + append("blink2" if self.blink2 else "not blink2") + if bits & (1 << 6): + append("reverse" if self.reverse else "not reverse") + if bits & (1 << 7): + append("conceal" if self.conceal else "not conceal") + if bits & (1 << 8): + append("strike" if self.strike else "not strike") + if bits & 0b1111000000000: + if bits & (1 << 9): + append("underline2" if self.underline2 else "not underline2") + if bits & (1 << 10): + append("frame" if self.frame else "not frame") + if bits & (1 << 11): + append("encircle" if self.encircle else "not encircle") + if bits & (1 << 12): + append("overline" if self.overline else "not overline") + if self._color is not None: + append(self._color.name) + if self._bgcolor is not None: + append("on") + append(self._bgcolor.name) + if self._link: + append("link") + append(self._link) + self._style_definition = " ".join(attributes) or "none" + return self._style_definition + + def __bool__(self) -> bool: + """A Style is false if it has no attributes, colors, or links.""" + return not self._null + + def _make_ansi_codes(self, color_system: ColorSystem) -> str: + """Generate ANSI codes for this style. + + Args: + color_system (ColorSystem): Color system. + + Returns: + str: String containing codes. + """ + + if self._ansi is None: + sgr: List[str] = [] + append = sgr.append + _style_map = self._style_map + attributes = self._attributes & self._set_attributes + if attributes: + if attributes & 1: + append(_style_map[0]) + if attributes & 2: + append(_style_map[1]) + if attributes & 4: + append(_style_map[2]) + if attributes & 8: + append(_style_map[3]) + if attributes & 0b0000111110000: + for bit in range(4, 9): + if attributes & (1 << bit): + append(_style_map[bit]) + if attributes & 0b1111000000000: + for bit in range(9, 13): + if attributes & (1 << bit): + append(_style_map[bit]) + if self._color is not None: + sgr.extend(self._color.downgrade(color_system).get_ansi_codes()) + if self._bgcolor is not None: + sgr.extend( + self._bgcolor.downgrade(color_system).get_ansi_codes( + foreground=False + ) + ) + self._ansi = ";".join(sgr) + return self._ansi + + @classmethod + @lru_cache(maxsize=1024) + def normalize(cls, style: str) -> str: + """Normalize a style definition so that styles with the same effect have the same string + representation. + + Args: + style (str): A style definition. + + Returns: + str: Normal form of style definition. + """ + try: + return str(cls.parse(style)) + except errors.StyleSyntaxError: + return style.strip().lower() + + @classmethod + def pick_first(cls, *values: Optional[StyleType]) -> StyleType: + """Pick first non-None style.""" + for value in values: + if value is not None: + return value + raise ValueError("expected at least one non-None style") + + def __rich_repr__(self) -> Result: + yield "color", self.color, None + yield "bgcolor", self.bgcolor, None + yield "bold", self.bold, None, + yield "dim", self.dim, None, + yield "italic", self.italic, None + yield "underline", self.underline, None, + yield "blink", self.blink, None + yield "blink2", self.blink2, None + yield "reverse", self.reverse, None + yield "conceal", self.conceal, None + yield "strike", self.strike, None + yield "underline2", self.underline2, None + yield "frame", self.frame, None + yield "encircle", self.encircle, None + yield "link", self.link, None + if self._meta: + yield "meta", self.meta + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Style): + return NotImplemented + return self.__hash__() == other.__hash__() + + def __ne__(self, other: Any) -> bool: + if not isinstance(other, Style): + return NotImplemented + return self.__hash__() != other.__hash__() + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + self._hash = hash( + ( + self._color, + self._bgcolor, + self._attributes, + self._set_attributes, + self._link, + self._meta, + ) + ) + return self._hash + + @property + def color(self) -> Optional[Color]: + """The foreground color or None if it is not set.""" + return self._color + + @property + def bgcolor(self) -> Optional[Color]: + """The background color or None if it is not set.""" + return self._bgcolor + + @property + def link(self) -> Optional[str]: + """Link text, if set.""" + return self._link + + @property + def transparent_background(self) -> bool: + """Check if the style specified a transparent background.""" + return self.bgcolor is None or self.bgcolor.is_default + + @property + def background_style(self) -> "Style": + """A Style with background only.""" + return Style(bgcolor=self.bgcolor) + + @property + def meta(self) -> Dict[str, Any]: + """Get meta information (can not be changed after construction).""" + return {} if self._meta is None else cast(Dict[str, Any], loads(self._meta)) + + @property + def without_color(self) -> "Style": + """Get a copy of the style with color removed.""" + if self._null: + return NULL_STYLE + style: Style = self.__new__(Style) + style._ansi = None + style._style_definition = None + style._color = None + style._bgcolor = None + style._attributes = self._attributes + style._set_attributes = self._set_attributes + style._link = self._link + style._link_id = f"{randint(0, 999999)}" if self._link else "" + style._null = False + style._meta = None + style._hash = None + return style + + @classmethod + @lru_cache(maxsize=4096) + def parse(cls, style_definition: str) -> "Style": + """Parse a style definition. + + Args: + style_definition (str): A string containing a style. + + Raises: + errors.StyleSyntaxError: If the style definition syntax is invalid. + + Returns: + `Style`: A Style instance. + """ + if style_definition.strip() == "none" or not style_definition: + return cls.null() + + STYLE_ATTRIBUTES = cls.STYLE_ATTRIBUTES + color: Optional[str] = None + bgcolor: Optional[str] = None + attributes: Dict[str, Optional[Any]] = {} + link: Optional[str] = None + + words = iter(style_definition.split()) + for original_word in words: + word = original_word.lower() + if word == "on": + word = next(words, "") + if not word: + raise errors.StyleSyntaxError("color expected after 'on'") + try: + Color.parse(word) is None + except ColorParseError as error: + raise errors.StyleSyntaxError( + f"unable to parse {word!r} as background color; {error}" + ) from None + bgcolor = word + + elif word == "not": + word = next(words, "") + attribute = STYLE_ATTRIBUTES.get(word) + if attribute is None: + raise errors.StyleSyntaxError( + f"expected style attribute after 'not', found {word!r}" + ) + attributes[attribute] = False + + elif word == "link": + word = next(words, "") + if not word: + raise errors.StyleSyntaxError("URL expected after 'link'") + link = word + + elif word in STYLE_ATTRIBUTES: + attributes[STYLE_ATTRIBUTES[word]] = True + + else: + try: + Color.parse(word) + except ColorParseError as error: + raise errors.StyleSyntaxError( + f"unable to parse {word!r} as color; {error}" + ) from None + color = word + style = Style(color=color, bgcolor=bgcolor, link=link, **attributes) + return style + + @lru_cache(maxsize=1024) + def get_html_style(self, theme: Optional[TerminalTheme] = None) -> str: + """Get a CSS style rule.""" + theme = theme or DEFAULT_TERMINAL_THEME + css: List[str] = [] + append = css.append + + color = self.color + bgcolor = self.bgcolor + if self.reverse: + color, bgcolor = bgcolor, color + if self.dim: + foreground_color = ( + theme.foreground_color if color is None else color.get_truecolor(theme) + ) + color = Color.from_triplet( + blend_rgb(foreground_color, theme.background_color, 0.5) + ) + if color is not None: + theme_color = color.get_truecolor(theme) + append(f"color: {theme_color.hex}") + append(f"text-decoration-color: {theme_color.hex}") + if bgcolor is not None: + theme_color = bgcolor.get_truecolor(theme, foreground=False) + append(f"background-color: {theme_color.hex}") + if self.bold: + append("font-weight: bold") + if self.italic: + append("font-style: italic") + if self.underline: + append("text-decoration: underline") + if self.strike: + append("text-decoration: line-through") + if self.overline: + append("text-decoration: overline") + return "; ".join(css) + + @classmethod + def combine(cls, styles: Iterable["Style"]) -> "Style": + """Combine styles and get result. + + Args: + styles (Iterable[Style]): Styles to combine. + + Returns: + Style: A new style instance. + """ + iter_styles = iter(styles) + return sum(iter_styles, next(iter_styles)) + + @classmethod + def chain(cls, *styles: "Style") -> "Style": + """Combine styles from positional argument in to a single style. + + Args: + *styles (Iterable[Style]): Styles to combine. + + Returns: + Style: A new style instance. + """ + iter_styles = iter(styles) + return sum(iter_styles, next(iter_styles)) + + def copy(self) -> "Style": + """Get a copy of this style. + + Returns: + Style: A new Style instance with identical attributes. + """ + if self._null: + return NULL_STYLE + style: Style = self.__new__(Style) + style._ansi = self._ansi + style._style_definition = self._style_definition + style._color = self._color + style._bgcolor = self._bgcolor + style._attributes = self._attributes + style._set_attributes = self._set_attributes + style._link = self._link + style._link_id = f"{randint(0, 999999)}" if self._link else "" + style._hash = self._hash + style._null = False + style._meta = self._meta + return style + + @lru_cache(maxsize=128) + def clear_meta_and_links(self) -> "Style": + """Get a copy of this style with link and meta information removed. + + Returns: + Style: New style object. + """ + if self._null: + return NULL_STYLE + style: Style = self.__new__(Style) + style._ansi = self._ansi + style._style_definition = self._style_definition + style._color = self._color + style._bgcolor = self._bgcolor + style._attributes = self._attributes + style._set_attributes = self._set_attributes + style._link = None + style._link_id = "" + style._hash = None + style._null = False + style._meta = None + return style + + def update_link(self, link: Optional[str] = None) -> "Style": + """Get a copy with a different value for link. + + Args: + link (str, optional): New value for link. Defaults to None. + + Returns: + Style: A new Style instance. + """ + style: Style = self.__new__(Style) + style._ansi = self._ansi + style._style_definition = self._style_definition + style._color = self._color + style._bgcolor = self._bgcolor + style._attributes = self._attributes + style._set_attributes = self._set_attributes + style._link = link + style._link_id = f"{randint(0, 999999)}" if link else "" + style._hash = None + style._null = False + style._meta = self._meta + return style + + def render( + self, + text: str = "", + *, + color_system: Optional[ColorSystem] = ColorSystem.TRUECOLOR, + legacy_windows: bool = False, + ) -> str: + """Render the ANSI codes for the style. + + Args: + text (str, optional): A string to style. Defaults to "". + color_system (Optional[ColorSystem], optional): Color system to render to. Defaults to ColorSystem.TRUECOLOR. + + Returns: + str: A string containing ANSI style codes. + """ + if not text or color_system is None: + return text + attrs = self._ansi or self._make_ansi_codes(color_system) + rendered = f"\x1b[{attrs}m{text}\x1b[0m" if attrs else text + if self._link and not legacy_windows: + rendered = ( + f"\x1b]8;id={self._link_id};{self._link}\x1b\\{rendered}\x1b]8;;\x1b\\" + ) + return rendered + + def test(self, text: Optional[str] = None) -> None: + """Write text with style directly to terminal. + + This method is for testing purposes only. + + Args: + text (Optional[str], optional): Text to style or None for style name. + + """ + text = text or str(self) + sys.stdout.write(f"{self.render(text)}\n") + + @lru_cache(maxsize=1024) + def _add(self, style: Optional["Style"]) -> "Style": + if style is None or style._null: + return self + if self._null: + return style + new_style: Style = self.__new__(Style) + new_style._ansi = None + new_style._style_definition = None + new_style._color = style._color or self._color + new_style._bgcolor = style._bgcolor or self._bgcolor + new_style._attributes = (self._attributes & ~style._set_attributes) | ( + style._attributes & style._set_attributes + ) + new_style._set_attributes = self._set_attributes | style._set_attributes + new_style._link = style._link or self._link + new_style._link_id = style._link_id or self._link_id + new_style._null = style._null + if self._meta and style._meta: + new_style._meta = dumps({**self.meta, **style.meta}) + else: + new_style._meta = self._meta or style._meta + new_style._hash = None + return new_style + + def __add__(self, style: Optional["Style"]) -> "Style": + combined_style = self._add(style) + return combined_style.copy() if combined_style.link else combined_style + + +NULL_STYLE = Style() + + +class StyleStack: + """A stack of styles.""" + + __slots__ = ["_stack"] + + def __init__(self, default_style: "Style") -> None: + self._stack: List[Style] = [default_style] + + def __repr__(self) -> str: + return f"" + + @property + def current(self) -> Style: + """Get the Style at the top of the stack.""" + return self._stack[-1] + + def push(self, style: Style) -> None: + """Push a new style on to the stack. + + Args: + style (Style): New style to combine with current style. + """ + self._stack.append(self._stack[-1] + style) + + def pop(self) -> Style: + """Pop last style and discard. + + Returns: + Style: New current style (also available as stack.current) + """ + self._stack.pop() + return self._stack[-1] diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/styled.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/styled.py new file mode 100644 index 0000000..91cd0db --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/styled.py @@ -0,0 +1,42 @@ +from typing import TYPE_CHECKING + +from .measure import Measurement +from .segment import Segment +from .style import StyleType + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderResult, RenderableType + + +class Styled: + """Apply a style to a renderable. + + Args: + renderable (RenderableType): Any renderable. + style (StyleType): A style to apply across the entire renderable. + """ + + def __init__(self, renderable: "RenderableType", style: "StyleType") -> None: + self.renderable = renderable + self.style = style + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + style = console.get_style(self.style) + rendered_segments = console.render(self.renderable, options) + segments = Segment.apply_style(rendered_segments, style) + return segments + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> Measurement: + return Measurement.get(console, options, self.renderable) + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich import print + from pip._vendor.rich.panel import Panel + + panel = Styled(Panel("hello"), "on blue") + print(panel) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/syntax.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/syntax.py new file mode 100644 index 0000000..f3d483c --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/syntax.py @@ -0,0 +1,966 @@ +import os.path +import re +import sys +import textwrap +from abc import ABC, abstractmethod +from pathlib import Path +from typing import ( + Any, + Dict, + Iterable, + List, + NamedTuple, + Optional, + Sequence, + Set, + Tuple, + Type, + Union, +) + +from pip._vendor.pygments.lexer import Lexer +from pip._vendor.pygments.lexers import get_lexer_by_name, guess_lexer_for_filename +from pip._vendor.pygments.style import Style as PygmentsStyle +from pip._vendor.pygments.styles import get_style_by_name +from pip._vendor.pygments.token import ( + Comment, + Error, + Generic, + Keyword, + Name, + Number, + Operator, + String, + Token, + Whitespace, +) +from pip._vendor.pygments.util import ClassNotFound + +from pip._vendor.rich.containers import Lines +from pip._vendor.rich.padding import Padding, PaddingDimensions + +from ._loop import loop_first +from .cells import cell_len +from .color import Color, blend_rgb +from .console import Console, ConsoleOptions, JustifyMethod, RenderResult +from .jupyter import JupyterMixin +from .measure import Measurement +from .segment import Segment, Segments +from .style import Style, StyleType +from .text import Text + +TokenType = Tuple[str, ...] + +WINDOWS = sys.platform == "win32" +DEFAULT_THEME = "monokai" + +# The following styles are based on https://github.com/pygments/pygments/blob/master/pygments/formatters/terminal.py +# A few modifications were made + +ANSI_LIGHT: Dict[TokenType, Style] = { + Token: Style(), + Whitespace: Style(color="white"), + Comment: Style(dim=True), + Comment.Preproc: Style(color="cyan"), + Keyword: Style(color="blue"), + Keyword.Type: Style(color="cyan"), + Operator.Word: Style(color="magenta"), + Name.Builtin: Style(color="cyan"), + Name.Function: Style(color="green"), + Name.Namespace: Style(color="cyan", underline=True), + Name.Class: Style(color="green", underline=True), + Name.Exception: Style(color="cyan"), + Name.Decorator: Style(color="magenta", bold=True), + Name.Variable: Style(color="red"), + Name.Constant: Style(color="red"), + Name.Attribute: Style(color="cyan"), + Name.Tag: Style(color="bright_blue"), + String: Style(color="yellow"), + Number: Style(color="blue"), + Generic.Deleted: Style(color="bright_red"), + Generic.Inserted: Style(color="green"), + Generic.Heading: Style(bold=True), + Generic.Subheading: Style(color="magenta", bold=True), + Generic.Prompt: Style(bold=True), + Generic.Error: Style(color="bright_red"), + Error: Style(color="red", underline=True), +} + +ANSI_DARK: Dict[TokenType, Style] = { + Token: Style(), + Whitespace: Style(color="bright_black"), + Comment: Style(dim=True), + Comment.Preproc: Style(color="bright_cyan"), + Keyword: Style(color="bright_blue"), + Keyword.Type: Style(color="bright_cyan"), + Operator.Word: Style(color="bright_magenta"), + Name.Builtin: Style(color="bright_cyan"), + Name.Function: Style(color="bright_green"), + Name.Namespace: Style(color="bright_cyan", underline=True), + Name.Class: Style(color="bright_green", underline=True), + Name.Exception: Style(color="bright_cyan"), + Name.Decorator: Style(color="bright_magenta", bold=True), + Name.Variable: Style(color="bright_red"), + Name.Constant: Style(color="bright_red"), + Name.Attribute: Style(color="bright_cyan"), + Name.Tag: Style(color="bright_blue"), + String: Style(color="yellow"), + Number: Style(color="bright_blue"), + Generic.Deleted: Style(color="bright_red"), + Generic.Inserted: Style(color="bright_green"), + Generic.Heading: Style(bold=True), + Generic.Subheading: Style(color="bright_magenta", bold=True), + Generic.Prompt: Style(bold=True), + Generic.Error: Style(color="bright_red"), + Error: Style(color="red", underline=True), +} + +RICH_SYNTAX_THEMES = {"ansi_light": ANSI_LIGHT, "ansi_dark": ANSI_DARK} +NUMBERS_COLUMN_DEFAULT_PADDING = 2 + + +class SyntaxTheme(ABC): + """Base class for a syntax theme.""" + + @abstractmethod + def get_style_for_token(self, token_type: TokenType) -> Style: + """Get a style for a given Pygments token.""" + raise NotImplementedError # pragma: no cover + + @abstractmethod + def get_background_style(self) -> Style: + """Get the background color.""" + raise NotImplementedError # pragma: no cover + + +class PygmentsSyntaxTheme(SyntaxTheme): + """Syntax theme that delegates to Pygments theme.""" + + def __init__(self, theme: Union[str, Type[PygmentsStyle]]) -> None: + self._style_cache: Dict[TokenType, Style] = {} + if isinstance(theme, str): + try: + self._pygments_style_class = get_style_by_name(theme) + except ClassNotFound: + self._pygments_style_class = get_style_by_name("default") + else: + self._pygments_style_class = theme + + self._background_color = self._pygments_style_class.background_color + self._background_style = Style(bgcolor=self._background_color) + + def get_style_for_token(self, token_type: TokenType) -> Style: + """Get a style from a Pygments class.""" + try: + return self._style_cache[token_type] + except KeyError: + try: + pygments_style = self._pygments_style_class.style_for_token(token_type) + except KeyError: + style = Style.null() + else: + color = pygments_style["color"] + bgcolor = pygments_style["bgcolor"] + style = Style( + color="#" + color if color else "#000000", + bgcolor="#" + bgcolor if bgcolor else self._background_color, + bold=pygments_style["bold"], + italic=pygments_style["italic"], + underline=pygments_style["underline"], + ) + self._style_cache[token_type] = style + return style + + def get_background_style(self) -> Style: + return self._background_style + + +class ANSISyntaxTheme(SyntaxTheme): + """Syntax theme to use standard colors.""" + + def __init__(self, style_map: Dict[TokenType, Style]) -> None: + self.style_map = style_map + self._missing_style = Style.null() + self._background_style = Style.null() + self._style_cache: Dict[TokenType, Style] = {} + + def get_style_for_token(self, token_type: TokenType) -> Style: + """Look up style in the style map.""" + try: + return self._style_cache[token_type] + except KeyError: + # Styles form a hierarchy + # We need to go from most to least specific + # e.g. ("foo", "bar", "baz") to ("foo", "bar") to ("foo",) + get_style = self.style_map.get + token = tuple(token_type) + style = self._missing_style + while token: + _style = get_style(token) + if _style is not None: + style = _style + break + token = token[:-1] + self._style_cache[token_type] = style + return style + + def get_background_style(self) -> Style: + return self._background_style + + +SyntaxPosition = Tuple[int, int] + + +class _SyntaxHighlightRange(NamedTuple): + """ + A range to highlight in a Syntax object. + `start` and `end` are 2-integers tuples, where the first integer is the line number + (starting from 1) and the second integer is the column index (starting from 0). + """ + + style: StyleType + start: SyntaxPosition + end: SyntaxPosition + style_before: bool = False + + +class Syntax(JupyterMixin): + """Construct a Syntax object to render syntax highlighted code. + + Args: + code (str): Code to highlight. + lexer (Lexer | str): Lexer to use (see https://pygments.org/docs/lexers/) + theme (str, optional): Color theme, aka Pygments style (see https://pygments.org/docs/styles/#getting-a-list-of-available-styles). Defaults to "monokai". + dedent (bool, optional): Enable stripping of initial whitespace. Defaults to False. + line_numbers (bool, optional): Enable rendering of line numbers. Defaults to False. + start_line (int, optional): Starting number for line numbers. Defaults to 1. + line_range (Tuple[int | None, int | None], optional): If given should be a tuple of the start and end line to render. + A value of None in the tuple indicates the range is open in that direction. + highlight_lines (Set[int]): A set of line numbers to highlight. + code_width: Width of code to render (not including line numbers), or ``None`` to use all available width. + tab_size (int, optional): Size of tabs. Defaults to 4. + word_wrap (bool, optional): Enable word wrapping. + background_color (str, optional): Optional background color, or None to use theme color. Defaults to None. + indent_guides (bool, optional): Show indent guides. Defaults to False. + padding (PaddingDimensions): Padding to apply around the syntax. Defaults to 0 (no padding). + """ + + _pygments_style_class: Type[PygmentsStyle] + _theme: SyntaxTheme + + @classmethod + def get_theme(cls, name: Union[str, SyntaxTheme]) -> SyntaxTheme: + """Get a syntax theme instance.""" + if isinstance(name, SyntaxTheme): + return name + theme: SyntaxTheme + if name in RICH_SYNTAX_THEMES: + theme = ANSISyntaxTheme(RICH_SYNTAX_THEMES[name]) + else: + theme = PygmentsSyntaxTheme(name) + return theme + + def __init__( + self, + code: str, + lexer: Union[Lexer, str], + *, + theme: Union[str, SyntaxTheme] = DEFAULT_THEME, + dedent: bool = False, + line_numbers: bool = False, + start_line: int = 1, + line_range: Optional[Tuple[Optional[int], Optional[int]]] = None, + highlight_lines: Optional[Set[int]] = None, + code_width: Optional[int] = None, + tab_size: int = 4, + word_wrap: bool = False, + background_color: Optional[str] = None, + indent_guides: bool = False, + padding: PaddingDimensions = 0, + ) -> None: + self.code = code + self._lexer = lexer + self.dedent = dedent + self.line_numbers = line_numbers + self.start_line = start_line + self.line_range = line_range + self.highlight_lines = highlight_lines or set() + self.code_width = code_width + self.tab_size = tab_size + self.word_wrap = word_wrap + self.background_color = background_color + self.background_style = ( + Style(bgcolor=background_color) if background_color else Style() + ) + self.indent_guides = indent_guides + self.padding = padding + + self._theme = self.get_theme(theme) + self._stylized_ranges: List[_SyntaxHighlightRange] = [] + + @classmethod + def from_path( + cls, + path: str, + encoding: str = "utf-8", + lexer: Optional[Union[Lexer, str]] = None, + theme: Union[str, SyntaxTheme] = DEFAULT_THEME, + dedent: bool = False, + line_numbers: bool = False, + line_range: Optional[Tuple[int, int]] = None, + start_line: int = 1, + highlight_lines: Optional[Set[int]] = None, + code_width: Optional[int] = None, + tab_size: int = 4, + word_wrap: bool = False, + background_color: Optional[str] = None, + indent_guides: bool = False, + padding: PaddingDimensions = 0, + ) -> "Syntax": + """Construct a Syntax object from a file. + + Args: + path (str): Path to file to highlight. + encoding (str): Encoding of file. + lexer (str | Lexer, optional): Lexer to use. If None, lexer will be auto-detected from path/file content. + theme (str, optional): Color theme, aka Pygments style (see https://pygments.org/docs/styles/#getting-a-list-of-available-styles). Defaults to "emacs". + dedent (bool, optional): Enable stripping of initial whitespace. Defaults to True. + line_numbers (bool, optional): Enable rendering of line numbers. Defaults to False. + start_line (int, optional): Starting number for line numbers. Defaults to 1. + line_range (Tuple[int, int], optional): If given should be a tuple of the start and end line to render. + highlight_lines (Set[int]): A set of line numbers to highlight. + code_width: Width of code to render (not including line numbers), or ``None`` to use all available width. + tab_size (int, optional): Size of tabs. Defaults to 4. + word_wrap (bool, optional): Enable word wrapping of code. + background_color (str, optional): Optional background color, or None to use theme color. Defaults to None. + indent_guides (bool, optional): Show indent guides. Defaults to False. + padding (PaddingDimensions): Padding to apply around the syntax. Defaults to 0 (no padding). + + Returns: + [Syntax]: A Syntax object that may be printed to the console + """ + code = Path(path).read_text(encoding=encoding) + + if not lexer: + lexer = cls.guess_lexer(path, code=code) + + return cls( + code, + lexer, + theme=theme, + dedent=dedent, + line_numbers=line_numbers, + line_range=line_range, + start_line=start_line, + highlight_lines=highlight_lines, + code_width=code_width, + tab_size=tab_size, + word_wrap=word_wrap, + background_color=background_color, + indent_guides=indent_guides, + padding=padding, + ) + + @classmethod + def guess_lexer(cls, path: str, code: Optional[str] = None) -> str: + """Guess the alias of the Pygments lexer to use based on a path and an optional string of code. + If code is supplied, it will use a combination of the code and the filename to determine the + best lexer to use. For example, if the file is ``index.html`` and the file contains Django + templating syntax, then "html+django" will be returned. If the file is ``index.html``, and no + templating language is used, the "html" lexer will be used. If no string of code + is supplied, the lexer will be chosen based on the file extension.. + + Args: + path (AnyStr): The path to the file containing the code you wish to know the lexer for. + code (str, optional): Optional string of code that will be used as a fallback if no lexer + is found for the supplied path. + + Returns: + str: The name of the Pygments lexer that best matches the supplied path/code. + """ + lexer: Optional[Lexer] = None + lexer_name = "default" + if code: + try: + lexer = guess_lexer_for_filename(path, code) + except ClassNotFound: + pass + + if not lexer: + try: + _, ext = os.path.splitext(path) + if ext: + extension = ext.lstrip(".").lower() + lexer = get_lexer_by_name(extension) + except ClassNotFound: + pass + + if lexer: + if lexer.aliases: + lexer_name = lexer.aliases[0] + else: + lexer_name = lexer.name + + return lexer_name + + def _get_base_style(self) -> Style: + """Get the base style.""" + default_style = self._theme.get_background_style() + self.background_style + return default_style + + def _get_token_color(self, token_type: TokenType) -> Optional[Color]: + """Get a color (if any) for the given token. + + Args: + token_type (TokenType): A token type tuple from Pygments. + + Returns: + Optional[Color]: Color from theme, or None for no color. + """ + style = self._theme.get_style_for_token(token_type) + return style.color + + @property + def lexer(self) -> Optional[Lexer]: + """The lexer for this syntax, or None if no lexer was found. + + Tries to find the lexer by name if a string was passed to the constructor. + """ + + if isinstance(self._lexer, Lexer): + return self._lexer + try: + return get_lexer_by_name( + self._lexer, + stripnl=False, + ensurenl=True, + tabsize=self.tab_size, + ) + except ClassNotFound: + return None + + @property + def default_lexer(self) -> Lexer: + """A Pygments Lexer to use if one is not specified or invalid.""" + return get_lexer_by_name( + "text", + stripnl=False, + ensurenl=True, + tabsize=self.tab_size, + ) + + def highlight( + self, + code: str, + line_range: Optional[Tuple[Optional[int], Optional[int]]] = None, + ) -> Text: + """Highlight code and return a Text instance. + + Args: + code (str): Code to highlight. + line_range(Tuple[int, int], optional): Optional line range to highlight. + + Returns: + Text: A text instance containing highlighted syntax. + """ + + base_style = self._get_base_style() + justify: JustifyMethod = ( + "default" if base_style.transparent_background else "left" + ) + + text = Text( + justify=justify, + style=base_style, + tab_size=self.tab_size, + no_wrap=not self.word_wrap, + ) + _get_theme_style = self._theme.get_style_for_token + + lexer = self.lexer or self.default_lexer + + if lexer is None: + text.append(code) + else: + if line_range: + # More complicated path to only stylize a portion of the code + # This speeds up further operations as there are less spans to process + line_start, line_end = line_range + + def line_tokenize() -> Iterable[Tuple[Any, str]]: + """Split tokens to one per line.""" + assert lexer # required to make MyPy happy - we know lexer is not None at this point + + for token_type, token in lexer.get_tokens(code): + while token: + line_token, new_line, token = token.partition("\n") + yield token_type, line_token + new_line + + def tokens_to_spans() -> Iterable[Tuple[str, Optional[Style]]]: + """Convert tokens to spans.""" + tokens = iter(line_tokenize()) + line_no = 0 + _line_start = line_start - 1 if line_start else 0 + + # Skip over tokens until line start + while line_no < _line_start: + try: + _token_type, token = next(tokens) + except StopIteration: + break + yield (token, None) + if token.endswith("\n"): + line_no += 1 + # Generate spans until line end + for token_type, token in tokens: + yield (token, _get_theme_style(token_type)) + if token.endswith("\n"): + line_no += 1 + if line_end and line_no >= line_end: + break + + text.append_tokens(tokens_to_spans()) + + else: + text.append_tokens( + (token, _get_theme_style(token_type)) + for token_type, token in lexer.get_tokens(code) + ) + if self.background_color is not None: + text.stylize(f"on {self.background_color}") + + if self._stylized_ranges: + self._apply_stylized_ranges(text) + + return text + + def stylize_range( + self, + style: StyleType, + start: SyntaxPosition, + end: SyntaxPosition, + style_before: bool = False, + ) -> None: + """ + Adds a custom style on a part of the code, that will be applied to the syntax display when it's rendered. + Line numbers are 1-based, while column indexes are 0-based. + + Args: + style (StyleType): The style to apply. + start (Tuple[int, int]): The start of the range, in the form `[line number, column index]`. + end (Tuple[int, int]): The end of the range, in the form `[line number, column index]`. + style_before (bool): Apply the style before any existing styles. + """ + self._stylized_ranges.append( + _SyntaxHighlightRange(style, start, end, style_before) + ) + + def _get_line_numbers_color(self, blend: float = 0.3) -> Color: + background_style = self._theme.get_background_style() + self.background_style + background_color = background_style.bgcolor + if background_color is None or background_color.is_system_defined: + return Color.default() + foreground_color = self._get_token_color(Token.Text) + if foreground_color is None or foreground_color.is_system_defined: + return foreground_color or Color.default() + new_color = blend_rgb( + background_color.get_truecolor(), + foreground_color.get_truecolor(), + cross_fade=blend, + ) + return Color.from_triplet(new_color) + + @property + def _numbers_column_width(self) -> int: + """Get the number of characters used to render the numbers column.""" + column_width = 0 + if self.line_numbers: + column_width = ( + len(str(self.start_line + self.code.count("\n"))) + + NUMBERS_COLUMN_DEFAULT_PADDING + ) + return column_width + + def _get_number_styles(self, console: Console) -> Tuple[Style, Style, Style]: + """Get background, number, and highlight styles for line numbers.""" + background_style = self._get_base_style() + if background_style.transparent_background: + return Style.null(), Style(dim=True), Style.null() + if console.color_system in ("256", "truecolor"): + number_style = Style.chain( + background_style, + self._theme.get_style_for_token(Token.Text), + Style(color=self._get_line_numbers_color()), + self.background_style, + ) + highlight_number_style = Style.chain( + background_style, + self._theme.get_style_for_token(Token.Text), + Style(bold=True, color=self._get_line_numbers_color(0.9)), + self.background_style, + ) + else: + number_style = background_style + Style(dim=True) + highlight_number_style = background_style + Style(dim=False) + return background_style, number_style, highlight_number_style + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> "Measurement": + _, right, _, left = Padding.unpack(self.padding) + padding = left + right + if self.code_width is not None: + width = self.code_width + self._numbers_column_width + padding + 1 + return Measurement(self._numbers_column_width, width) + lines = self.code.splitlines() + width = ( + self._numbers_column_width + + padding + + (max(cell_len(line) for line in lines) if lines else 0) + ) + if self.line_numbers: + width += 1 + return Measurement(self._numbers_column_width, width) + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + segments = Segments(self._get_syntax(console, options)) + if self.padding: + yield Padding(segments, style=self._get_base_style(), pad=self.padding) + else: + yield segments + + def _get_syntax( + self, + console: Console, + options: ConsoleOptions, + ) -> Iterable[Segment]: + """ + Get the Segments for the Syntax object, excluding any vertical/horizontal padding + """ + transparent_background = self._get_base_style().transparent_background + code_width = ( + ( + (options.max_width - self._numbers_column_width - 1) + if self.line_numbers + else options.max_width + ) + if self.code_width is None + else self.code_width + ) + + ends_on_nl, processed_code = self._process_code(self.code) + text = self.highlight(processed_code, self.line_range) + + if not self.line_numbers and not self.word_wrap and not self.line_range: + if not ends_on_nl: + text.remove_suffix("\n") + # Simple case of just rendering text + style = ( + self._get_base_style() + + self._theme.get_style_for_token(Comment) + + Style(dim=True) + + self.background_style + ) + if self.indent_guides and not options.ascii_only: + text = text.with_indent_guides(self.tab_size, style=style) + text.overflow = "crop" + if style.transparent_background: + yield from console.render( + text, options=options.update(width=code_width) + ) + else: + syntax_lines = console.render_lines( + text, + options.update(width=code_width, height=None, justify="left"), + style=self.background_style, + pad=True, + new_lines=True, + ) + for syntax_line in syntax_lines: + yield from syntax_line + return + + start_line, end_line = self.line_range or (None, None) + line_offset = 0 + if start_line: + line_offset = max(0, start_line - 1) + lines: Union[List[Text], Lines] = text.split("\n", allow_blank=ends_on_nl) + if self.line_range: + if line_offset > len(lines): + return + lines = lines[line_offset:end_line] + + if self.indent_guides and not options.ascii_only: + style = ( + self._get_base_style() + + self._theme.get_style_for_token(Comment) + + Style(dim=True) + + self.background_style + ) + lines = ( + Text("\n") + .join(lines) + .with_indent_guides(self.tab_size, style=style + Style(italic=False)) + .split("\n", allow_blank=True) + ) + + numbers_column_width = self._numbers_column_width + render_options = options.update(width=code_width) + + highlight_line = self.highlight_lines.__contains__ + _Segment = Segment + new_line = _Segment("\n") + + line_pointer = "> " if options.legacy_windows else "❱ " + + ( + background_style, + number_style, + highlight_number_style, + ) = self._get_number_styles(console) + + for line_no, line in enumerate(lines, self.start_line + line_offset): + if self.word_wrap: + wrapped_lines = console.render_lines( + line, + render_options.update(height=None, justify="left"), + style=background_style, + pad=not transparent_background, + ) + else: + segments = list(line.render(console, end="")) + if options.no_wrap: + wrapped_lines = [segments] + else: + wrapped_lines = [ + _Segment.adjust_line_length( + segments, + render_options.max_width, + style=background_style, + pad=not transparent_background, + ) + ] + + if self.line_numbers: + wrapped_line_left_pad = _Segment( + " " * numbers_column_width + " ", background_style + ) + for first, wrapped_line in loop_first(wrapped_lines): + if first: + line_column = str(line_no).rjust(numbers_column_width - 2) + " " + if highlight_line(line_no): + yield _Segment(line_pointer, Style(color="red")) + yield _Segment(line_column, highlight_number_style) + else: + yield _Segment(" ", highlight_number_style) + yield _Segment(line_column, number_style) + else: + yield wrapped_line_left_pad + yield from wrapped_line + yield new_line + else: + for wrapped_line in wrapped_lines: + yield from wrapped_line + yield new_line + + def _apply_stylized_ranges(self, text: Text) -> None: + """ + Apply stylized ranges to a text instance, + using the given code to determine the right portion to apply the style to. + + Args: + text (Text): Text instance to apply the style to. + """ + code = text.plain + newlines_offsets = [ + # Let's add outer boundaries at each side of the list: + 0, + # N.B. using "\n" here is much faster than using metacharacters such as "^" or "\Z": + *[ + match.start() + 1 + for match in re.finditer("\n", code, flags=re.MULTILINE) + ], + len(code) + 1, + ] + + for stylized_range in self._stylized_ranges: + start = _get_code_index_for_syntax_position( + newlines_offsets, stylized_range.start + ) + end = _get_code_index_for_syntax_position( + newlines_offsets, stylized_range.end + ) + if start is not None and end is not None: + if stylized_range.style_before: + text.stylize_before(stylized_range.style, start, end) + else: + text.stylize(stylized_range.style, start, end) + + def _process_code(self, code: str) -> Tuple[bool, str]: + """ + Applies various processing to a raw code string + (normalises it so it always ends with a line return, dedents it if necessary, etc.) + + Args: + code (str): The raw code string to process + + Returns: + Tuple[bool, str]: the boolean indicates whether the raw code ends with a line return, + while the string is the processed code. + """ + ends_on_nl = code.endswith("\n") + processed_code = code if ends_on_nl else code + "\n" + processed_code = ( + textwrap.dedent(processed_code) if self.dedent else processed_code + ) + processed_code = processed_code.expandtabs(self.tab_size) + return ends_on_nl, processed_code + + +def _get_code_index_for_syntax_position( + newlines_offsets: Sequence[int], position: SyntaxPosition +) -> Optional[int]: + """ + Returns the index of the code string for the given positions. + + Args: + newlines_offsets (Sequence[int]): The offset of each newline character found in the code snippet. + position (SyntaxPosition): The position to search for. + + Returns: + Optional[int]: The index of the code string for this position, or `None` + if the given position's line number is out of range (if it's the column that is out of range + we silently clamp its value so that it reaches the end of the line) + """ + lines_count = len(newlines_offsets) + + line_number, column_index = position + if line_number > lines_count or len(newlines_offsets) < (line_number + 1): + return None # `line_number` is out of range + line_index = line_number - 1 + line_length = newlines_offsets[line_index + 1] - newlines_offsets[line_index] - 1 + # If `column_index` is out of range: let's silently clamp it: + column_index = min(line_length, column_index) + return newlines_offsets[line_index] + column_index + + +if __name__ == "__main__": # pragma: no cover + import argparse + import sys + + parser = argparse.ArgumentParser( + description="Render syntax to the console with Rich" + ) + parser.add_argument( + "path", + metavar="PATH", + help="path to file, or - for stdin", + ) + parser.add_argument( + "-c", + "--force-color", + dest="force_color", + action="store_true", + default=None, + help="force color for non-terminals", + ) + parser.add_argument( + "-i", + "--indent-guides", + dest="indent_guides", + action="store_true", + default=False, + help="display indent guides", + ) + parser.add_argument( + "-l", + "--line-numbers", + dest="line_numbers", + action="store_true", + help="render line numbers", + ) + parser.add_argument( + "-w", + "--width", + type=int, + dest="width", + default=None, + help="width of output (default will auto-detect)", + ) + parser.add_argument( + "-r", + "--wrap", + dest="word_wrap", + action="store_true", + default=False, + help="word wrap long lines", + ) + parser.add_argument( + "-s", + "--soft-wrap", + action="store_true", + dest="soft_wrap", + default=False, + help="enable soft wrapping mode", + ) + parser.add_argument( + "-t", "--theme", dest="theme", default="monokai", help="pygments theme" + ) + parser.add_argument( + "-b", + "--background-color", + dest="background_color", + default=None, + help="Override background color", + ) + parser.add_argument( + "-x", + "--lexer", + default=None, + dest="lexer_name", + help="Lexer name", + ) + parser.add_argument( + "-p", "--padding", type=int, default=0, dest="padding", help="Padding" + ) + parser.add_argument( + "--highlight-line", + type=int, + default=None, + dest="highlight_line", + help="The line number (not index!) to highlight", + ) + args = parser.parse_args() + + from pip._vendor.rich.console import Console + + console = Console(force_terminal=args.force_color, width=args.width) + + if args.path == "-": + code = sys.stdin.read() + syntax = Syntax( + code=code, + lexer=args.lexer_name, + line_numbers=args.line_numbers, + word_wrap=args.word_wrap, + theme=args.theme, + background_color=args.background_color, + indent_guides=args.indent_guides, + padding=args.padding, + highlight_lines={args.highlight_line}, + ) + else: + syntax = Syntax.from_path( + args.path, + lexer=args.lexer_name, + line_numbers=args.line_numbers, + word_wrap=args.word_wrap, + theme=args.theme, + background_color=args.background_color, + indent_guides=args.indent_guides, + padding=args.padding, + highlight_lines={args.highlight_line}, + ) + console.print(syntax, soft_wrap=args.soft_wrap) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/table.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/table.py new file mode 100644 index 0000000..654c855 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/table.py @@ -0,0 +1,1007 @@ +from dataclasses import dataclass, field, replace +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + List, + NamedTuple, + Optional, + Sequence, + Tuple, + Union, +) + +from . import box, errors +from ._loop import loop_first_last, loop_last +from ._pick import pick_bool +from ._ratio import ratio_distribute, ratio_reduce +from .align import VerticalAlignMethod +from .jupyter import JupyterMixin +from .measure import Measurement +from .padding import Padding, PaddingDimensions +from .protocol import is_renderable +from .segment import Segment +from .style import Style, StyleType +from .text import Text, TextType + +if TYPE_CHECKING: + from .console import ( + Console, + ConsoleOptions, + JustifyMethod, + OverflowMethod, + RenderableType, + RenderResult, + ) + + +@dataclass +class Column: + """Defines a column within a ~Table. + + Args: + title (Union[str, Text], optional): The title of the table rendered at the top. Defaults to None. + caption (Union[str, Text], optional): The table caption rendered below. Defaults to None. + width (int, optional): The width in characters of the table, or ``None`` to automatically fit. Defaults to None. + min_width (Optional[int], optional): The minimum width of the table, or ``None`` for no minimum. Defaults to None. + box (box.Box, optional): One of the constants in box.py used to draw the edges (see :ref:`appendix_box`), or ``None`` for no box lines. Defaults to box.HEAVY_HEAD. + safe_box (Optional[bool], optional): Disable box characters that don't display on windows legacy terminal with *raster* fonts. Defaults to True. + padding (PaddingDimensions, optional): Padding for cells (top, right, bottom, left). Defaults to (0, 1). + collapse_padding (bool, optional): Enable collapsing of padding around cells. Defaults to False. + pad_edge (bool, optional): Enable padding of edge cells. Defaults to True. + expand (bool, optional): Expand the table to fit the available space if ``True``, otherwise the table width will be auto-calculated. Defaults to False. + show_header (bool, optional): Show a header row. Defaults to True. + show_footer (bool, optional): Show a footer row. Defaults to False. + show_edge (bool, optional): Draw a box around the outside of the table. Defaults to True. + show_lines (bool, optional): Draw lines between every row. Defaults to False. + leading (int, optional): Number of blank lines between rows (precludes ``show_lines``). Defaults to 0. + style (Union[str, Style], optional): Default style for the table. Defaults to "none". + row_styles (List[Union, str], optional): Optional list of row styles, if more than one style is given then the styles will alternate. Defaults to None. + header_style (Union[str, Style], optional): Style of the header. Defaults to "table.header". + footer_style (Union[str, Style], optional): Style of the footer. Defaults to "table.footer". + border_style (Union[str, Style], optional): Style of the border. Defaults to None. + title_style (Union[str, Style], optional): Style of the title. Defaults to None. + caption_style (Union[str, Style], optional): Style of the caption. Defaults to None. + title_justify (str, optional): Justify method for title. Defaults to "center". + caption_justify (str, optional): Justify method for caption. Defaults to "center". + highlight (bool, optional): Highlight cell contents (if str). Defaults to False. + """ + + header: "RenderableType" = "" + """RenderableType: Renderable for the header (typically a string)""" + + footer: "RenderableType" = "" + """RenderableType: Renderable for the footer (typically a string)""" + + header_style: StyleType = "" + """StyleType: The style of the header.""" + + footer_style: StyleType = "" + """StyleType: The style of the footer.""" + + style: StyleType = "" + """StyleType: The style of the column.""" + + justify: "JustifyMethod" = "left" + """str: How to justify text within the column ("left", "center", "right", or "full")""" + + vertical: "VerticalAlignMethod" = "top" + """str: How to vertically align content ("top", "middle", or "bottom")""" + + overflow: "OverflowMethod" = "ellipsis" + """str: Overflow method.""" + + width: Optional[int] = None + """Optional[int]: Width of the column, or ``None`` (default) to auto calculate width.""" + + min_width: Optional[int] = None + """Optional[int]: Minimum width of column, or ``None`` for no minimum. Defaults to None.""" + + max_width: Optional[int] = None + """Optional[int]: Maximum width of column, or ``None`` for no maximum. Defaults to None.""" + + ratio: Optional[int] = None + """Optional[int]: Ratio to use when calculating column width, or ``None`` (default) to adapt to column contents.""" + + no_wrap: bool = False + """bool: Prevent wrapping of text within the column. Defaults to ``False``.""" + + highlight: bool = False + """bool: Apply highlighter to column. Defaults to ``False``.""" + + _index: int = 0 + """Index of column.""" + + _cells: List["RenderableType"] = field(default_factory=list) + + def copy(self) -> "Column": + """Return a copy of this Column.""" + return replace(self, _cells=[]) + + @property + def cells(self) -> Iterable["RenderableType"]: + """Get all cells in the column, not including header.""" + yield from self._cells + + @property + def flexible(self) -> bool: + """Check if this column is flexible.""" + return self.ratio is not None + + +@dataclass +class Row: + """Information regarding a row.""" + + style: Optional[StyleType] = None + """Style to apply to row.""" + + end_section: bool = False + """Indicated end of section, which will force a line beneath the row.""" + + +class _Cell(NamedTuple): + """A single cell in a table.""" + + style: StyleType + """Style to apply to cell.""" + renderable: "RenderableType" + """Cell renderable.""" + vertical: VerticalAlignMethod + """Cell vertical alignment.""" + + +class Table(JupyterMixin): + """A console renderable to draw a table. + + Args: + *headers (Union[Column, str]): Column headers, either as a string, or :class:`~rich.table.Column` instance. + title (Union[str, Text], optional): The title of the table rendered at the top. Defaults to None. + caption (Union[str, Text], optional): The table caption rendered below. Defaults to None. + width (int, optional): The width in characters of the table, or ``None`` to automatically fit. Defaults to None. + min_width (Optional[int], optional): The minimum width of the table, or ``None`` for no minimum. Defaults to None. + box (box.Box, optional): One of the constants in box.py used to draw the edges (see :ref:`appendix_box`), or ``None`` for no box lines. Defaults to box.HEAVY_HEAD. + safe_box (Optional[bool], optional): Disable box characters that don't display on windows legacy terminal with *raster* fonts. Defaults to True. + padding (PaddingDimensions, optional): Padding for cells (top, right, bottom, left). Defaults to (0, 1). + collapse_padding (bool, optional): Enable collapsing of padding around cells. Defaults to False. + pad_edge (bool, optional): Enable padding of edge cells. Defaults to True. + expand (bool, optional): Expand the table to fit the available space if ``True``, otherwise the table width will be auto-calculated. Defaults to False. + show_header (bool, optional): Show a header row. Defaults to True. + show_footer (bool, optional): Show a footer row. Defaults to False. + show_edge (bool, optional): Draw a box around the outside of the table. Defaults to True. + show_lines (bool, optional): Draw lines between every row. Defaults to False. + leading (int, optional): Number of blank lines between rows (precludes ``show_lines``). Defaults to 0. + style (Union[str, Style], optional): Default style for the table. Defaults to "none". + row_styles (List[Union, str], optional): Optional list of row styles, if more than one style is given then the styles will alternate. Defaults to None. + header_style (Union[str, Style], optional): Style of the header. Defaults to "table.header". + footer_style (Union[str, Style], optional): Style of the footer. Defaults to "table.footer". + border_style (Union[str, Style], optional): Style of the border. Defaults to None. + title_style (Union[str, Style], optional): Style of the title. Defaults to None. + caption_style (Union[str, Style], optional): Style of the caption. Defaults to None. + title_justify (str, optional): Justify method for title. Defaults to "center". + caption_justify (str, optional): Justify method for caption. Defaults to "center". + highlight (bool, optional): Highlight cell contents (if str). Defaults to False. + """ + + columns: List[Column] + rows: List[Row] + + def __init__( + self, + *headers: Union[Column, str], + title: Optional[TextType] = None, + caption: Optional[TextType] = None, + width: Optional[int] = None, + min_width: Optional[int] = None, + box: Optional[box.Box] = box.HEAVY_HEAD, + safe_box: Optional[bool] = None, + padding: PaddingDimensions = (0, 1), + collapse_padding: bool = False, + pad_edge: bool = True, + expand: bool = False, + show_header: bool = True, + show_footer: bool = False, + show_edge: bool = True, + show_lines: bool = False, + leading: int = 0, + style: StyleType = "none", + row_styles: Optional[Iterable[StyleType]] = None, + header_style: Optional[StyleType] = "table.header", + footer_style: Optional[StyleType] = "table.footer", + border_style: Optional[StyleType] = None, + title_style: Optional[StyleType] = None, + caption_style: Optional[StyleType] = None, + title_justify: "JustifyMethod" = "center", + caption_justify: "JustifyMethod" = "center", + highlight: bool = False, + ) -> None: + self.columns: List[Column] = [] + self.rows: List[Row] = [] + self.title = title + self.caption = caption + self.width = width + self.min_width = min_width + self.box = box + self.safe_box = safe_box + self._padding = Padding.unpack(padding) + self.pad_edge = pad_edge + self._expand = expand + self.show_header = show_header + self.show_footer = show_footer + self.show_edge = show_edge + self.show_lines = show_lines + self.leading = leading + self.collapse_padding = collapse_padding + self.style = style + self.header_style = header_style or "" + self.footer_style = footer_style or "" + self.border_style = border_style + self.title_style = title_style + self.caption_style = caption_style + self.title_justify: "JustifyMethod" = title_justify + self.caption_justify: "JustifyMethod" = caption_justify + self.highlight = highlight + self.row_styles: Sequence[StyleType] = list(row_styles or []) + append_column = self.columns.append + for header in headers: + if isinstance(header, str): + self.add_column(header=header) + else: + header._index = len(self.columns) + append_column(header) + + @classmethod + def grid( + cls, + *headers: Union[Column, str], + padding: PaddingDimensions = 0, + collapse_padding: bool = True, + pad_edge: bool = False, + expand: bool = False, + ) -> "Table": + """Get a table with no lines, headers, or footer. + + Args: + *headers (Union[Column, str]): Column headers, either as a string, or :class:`~rich.table.Column` instance. + padding (PaddingDimensions, optional): Get padding around cells. Defaults to 0. + collapse_padding (bool, optional): Enable collapsing of padding around cells. Defaults to True. + pad_edge (bool, optional): Enable padding around edges of table. Defaults to False. + expand (bool, optional): Expand the table to fit the available space if ``True``, otherwise the table width will be auto-calculated. Defaults to False. + + Returns: + Table: A table instance. + """ + return cls( + *headers, + box=None, + padding=padding, + collapse_padding=collapse_padding, + show_header=False, + show_footer=False, + show_edge=False, + pad_edge=pad_edge, + expand=expand, + ) + + @property + def expand(self) -> bool: + """Setting a non-None self.width implies expand.""" + return self._expand or self.width is not None + + @expand.setter + def expand(self, expand: bool) -> None: + """Set expand.""" + self._expand = expand + + @property + def _extra_width(self) -> int: + """Get extra width to add to cell content.""" + width = 0 + if self.box and self.show_edge: + width += 2 + if self.box: + width += len(self.columns) - 1 + return width + + @property + def row_count(self) -> int: + """Get the current number of rows.""" + return len(self.rows) + + def get_row_style(self, console: "Console", index: int) -> StyleType: + """Get the current row style.""" + style = Style.null() + if self.row_styles: + style += console.get_style(self.row_styles[index % len(self.row_styles)]) + row_style = self.rows[index].style + if row_style is not None: + style += console.get_style(row_style) + return style + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> Measurement: + max_width = options.max_width + if self.width is not None: + max_width = self.width + if max_width < 0: + return Measurement(0, 0) + + extra_width = self._extra_width + max_width = sum( + self._calculate_column_widths( + console, options.update_width(max_width - extra_width) + ) + ) + _measure_column = self._measure_column + + measurements = [ + _measure_column(console, options.update_width(max_width), column) + for column in self.columns + ] + minimum_width = ( + sum(measurement.minimum for measurement in measurements) + extra_width + ) + maximum_width = ( + sum(measurement.maximum for measurement in measurements) + extra_width + if (self.width is None) + else self.width + ) + measurement = Measurement(minimum_width, maximum_width) + measurement = measurement.clamp(self.min_width) + return measurement + + @property + def padding(self) -> Tuple[int, int, int, int]: + """Get cell padding.""" + return self._padding + + @padding.setter + def padding(self, padding: PaddingDimensions) -> "Table": + """Set cell padding.""" + self._padding = Padding.unpack(padding) + return self + + def add_column( + self, + header: "RenderableType" = "", + footer: "RenderableType" = "", + *, + header_style: Optional[StyleType] = None, + highlight: Optional[bool] = None, + footer_style: Optional[StyleType] = None, + style: Optional[StyleType] = None, + justify: "JustifyMethod" = "left", + vertical: "VerticalAlignMethod" = "top", + overflow: "OverflowMethod" = "ellipsis", + width: Optional[int] = None, + min_width: Optional[int] = None, + max_width: Optional[int] = None, + ratio: Optional[int] = None, + no_wrap: bool = False, + ) -> None: + """Add a column to the table. + + Args: + header (RenderableType, optional): Text or renderable for the header. + Defaults to "". + footer (RenderableType, optional): Text or renderable for the footer. + Defaults to "". + header_style (Union[str, Style], optional): Style for the header, or None for default. Defaults to None. + highlight (bool, optional): Whether to highlight the text. The default of None uses the value of the table (self) object. + footer_style (Union[str, Style], optional): Style for the footer, or None for default. Defaults to None. + style (Union[str, Style], optional): Style for the column cells, or None for default. Defaults to None. + justify (JustifyMethod, optional): Alignment for cells. Defaults to "left". + vertical (VerticalAlignMethod, optional): Vertical alignment, one of "top", "middle", or "bottom". Defaults to "top". + overflow (OverflowMethod): Overflow method: "crop", "fold", "ellipsis". Defaults to "ellipsis". + width (int, optional): Desired width of column in characters, or None to fit to contents. Defaults to None. + min_width (Optional[int], optional): Minimum width of column, or ``None`` for no minimum. Defaults to None. + max_width (Optional[int], optional): Maximum width of column, or ``None`` for no maximum. Defaults to None. + ratio (int, optional): Flexible ratio for the column (requires ``Table.expand`` or ``Table.width``). Defaults to None. + no_wrap (bool, optional): Set to ``True`` to disable wrapping of this column. + """ + + column = Column( + _index=len(self.columns), + header=header, + footer=footer, + header_style=header_style or "", + highlight=highlight if highlight is not None else self.highlight, + footer_style=footer_style or "", + style=style or "", + justify=justify, + vertical=vertical, + overflow=overflow, + width=width, + min_width=min_width, + max_width=max_width, + ratio=ratio, + no_wrap=no_wrap, + ) + self.columns.append(column) + + def add_row( + self, + *renderables: Optional["RenderableType"], + style: Optional[StyleType] = None, + end_section: bool = False, + ) -> None: + """Add a row of renderables. + + Args: + *renderables (None or renderable): Each cell in a row must be a renderable object (including str), + or ``None`` for a blank cell. + style (StyleType, optional): An optional style to apply to the entire row. Defaults to None. + end_section (bool, optional): End a section and draw a line. Defaults to False. + + Raises: + errors.NotRenderableError: If you add something that can't be rendered. + """ + + def add_cell(column: Column, renderable: "RenderableType") -> None: + column._cells.append(renderable) + + cell_renderables: List[Optional["RenderableType"]] = list(renderables) + + columns = self.columns + if len(cell_renderables) < len(columns): + cell_renderables = [ + *cell_renderables, + *[None] * (len(columns) - len(cell_renderables)), + ] + for index, renderable in enumerate(cell_renderables): + if index == len(columns): + column = Column(_index=index, highlight=self.highlight) + for _ in self.rows: + add_cell(column, Text("")) + self.columns.append(column) + else: + column = columns[index] + if renderable is None: + add_cell(column, "") + elif is_renderable(renderable): + add_cell(column, renderable) + else: + raise errors.NotRenderableError( + f"unable to render {type(renderable).__name__}; a string or other renderable object is required" + ) + self.rows.append(Row(style=style, end_section=end_section)) + + def add_section(self) -> None: + """Add a new section (draw a line after current row).""" + + if self.rows: + self.rows[-1].end_section = True + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + if not self.columns: + yield Segment("\n") + return + + max_width = options.max_width + if self.width is not None: + max_width = self.width + + extra_width = self._extra_width + widths = self._calculate_column_widths( + console, options.update_width(max_width - extra_width) + ) + table_width = sum(widths) + extra_width + + render_options = options.update( + width=table_width, highlight=self.highlight, height=None + ) + + def render_annotation( + text: TextType, style: StyleType, justify: "JustifyMethod" = "center" + ) -> "RenderResult": + render_text = ( + console.render_str(text, style=style, highlight=False) + if isinstance(text, str) + else text + ) + return console.render( + render_text, options=render_options.update(justify=justify) + ) + + if self.title: + yield from render_annotation( + self.title, + style=Style.pick_first(self.title_style, "table.title"), + justify=self.title_justify, + ) + yield from self._render(console, render_options, widths) + if self.caption: + yield from render_annotation( + self.caption, + style=Style.pick_first(self.caption_style, "table.caption"), + justify=self.caption_justify, + ) + + def _calculate_column_widths( + self, console: "Console", options: "ConsoleOptions" + ) -> List[int]: + """Calculate the widths of each column, including padding, not including borders.""" + max_width = options.max_width + columns = self.columns + width_ranges = [ + self._measure_column(console, options, column) for column in columns + ] + widths = [_range.maximum or 1 for _range in width_ranges] + get_padding_width = self._get_padding_width + extra_width = self._extra_width + if self.expand: + ratios = [col.ratio or 0 for col in columns if col.flexible] + if any(ratios): + fixed_widths = [ + 0 if column.flexible else _range.maximum + for _range, column in zip(width_ranges, columns) + ] + flex_minimum = [ + (column.width or 1) + get_padding_width(column._index) + for column in columns + if column.flexible + ] + flexible_width = max_width - sum(fixed_widths) + flex_widths = ratio_distribute(flexible_width, ratios, flex_minimum) + iter_flex_widths = iter(flex_widths) + for index, column in enumerate(columns): + if column.flexible: + widths[index] = fixed_widths[index] + next(iter_flex_widths) + table_width = sum(widths) + + if table_width > max_width: + widths = self._collapse_widths( + widths, + [(column.width is None and not column.no_wrap) for column in columns], + max_width, + ) + table_width = sum(widths) + # last resort, reduce columns evenly + if table_width > max_width: + excess_width = table_width - max_width + widths = ratio_reduce(excess_width, [1] * len(widths), widths, widths) + table_width = sum(widths) + + width_ranges = [ + self._measure_column(console, options.update_width(width), column) + for width, column in zip(widths, columns) + ] + widths = [_range.maximum or 0 for _range in width_ranges] + + if (table_width < max_width and self.expand) or ( + self.min_width is not None and table_width < (self.min_width - extra_width) + ): + _max_width = ( + max_width + if self.min_width is None + else min(self.min_width - extra_width, max_width) + ) + pad_widths = ratio_distribute(_max_width - table_width, widths) + widths = [_width + pad for _width, pad in zip(widths, pad_widths)] + + return widths + + @classmethod + def _collapse_widths( + cls, widths: List[int], wrapable: List[bool], max_width: int + ) -> List[int]: + """Reduce widths so that the total is under max_width. + + Args: + widths (List[int]): List of widths. + wrapable (List[bool]): List of booleans that indicate if a column may shrink. + max_width (int): Maximum width to reduce to. + + Returns: + List[int]: A new list of widths. + """ + total_width = sum(widths) + excess_width = total_width - max_width + if any(wrapable): + while total_width and excess_width > 0: + max_column = max( + width for width, allow_wrap in zip(widths, wrapable) if allow_wrap + ) + second_max_column = max( + width if allow_wrap and width != max_column else 0 + for width, allow_wrap in zip(widths, wrapable) + ) + column_difference = max_column - second_max_column + ratios = [ + (1 if (width == max_column and allow_wrap) else 0) + for width, allow_wrap in zip(widths, wrapable) + ] + if not any(ratios) or not column_difference: + break + max_reduce = [min(excess_width, column_difference)] * len(widths) + widths = ratio_reduce(excess_width, ratios, max_reduce, widths) + + total_width = sum(widths) + excess_width = total_width - max_width + return widths + + def _get_cells( + self, console: "Console", column_index: int, column: Column + ) -> Iterable[_Cell]: + """Get all the cells with padding and optional header.""" + + collapse_padding = self.collapse_padding + pad_edge = self.pad_edge + padding = self.padding + any_padding = any(padding) + + first_column = column_index == 0 + last_column = column_index == len(self.columns) - 1 + + _padding_cache: Dict[Tuple[bool, bool], Tuple[int, int, int, int]] = {} + + def get_padding(first_row: bool, last_row: bool) -> Tuple[int, int, int, int]: + cached = _padding_cache.get((first_row, last_row)) + if cached: + return cached + top, right, bottom, left = padding + + if collapse_padding: + if not first_column: + left = max(0, left - right) + if not last_row: + bottom = max(0, top - bottom) + + if not pad_edge: + if first_column: + left = 0 + if last_column: + right = 0 + if first_row: + top = 0 + if last_row: + bottom = 0 + _padding = (top, right, bottom, left) + _padding_cache[(first_row, last_row)] = _padding + return _padding + + raw_cells: List[Tuple[StyleType, "RenderableType"]] = [] + _append = raw_cells.append + get_style = console.get_style + if self.show_header: + header_style = get_style(self.header_style or "") + get_style( + column.header_style + ) + _append((header_style, column.header)) + cell_style = get_style(column.style or "") + for cell in column.cells: + _append((cell_style, cell)) + if self.show_footer: + footer_style = get_style(self.footer_style or "") + get_style( + column.footer_style + ) + _append((footer_style, column.footer)) + + if any_padding: + _Padding = Padding + for first, last, (style, renderable) in loop_first_last(raw_cells): + yield _Cell( + style, + _Padding(renderable, get_padding(first, last)), + getattr(renderable, "vertical", None) or column.vertical, + ) + else: + for style, renderable in raw_cells: + yield _Cell( + style, + renderable, + getattr(renderable, "vertical", None) or column.vertical, + ) + + def _get_padding_width(self, column_index: int) -> int: + """Get extra width from padding.""" + _, pad_right, _, pad_left = self.padding + if self.collapse_padding: + if column_index > 0: + pad_left = max(0, pad_left - pad_right) + return pad_left + pad_right + + def _measure_column( + self, + console: "Console", + options: "ConsoleOptions", + column: Column, + ) -> Measurement: + """Get the minimum and maximum width of the column.""" + + max_width = options.max_width + if max_width < 1: + return Measurement(0, 0) + + padding_width = self._get_padding_width(column._index) + + if column.width is not None: + # Fixed width column + return Measurement( + column.width + padding_width, column.width + padding_width + ).with_maximum(max_width) + # Flexible column, we need to measure contents + min_widths: List[int] = [] + max_widths: List[int] = [] + append_min = min_widths.append + append_max = max_widths.append + get_render_width = Measurement.get + for cell in self._get_cells(console, column._index, column): + _min, _max = get_render_width(console, options, cell.renderable) + append_min(_min) + append_max(_max) + + measurement = Measurement( + max(min_widths) if min_widths else 1, + max(max_widths) if max_widths else max_width, + ).with_maximum(max_width) + measurement = measurement.clamp( + None if column.min_width is None else column.min_width + padding_width, + None if column.max_width is None else column.max_width + padding_width, + ) + return measurement + + def _render( + self, console: "Console", options: "ConsoleOptions", widths: List[int] + ) -> "RenderResult": + table_style = console.get_style(self.style or "") + + border_style = table_style + console.get_style(self.border_style or "") + _column_cells = ( + self._get_cells(console, column_index, column) + for column_index, column in enumerate(self.columns) + ) + row_cells: List[Tuple[_Cell, ...]] = list(zip(*_column_cells)) + _box = ( + self.box.substitute( + options, safe=pick_bool(self.safe_box, console.safe_box) + ) + if self.box + else None + ) + _box = _box.get_plain_headed_box() if _box and not self.show_header else _box + + new_line = Segment.line() + + columns = self.columns + show_header = self.show_header + show_footer = self.show_footer + show_edge = self.show_edge + show_lines = self.show_lines + leading = self.leading + + _Segment = Segment + if _box: + box_segments = [ + ( + _Segment(_box.head_left, border_style), + _Segment(_box.head_right, border_style), + _Segment(_box.head_vertical, border_style), + ), + ( + _Segment(_box.mid_left, border_style), + _Segment(_box.mid_right, border_style), + _Segment(_box.mid_vertical, border_style), + ), + ( + _Segment(_box.foot_left, border_style), + _Segment(_box.foot_right, border_style), + _Segment(_box.foot_vertical, border_style), + ), + ] + if show_edge: + yield _Segment(_box.get_top(widths), border_style) + yield new_line + else: + box_segments = [] + + get_row_style = self.get_row_style + get_style = console.get_style + + for index, (first, last, row_cell) in enumerate(loop_first_last(row_cells)): + header_row = first and show_header + footer_row = last and show_footer + row = ( + self.rows[index - show_header] + if (not header_row and not footer_row) + else None + ) + max_height = 1 + cells: List[List[List[Segment]]] = [] + if header_row or footer_row: + row_style = Style.null() + else: + row_style = get_style( + get_row_style(console, index - 1 if show_header else index) + ) + for width, cell, column in zip(widths, row_cell, columns): + render_options = options.update( + width=width, + justify=column.justify, + no_wrap=column.no_wrap, + overflow=column.overflow, + height=None, + highlight=column.highlight, + ) + lines = console.render_lines( + cell.renderable, + render_options, + style=get_style(cell.style) + row_style, + ) + max_height = max(max_height, len(lines)) + cells.append(lines) + + row_height = max(len(cell) for cell in cells) + + def align_cell( + cell: List[List[Segment]], + vertical: "VerticalAlignMethod", + width: int, + style: Style, + ) -> List[List[Segment]]: + if header_row: + vertical = "bottom" + elif footer_row: + vertical = "top" + + if vertical == "top": + return _Segment.align_top(cell, width, row_height, style) + elif vertical == "middle": + return _Segment.align_middle(cell, width, row_height, style) + return _Segment.align_bottom(cell, width, row_height, style) + + cells[:] = [ + _Segment.set_shape( + align_cell( + cell, + _cell.vertical, + width, + get_style(_cell.style) + row_style, + ), + width, + max_height, + ) + for width, _cell, cell, column in zip(widths, row_cell, cells, columns) + ] + + if _box: + if last and show_footer: + yield _Segment( + _box.get_row(widths, "foot", edge=show_edge), border_style + ) + yield new_line + left, right, _divider = box_segments[0 if first else (2 if last else 1)] + + # If the column divider is whitespace also style it with the row background + divider = ( + _divider + if _divider.text.strip() + else _Segment( + _divider.text, row_style.background_style + _divider.style + ) + ) + for line_no in range(max_height): + if show_edge: + yield left + for last_cell, rendered_cell in loop_last(cells): + yield from rendered_cell[line_no] + if not last_cell: + yield divider + if show_edge: + yield right + yield new_line + else: + for line_no in range(max_height): + for rendered_cell in cells: + yield from rendered_cell[line_no] + yield new_line + if _box and first and show_header: + yield _Segment( + _box.get_row(widths, "head", edge=show_edge), border_style + ) + yield new_line + end_section = row and row.end_section + if _box and (show_lines or leading or end_section): + if ( + not last + and not (show_footer and index >= len(row_cells) - 2) + and not (show_header and header_row) + ): + if leading: + yield _Segment( + _box.get_row(widths, "mid", edge=show_edge) * leading, + border_style, + ) + else: + yield _Segment( + _box.get_row(widths, "row", edge=show_edge), border_style + ) + yield new_line + + if _box and show_edge: + yield _Segment(_box.get_bottom(widths), border_style) + yield new_line + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.console import Console + from pip._vendor.rich.highlighter import ReprHighlighter + from pip._vendor.rich.table import Table as Table + + from ._timer import timer + + with timer("Table render"): + table = Table( + title="Star Wars Movies", + caption="Rich example table", + caption_justify="right", + ) + + table.add_column( + "Released", header_style="bright_cyan", style="cyan", no_wrap=True + ) + table.add_column("Title", style="magenta") + table.add_column("Box Office", justify="right", style="green") + + table.add_row( + "Dec 20, 2019", + "Star Wars: The Rise of Skywalker", + "$952,110,690", + ) + table.add_row("May 25, 2018", "Solo: A Star Wars Story", "$393,151,347") + table.add_row( + "Dec 15, 2017", + "Star Wars Ep. V111: The Last Jedi", + "$1,332,539,889", + style="on black", + end_section=True, + ) + table.add_row( + "Dec 16, 2016", + "Rogue One: A Star Wars Story", + "$1,332,439,889", + ) + + def header(text: str) -> None: + console.print() + console.rule(highlight(text)) + console.print() + + console = Console() + highlight = ReprHighlighter() + header("Example Table") + console.print(table, justify="center") + + table.expand = True + header("expand=True") + console.print(table) + + table.width = 50 + header("width=50") + + console.print(table, justify="center") + + table.width = None + table.expand = False + table.row_styles = ["dim", "none"] + header("row_styles=['dim', 'none']") + + console.print(table, justify="center") + + table.width = None + table.expand = False + table.row_styles = ["dim", "none"] + table.leading = 1 + header("leading=1, row_styles=['dim', 'none']") + console.print(table, justify="center") + + table.width = None + table.expand = False + table.row_styles = ["dim", "none"] + table.show_lines = True + table.leading = 0 + header("show_lines=True, row_styles=['dim', 'none']") + console.print(table, justify="center") diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/terminal_theme.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/terminal_theme.py new file mode 100644 index 0000000..565e9d9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/terminal_theme.py @@ -0,0 +1,153 @@ +from typing import List, Optional, Tuple + +from .color_triplet import ColorTriplet +from .palette import Palette + +_ColorTuple = Tuple[int, int, int] + + +class TerminalTheme: + """A color theme used when exporting console content. + + Args: + background (Tuple[int, int, int]): The background color. + foreground (Tuple[int, int, int]): The foreground (text) color. + normal (List[Tuple[int, int, int]]): A list of 8 normal intensity colors. + bright (List[Tuple[int, int, int]], optional): A list of 8 bright colors, or None + to repeat normal intensity. Defaults to None. + """ + + def __init__( + self, + background: _ColorTuple, + foreground: _ColorTuple, + normal: List[_ColorTuple], + bright: Optional[List[_ColorTuple]] = None, + ) -> None: + self.background_color = ColorTriplet(*background) + self.foreground_color = ColorTriplet(*foreground) + self.ansi_colors = Palette(normal + (bright or normal)) + + +DEFAULT_TERMINAL_THEME = TerminalTheme( + (255, 255, 255), + (0, 0, 0), + [ + (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), + ], +) + +MONOKAI = TerminalTheme( + (12, 12, 12), + (217, 217, 217), + [ + (26, 26, 26), + (244, 0, 95), + (152, 224, 36), + (253, 151, 31), + (157, 101, 255), + (244, 0, 95), + (88, 209, 235), + (196, 197, 181), + (98, 94, 76), + ], + [ + (244, 0, 95), + (152, 224, 36), + (224, 213, 97), + (157, 101, 255), + (244, 0, 95), + (88, 209, 235), + (246, 246, 239), + ], +) +DIMMED_MONOKAI = TerminalTheme( + (25, 25, 25), + (185, 188, 186), + [ + (58, 61, 67), + (190, 63, 72), + (135, 154, 59), + (197, 166, 53), + (79, 118, 161), + (133, 92, 141), + (87, 143, 164), + (185, 188, 186), + (136, 137, 135), + ], + [ + (251, 0, 31), + (15, 114, 47), + (196, 112, 51), + (24, 109, 227), + (251, 0, 103), + (46, 112, 109), + (253, 255, 185), + ], +) +NIGHT_OWLISH = TerminalTheme( + (255, 255, 255), + (64, 63, 83), + [ + (1, 22, 39), + (211, 66, 62), + (42, 162, 152), + (218, 170, 1), + (72, 118, 214), + (64, 63, 83), + (8, 145, 106), + (122, 129, 129), + (122, 129, 129), + ], + [ + (247, 110, 110), + (73, 208, 197), + (218, 194, 107), + (92, 167, 228), + (105, 112, 152), + (0, 201, 144), + (152, 159, 177), + ], +) + +SVG_EXPORT_THEME = TerminalTheme( + (41, 41, 41), + (197, 200, 198), + [ + (75, 78, 85), + (204, 85, 90), + (152, 168, 75), + (208, 179, 68), + (96, 138, 177), + (152, 114, 159), + (104, 160, 179), + (197, 200, 198), + (154, 155, 153), + ], + [ + (255, 38, 39), + (0, 130, 61), + (208, 132, 66), + (25, 132, 233), + (255, 44, 122), + (57, 130, 128), + (253, 253, 197), + ], +) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/text.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/text.py new file mode 100644 index 0000000..5a0c6b1 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/text.py @@ -0,0 +1,1361 @@ +import re +from functools import partial, reduce +from math import gcd +from operator import itemgetter +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Iterable, + List, + NamedTuple, + Optional, + Pattern, + Tuple, + Union, +) + +from ._loop import loop_last +from ._pick import pick_bool +from ._wrap import divide_line +from .align import AlignMethod +from .cells import cell_len, set_cell_size +from .containers import Lines +from .control import strip_control_codes +from .emoji import EmojiVariant +from .jupyter import JupyterMixin +from .measure import Measurement +from .segment import Segment +from .style import Style, StyleType + +if TYPE_CHECKING: # pragma: no cover + from .console import Console, ConsoleOptions, JustifyMethod, OverflowMethod + +DEFAULT_JUSTIFY: "JustifyMethod" = "default" +DEFAULT_OVERFLOW: "OverflowMethod" = "fold" + + +_re_whitespace = re.compile(r"\s+$") + +TextType = Union[str, "Text"] +"""A plain string or a :class:`Text` instance.""" + +GetStyleCallable = Callable[[str], Optional[StyleType]] + + +class Span(NamedTuple): + """A marked up region in some text.""" + + start: int + """Span start index.""" + end: int + """Span end index.""" + style: Union[str, Style] + """Style associated with the span.""" + + def __repr__(self) -> str: + return f"Span({self.start}, {self.end}, {self.style!r})" + + def __bool__(self) -> bool: + return self.end > self.start + + def split(self, offset: int) -> Tuple["Span", Optional["Span"]]: + """Split a span in to 2 from a given offset.""" + + if offset < self.start: + return self, None + if offset >= self.end: + return self, None + + start, end, style = self + span1 = Span(start, min(end, offset), style) + span2 = Span(span1.end, end, style) + return span1, span2 + + def move(self, offset: int) -> "Span": + """Move start and end by a given offset. + + Args: + offset (int): Number of characters to add to start and end. + + Returns: + TextSpan: A new TextSpan with adjusted position. + """ + start, end, style = self + return Span(start + offset, end + offset, style) + + def right_crop(self, offset: int) -> "Span": + """Crop the span at the given offset. + + Args: + offset (int): A value between start and end. + + Returns: + Span: A new (possibly smaller) span. + """ + start, end, style = self + if offset >= end: + return self + return Span(start, min(offset, end), style) + + def extend(self, cells: int) -> "Span": + """Extend the span by the given number of cells. + + Args: + cells (int): Additional space to add to end of span. + + Returns: + Span: A span. + """ + if cells: + start, end, style = self + return Span(start, end + cells, style) + else: + return self + + +class Text(JupyterMixin): + """Text with color / style. + + Args: + text (str, optional): Default unstyled text. Defaults to "". + style (Union[str, Style], optional): Base style for text. Defaults to "". + justify (str, optional): Justify method: "left", "center", "full", "right". Defaults to None. + overflow (str, optional): Overflow method: "crop", "fold", "ellipsis". Defaults to None. + no_wrap (bool, optional): Disable text wrapping, or None for default. Defaults to None. + end (str, optional): Character to end text with. Defaults to "\\\\n". + tab_size (int): Number of spaces per tab, or ``None`` to use ``console.tab_size``. Defaults to None. + spans (List[Span], optional). A list of predefined style spans. Defaults to None. + """ + + __slots__ = [ + "_text", + "style", + "justify", + "overflow", + "no_wrap", + "end", + "tab_size", + "_spans", + "_length", + ] + + def __init__( + self, + text: str = "", + style: Union[str, Style] = "", + *, + justify: Optional["JustifyMethod"] = None, + overflow: Optional["OverflowMethod"] = None, + no_wrap: Optional[bool] = None, + end: str = "\n", + tab_size: Optional[int] = None, + spans: Optional[List[Span]] = None, + ) -> None: + sanitized_text = strip_control_codes(text) + self._text = [sanitized_text] + self.style = style + self.justify: Optional["JustifyMethod"] = justify + self.overflow: Optional["OverflowMethod"] = overflow + self.no_wrap = no_wrap + self.end = end + self.tab_size = tab_size + self._spans: List[Span] = spans or [] + self._length: int = len(sanitized_text) + + def __len__(self) -> int: + return self._length + + def __bool__(self) -> bool: + return bool(self._length) + + def __str__(self) -> str: + return self.plain + + def __repr__(self) -> str: + return f"" + + def __add__(self, other: Any) -> "Text": + if isinstance(other, (str, Text)): + result = self.copy() + result.append(other) + return result + return NotImplemented + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Text): + return NotImplemented + return self.plain == other.plain and self._spans == other._spans + + def __contains__(self, other: object) -> bool: + if isinstance(other, str): + return other in self.plain + elif isinstance(other, Text): + return other.plain in self.plain + return False + + def __getitem__(self, slice: Union[int, slice]) -> "Text": + def get_text_at(offset: int) -> "Text": + _Span = Span + text = Text( + self.plain[offset], + spans=[ + _Span(0, 1, style) + for start, end, style in self._spans + if end > offset >= start + ], + end="", + ) + return text + + if isinstance(slice, int): + return get_text_at(slice) + else: + start, stop, step = slice.indices(len(self.plain)) + if step == 1: + lines = self.divide([start, stop]) + return lines[1] + else: + # This would be a bit of work to implement efficiently + # For now, its not required + raise TypeError("slices with step!=1 are not supported") + + @property + def cell_len(self) -> int: + """Get the number of cells required to render this text.""" + return cell_len(self.plain) + + @property + def markup(self) -> str: + """Get console markup to render this Text. + + Returns: + str: A string potentially creating markup tags. + """ + from .markup import escape + + output: List[str] = [] + + plain = self.plain + markup_spans = [ + (0, False, self.style), + *((span.start, False, span.style) for span in self._spans), + *((span.end, True, span.style) for span in self._spans), + (len(plain), True, self.style), + ] + markup_spans.sort(key=itemgetter(0, 1)) + position = 0 + append = output.append + for offset, closing, style in markup_spans: + if offset > position: + append(escape(plain[position:offset])) + position = offset + if style: + append(f"[/{style}]" if closing else f"[{style}]") + markup = "".join(output) + return markup + + @classmethod + def from_markup( + cls, + text: str, + *, + style: Union[str, Style] = "", + emoji: bool = True, + emoji_variant: Optional[EmojiVariant] = None, + justify: Optional["JustifyMethod"] = None, + overflow: Optional["OverflowMethod"] = None, + end: str = "\n", + ) -> "Text": + """Create Text instance from markup. + + Args: + text (str): A string containing console markup. + style (Union[str, Style], optional): Base style for text. Defaults to "". + emoji (bool, optional): Also render emoji code. Defaults to True. + emoji_variant (str, optional): Optional emoji variant, either "text" or "emoji". Defaults to None. + justify (str, optional): Justify method: "left", "center", "full", "right". Defaults to None. + overflow (str, optional): Overflow method: "crop", "fold", "ellipsis". Defaults to None. + end (str, optional): Character to end text with. Defaults to "\\\\n". + + Returns: + Text: A Text instance with markup rendered. + """ + from .markup import render + + rendered_text = render(text, style, emoji=emoji, emoji_variant=emoji_variant) + rendered_text.justify = justify + rendered_text.overflow = overflow + rendered_text.end = end + return rendered_text + + @classmethod + def from_ansi( + cls, + text: str, + *, + style: Union[str, Style] = "", + justify: Optional["JustifyMethod"] = None, + overflow: Optional["OverflowMethod"] = None, + no_wrap: Optional[bool] = None, + end: str = "\n", + tab_size: Optional[int] = 8, + ) -> "Text": + """Create a Text object from a string containing ANSI escape codes. + + Args: + text (str): A string containing escape codes. + style (Union[str, Style], optional): Base style for text. Defaults to "". + justify (str, optional): Justify method: "left", "center", "full", "right". Defaults to None. + overflow (str, optional): Overflow method: "crop", "fold", "ellipsis". Defaults to None. + no_wrap (bool, optional): Disable text wrapping, or None for default. Defaults to None. + end (str, optional): Character to end text with. Defaults to "\\\\n". + tab_size (int): Number of spaces per tab, or ``None`` to use ``console.tab_size``. Defaults to None. + """ + from .ansi import AnsiDecoder + + joiner = Text( + "\n", + justify=justify, + overflow=overflow, + no_wrap=no_wrap, + end=end, + tab_size=tab_size, + style=style, + ) + decoder = AnsiDecoder() + result = joiner.join(line for line in decoder.decode(text)) + return result + + @classmethod + def styled( + cls, + text: str, + style: StyleType = "", + *, + justify: Optional["JustifyMethod"] = None, + overflow: Optional["OverflowMethod"] = None, + ) -> "Text": + """Construct a Text instance with a pre-applied styled. A style applied in this way won't be used + to pad the text when it is justified. + + Args: + text (str): A string containing console markup. + style (Union[str, Style]): Style to apply to the text. Defaults to "". + justify (str, optional): Justify method: "left", "center", "full", "right". Defaults to None. + overflow (str, optional): Overflow method: "crop", "fold", "ellipsis". Defaults to None. + + Returns: + Text: A text instance with a style applied to the entire string. + """ + styled_text = cls(text, justify=justify, overflow=overflow) + styled_text.stylize(style) + return styled_text + + @classmethod + def assemble( + cls, + *parts: Union[str, "Text", Tuple[str, StyleType]], + style: Union[str, Style] = "", + justify: Optional["JustifyMethod"] = None, + overflow: Optional["OverflowMethod"] = None, + no_wrap: Optional[bool] = None, + end: str = "\n", + tab_size: int = 8, + meta: Optional[Dict[str, Any]] = None, + ) -> "Text": + """Construct a text instance by combining a sequence of strings with optional styles. + The positional arguments should be either strings, or a tuple of string + style. + + Args: + style (Union[str, Style], optional): Base style for text. Defaults to "". + justify (str, optional): Justify method: "left", "center", "full", "right". Defaults to None. + overflow (str, optional): Overflow method: "crop", "fold", "ellipsis". Defaults to None. + no_wrap (bool, optional): Disable text wrapping, or None for default. Defaults to None. + end (str, optional): Character to end text with. Defaults to "\\\\n". + tab_size (int): Number of spaces per tab, or ``None`` to use ``console.tab_size``. Defaults to None. + meta (Dict[str, Any], optional). Meta data to apply to text, or None for no meta data. Default to None + + Returns: + Text: A new text instance. + """ + text = cls( + style=style, + justify=justify, + overflow=overflow, + no_wrap=no_wrap, + end=end, + tab_size=tab_size, + ) + append = text.append + _Text = Text + for part in parts: + if isinstance(part, (_Text, str)): + append(part) + else: + append(*part) + if meta: + text.apply_meta(meta) + return text + + @property + def plain(self) -> str: + """Get the text as a single string.""" + if len(self._text) != 1: + self._text[:] = ["".join(self._text)] + return self._text[0] + + @plain.setter + def plain(self, new_text: str) -> None: + """Set the text to a new value.""" + if new_text != self.plain: + sanitized_text = strip_control_codes(new_text) + self._text[:] = [sanitized_text] + old_length = self._length + self._length = len(sanitized_text) + if old_length > self._length: + self._trim_spans() + + @property + def spans(self) -> List[Span]: + """Get a reference to the internal list of spans.""" + return self._spans + + @spans.setter + def spans(self, spans: List[Span]) -> None: + """Set spans.""" + self._spans = spans[:] + + def blank_copy(self, plain: str = "") -> "Text": + """Return a new Text instance with copied metadata (but not the string or spans).""" + copy_self = Text( + plain, + style=self.style, + justify=self.justify, + overflow=self.overflow, + no_wrap=self.no_wrap, + end=self.end, + tab_size=self.tab_size, + ) + return copy_self + + def copy(self) -> "Text": + """Return a copy of this instance.""" + copy_self = Text( + self.plain, + style=self.style, + justify=self.justify, + overflow=self.overflow, + no_wrap=self.no_wrap, + end=self.end, + tab_size=self.tab_size, + ) + copy_self._spans[:] = self._spans + return copy_self + + def stylize( + self, + style: Union[str, Style], + start: int = 0, + end: Optional[int] = None, + ) -> None: + """Apply a style to the text, or a portion of the text. + + Args: + style (Union[str, Style]): Style instance or style definition to apply. + start (int): Start offset (negative indexing is supported). Defaults to 0. + end (Optional[int], optional): End offset (negative indexing is supported), or None for end of text. Defaults to None. + """ + if style: + length = len(self) + if start < 0: + start = length + start + if end is None: + end = length + if end < 0: + end = length + end + if start >= length or end <= start: + # Span not in text or not valid + return + self._spans.append(Span(start, min(length, end), style)) + + def stylize_before( + self, + style: Union[str, Style], + start: int = 0, + end: Optional[int] = None, + ) -> None: + """Apply a style to the text, or a portion of the text. Styles will be applied before other styles already present. + + Args: + style (Union[str, Style]): Style instance or style definition to apply. + start (int): Start offset (negative indexing is supported). Defaults to 0. + end (Optional[int], optional): End offset (negative indexing is supported), or None for end of text. Defaults to None. + """ + if style: + length = len(self) + if start < 0: + start = length + start + if end is None: + end = length + if end < 0: + end = length + end + if start >= length or end <= start: + # Span not in text or not valid + return + self._spans.insert(0, Span(start, min(length, end), style)) + + def apply_meta( + self, meta: Dict[str, Any], start: int = 0, end: Optional[int] = None + ) -> None: + """Apply metadata to the text, or a portion of the text. + + Args: + meta (Dict[str, Any]): A dict of meta information. + start (int): Start offset (negative indexing is supported). Defaults to 0. + end (Optional[int], optional): End offset (negative indexing is supported), or None for end of text. Defaults to None. + + """ + style = Style.from_meta(meta) + self.stylize(style, start=start, end=end) + + def on(self, meta: Optional[Dict[str, Any]] = None, **handlers: Any) -> "Text": + """Apply event handlers (used by Textual project). + + Example: + >>> from rich.text import Text + >>> text = Text("hello world") + >>> text.on(click="view.toggle('world')") + + Args: + meta (Dict[str, Any]): Mapping of meta information. + **handlers: Keyword args are prefixed with "@" to defined handlers. + + Returns: + Text: Self is returned to method may be chained. + """ + meta = {} if meta is None else meta + meta.update({f"@{key}": value for key, value in handlers.items()}) + self.stylize(Style.from_meta(meta)) + return self + + def remove_suffix(self, suffix: str) -> None: + """Remove a suffix if it exists. + + Args: + suffix (str): Suffix to remove. + """ + if self.plain.endswith(suffix): + self.right_crop(len(suffix)) + + def get_style_at_offset(self, console: "Console", offset: int) -> Style: + """Get the style of a character at give offset. + + Args: + console (~Console): Console where text will be rendered. + offset (int): Offset in to text (negative indexing supported) + + Returns: + Style: A Style instance. + """ + # TODO: This is a little inefficient, it is only used by full justify + if offset < 0: + offset = len(self) + offset + get_style = console.get_style + style = get_style(self.style).copy() + for start, end, span_style in self._spans: + if end > offset >= start: + style += get_style(span_style, default="") + return style + + def extend_style(self, spaces: int) -> None: + """Extend the Text given number of spaces where the spaces have the same style as the last character. + + Args: + spaces (int): Number of spaces to add to the Text. + """ + if spaces <= 0: + return + spans = self.spans + new_spaces = " " * spaces + if spans: + end_offset = len(self) + self._spans[:] = [ + span.extend(spaces) if span.end >= end_offset else span + for span in spans + ] + self._text.append(new_spaces) + self._length += spaces + else: + self.plain += new_spaces + + def highlight_regex( + self, + re_highlight: Union[Pattern[str], str], + style: Optional[Union[GetStyleCallable, StyleType]] = None, + *, + style_prefix: str = "", + ) -> int: + """Highlight text with a regular expression, where group names are + translated to styles. + + Args: + re_highlight (Union[re.Pattern, str]): A regular expression object or string. + style (Union[GetStyleCallable, StyleType]): Optional style to apply to whole match, or a callable + which accepts the matched text and returns a style. Defaults to None. + style_prefix (str, optional): Optional prefix to add to style group names. + + Returns: + int: Number of regex matches + """ + count = 0 + append_span = self._spans.append + _Span = Span + plain = self.plain + if isinstance(re_highlight, str): + re_highlight = re.compile(re_highlight) + for match in re_highlight.finditer(plain): + get_span = match.span + if style: + start, end = get_span() + match_style = style(plain[start:end]) if callable(style) else style + if match_style is not None and end > start: + append_span(_Span(start, end, match_style)) + + count += 1 + for name in match.groupdict().keys(): + start, end = get_span(name) + if start != -1 and end > start: + append_span(_Span(start, end, f"{style_prefix}{name}")) + return count + + def highlight_words( + self, + words: Iterable[str], + style: Union[str, Style], + *, + case_sensitive: bool = True, + ) -> int: + """Highlight words with a style. + + Args: + words (Iterable[str]): Words to highlight. + style (Union[str, Style]): Style to apply. + case_sensitive (bool, optional): Enable case sensitive matching. Defaults to True. + + Returns: + int: Number of words highlighted. + """ + re_words = "|".join(re.escape(word) for word in words) + add_span = self._spans.append + count = 0 + _Span = Span + for match in re.finditer( + re_words, self.plain, flags=0 if case_sensitive else re.IGNORECASE + ): + start, end = match.span(0) + add_span(_Span(start, end, style)) + count += 1 + return count + + def rstrip(self) -> None: + """Strip whitespace from end of text.""" + self.plain = self.plain.rstrip() + + def rstrip_end(self, size: int) -> None: + """Remove whitespace beyond a certain width at the end of the text. + + Args: + size (int): The desired size of the text. + """ + text_length = len(self) + if text_length > size: + excess = text_length - size + whitespace_match = _re_whitespace.search(self.plain) + if whitespace_match is not None: + whitespace_count = len(whitespace_match.group(0)) + self.right_crop(min(whitespace_count, excess)) + + def set_length(self, new_length: int) -> None: + """Set new length of the text, clipping or padding is required.""" + length = len(self) + if length != new_length: + if length < new_length: + self.pad_right(new_length - length) + else: + self.right_crop(length - new_length) + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> Iterable[Segment]: + tab_size: int = console.tab_size if self.tab_size is None else self.tab_size + justify = self.justify or options.justify or DEFAULT_JUSTIFY + + overflow = self.overflow or options.overflow or DEFAULT_OVERFLOW + + lines = self.wrap( + console, + options.max_width, + justify=justify, + overflow=overflow, + tab_size=tab_size or 8, + no_wrap=pick_bool(self.no_wrap, options.no_wrap, False), + ) + all_lines = Text("\n").join(lines) + yield from all_lines.render(console, end=self.end) + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> Measurement: + text = self.plain + lines = text.splitlines() + max_text_width = max(cell_len(line) for line in lines) if lines else 0 + words = text.split() + min_text_width = ( + max(cell_len(word) for word in words) if words else max_text_width + ) + return Measurement(min_text_width, max_text_width) + + def render(self, console: "Console", end: str = "") -> Iterable["Segment"]: + """Render the text as Segments. + + Args: + console (Console): Console instance. + end (Optional[str], optional): Optional end character. + + Returns: + Iterable[Segment]: Result of render that may be written to the console. + """ + _Segment = Segment + text = self.plain + if not self._spans: + yield Segment(text) + if end: + yield _Segment(end) + return + get_style = partial(console.get_style, default=Style.null()) + + enumerated_spans = list(enumerate(self._spans, 1)) + style_map = {index: get_style(span.style) for index, span in enumerated_spans} + style_map[0] = get_style(self.style) + + spans = [ + (0, False, 0), + *((span.start, False, index) for index, span in enumerated_spans), + *((span.end, True, index) for index, span in enumerated_spans), + (len(text), True, 0), + ] + spans.sort(key=itemgetter(0, 1)) + + stack: List[int] = [] + stack_append = stack.append + stack_pop = stack.remove + + style_cache: Dict[Tuple[Style, ...], Style] = {} + style_cache_get = style_cache.get + combine = Style.combine + + def get_current_style() -> Style: + """Construct current style from stack.""" + styles = tuple(style_map[_style_id] for _style_id in sorted(stack)) + cached_style = style_cache_get(styles) + if cached_style is not None: + return cached_style + current_style = combine(styles) + style_cache[styles] = current_style + return current_style + + for (offset, leaving, style_id), (next_offset, _, _) in zip(spans, spans[1:]): + if leaving: + stack_pop(style_id) + else: + stack_append(style_id) + if next_offset > offset: + yield _Segment(text[offset:next_offset], get_current_style()) + if end: + yield _Segment(end) + + def join(self, lines: Iterable["Text"]) -> "Text": + """Join text together with this instance as the separator. + + Args: + lines (Iterable[Text]): An iterable of Text instances to join. + + Returns: + Text: A new text instance containing join text. + """ + + new_text = self.blank_copy() + + def iter_text() -> Iterable["Text"]: + if self.plain: + for last, line in loop_last(lines): + yield line + if not last: + yield self + else: + yield from lines + + extend_text = new_text._text.extend + append_span = new_text._spans.append + extend_spans = new_text._spans.extend + offset = 0 + _Span = Span + + for text in iter_text(): + extend_text(text._text) + if text.style: + append_span(_Span(offset, offset + len(text), text.style)) + extend_spans( + _Span(offset + start, offset + end, style) + for start, end, style in text._spans + ) + offset += len(text) + new_text._length = offset + return new_text + + def expand_tabs(self, tab_size: Optional[int] = None) -> None: + """Converts tabs to spaces. + + Args: + tab_size (int, optional): Size of tabs. Defaults to 8. + + """ + if "\t" not in self.plain: + return + if tab_size is None: + tab_size = self.tab_size + if tab_size is None: + tab_size = 8 + + new_text: List[Text] = [] + append = new_text.append + + for line in self.split("\n", include_separator=True): + if "\t" not in line.plain: + append(line) + else: + cell_position = 0 + parts = line.split("\t", include_separator=True) + for part in parts: + if part.plain.endswith("\t"): + part._text[-1] = part._text[-1][:-1] + " " + cell_position += part.cell_len + tab_remainder = cell_position % tab_size + if tab_remainder: + spaces = tab_size - tab_remainder + part.extend_style(spaces) + cell_position += spaces + else: + cell_position += part.cell_len + append(part) + + result = Text("").join(new_text) + + self._text = [result.plain] + self._length = len(self.plain) + self._spans[:] = result._spans + + def truncate( + self, + max_width: int, + *, + overflow: Optional["OverflowMethod"] = None, + pad: bool = False, + ) -> None: + """Truncate text if it is longer that a given width. + + Args: + max_width (int): Maximum number of characters in text. + overflow (str, optional): Overflow method: "crop", "fold", or "ellipsis". Defaults to None, to use self.overflow. + pad (bool, optional): Pad with spaces if the length is less than max_width. Defaults to False. + """ + _overflow = overflow or self.overflow or DEFAULT_OVERFLOW + if _overflow != "ignore": + length = cell_len(self.plain) + if length > max_width: + if _overflow == "ellipsis": + self.plain = set_cell_size(self.plain, max_width - 1) + "…" + else: + self.plain = set_cell_size(self.plain, max_width) + if pad and length < max_width: + spaces = max_width - length + self._text = [f"{self.plain}{' ' * spaces}"] + self._length = len(self.plain) + + def _trim_spans(self) -> None: + """Remove or modify any spans that are over the end of the text.""" + max_offset = len(self.plain) + _Span = Span + self._spans[:] = [ + ( + span + if span.end < max_offset + else _Span(span.start, min(max_offset, span.end), span.style) + ) + for span in self._spans + if span.start < max_offset + ] + + def pad(self, count: int, character: str = " ") -> None: + """Pad left and right with a given number of characters. + + Args: + count (int): Width of padding. + character (str): The character to pad with. Must be a string of length 1. + """ + assert len(character) == 1, "Character must be a string of length 1" + if count: + pad_characters = character * count + self.plain = f"{pad_characters}{self.plain}{pad_characters}" + _Span = Span + self._spans[:] = [ + _Span(start + count, end + count, style) + for start, end, style in self._spans + ] + + def pad_left(self, count: int, character: str = " ") -> None: + """Pad the left with a given character. + + Args: + count (int): Number of characters to pad. + character (str, optional): Character to pad with. Defaults to " ". + """ + assert len(character) == 1, "Character must be a string of length 1" + if count: + self.plain = f"{character * count}{self.plain}" + _Span = Span + self._spans[:] = [ + _Span(start + count, end + count, style) + for start, end, style in self._spans + ] + + def pad_right(self, count: int, character: str = " ") -> None: + """Pad the right with a given character. + + Args: + count (int): Number of characters to pad. + character (str, optional): Character to pad with. Defaults to " ". + """ + assert len(character) == 1, "Character must be a string of length 1" + if count: + self.plain = f"{self.plain}{character * count}" + + def align(self, align: AlignMethod, width: int, character: str = " ") -> None: + """Align text to a given width. + + Args: + align (AlignMethod): One of "left", "center", or "right". + width (int): Desired width. + character (str, optional): Character to pad with. Defaults to " ". + """ + self.truncate(width) + excess_space = width - cell_len(self.plain) + if excess_space: + if align == "left": + self.pad_right(excess_space, character) + elif align == "center": + left = excess_space // 2 + self.pad_left(left, character) + self.pad_right(excess_space - left, character) + else: + self.pad_left(excess_space, character) + + def append( + self, text: Union["Text", str], style: Optional[Union[str, "Style"]] = None + ) -> "Text": + """Add text with an optional style. + + Args: + text (Union[Text, str]): A str or Text to append. + style (str, optional): A style name. Defaults to None. + + Returns: + Text: Returns self for chaining. + """ + + if not isinstance(text, (str, Text)): + raise TypeError("Only str or Text can be appended to Text") + + if len(text): + if isinstance(text, str): + sanitized_text = strip_control_codes(text) + self._text.append(sanitized_text) + offset = len(self) + text_length = len(sanitized_text) + if style: + self._spans.append(Span(offset, offset + text_length, style)) + self._length += text_length + elif isinstance(text, Text): + _Span = Span + if style is not None: + raise ValueError( + "style must not be set when appending Text instance" + ) + text_length = self._length + if text.style: + self._spans.append( + _Span(text_length, text_length + len(text), text.style) + ) + self._text.append(text.plain) + self._spans.extend( + _Span(start + text_length, end + text_length, style) + for start, end, style in text._spans.copy() + ) + self._length += len(text) + return self + + def append_text(self, text: "Text") -> "Text": + """Append another Text instance. This method is more performant that Text.append, but + only works for Text. + + Args: + text (Text): The Text instance to append to this instance. + + Returns: + Text: Returns self for chaining. + """ + _Span = Span + text_length = self._length + if text.style: + self._spans.append(_Span(text_length, text_length + len(text), text.style)) + self._text.append(text.plain) + self._spans.extend( + _Span(start + text_length, end + text_length, style) + for start, end, style in text._spans.copy() + ) + self._length += len(text) + return self + + def append_tokens( + self, tokens: Iterable[Tuple[str, Optional[StyleType]]] + ) -> "Text": + """Append iterable of str and style. Style may be a Style instance or a str style definition. + + Args: + tokens (Iterable[Tuple[str, Optional[StyleType]]]): An iterable of tuples containing str content and style. + + Returns: + Text: Returns self for chaining. + """ + append_text = self._text.append + append_span = self._spans.append + _Span = Span + offset = len(self) + for content, style in tokens: + content = strip_control_codes(content) + append_text(content) + if style: + append_span(_Span(offset, offset + len(content), style)) + offset += len(content) + self._length = offset + return self + + def copy_styles(self, text: "Text") -> None: + """Copy styles from another Text instance. + + Args: + text (Text): A Text instance to copy styles from, must be the same length. + """ + self._spans.extend(text._spans) + + def split( + self, + separator: str = "\n", + *, + include_separator: bool = False, + allow_blank: bool = False, + ) -> Lines: + """Split rich text in to lines, preserving styles. + + Args: + separator (str, optional): String to split on. Defaults to "\\\\n". + include_separator (bool, optional): Include the separator in the lines. Defaults to False. + allow_blank (bool, optional): Return a blank line if the text ends with a separator. Defaults to False. + + Returns: + List[RichText]: A list of rich text, one per line of the original. + """ + assert separator, "separator must not be empty" + + text = self.plain + if separator not in text: + return Lines([self.copy()]) + + if include_separator: + lines = self.divide( + match.end() for match in re.finditer(re.escape(separator), text) + ) + else: + + def flatten_spans() -> Iterable[int]: + for match in re.finditer(re.escape(separator), text): + start, end = match.span() + yield start + yield end + + lines = Lines( + line for line in self.divide(flatten_spans()) if line.plain != separator + ) + + if not allow_blank and text.endswith(separator): + lines.pop() + + return lines + + def divide(self, offsets: Iterable[int]) -> Lines: + """Divide text in to a number of lines at given offsets. + + Args: + offsets (Iterable[int]): Offsets used to divide text. + + Returns: + Lines: New RichText instances between offsets. + """ + _offsets = list(offsets) + + if not _offsets: + return Lines([self.copy()]) + + text = self.plain + text_length = len(text) + divide_offsets = [0, *_offsets, text_length] + line_ranges = list(zip(divide_offsets, divide_offsets[1:])) + + style = self.style + justify = self.justify + overflow = self.overflow + _Text = Text + new_lines = Lines( + _Text( + text[start:end], + style=style, + justify=justify, + overflow=overflow, + ) + for start, end in line_ranges + ) + if not self._spans: + return new_lines + + _line_appends = [line._spans.append for line in new_lines._lines] + line_count = len(line_ranges) + _Span = Span + + for span_start, span_end, style in self._spans: + lower_bound = 0 + upper_bound = line_count + start_line_no = (lower_bound + upper_bound) // 2 + + while True: + line_start, line_end = line_ranges[start_line_no] + if span_start < line_start: + upper_bound = start_line_no - 1 + elif span_start > line_end: + lower_bound = start_line_no + 1 + else: + break + start_line_no = (lower_bound + upper_bound) // 2 + + if span_end < line_end: + end_line_no = start_line_no + else: + end_line_no = lower_bound = start_line_no + upper_bound = line_count + + while True: + line_start, line_end = line_ranges[end_line_no] + if span_end < line_start: + upper_bound = end_line_no - 1 + elif span_end > line_end: + lower_bound = end_line_no + 1 + else: + break + end_line_no = (lower_bound + upper_bound) // 2 + + for line_no in range(start_line_no, end_line_no + 1): + line_start, line_end = line_ranges[line_no] + new_start = max(0, span_start - line_start) + new_end = min(span_end - line_start, line_end - line_start) + if new_end > new_start: + _line_appends[line_no](_Span(new_start, new_end, style)) + + return new_lines + + def right_crop(self, amount: int = 1) -> None: + """Remove a number of characters from the end of the text.""" + max_offset = len(self.plain) - amount + _Span = Span + self._spans[:] = [ + ( + span + if span.end < max_offset + else _Span(span.start, min(max_offset, span.end), span.style) + ) + for span in self._spans + if span.start < max_offset + ] + self._text = [self.plain[:-amount]] + self._length -= amount + + def wrap( + self, + console: "Console", + width: int, + *, + justify: Optional["JustifyMethod"] = None, + overflow: Optional["OverflowMethod"] = None, + tab_size: int = 8, + no_wrap: Optional[bool] = None, + ) -> Lines: + """Word wrap the text. + + Args: + console (Console): Console instance. + width (int): Number of cells available per line. + justify (str, optional): Justify method: "default", "left", "center", "full", "right". Defaults to "default". + overflow (str, optional): Overflow method: "crop", "fold", or "ellipsis". Defaults to None. + tab_size (int, optional): Default tab size. Defaults to 8. + no_wrap (bool, optional): Disable wrapping, Defaults to False. + + Returns: + Lines: Number of lines. + """ + wrap_justify = justify or self.justify or DEFAULT_JUSTIFY + wrap_overflow = overflow or self.overflow or DEFAULT_OVERFLOW + + no_wrap = pick_bool(no_wrap, self.no_wrap, False) or overflow == "ignore" + + lines = Lines() + for line in self.split(allow_blank=True): + if "\t" in line: + line.expand_tabs(tab_size) + if no_wrap: + new_lines = Lines([line]) + else: + offsets = divide_line(str(line), width, fold=wrap_overflow == "fold") + new_lines = line.divide(offsets) + for line in new_lines: + line.rstrip_end(width) + if wrap_justify: + new_lines.justify( + console, width, justify=wrap_justify, overflow=wrap_overflow + ) + for line in new_lines: + line.truncate(width, overflow=wrap_overflow) + lines.extend(new_lines) + return lines + + def fit(self, width: int) -> Lines: + """Fit the text in to given width by chopping in to lines. + + Args: + width (int): Maximum characters in a line. + + Returns: + Lines: Lines container. + """ + lines: Lines = Lines() + append = lines.append + for line in self.split(): + line.set_length(width) + append(line) + return lines + + def detect_indentation(self) -> int: + """Auto-detect indentation of code. + + Returns: + int: Number of spaces used to indent code. + """ + + _indentations = { + len(match.group(1)) + for match in re.finditer(r"^( *)(.*)$", self.plain, flags=re.MULTILINE) + } + + try: + indentation = ( + reduce(gcd, [indent for indent in _indentations if not indent % 2]) or 1 + ) + except TypeError: + indentation = 1 + + return indentation + + def with_indent_guides( + self, + indent_size: Optional[int] = None, + *, + character: str = "│", + style: StyleType = "dim green", + ) -> "Text": + """Adds indent guide lines to text. + + Args: + indent_size (Optional[int]): Size of indentation, or None to auto detect. Defaults to None. + character (str, optional): Character to use for indentation. Defaults to "│". + style (Union[Style, str], optional): Style of indent guides. + + Returns: + Text: New text with indentation guides. + """ + + _indent_size = self.detect_indentation() if indent_size is None else indent_size + + text = self.copy() + text.expand_tabs() + indent_line = f"{character}{' ' * (_indent_size - 1)}" + + re_indent = re.compile(r"^( *)(.*)$") + new_lines: List[Text] = [] + add_line = new_lines.append + blank_lines = 0 + for line in text.split(allow_blank=True): + match = re_indent.match(line.plain) + if not match or not match.group(2): + blank_lines += 1 + continue + indent = match.group(1) + full_indents, remaining_space = divmod(len(indent), _indent_size) + new_indent = f"{indent_line * full_indents}{' ' * remaining_space}" + line.plain = new_indent + line.plain[len(new_indent) :] + line.stylize(style, 0, len(new_indent)) + if blank_lines: + new_lines.extend([Text(new_indent, style=style)] * blank_lines) + blank_lines = 0 + add_line(line) + if blank_lines: + new_lines.extend([Text("", style=style)] * blank_lines) + + new_text = text.blank_copy("\n").join(new_lines) + return new_text + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.console import Console + + text = Text( + """\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n""" + ) + text.highlight_words(["Lorem"], "bold") + text.highlight_words(["ipsum"], "italic") + + console = Console() + + console.rule("justify='left'") + console.print(text, style="red") + console.print() + + console.rule("justify='center'") + console.print(text, style="green", justify="center") + console.print() + + console.rule("justify='right'") + console.print(text, style="blue", justify="right") + console.print() + + console.rule("justify='full'") + console.print(text, style="magenta", justify="full") + console.print() diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/theme.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/theme.py new file mode 100644 index 0000000..227f1d8 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/theme.py @@ -0,0 +1,115 @@ +import configparser +from typing import IO, Dict, List, Mapping, Optional + +from .default_styles import DEFAULT_STYLES +from .style import Style, StyleType + + +class Theme: + """A container for style information, used by :class:`~rich.console.Console`. + + Args: + styles (Dict[str, Style], optional): A mapping of style names on to styles. Defaults to None for a theme with no styles. + inherit (bool, optional): Inherit default styles. Defaults to True. + """ + + styles: Dict[str, Style] + + def __init__( + self, styles: Optional[Mapping[str, StyleType]] = None, inherit: bool = True + ): + self.styles = DEFAULT_STYLES.copy() if inherit else {} + if styles is not None: + self.styles.update( + { + name: style if isinstance(style, Style) else Style.parse(style) + for name, style in styles.items() + } + ) + + @property + def config(self) -> str: + """Get contents of a config file for this theme.""" + config = "[styles]\n" + "\n".join( + f"{name} = {style}" for name, style in sorted(self.styles.items()) + ) + return config + + @classmethod + def from_file( + cls, config_file: IO[str], source: Optional[str] = None, inherit: bool = True + ) -> "Theme": + """Load a theme from a text mode file. + + Args: + config_file (IO[str]): An open conf file. + source (str, optional): The filename of the open file. Defaults to None. + inherit (bool, optional): Inherit default styles. Defaults to True. + + Returns: + Theme: A New theme instance. + """ + config = configparser.ConfigParser() + config.read_file(config_file, source=source) + styles = {name: Style.parse(value) for name, value in config.items("styles")} + theme = Theme(styles, inherit=inherit) + return theme + + @classmethod + def read( + cls, path: str, inherit: bool = True, encoding: Optional[str] = None + ) -> "Theme": + """Read a theme from a path. + + Args: + path (str): Path to a config file readable by Python configparser module. + inherit (bool, optional): Inherit default styles. Defaults to True. + encoding (str, optional): Encoding of the config file. Defaults to None. + + Returns: + Theme: A new theme instance. + """ + with open(path, encoding=encoding) as config_file: + return cls.from_file(config_file, source=path, inherit=inherit) + + +class ThemeStackError(Exception): + """Base exception for errors related to the theme stack.""" + + +class ThemeStack: + """A stack of themes. + + Args: + theme (Theme): A theme instance + """ + + def __init__(self, theme: Theme) -> None: + self._entries: List[Dict[str, Style]] = [theme.styles] + self.get = self._entries[-1].get + + def push_theme(self, theme: Theme, inherit: bool = True) -> None: + """Push a theme on the top of the stack. + + Args: + theme (Theme): A Theme instance. + inherit (boolean, optional): Inherit styles from current top of stack. + """ + styles: Dict[str, Style] + styles = ( + {**self._entries[-1], **theme.styles} if inherit else theme.styles.copy() + ) + self._entries.append(styles) + self.get = self._entries[-1].get + + def pop_theme(self) -> None: + """Pop (and discard) the top-most theme.""" + if len(self._entries) == 1: + raise ThemeStackError("Unable to pop base theme") + self._entries.pop() + self.get = self._entries[-1].get + + +if __name__ == "__main__": # pragma: no cover + theme = Theme() + print(theme.config) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/themes.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/themes.py new file mode 100644 index 0000000..bf6db10 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/themes.py @@ -0,0 +1,5 @@ +from .default_styles import DEFAULT_STYLES +from .theme import Theme + + +DEFAULT = Theme(DEFAULT_STYLES) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/traceback.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/traceback.py new file mode 100644 index 0000000..28d742b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/traceback.py @@ -0,0 +1,797 @@ +import inspect +import linecache +import os +import sys +from dataclasses import dataclass, field +from itertools import islice +from traceback import walk_tb +from types import ModuleType, TracebackType +from typing import ( + Any, + Callable, + Dict, + Iterable, + List, + Optional, + Sequence, + Tuple, + Type, + Union, +) + +from pip._vendor.pygments.lexers import guess_lexer_for_filename +from pip._vendor.pygments.token import Comment, Keyword, Name, Number, Operator, String +from pip._vendor.pygments.token import Text as TextToken +from pip._vendor.pygments.token import Token +from pip._vendor.pygments.util import ClassNotFound + +from . import pretty +from ._loop import loop_last +from .columns import Columns +from .console import Console, ConsoleOptions, ConsoleRenderable, RenderResult, group +from .constrain import Constrain +from .highlighter import RegexHighlighter, ReprHighlighter +from .panel import Panel +from .scope import render_scope +from .style import Style +from .syntax import Syntax +from .text import Text +from .theme import Theme + +WINDOWS = sys.platform == "win32" + +LOCALS_MAX_LENGTH = 10 +LOCALS_MAX_STRING = 80 + + +def install( + *, + console: Optional[Console] = None, + width: Optional[int] = 100, + code_width: Optional[int] = 88, + extra_lines: int = 3, + theme: Optional[str] = None, + word_wrap: bool = False, + show_locals: bool = False, + locals_max_length: int = LOCALS_MAX_LENGTH, + locals_max_string: int = LOCALS_MAX_STRING, + locals_hide_dunder: bool = True, + locals_hide_sunder: Optional[bool] = None, + indent_guides: bool = True, + suppress: Iterable[Union[str, ModuleType]] = (), + max_frames: int = 100, +) -> Callable[[Type[BaseException], BaseException, Optional[TracebackType]], Any]: + """Install a rich traceback handler. + + Once installed, any tracebacks will be printed with syntax highlighting and rich formatting. + + + Args: + console (Optional[Console], optional): Console to write exception to. Default uses internal Console instance. + width (Optional[int], optional): Width (in characters) of traceback. Defaults to 100. + code_width (Optional[int], optional): Code width (in characters) of traceback. Defaults to 88. + extra_lines (int, optional): Extra lines of code. Defaults to 3. + theme (Optional[str], optional): Pygments theme to use in traceback. Defaults to ``None`` which will pick + a theme appropriate for the platform. + 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. + locals_max_length (int, optional): Maximum length of containers before abbreviating, or None for no abbreviation. + Defaults to 10. + locals_max_string (int, optional): Maximum length of string before truncating, or None to disable. Defaults to 80. + locals_hide_dunder (bool, optional): Hide locals prefixed with double underscore. Defaults to True. + locals_hide_sunder (bool, optional): Hide locals prefixed with single underscore. Defaults to False. + indent_guides (bool, optional): Enable indent guides in code and locals. Defaults to True. + suppress (Sequence[Union[str, ModuleType]]): Optional sequence of modules or paths to exclude from traceback. + + Returns: + Callable: The previous exception handler that was replaced. + + """ + traceback_console = Console(stderr=True) if console is None else console + + locals_hide_sunder = ( + True + if (traceback_console.is_jupyter and locals_hide_sunder is None) + else locals_hide_sunder + ) + + def excepthook( + type_: Type[BaseException], + value: BaseException, + traceback: Optional[TracebackType], + ) -> None: + traceback_console.print( + Traceback.from_exception( + type_, + value, + traceback, + width=width, + code_width=code_width, + extra_lines=extra_lines, + theme=theme, + word_wrap=word_wrap, + show_locals=show_locals, + locals_max_length=locals_max_length, + locals_max_string=locals_max_string, + locals_hide_dunder=locals_hide_dunder, + locals_hide_sunder=bool(locals_hide_sunder), + indent_guides=indent_guides, + suppress=suppress, + max_frames=max_frames, + ) + ) + + def ipy_excepthook_closure(ip: Any) -> None: # pragma: no cover + tb_data = {} # store information about showtraceback call + default_showtraceback = ip.showtraceback # keep reference of default traceback + + def ipy_show_traceback(*args: Any, **kwargs: Any) -> None: + """wrap the default ip.showtraceback to store info for ip._showtraceback""" + nonlocal tb_data + tb_data = kwargs + default_showtraceback(*args, **kwargs) + + def ipy_display_traceback( + *args: Any, is_syntax: bool = False, **kwargs: Any + ) -> None: + """Internally called traceback from ip._showtraceback""" + nonlocal tb_data + exc_tuple = ip._get_exc_info() + + # do not display trace on syntax error + tb: Optional[TracebackType] = None if is_syntax else exc_tuple[2] + + # determine correct tb_offset + compiled = tb_data.get("running_compiled_code", False) + tb_offset = tb_data.get("tb_offset", 1 if compiled else 0) + # remove ipython internal frames from trace with tb_offset + for _ in range(tb_offset): + if tb is None: + break + tb = tb.tb_next + + excepthook(exc_tuple[0], exc_tuple[1], tb) + tb_data = {} # clear data upon usage + + # replace _showtraceback instead of showtraceback to allow ipython features such as debugging to work + # this is also what the ipython docs recommends to modify when subclassing InteractiveShell + ip._showtraceback = ipy_display_traceback + # add wrapper to capture tb_data + ip.showtraceback = ipy_show_traceback + ip.showsyntaxerror = lambda *args, **kwargs: ipy_display_traceback( + *args, is_syntax=True, **kwargs + ) + + try: # pragma: no cover + # if within ipython, use customized traceback + ip = get_ipython() # type: ignore[name-defined] + ipy_excepthook_closure(ip) + return sys.excepthook + except Exception: + # otherwise use default system hook + old_excepthook = sys.excepthook + sys.excepthook = excepthook + return old_excepthook + + +@dataclass +class Frame: + filename: str + lineno: int + name: str + line: str = "" + locals: Optional[Dict[str, pretty.Node]] = None + last_instruction: Optional[Tuple[Tuple[int, int], Tuple[int, int]]] = None + + +@dataclass +class _SyntaxError: + offset: int + filename: str + line: str + lineno: int + msg: str + + +@dataclass +class Stack: + exc_type: str + exc_value: str + syntax_error: Optional[_SyntaxError] = None + is_cause: bool = False + frames: List[Frame] = field(default_factory=list) + + +@dataclass +class Trace: + stacks: List[Stack] + + +class PathHighlighter(RegexHighlighter): + highlights = [r"(?P.*/)(?P.+)"] + + +class Traceback: + """A Console renderable that renders a traceback. + + Args: + trace (Trace, optional): A `Trace` object produced from `extract`. Defaults to None, which uses + the last exception. + width (Optional[int], optional): Number of characters used to traceback. Defaults to 100. + code_width (Optional[int], optional): Number of code characters used to traceback. Defaults to 88. + 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. + indent_guides (bool, optional): Enable indent guides in code and locals. Defaults to True. + locals_max_length (int, optional): Maximum length of containers before abbreviating, or None for no abbreviation. + Defaults to 10. + locals_max_string (int, optional): Maximum length of string before truncating, or None to disable. Defaults to 80. + locals_hide_dunder (bool, optional): Hide locals prefixed with double underscore. Defaults to True. + locals_hide_sunder (bool, optional): Hide locals prefixed with single underscore. Defaults to False. + suppress (Sequence[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. + + """ + + LEXERS = { + "": "text", + ".py": "python", + ".pxd": "cython", + ".pyx": "cython", + ".pxi": "pyrex", + } + + def __init__( + self, + trace: Optional[Trace] = None, + *, + width: Optional[int] = 100, + code_width: Optional[int] = 88, + extra_lines: int = 3, + theme: Optional[str] = None, + word_wrap: bool = False, + show_locals: bool = False, + locals_max_length: int = LOCALS_MAX_LENGTH, + locals_max_string: int = LOCALS_MAX_STRING, + locals_hide_dunder: bool = True, + locals_hide_sunder: bool = False, + indent_guides: bool = True, + suppress: Iterable[Union[str, ModuleType]] = (), + max_frames: int = 100, + ): + if trace is None: + exc_type, exc_value, traceback = sys.exc_info() + if exc_type is None or exc_value is None or traceback is None: + raise ValueError( + "Value for 'trace' required if not called in except: block" + ) + trace = self.extract( + exc_type, exc_value, traceback, show_locals=show_locals + ) + self.trace = trace + self.width = width + self.code_width = code_width + self.extra_lines = extra_lines + self.theme = Syntax.get_theme(theme or "ansi_dark") + self.word_wrap = word_wrap + self.show_locals = show_locals + self.indent_guides = indent_guides + self.locals_max_length = locals_max_length + self.locals_max_string = locals_max_string + self.locals_hide_dunder = locals_hide_dunder + self.locals_hide_sunder = locals_hide_sunder + + self.suppress: Sequence[str] = [] + for suppress_entity in suppress: + if not isinstance(suppress_entity, str): + assert ( + suppress_entity.__file__ is not None + ), f"{suppress_entity!r} must be a module with '__file__' attribute" + path = os.path.dirname(suppress_entity.__file__) + else: + path = suppress_entity + path = os.path.normpath(os.path.abspath(path)) + self.suppress.append(path) + self.max_frames = max(4, max_frames) if max_frames > 0 else 0 + + @classmethod + def from_exception( + cls, + exc_type: Type[Any], + exc_value: BaseException, + traceback: Optional[TracebackType], + *, + width: Optional[int] = 100, + code_width: Optional[int] = 88, + extra_lines: int = 3, + theme: Optional[str] = None, + word_wrap: bool = False, + show_locals: bool = False, + locals_max_length: int = LOCALS_MAX_LENGTH, + locals_max_string: int = LOCALS_MAX_STRING, + locals_hide_dunder: bool = True, + locals_hide_sunder: bool = False, + indent_guides: bool = True, + suppress: Iterable[Union[str, ModuleType]] = (), + max_frames: int = 100, + ) -> "Traceback": + """Create a traceback from exception info + + Args: + exc_type (Type[BaseException]): Exception type. + exc_value (BaseException): Exception value. + traceback (TracebackType): Python Traceback object. + width (Optional[int], optional): Number of characters used to traceback. Defaults to 100. + code_width (Optional[int], optional): Number of code characters used to traceback. Defaults to 88. + 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. + indent_guides (bool, optional): Enable indent guides in code and locals. Defaults to True. + locals_max_length (int, optional): Maximum length of containers before abbreviating, or None for no abbreviation. + Defaults to 10. + locals_max_string (int, optional): Maximum length of string before truncating, or None to disable. Defaults to 80. + locals_hide_dunder (bool, optional): Hide locals prefixed with double underscore. Defaults to True. + locals_hide_sunder (bool, optional): Hide locals prefixed with single underscore. 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. + + Returns: + Traceback: A Traceback instance that may be printed. + """ + rich_traceback = cls.extract( + exc_type, + exc_value, + traceback, + show_locals=show_locals, + locals_max_length=locals_max_length, + locals_max_string=locals_max_string, + locals_hide_dunder=locals_hide_dunder, + locals_hide_sunder=locals_hide_sunder, + ) + + return cls( + rich_traceback, + width=width, + code_width=code_width, + extra_lines=extra_lines, + theme=theme, + word_wrap=word_wrap, + show_locals=show_locals, + indent_guides=indent_guides, + locals_max_length=locals_max_length, + locals_max_string=locals_max_string, + locals_hide_dunder=locals_hide_dunder, + locals_hide_sunder=locals_hide_sunder, + suppress=suppress, + max_frames=max_frames, + ) + + @classmethod + def extract( + cls, + exc_type: Type[BaseException], + exc_value: BaseException, + traceback: Optional[TracebackType], + *, + show_locals: bool = False, + locals_max_length: int = LOCALS_MAX_LENGTH, + locals_max_string: int = LOCALS_MAX_STRING, + locals_hide_dunder: bool = True, + locals_hide_sunder: bool = False, + ) -> Trace: + """Extract traceback information. + + Args: + exc_type (Type[BaseException]): Exception type. + exc_value (BaseException): Exception value. + traceback (TracebackType): Python Traceback object. + show_locals (bool, optional): Enable display of local variables. Defaults to False. + locals_max_length (int, optional): Maximum length of containers before abbreviating, or None for no abbreviation. + Defaults to 10. + locals_max_string (int, optional): Maximum length of string before truncating, or None to disable. Defaults to 80. + locals_hide_dunder (bool, optional): Hide locals prefixed with double underscore. Defaults to True. + locals_hide_sunder (bool, optional): Hide locals prefixed with single underscore. Defaults to False. + + Returns: + Trace: A Trace instance which you can use to construct a `Traceback`. + """ + + stacks: List[Stack] = [] + is_cause = False + + from pip._vendor.rich import _IMPORT_CWD + + def safe_str(_object: Any) -> str: + """Don't allow exceptions from __str__ to propagate.""" + try: + return str(_object) + except Exception: + return "" + + while True: + stack = Stack( + exc_type=safe_str(exc_type.__name__), + exc_value=safe_str(exc_value), + is_cause=is_cause, + ) + + if isinstance(exc_value, SyntaxError): + stack.syntax_error = _SyntaxError( + offset=exc_value.offset or 0, + filename=exc_value.filename or "?", + lineno=exc_value.lineno or 0, + line=exc_value.text or "", + msg=exc_value.msg, + ) + + stacks.append(stack) + append = stack.frames.append + + def get_locals( + iter_locals: Iterable[Tuple[str, object]] + ) -> Iterable[Tuple[str, object]]: + """Extract locals from an iterator of key pairs.""" + if not (locals_hide_dunder or locals_hide_sunder): + yield from iter_locals + return + for key, value in iter_locals: + if locals_hide_dunder and key.startswith("__"): + continue + if locals_hide_sunder and key.startswith("_"): + continue + yield key, value + + for frame_summary, line_no in walk_tb(traceback): + filename = frame_summary.f_code.co_filename + + last_instruction: Optional[Tuple[Tuple[int, int], Tuple[int, int]]] + last_instruction = None + if sys.version_info >= (3, 11): + instruction_index = frame_summary.f_lasti // 2 + instruction_position = next( + islice( + frame_summary.f_code.co_positions(), + instruction_index, + instruction_index + 1, + ) + ) + ( + start_line, + end_line, + start_column, + end_column, + ) = instruction_position + if ( + start_line is not None + and end_line is not None + and start_column is not None + and end_column is not None + ): + last_instruction = ( + (start_line, start_column), + (end_line, end_column), + ) + + if filename and not filename.startswith("<"): + if not os.path.isabs(filename): + filename = os.path.join(_IMPORT_CWD, filename) + if frame_summary.f_locals.get("_rich_traceback_omit", False): + continue + + frame = Frame( + filename=filename or "?", + lineno=line_no, + name=frame_summary.f_code.co_name, + locals=( + { + key: pretty.traverse( + value, + max_length=locals_max_length, + max_string=locals_max_string, + ) + for key, value in get_locals(frame_summary.f_locals.items()) + if not (inspect.isfunction(value) or inspect.isclass(value)) + } + if show_locals + else None + ), + last_instruction=last_instruction, + ) + append(frame) + if frame_summary.f_locals.get("_rich_traceback_guard", False): + del stack.frames[:] + + cause = getattr(exc_value, "__cause__", None) + if cause: + exc_type = cause.__class__ + exc_value = cause + # __traceback__ can be None, e.g. for exceptions raised by the + # 'multiprocessing' module + traceback = cause.__traceback__ + is_cause = True + continue + + cause = exc_value.__context__ + if cause and not getattr(exc_value, "__suppress_context__", False): + exc_type = cause.__class__ + exc_value = cause + traceback = cause.__traceback__ + is_cause = False + continue + # No cover, code is reached but coverage doesn't recognize it. + break # pragma: no cover + + trace = Trace(stacks=stacks) + return trace + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + theme = self.theme + background_style = theme.get_background_style() + token_style = theme.get_style_for_token + + traceback_theme = Theme( + { + "pretty": token_style(TextToken), + "pygments.text": token_style(Token), + "pygments.string": token_style(String), + "pygments.function": token_style(Name.Function), + "pygments.number": token_style(Number), + "repr.indent": token_style(Comment) + Style(dim=True), + "repr.str": token_style(String), + "repr.brace": token_style(TextToken) + Style(bold=True), + "repr.number": token_style(Number), + "repr.bool_true": token_style(Keyword.Constant), + "repr.bool_false": token_style(Keyword.Constant), + "repr.none": token_style(Keyword.Constant), + "scope.border": token_style(String.Delimiter), + "scope.equals": token_style(Operator), + "scope.key": token_style(Name), + "scope.key.special": token_style(Name.Constant) + Style(dim=True), + }, + inherit=False, + ) + + highlighter = ReprHighlighter() + for last, stack in loop_last(reversed(self.trace.stacks)): + if stack.frames: + stack_renderable: ConsoleRenderable = Panel( + self._render_stack(stack), + title="[traceback.title]Traceback [dim](most recent call last)", + style=background_style, + border_style="traceback.border", + expand=True, + padding=(0, 1), + ) + stack_renderable = Constrain(stack_renderable, self.width) + with console.use_theme(traceback_theme): + yield stack_renderable + if stack.syntax_error is not None: + with console.use_theme(traceback_theme): + yield Constrain( + Panel( + self._render_syntax_error(stack.syntax_error), + style=background_style, + border_style="traceback.border.syntax_error", + expand=True, + padding=(0, 1), + width=self.width, + ), + self.width, + ) + yield Text.assemble( + (f"{stack.exc_type}: ", "traceback.exc_type"), + highlighter(stack.syntax_error.msg), + ) + elif stack.exc_value: + yield Text.assemble( + (f"{stack.exc_type}: ", "traceback.exc_type"), + highlighter(stack.exc_value), + ) + else: + yield Text.assemble((f"{stack.exc_type}", "traceback.exc_type")) + + if not last: + if stack.is_cause: + yield Text.from_markup( + "\n[i]The above exception was the direct cause of the following exception:\n", + ) + else: + yield Text.from_markup( + "\n[i]During handling of the above exception, another exception occurred:\n", + ) + + @group() + def _render_syntax_error(self, syntax_error: _SyntaxError) -> RenderResult: + highlighter = ReprHighlighter() + path_highlighter = PathHighlighter() + if syntax_error.filename != "": + if os.path.exists(syntax_error.filename): + text = Text.assemble( + (f" {syntax_error.filename}", "pygments.string"), + (":", "pygments.text"), + (str(syntax_error.lineno), "pygments.number"), + style="pygments.text", + ) + yield path_highlighter(text) + syntax_error_text = highlighter(syntax_error.line.rstrip()) + syntax_error_text.no_wrap = True + offset = min(syntax_error.offset - 1, len(syntax_error_text)) + syntax_error_text.stylize("bold underline", offset, offset) + syntax_error_text += Text.from_markup( + "\n" + " " * offset + "[traceback.offset]▲[/]", + style="pygments.text", + ) + yield syntax_error_text + + @classmethod + def _guess_lexer(cls, filename: str, code: str) -> str: + ext = os.path.splitext(filename)[-1] + if not ext: + # No extension, look at first line to see if it is a hashbang + # Note, this is an educated guess and not a guarantee + # If it fails, the only downside is that the code is highlighted strangely + new_line_index = code.index("\n") + first_line = code[:new_line_index] if new_line_index != -1 else code + if first_line.startswith("#!") and "python" in first_line.lower(): + return "python" + try: + return cls.LEXERS.get(ext) or guess_lexer_for_filename(filename, code).name + except ClassNotFound: + return "text" + + @group() + def _render_stack(self, stack: Stack) -> RenderResult: + path_highlighter = PathHighlighter() + theme = self.theme + + def read_code(filename: str) -> str: + """Read files, and cache results on filename. + + Args: + filename (str): Filename to read + + Returns: + str: Contents of file + """ + return "".join(linecache.getlines(filename)) + + def render_locals(frame: Frame) -> Iterable[ConsoleRenderable]: + if frame.locals: + yield render_scope( + frame.locals, + title="locals", + indent_guides=self.indent_guides, + max_length=self.locals_max_length, + max_string=self.locals_max_string, + ) + + exclude_frames: Optional[range] = None + if self.max_frames != 0: + exclude_frames = range( + self.max_frames // 2, + len(stack.frames) - self.max_frames // 2, + ) + + excluded = False + for frame_index, frame in enumerate(stack.frames): + if exclude_frames and frame_index in exclude_frames: + excluded = True + continue + + if excluded: + assert exclude_frames is not None + yield Text( + f"\n... {len(exclude_frames)} frames hidden ...", + justify="center", + style="traceback.error", + ) + excluded = False + + first = frame_index == 0 + frame_filename = frame.filename + suppressed = any(frame_filename.startswith(path) for path in self.suppress) + + if os.path.exists(frame.filename): + text = Text.assemble( + path_highlighter(Text(frame.filename, style="pygments.string")), + (":", "pygments.text"), + (str(frame.lineno), "pygments.number"), + " in ", + (frame.name, "pygments.function"), + style="pygments.text", + ) + else: + text = Text.assemble( + "in ", + (frame.name, "pygments.function"), + (":", "pygments.text"), + (str(frame.lineno), "pygments.number"), + style="pygments.text", + ) + if not frame.filename.startswith("<") and not first: + yield "" + yield text + if frame.filename.startswith("<"): + yield from render_locals(frame) + continue + if not suppressed: + try: + code = read_code(frame.filename) + if not code: + # code may be an empty string if the file doesn't exist, OR + # if the traceback filename is generated dynamically + continue + lexer_name = self._guess_lexer(frame.filename, code) + syntax = Syntax( + code, + lexer_name, + theme=theme, + line_numbers=True, + line_range=( + frame.lineno - self.extra_lines, + frame.lineno + self.extra_lines, + ), + highlight_lines={frame.lineno}, + word_wrap=self.word_wrap, + code_width=self.code_width, + indent_guides=self.indent_guides, + dedent=False, + ) + yield "" + except Exception as error: + yield Text.assemble( + (f"\n{error}", "traceback.error"), + ) + else: + if frame.last_instruction is not None: + start, end = frame.last_instruction + syntax.stylize_range( + style="traceback.error_range", + start=start, + end=end, + style_before=True, + ) + yield ( + Columns( + [ + syntax, + *render_locals(frame), + ], + padding=1, + ) + if frame.locals + else syntax + ) + + +if __name__ == "__main__": # pragma: no cover + install(show_locals=True) + import sys + + def bar( + a: Any, + ) -> None: # 这是对亚洲语言支持的测试。面对模棱两可的想法,拒绝猜测的诱惑 + one = 1 + print(one / a) + + def foo(a: Any) -> None: + _rich_traceback_guard = True + zed = { + "characters": { + "Paul Atreides", + "Vladimir Harkonnen", + "Thufir Hawat", + "Duncan Idaho", + }, + "atomic_types": (None, False, True), + } + bar(a) + + def error() -> None: + foo(0) + + error() diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/rich/tree.py b/venv/lib/python3.10/site-packages/pip/_vendor/rich/tree.py new file mode 100644 index 0000000..27c5cf7 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/rich/tree.py @@ -0,0 +1,257 @@ +from typing import Iterator, List, Optional, Tuple + +from ._loop import loop_first, loop_last +from .console import Console, ConsoleOptions, RenderableType, RenderResult +from .jupyter import JupyterMixin +from .measure import Measurement +from .segment import Segment +from .style import Style, StyleStack, StyleType +from .styled import Styled + +GuideType = Tuple[str, str, str, str] + + +class Tree(JupyterMixin): + """A renderable for a tree structure. + + Attributes: + ASCII_GUIDES (GuideType): Guide lines used when Console.ascii_only is True. + TREE_GUIDES (List[GuideType, GuideType, GuideType]): Default guide lines. + + Args: + label (RenderableType): The renderable or str for the tree label. + style (StyleType, optional): Style of this tree. Defaults to "tree". + guide_style (StyleType, optional): Style of the guide lines. Defaults to "tree.line". + expanded (bool, optional): Also display children. Defaults to True. + highlight (bool, optional): Highlight renderable (if str). Defaults to False. + hide_root (bool, optional): Hide the root node. Defaults to False. + """ + + ASCII_GUIDES = (" ", "| ", "+-- ", "`-- ") + TREE_GUIDES = [ + (" ", "│ ", "├── ", "└── "), + (" ", "┃ ", "┣━━ ", "┗━━ "), + (" ", "║ ", "╠══ ", "╚══ "), + ] + + def __init__( + self, + label: RenderableType, + *, + style: StyleType = "tree", + guide_style: StyleType = "tree.line", + expanded: bool = True, + highlight: bool = False, + hide_root: bool = False, + ) -> None: + self.label = label + self.style = style + self.guide_style = guide_style + self.children: List[Tree] = [] + self.expanded = expanded + self.highlight = highlight + self.hide_root = hide_root + + def add( + self, + label: RenderableType, + *, + style: Optional[StyleType] = None, + guide_style: Optional[StyleType] = None, + expanded: bool = True, + highlight: Optional[bool] = False, + ) -> "Tree": + """Add a child tree. + + Args: + label (RenderableType): The renderable or str for the tree label. + style (StyleType, optional): Style of this tree. Defaults to "tree". + guide_style (StyleType, optional): Style of the guide lines. Defaults to "tree.line". + expanded (bool, optional): Also display children. Defaults to True. + highlight (Optional[bool], optional): Highlight renderable (if str). Defaults to False. + + Returns: + Tree: A new child Tree, which may be further modified. + """ + node = Tree( + label, + style=self.style if style is None else style, + guide_style=self.guide_style if guide_style is None else guide_style, + expanded=expanded, + highlight=self.highlight if highlight is None else highlight, + ) + self.children.append(node) + return node + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + stack: List[Iterator[Tuple[bool, Tree]]] = [] + pop = stack.pop + push = stack.append + new_line = Segment.line() + + get_style = console.get_style + null_style = Style.null() + guide_style = get_style(self.guide_style, default="") or null_style + SPACE, CONTINUE, FORK, END = range(4) + + _Segment = Segment + + def make_guide(index: int, style: Style) -> Segment: + """Make a Segment for a level of the guide lines.""" + if options.ascii_only: + line = self.ASCII_GUIDES[index] + else: + guide = 1 if style.bold else (2 if style.underline2 else 0) + line = self.TREE_GUIDES[0 if options.legacy_windows else guide][index] + return _Segment(line, style) + + levels: List[Segment] = [make_guide(CONTINUE, guide_style)] + push(iter(loop_last([self]))) + + guide_style_stack = StyleStack(get_style(self.guide_style)) + style_stack = StyleStack(get_style(self.style)) + remove_guide_styles = Style(bold=False, underline2=False) + + depth = 0 + + while stack: + stack_node = pop() + try: + last, node = next(stack_node) + except StopIteration: + levels.pop() + if levels: + guide_style = levels[-1].style or null_style + levels[-1] = make_guide(FORK, guide_style) + guide_style_stack.pop() + style_stack.pop() + continue + push(stack_node) + if last: + levels[-1] = make_guide(END, levels[-1].style or null_style) + + guide_style = guide_style_stack.current + get_style(node.guide_style) + style = style_stack.current + get_style(node.style) + prefix = levels[(2 if self.hide_root else 1) :] + renderable_lines = console.render_lines( + Styled(node.label, style), + options.update( + width=options.max_width + - sum(level.cell_length for level in prefix), + highlight=self.highlight, + height=None, + ), + pad=options.justify is not None, + ) + + if not (depth == 0 and self.hide_root): + for first, line in loop_first(renderable_lines): + if prefix: + yield from _Segment.apply_style( + prefix, + style.background_style, + post_style=remove_guide_styles, + ) + yield from line + yield new_line + if first and prefix: + prefix[-1] = make_guide( + SPACE if last else CONTINUE, prefix[-1].style or null_style + ) + + if node.expanded and node.children: + levels[-1] = make_guide( + SPACE if last else CONTINUE, levels[-1].style or null_style + ) + levels.append( + make_guide(END if len(node.children) == 1 else FORK, guide_style) + ) + style_stack.push(get_style(node.style)) + guide_style_stack.push(get_style(node.guide_style)) + push(iter(loop_last(node.children))) + depth += 1 + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> "Measurement": + stack: List[Iterator[Tree]] = [iter([self])] + pop = stack.pop + push = stack.append + minimum = 0 + maximum = 0 + measure = Measurement.get + level = 0 + while stack: + iter_tree = pop() + try: + tree = next(iter_tree) + except StopIteration: + level -= 1 + continue + push(iter_tree) + min_measure, max_measure = measure(console, options, tree.label) + indent = level * 4 + minimum = max(min_measure + indent, minimum) + maximum = max(max_measure + indent, maximum) + if tree.expanded and tree.children: + push(iter(tree.children)) + level += 1 + return Measurement(minimum, maximum) + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.console import Group + from pip._vendor.rich.markdown import Markdown + from pip._vendor.rich.panel import Panel + from pip._vendor.rich.syntax import Syntax + from pip._vendor.rich.table import Table + + table = Table(row_styles=["", "dim"]) + + table.add_column("Released", style="cyan", no_wrap=True) + table.add_column("Title", style="magenta") + table.add_column("Box Office", justify="right", style="green") + + table.add_row("Dec 20, 2019", "Star Wars: The Rise of Skywalker", "$952,110,690") + table.add_row("May 25, 2018", "Solo: A Star Wars Story", "$393,151,347") + table.add_row("Dec 15, 2017", "Star Wars Ep. V111: The Last Jedi", "$1,332,539,889") + table.add_row("Dec 16, 2016", "Rogue One: A Star Wars Story", "$1,332,439,889") + + code = """\ +class Segment(NamedTuple): + text: str = "" + style: Optional[Style] = None + is_control: bool = False +""" + syntax = Syntax(code, "python", theme="monokai", line_numbers=True) + + markdown = Markdown( + """\ +### example.md +> Hello, World! +> +> Markdown _all_ the things +""" + ) + + root = Tree("🌲 [b green]Rich Tree", highlight=True, hide_root=True) + + node = root.add(":file_folder: Renderables", guide_style="red") + simple_node = node.add(":file_folder: [bold yellow]Atomic", guide_style="uu green") + simple_node.add(Group("📄 Syntax", syntax)) + simple_node.add(Group("📄 Markdown", Panel(markdown, border_style="green"))) + + containers_node = node.add( + ":file_folder: [bold magenta]Containers", guide_style="bold magenta" + ) + containers_node.expanded = True + panel = Panel.fit("Just a panel", border_style="red") + containers_node.add(Group("📄 Panels", panel)) + + containers_node.add(Group("📄 [b magenta]Table", table)) + + console = Console() + + console.print(root) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__init__.py new file mode 100644 index 0000000..2b08d6e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__init__.py @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: MIT +# SPDX-FileCopyrightText: 2021 Taneli Hukkinen +# Licensed to PSF under a Contributor Agreement. + +__all__ = ("loads", "load", "TOMLDecodeError") +__version__ = "2.2.1" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT + +from ._parser import TOMLDecodeError, load, loads diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..33e9ccbbe86b42f26d7bb97b77b1dead77133db0 GIT binary patch literal 330 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 Q>i;p9jE`%wY1Z|h0J0b31ONa4 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc8a5a75161e1854625a737ca877dcbd25a67bd5 GIT binary patch literal 330 zcmYjLu}TCn6ihaI=X!cpHh#htyHNxy5k;^$kOQ^Z=Ez>2yTNP{lH9=-evtoSVV%~> zU$7A0S~>9M&4YQ&*!g@$5bv)a?GNtH@%Rsh$2Cs4K$1jKO?q0>KC82y)r=CzAa5zq z=j?>k6JU_b>`zZ&uP!8eAdCD9f60O+c4LNA+zPElqajTmw@yQKzt~UHI5=fmpP|u@ znLbBKEJUAXE8zp&X)9u4OBfPU2Gz=jH{uUQ??~Sp{uICm?ro={;}UiTV%e(LZJV<3 z!fZNB;5#rou2sX`5IbwmtFu!cRD{xr&5LLuaHkw!qfJ`RqwTfgYitLha#;Sdw{olD Qieh9akdE^sc1R2Q3(|{OVgLXD literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_parser.py b/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_parser.py new file mode 100644 index 0000000..b548e8b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_parser.py @@ -0,0 +1,770 @@ +# SPDX-License-Identifier: MIT +# SPDX-FileCopyrightText: 2021 Taneli Hukkinen +# Licensed to PSF under a Contributor Agreement. + +from __future__ import annotations + +from collections.abc import Iterable +import string +import sys +from types import MappingProxyType +from typing import IO, Any, Final, NamedTuple +import warnings + +from ._re import ( + RE_DATETIME, + RE_LOCALTIME, + RE_NUMBER, + match_to_datetime, + match_to_localtime, + match_to_number, +) +from ._types import Key, ParseFloat, Pos + +# Inline tables/arrays are implemented using recursion. Pathologically +# nested documents cause pure Python to raise RecursionError (which is OK), +# but mypyc binary wheels will crash unrecoverably (not OK). According to +# mypyc docs this will be fixed in the future: +# https://mypyc.readthedocs.io/en/latest/differences_from_python.html#stack-overflows +# Before mypyc's fix is in, recursion needs to be limited by this library. +# Choosing `sys.getrecursionlimit()` as maximum inline table/array nesting +# level, as it allows more nesting than pure Python, but still seems a far +# lower number than where mypyc binaries crash. +MAX_INLINE_NESTING: Final = sys.getrecursionlimit() + +ASCII_CTRL: Final = frozenset(chr(i) for i in range(32)) | frozenset(chr(127)) + +# Neither of these sets include quotation mark or backslash. They are +# currently handled as separate cases in the parser functions. +ILLEGAL_BASIC_STR_CHARS: Final = ASCII_CTRL - frozenset("\t") +ILLEGAL_MULTILINE_BASIC_STR_CHARS: Final = ASCII_CTRL - frozenset("\t\n") + +ILLEGAL_LITERAL_STR_CHARS: Final = ILLEGAL_BASIC_STR_CHARS +ILLEGAL_MULTILINE_LITERAL_STR_CHARS: Final = ILLEGAL_MULTILINE_BASIC_STR_CHARS + +ILLEGAL_COMMENT_CHARS: Final = ILLEGAL_BASIC_STR_CHARS + +TOML_WS: Final = frozenset(" \t") +TOML_WS_AND_NEWLINE: Final = TOML_WS | frozenset("\n") +BARE_KEY_CHARS: Final = frozenset(string.ascii_letters + string.digits + "-_") +KEY_INITIAL_CHARS: Final = BARE_KEY_CHARS | frozenset("\"'") +HEXDIGIT_CHARS: Final = frozenset(string.hexdigits) + +BASIC_STR_ESCAPE_REPLACEMENTS: Final = MappingProxyType( + { + "\\b": "\u0008", # backspace + "\\t": "\u0009", # tab + "\\n": "\u000A", # linefeed + "\\f": "\u000C", # form feed + "\\r": "\u000D", # carriage return + '\\"': "\u0022", # quote + "\\\\": "\u005C", # backslash + } +) + + +class DEPRECATED_DEFAULT: + """Sentinel to be used as default arg during deprecation + period of TOMLDecodeError's free-form arguments.""" + + +class TOMLDecodeError(ValueError): + """An error raised if a document is not valid TOML. + + Adds the following attributes to ValueError: + msg: The unformatted error message + doc: The TOML document being parsed + pos: The index of doc where parsing failed + lineno: The line corresponding to pos + colno: The column corresponding to pos + """ + + def __init__( + self, + msg: str | type[DEPRECATED_DEFAULT] = DEPRECATED_DEFAULT, + doc: str | type[DEPRECATED_DEFAULT] = DEPRECATED_DEFAULT, + pos: Pos | type[DEPRECATED_DEFAULT] = DEPRECATED_DEFAULT, + *args: Any, + ): + if ( + args + or not isinstance(msg, str) + or not isinstance(doc, str) + or not isinstance(pos, int) + ): + warnings.warn( + "Free-form arguments for TOMLDecodeError are deprecated. " + "Please set 'msg' (str), 'doc' (str) and 'pos' (int) arguments only.", + DeprecationWarning, + stacklevel=2, + ) + if pos is not DEPRECATED_DEFAULT: + args = pos, *args + if doc is not DEPRECATED_DEFAULT: + args = doc, *args + if msg is not DEPRECATED_DEFAULT: + args = msg, *args + ValueError.__init__(self, *args) + return + + lineno = doc.count("\n", 0, pos) + 1 + if lineno == 1: + colno = pos + 1 + else: + colno = pos - doc.rindex("\n", 0, pos) + + if pos >= len(doc): + coord_repr = "end of document" + else: + coord_repr = f"line {lineno}, column {colno}" + errmsg = f"{msg} (at {coord_repr})" + ValueError.__init__(self, errmsg) + + self.msg = msg + self.doc = doc + self.pos = pos + self.lineno = lineno + self.colno = colno + + +def load(__fp: IO[bytes], *, parse_float: ParseFloat = float) -> dict[str, Any]: + """Parse TOML from a binary file object.""" + b = __fp.read() + try: + s = b.decode() + except AttributeError: + raise TypeError( + "File must be opened in binary mode, e.g. use `open('foo.toml', 'rb')`" + ) from None + return loads(s, parse_float=parse_float) + + +def loads(__s: str, *, parse_float: ParseFloat = float) -> dict[str, Any]: # noqa: C901 + """Parse TOML from a string.""" + + # The spec allows converting "\r\n" to "\n", even in string + # literals. Let's do so to simplify parsing. + try: + src = __s.replace("\r\n", "\n") + except (AttributeError, TypeError): + raise TypeError( + f"Expected str object, not '{type(__s).__qualname__}'" + ) from None + pos = 0 + out = Output(NestedDict(), Flags()) + header: Key = () + parse_float = make_safe_parse_float(parse_float) + + # Parse one statement at a time + # (typically means one line in TOML source) + while True: + # 1. Skip line leading whitespace + pos = skip_chars(src, pos, TOML_WS) + + # 2. Parse rules. Expect one of the following: + # - end of file + # - end of line + # - comment + # - key/value pair + # - append dict to list (and move to its namespace) + # - create dict (and move to its namespace) + # Skip trailing whitespace when applicable. + try: + char = src[pos] + except IndexError: + break + if char == "\n": + pos += 1 + continue + if char in KEY_INITIAL_CHARS: + pos = key_value_rule(src, pos, out, header, parse_float) + pos = skip_chars(src, pos, TOML_WS) + elif char == "[": + try: + second_char: str | None = src[pos + 1] + except IndexError: + second_char = None + out.flags.finalize_pending() + if second_char == "[": + pos, header = create_list_rule(src, pos, out) + else: + pos, header = create_dict_rule(src, pos, out) + pos = skip_chars(src, pos, TOML_WS) + elif char != "#": + raise TOMLDecodeError("Invalid statement", src, pos) + + # 3. Skip comment + pos = skip_comment(src, pos) + + # 4. Expect end of line or end of file + try: + char = src[pos] + except IndexError: + break + if char != "\n": + raise TOMLDecodeError( + "Expected newline or end of document after a statement", src, pos + ) + pos += 1 + + return out.data.dict + + +class Flags: + """Flags that map to parsed keys/namespaces.""" + + # Marks an immutable namespace (inline array or inline table). + FROZEN: Final = 0 + # Marks a nest that has been explicitly created and can no longer + # be opened using the "[table]" syntax. + EXPLICIT_NEST: Final = 1 + + def __init__(self) -> None: + self._flags: dict[str, dict] = {} + self._pending_flags: set[tuple[Key, int]] = set() + + def add_pending(self, key: Key, flag: int) -> None: + self._pending_flags.add((key, flag)) + + def finalize_pending(self) -> None: + for key, flag in self._pending_flags: + self.set(key, flag, recursive=False) + self._pending_flags.clear() + + def unset_all(self, key: Key) -> None: + cont = self._flags + for k in key[:-1]: + if k not in cont: + return + cont = cont[k]["nested"] + cont.pop(key[-1], None) + + def set(self, key: Key, flag: int, *, recursive: bool) -> None: # noqa: A003 + cont = self._flags + key_parent, key_stem = key[:-1], key[-1] + for k in key_parent: + if k not in cont: + cont[k] = {"flags": set(), "recursive_flags": set(), "nested": {}} + cont = cont[k]["nested"] + if key_stem not in cont: + cont[key_stem] = {"flags": set(), "recursive_flags": set(), "nested": {}} + cont[key_stem]["recursive_flags" if recursive else "flags"].add(flag) + + def is_(self, key: Key, flag: int) -> bool: + if not key: + return False # document root has no flags + cont = self._flags + for k in key[:-1]: + if k not in cont: + return False + inner_cont = cont[k] + if flag in inner_cont["recursive_flags"]: + return True + cont = inner_cont["nested"] + key_stem = key[-1] + if key_stem in cont: + inner_cont = cont[key_stem] + return flag in inner_cont["flags"] or flag in inner_cont["recursive_flags"] + return False + + +class NestedDict: + def __init__(self) -> None: + # The parsed content of the TOML document + self.dict: dict[str, Any] = {} + + def get_or_create_nest( + self, + key: Key, + *, + access_lists: bool = True, + ) -> dict: + cont: Any = self.dict + for k in key: + if k not in cont: + cont[k] = {} + cont = cont[k] + if access_lists and isinstance(cont, list): + cont = cont[-1] + if not isinstance(cont, dict): + raise KeyError("There is no nest behind this key") + return cont + + def append_nest_to_list(self, key: Key) -> None: + cont = self.get_or_create_nest(key[:-1]) + last_key = key[-1] + if last_key in cont: + list_ = cont[last_key] + if not isinstance(list_, list): + raise KeyError("An object other than list found behind this key") + list_.append({}) + else: + cont[last_key] = [{}] + + +class Output(NamedTuple): + data: NestedDict + flags: Flags + + +def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: + try: + while src[pos] in chars: + pos += 1 + except IndexError: + pass + return pos + + +def skip_until( + src: str, + pos: Pos, + expect: str, + *, + error_on: frozenset[str], + error_on_eof: bool, +) -> Pos: + try: + new_pos = src.index(expect, pos) + except ValueError: + new_pos = len(src) + if error_on_eof: + raise TOMLDecodeError(f"Expected {expect!r}", src, new_pos) from None + + if not error_on.isdisjoint(src[pos:new_pos]): + while src[pos] not in error_on: + pos += 1 + raise TOMLDecodeError(f"Found invalid character {src[pos]!r}", src, pos) + return new_pos + + +def skip_comment(src: str, pos: Pos) -> Pos: + try: + char: str | None = src[pos] + except IndexError: + char = None + if char == "#": + return skip_until( + src, pos + 1, "\n", error_on=ILLEGAL_COMMENT_CHARS, error_on_eof=False + ) + return pos + + +def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: + while True: + pos_before_skip = pos + pos = skip_chars(src, pos, TOML_WS_AND_NEWLINE) + pos = skip_comment(src, pos) + if pos == pos_before_skip: + return pos + + +def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: + pos += 1 # Skip "[" + pos = skip_chars(src, pos, TOML_WS) + pos, key = parse_key(src, pos) + + if out.flags.is_(key, Flags.EXPLICIT_NEST) or out.flags.is_(key, Flags.FROZEN): + raise TOMLDecodeError(f"Cannot declare {key} twice", src, pos) + out.flags.set(key, Flags.EXPLICIT_NEST, recursive=False) + try: + out.data.get_or_create_nest(key) + except KeyError: + raise TOMLDecodeError("Cannot overwrite a value", src, pos) from None + + if not src.startswith("]", pos): + raise TOMLDecodeError( + "Expected ']' at the end of a table declaration", src, pos + ) + return pos + 1, key + + +def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: + pos += 2 # Skip "[[" + pos = skip_chars(src, pos, TOML_WS) + pos, key = parse_key(src, pos) + + if out.flags.is_(key, Flags.FROZEN): + raise TOMLDecodeError(f"Cannot mutate immutable namespace {key}", src, pos) + # Free the namespace now that it points to another empty list item... + out.flags.unset_all(key) + # ...but this key precisely is still prohibited from table declaration + out.flags.set(key, Flags.EXPLICIT_NEST, recursive=False) + try: + out.data.append_nest_to_list(key) + except KeyError: + raise TOMLDecodeError("Cannot overwrite a value", src, pos) from None + + if not src.startswith("]]", pos): + raise TOMLDecodeError( + "Expected ']]' at the end of an array declaration", src, pos + ) + return pos + 2, key + + +def key_value_rule( + src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat +) -> Pos: + pos, key, value = parse_key_value_pair(src, pos, parse_float, nest_lvl=0) + key_parent, key_stem = key[:-1], key[-1] + abs_key_parent = header + key_parent + + relative_path_cont_keys = (header + key[:i] for i in range(1, len(key))) + for cont_key in relative_path_cont_keys: + # Check that dotted key syntax does not redefine an existing table + if out.flags.is_(cont_key, Flags.EXPLICIT_NEST): + raise TOMLDecodeError(f"Cannot redefine namespace {cont_key}", src, pos) + # Containers in the relative path can't be opened with the table syntax or + # dotted key/value syntax in following table sections. + out.flags.add_pending(cont_key, Flags.EXPLICIT_NEST) + + if out.flags.is_(abs_key_parent, Flags.FROZEN): + raise TOMLDecodeError( + f"Cannot mutate immutable namespace {abs_key_parent}", src, pos + ) + + try: + nest = out.data.get_or_create_nest(abs_key_parent) + except KeyError: + raise TOMLDecodeError("Cannot overwrite a value", src, pos) from None + if key_stem in nest: + raise TOMLDecodeError("Cannot overwrite a value", src, pos) + # Mark inline table and array namespaces recursively immutable + if isinstance(value, (dict, list)): + out.flags.set(header + key, Flags.FROZEN, recursive=True) + nest[key_stem] = value + return pos + + +def parse_key_value_pair( + src: str, pos: Pos, parse_float: ParseFloat, nest_lvl: int +) -> tuple[Pos, Key, Any]: + pos, key = parse_key(src, pos) + try: + char: str | None = src[pos] + except IndexError: + char = None + if char != "=": + raise TOMLDecodeError("Expected '=' after a key in a key/value pair", src, pos) + pos += 1 + pos = skip_chars(src, pos, TOML_WS) + pos, value = parse_value(src, pos, parse_float, nest_lvl) + return pos, key, value + + +def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: + pos, key_part = parse_key_part(src, pos) + key: Key = (key_part,) + pos = skip_chars(src, pos, TOML_WS) + while True: + try: + char: str | None = src[pos] + except IndexError: + char = None + if char != ".": + return pos, key + pos += 1 + pos = skip_chars(src, pos, TOML_WS) + pos, key_part = parse_key_part(src, pos) + key += (key_part,) + pos = skip_chars(src, pos, TOML_WS) + + +def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: + try: + char: str | None = src[pos] + except IndexError: + char = None + if char in BARE_KEY_CHARS: + start_pos = pos + pos = skip_chars(src, pos, BARE_KEY_CHARS) + return pos, src[start_pos:pos] + if char == "'": + return parse_literal_str(src, pos) + if char == '"': + return parse_one_line_basic_str(src, pos) + raise TOMLDecodeError("Invalid initial character for a key part", src, pos) + + +def parse_one_line_basic_str(src: str, pos: Pos) -> tuple[Pos, str]: + pos += 1 + return parse_basic_str(src, pos, multiline=False) + + +def parse_array( + src: str, pos: Pos, parse_float: ParseFloat, nest_lvl: int +) -> tuple[Pos, list]: + pos += 1 + array: list = [] + + pos = skip_comments_and_array_ws(src, pos) + if src.startswith("]", pos): + return pos + 1, array + while True: + pos, val = parse_value(src, pos, parse_float, nest_lvl) + array.append(val) + pos = skip_comments_and_array_ws(src, pos) + + c = src[pos : pos + 1] + if c == "]": + return pos + 1, array + if c != ",": + raise TOMLDecodeError("Unclosed array", src, pos) + pos += 1 + + pos = skip_comments_and_array_ws(src, pos) + if src.startswith("]", pos): + return pos + 1, array + + +def parse_inline_table( + src: str, pos: Pos, parse_float: ParseFloat, nest_lvl: int +) -> tuple[Pos, dict]: + pos += 1 + nested_dict = NestedDict() + flags = Flags() + + pos = skip_chars(src, pos, TOML_WS) + if src.startswith("}", pos): + return pos + 1, nested_dict.dict + while True: + pos, key, value = parse_key_value_pair(src, pos, parse_float, nest_lvl) + key_parent, key_stem = key[:-1], key[-1] + if flags.is_(key, Flags.FROZEN): + raise TOMLDecodeError(f"Cannot mutate immutable namespace {key}", src, pos) + try: + nest = nested_dict.get_or_create_nest(key_parent, access_lists=False) + except KeyError: + raise TOMLDecodeError("Cannot overwrite a value", src, pos) from None + if key_stem in nest: + raise TOMLDecodeError(f"Duplicate inline table key {key_stem!r}", src, pos) + nest[key_stem] = value + pos = skip_chars(src, pos, TOML_WS) + c = src[pos : pos + 1] + if c == "}": + return pos + 1, nested_dict.dict + if c != ",": + raise TOMLDecodeError("Unclosed inline table", src, pos) + if isinstance(value, (dict, list)): + flags.set(key, Flags.FROZEN, recursive=True) + pos += 1 + pos = skip_chars(src, pos, TOML_WS) + + +def parse_basic_str_escape( + src: str, pos: Pos, *, multiline: bool = False +) -> tuple[Pos, str]: + escape_id = src[pos : pos + 2] + pos += 2 + if multiline and escape_id in {"\\ ", "\\\t", "\\\n"}: + # Skip whitespace until next non-whitespace character or end of + # the doc. Error if non-whitespace is found before newline. + if escape_id != "\\\n": + pos = skip_chars(src, pos, TOML_WS) + try: + char = src[pos] + except IndexError: + return pos, "" + if char != "\n": + raise TOMLDecodeError("Unescaped '\\' in a string", src, pos) + pos += 1 + pos = skip_chars(src, pos, TOML_WS_AND_NEWLINE) + return pos, "" + if escape_id == "\\u": + return parse_hex_char(src, pos, 4) + if escape_id == "\\U": + return parse_hex_char(src, pos, 8) + try: + return pos, BASIC_STR_ESCAPE_REPLACEMENTS[escape_id] + except KeyError: + raise TOMLDecodeError("Unescaped '\\' in a string", src, pos) from None + + +def parse_basic_str_escape_multiline(src: str, pos: Pos) -> tuple[Pos, str]: + return parse_basic_str_escape(src, pos, multiline=True) + + +def parse_hex_char(src: str, pos: Pos, hex_len: int) -> tuple[Pos, str]: + hex_str = src[pos : pos + hex_len] + if len(hex_str) != hex_len or not HEXDIGIT_CHARS.issuperset(hex_str): + raise TOMLDecodeError("Invalid hex value", src, pos) + pos += hex_len + hex_int = int(hex_str, 16) + if not is_unicode_scalar_value(hex_int): + raise TOMLDecodeError( + "Escaped character is not a Unicode scalar value", src, pos + ) + return pos, chr(hex_int) + + +def parse_literal_str(src: str, pos: Pos) -> tuple[Pos, str]: + pos += 1 # Skip starting apostrophe + start_pos = pos + pos = skip_until( + src, pos, "'", error_on=ILLEGAL_LITERAL_STR_CHARS, error_on_eof=True + ) + return pos + 1, src[start_pos:pos] # Skip ending apostrophe + + +def parse_multiline_str(src: str, pos: Pos, *, literal: bool) -> tuple[Pos, str]: + pos += 3 + if src.startswith("\n", pos): + pos += 1 + + if literal: + delim = "'" + end_pos = skip_until( + src, + pos, + "'''", + error_on=ILLEGAL_MULTILINE_LITERAL_STR_CHARS, + error_on_eof=True, + ) + result = src[pos:end_pos] + pos = end_pos + 3 + else: + delim = '"' + pos, result = parse_basic_str(src, pos, multiline=True) + + # Add at maximum two extra apostrophes/quotes if the end sequence + # is 4 or 5 chars long instead of just 3. + if not src.startswith(delim, pos): + return pos, result + pos += 1 + if not src.startswith(delim, pos): + return pos, result + delim + pos += 1 + return pos, result + (delim * 2) + + +def parse_basic_str(src: str, pos: Pos, *, multiline: bool) -> tuple[Pos, str]: + if multiline: + error_on = ILLEGAL_MULTILINE_BASIC_STR_CHARS + parse_escapes = parse_basic_str_escape_multiline + else: + error_on = ILLEGAL_BASIC_STR_CHARS + parse_escapes = parse_basic_str_escape + result = "" + start_pos = pos + while True: + try: + char = src[pos] + except IndexError: + raise TOMLDecodeError("Unterminated string", src, pos) from None + if char == '"': + if not multiline: + return pos + 1, result + src[start_pos:pos] + if src.startswith('"""', pos): + return pos + 3, result + src[start_pos:pos] + pos += 1 + continue + if char == "\\": + result += src[start_pos:pos] + pos, parsed_escape = parse_escapes(src, pos) + result += parsed_escape + start_pos = pos + continue + if char in error_on: + raise TOMLDecodeError(f"Illegal character {char!r}", src, pos) + pos += 1 + + +def parse_value( # noqa: C901 + src: str, pos: Pos, parse_float: ParseFloat, nest_lvl: int +) -> tuple[Pos, Any]: + if nest_lvl > MAX_INLINE_NESTING: + # Pure Python should have raised RecursionError already. + # This ensures mypyc binaries eventually do the same. + raise RecursionError( # pragma: no cover + "TOML inline arrays/tables are nested more than the allowed" + f" {MAX_INLINE_NESTING} levels" + ) + + try: + char: str | None = src[pos] + except IndexError: + char = None + + # IMPORTANT: order conditions based on speed of checking and likelihood + + # Basic strings + if char == '"': + if src.startswith('"""', pos): + return parse_multiline_str(src, pos, literal=False) + return parse_one_line_basic_str(src, pos) + + # Literal strings + if char == "'": + if src.startswith("'''", pos): + return parse_multiline_str(src, pos, literal=True) + return parse_literal_str(src, pos) + + # Booleans + if char == "t": + if src.startswith("true", pos): + return pos + 4, True + if char == "f": + if src.startswith("false", pos): + return pos + 5, False + + # Arrays + if char == "[": + return parse_array(src, pos, parse_float, nest_lvl + 1) + + # Inline tables + if char == "{": + return parse_inline_table(src, pos, parse_float, nest_lvl + 1) + + # Dates and times + datetime_match = RE_DATETIME.match(src, pos) + if datetime_match: + try: + datetime_obj = match_to_datetime(datetime_match) + except ValueError as e: + raise TOMLDecodeError("Invalid date or datetime", src, pos) from e + return datetime_match.end(), datetime_obj + localtime_match = RE_LOCALTIME.match(src, pos) + if localtime_match: + return localtime_match.end(), match_to_localtime(localtime_match) + + # Integers and "normal" floats. + # The regex will greedily match any type starting with a decimal + # char, so needs to be located after handling of dates and times. + number_match = RE_NUMBER.match(src, pos) + if number_match: + return number_match.end(), match_to_number(number_match, parse_float) + + # Special floats + first_three = src[pos : pos + 3] + if first_three in {"inf", "nan"}: + return pos + 3, parse_float(first_three) + first_four = src[pos : pos + 4] + if first_four in {"-inf", "+inf", "-nan", "+nan"}: + return pos + 4, parse_float(first_four) + + raise TOMLDecodeError("Invalid value", src, pos) + + +def is_unicode_scalar_value(codepoint: int) -> bool: + return (0 <= codepoint <= 55295) or (57344 <= codepoint <= 1114111) + + +def make_safe_parse_float(parse_float: ParseFloat) -> ParseFloat: + """A decorator to make `parse_float` safe. + + `parse_float` must not return dicts or lists, because these types + would be mixed with parsed TOML tables and arrays, thus confusing + the parser. The returned decorated callable raises `ValueError` + instead of returning illegal types. + """ + # The default `float` callable never returns illegal types. Optimize it. + if parse_float is float: + return float + + def safe_parse_float(float_str: str) -> Any: + float_value = parse_float(float_str) + if isinstance(float_value, (dict, list)): + raise ValueError("parse_float must not return dicts or lists") + return float_value + + return safe_parse_float diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_re.py b/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_re.py new file mode 100644 index 0000000..5134866 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_re.py @@ -0,0 +1,112 @@ +# SPDX-License-Identifier: MIT +# SPDX-FileCopyrightText: 2021 Taneli Hukkinen +# Licensed to PSF under a Contributor Agreement. + +from __future__ import annotations + +from datetime import date, datetime, time, timedelta, timezone, tzinfo +from functools import lru_cache +import re +from typing import Any, Final + +from ._types import ParseFloat + +# E.g. +# - 00:32:00.999999 +# - 00:32:00 +_TIME_RE_STR: Final = ( + r"([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9])(?:\.([0-9]{1,6})[0-9]*)?" +) + +RE_NUMBER: Final = re.compile( + r""" +0 +(?: + x[0-9A-Fa-f](?:_?[0-9A-Fa-f])* # hex + | + b[01](?:_?[01])* # bin + | + o[0-7](?:_?[0-7])* # oct +) +| +[+-]?(?:0|[1-9](?:_?[0-9])*) # dec, integer part +(?P + (?:\.[0-9](?:_?[0-9])*)? # optional fractional part + (?:[eE][+-]?[0-9](?:_?[0-9])*)? # optional exponent part +) +""", + flags=re.VERBOSE, +) +RE_LOCALTIME: Final = re.compile(_TIME_RE_STR) +RE_DATETIME: Final = re.compile( + rf""" +([0-9]{{4}})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01]) # date, e.g. 1988-10-27 +(?: + [Tt ] + {_TIME_RE_STR} + (?:([Zz])|([+-])([01][0-9]|2[0-3]):([0-5][0-9]))? # optional time offset +)? +""", + flags=re.VERBOSE, +) + + +def match_to_datetime(match: re.Match) -> datetime | date: + """Convert a `RE_DATETIME` match to `datetime.datetime` or `datetime.date`. + + Raises ValueError if the match does not correspond to a valid date + or datetime. + """ + ( + year_str, + month_str, + day_str, + hour_str, + minute_str, + sec_str, + micros_str, + zulu_time, + offset_sign_str, + offset_hour_str, + offset_minute_str, + ) = match.groups() + year, month, day = int(year_str), int(month_str), int(day_str) + if hour_str is None: + return date(year, month, day) + hour, minute, sec = int(hour_str), int(minute_str), int(sec_str) + micros = int(micros_str.ljust(6, "0")) if micros_str else 0 + if offset_sign_str: + tz: tzinfo | None = cached_tz( + offset_hour_str, offset_minute_str, offset_sign_str + ) + elif zulu_time: + tz = timezone.utc + else: # local date-time + tz = None + return datetime(year, month, day, hour, minute, sec, micros, tzinfo=tz) + + +# No need to limit cache size. This is only ever called on input +# that matched RE_DATETIME, so there is an implicit bound of +# 24 (hours) * 60 (minutes) * 2 (offset direction) = 2880. +@lru_cache(maxsize=None) +def cached_tz(hour_str: str, minute_str: str, sign_str: str) -> timezone: + sign = 1 if sign_str == "+" else -1 + return timezone( + timedelta( + hours=sign * int(hour_str), + minutes=sign * int(minute_str), + ) + ) + + +def match_to_localtime(match: re.Match) -> time: + hour_str, minute_str, sec_str, micros_str = match.groups() + micros = int(micros_str.ljust(6, "0")) if micros_str else 0 + return time(int(hour_str), int(minute_str), int(sec_str), micros) + + +def match_to_number(match: re.Match, parse_float: ParseFloat) -> Any: + if match.group("floatpart"): + return parse_float(match.group()) + return int(match.group(), 0) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_types.py b/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_types.py new file mode 100644 index 0000000..d949412 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/tomli/_types.py @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: MIT +# SPDX-FileCopyrightText: 2021 Taneli Hukkinen +# Licensed to PSF under a Contributor Agreement. + +from typing import Any, Callable, Tuple + +# Type annotations +ParseFloat = Callable[[str], Any] +Key = Tuple[str, ...] +Pos = int diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/tomli/py.typed b/venv/lib/python3.10/site-packages/pip/_vendor/tomli/py.typed new file mode 100644 index 0000000..7632ecf --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/tomli/py.typed @@ -0,0 +1 @@ +# Marker file for PEP 561 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/truststore/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/__init__.py new file mode 100644 index 0000000..e468bf8 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/__init__.py @@ -0,0 +1,36 @@ +"""Verify certificates using native system trust stores""" + +import sys as _sys + +if _sys.version_info < (3, 10): + raise ImportError("truststore requires Python 3.10 or later") + +# Detect Python runtimes which don't implement SSLObject.get_unverified_chain() API +# This API only became public in Python 3.13 but was available in CPython and PyPy since 3.10. +if _sys.version_info < (3, 13): + try: + import ssl as _ssl + except ImportError: + raise ImportError("truststore requires the 'ssl' module") + else: + _sslmem = _ssl.MemoryBIO() + _sslobj = _ssl.create_default_context().wrap_bio( + _sslmem, + _sslmem, + ) + try: + while not hasattr(_sslobj, "get_unverified_chain"): + _sslobj = _sslobj._sslobj # type: ignore[attr-defined] + except AttributeError: + raise ImportError( + "truststore requires peer certificate chain APIs to be available" + ) from None + + del _ssl, _sslobj, _sslmem # noqa: F821 + +from ._api import SSLContext, extract_from_ssl, inject_into_ssl # noqa: E402 + +del _api, _sys # type: ignore[name-defined] # noqa: F821 + +__all__ = ["SSLContext", "inject_into_ssl", "extract_from_ssl"] +__version__ = "0.10.0" diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b2d0d0d25522f7836a1a41d5b1bfb0662f31d8e GIT binary patch literal 974 zcmZuvzi$&U6!tmSUQ2T;k-UJ(oo2nvXy5jZuBsji)_%{6E6Y||{&W`{$+c?b^ z1VLgVJV7%rra;FvQQITB1HSMNy#sIISwhdNd40iJitBGl5&8uD*$t04LvG!1_X*UG z8pk9Ka9utoM@7^&HTB(yRBv zULcl5Gh4|!aVKAmSMy8pC6Dx0dUQxc_{obei&lI^&|T7P&+oheEeA7}g0^xX)5L;d z6C;ZuD-tWGz|728$eGm>W0|o^gE_$}kmp@`Qp5Gcm2Q4>alSZa8s1GL(%8$H9jSud z-n_NNlx7(w*IlZqi)y>5>la1Y5wLY*vUQd#G0C7>8-nGNV(OGi5Ih|vvY0=(D7FO9 z=ikB>T=wwgj$u}@KCon($Smn+aN?nYZmnwW?mm623JdRTwThsV)bfE=IY$juM;2p1 zhb*jej&4miFitN!aNlBH-@@l@ZgtnH2IoShoL4ohS>t_2NtU6^kn=Nj{4>$l9K*rSarD}t>`1GTv}Gh< zT7cacN;{hLH~Km$(h+`;XbQzN%49z(7kzeZj*PUhQ6}kLG6WNqvW)PKLMR>mZ&$>z z8q#vUSR^u|=JSo>EGG O(bM|U8ue*_alZknyCSgw literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2cbd4db280d06e271c0cb5ceb252de9f36524871 GIT binary patch literal 10407 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9aca85cbe9301903f65f1b5b9ca6436f5db70f3 GIT binary patch literal 10105 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..82919a784a0f7b496cb311cc5c9b07f3eed2af75 GIT binary patch literal 1487 zcmZ`(O>ZML7`8p0$uwX6*zMP{hX^4-4$15a4j>Ssw5hhz(!-{37$~F3*vU*fnVGen z(w0;LZLi!prrh?waNz7KC;kFrcX>T&RrY`*KmK}cKYre4k~bPv1m*Y3KSuYL5c<;$ z{##%UeF0Ve3cwJ(a38f-{{nXCuuU&kJ+2~8%G8UvP~C!0F4oJb;w14@D(|M>eJc_c!j9RJ43j8S zTy`U&E;jCB!p>ltv6PobZhrsmqs}K`XSmbZKmPIK%kR2oeEgoaB6X%6!PQh`5jLc5 ziUlo&8bOslz|TmbIle}hc!tMBt^itMT~X7%z+!!d=JqwhD7&YeJ#@TsNmOO*&X;E7 z8jJU5Xk48UhJV4>#Ng+f41EJVhCmH+*v8t4!eNr~c1>HLhTa-+6)-*wr>P1~xk!fR zK@qB03d71on~~lK7M&okdk1?vN4>r#xzw~g z&`G4Bq1V$qWVaWmIY^x3nQU8vnCsmeW(zhikywG*zsKI!k_+jHJWf>MF@BnH)fpu! zo(?(#5oS@GWFzmCXQy7847}o8#d-E&_wgf7CW?28FggiGTzW-PcyM>da^Wd4l}f5y za4*OUo`E>s;#{wp7Y~!sRPgfc{7h{C2YDZW{N&a*a230D9oI3%bd6OZ>6RHmN~@Px(YZatkkCy?9qFUzjndB6#r|&0qm$MT zF;_7ctwmB={44?PtuSM)+x)c3{Irs+1%VJy@JMmi8s=gWs_y<#+YvROA?g6yP9#f& zuB32`>1+j0cKT0xd%EVZsi2Y4So$SC zEN=$CY{8V+Ht@iJG0Gh&@b9g+ITxigK{6@QPa#T{xv7YUX2&}K?KNNpHiuM$drFx! z5nR}?rX6)&fVqVEchr?ApA_I?v2I4qn@y8219u5s?f0MVF3!>Jf#M*xKLBu%i*J5bwMMOnc3&c1TuFK_@R>1x{xBh4GnXzY3OT#rUELHqvk$D-tf{A`m$3o&_(Znp?mL=s6W zlI|i+X_vE<0V#u&Lk~FcPb>|Am3@dF5;&6VoIr#zz(~uu97uk{%roHWP||dyIE>RF zW+T~aUy&i=vFuBF9m+@^edg&sNoQmd|3U`j(mxT-G}c*H8xXVEn~PdG_~3+WlmsL4 zDznx<{!f!_^j%Ls*BiI2l^Mp5IoWpelfVoyOz!&tTM;(ahi;>hjF0yV zrVsYZ@2kGo31K39!AI}3D{557bG#4!Scpui+GTCk3gO4aN>{J~wJUk9vK5#B@0ym0 z59@gex%2V+j^|tau#Q_N-~kM}Y3KN%O$DzgX7(vUOd=Z5kjHe~kAflNG^8An1?YcU IXKeiEA572X@&Et; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d1aa1f5fc482598cba31c5366698c0b5e904ac36 GIT binary patch literal 10581 zcma)C&2t+^cApsx1_KZPLF$wGge=(>ZHtsF%d&U9UP2%!!6HE#fIirkJciH>5){7N zGZaMz-1VB?tx8q)qjE}WE0uMU%O;gn<&aCN@)snBoadTLbjih4iRJZL`Mn;1pQ3h& z>Nnl5U-xvs?*6^kZ`e*GVjBMbWBorD@>81jUsTxsmqK9z$^FFCG_G;Ip|RkpGhLMp zX5eWwLQRvII@N`c53{h!o5)+tYDQS3X*0VSWzlAg#hL?bpc!ZJW`ZS}NtSF5vOy&u zZlsz+Y^XWRhMNc2f#yMWuz83bY93~Xn@8A@=23REIl@Mo$Jj9?Z#9hOady0Uf}KD) z!tKV%<|%ec*TeyK8Yzu*=DNnCJobggV7zeH*!)lx;a0^CNS!`9e8Y^rIzDE?2!}DSW%?R2M7K>G+YVv)pL67Krtz zUFTp$tIkTV)~r@s&p%X^qT&f>xmB;Wxo{pV*J?ugkxskb@{qCI`kH9h@GkS(?Ci83 zp1d<#ob;_5nZo3B&NruL3)g*XdM;Zk7ySsHw`cQ{DszW8vFW*~{B*9IpUL^*={aIS zn5sq%KT)2a%Q@K_x$Mn6dI@D(t50;y7t=lAxWaQ>x8YRV7{_DJc_d`Lw(2x7$SNsi z`=5ov1d=-jA~XVGfUqt?HG><%1P!UYsq$eFt{Js3v$zEnNBnp;S1dc(St#;unGN%m ztdL%=1$ES03+2_0V2RFyO`hN^QQc9DcBnGns-;aym$dyC5tER|A*J?Q;l|C}ymPCRxt{Y=)mtvcm*=A8)u90CACwCncWoCJ zs+Fhk5_y^ky)MvVm~uymyhLPEZ$a)H@m>MBg5=sDG^?0yf2X*6<`aU%1c{yi**hOK zmvC<`DK!^031=o#&fdT*S7___VKw%`sP)_t({T15>?mq~i1bx|uoexLxO)amPRj(6 z3!mk=gT)D;b6~1-piTg{R6Zgs@NE$RjS{C8Wj2pti3a?^;AGs$Vp#S zz)u#%r^~|i1Xt5zM>flO*ImXw6m#uHy}Ifj;w!ggqbNLC7mq59a=j_q%N{#f%PxxQ z!=iZ9u2#HyyEP?+yVw%0OA`JFU)iUMB|9}QTd6LJqHtGRRW{fG@&V&Y^@Y}4MON4l zU)kbJH7W~kVKn+&<&z@iAd$mF=nU?^7H^=IbnBAr_Tvy73arfkNs`&KGB4gnq;G?n zJB~!Tc&k))O65%XR*5C}iURwRSMioz7UwGjG(o8_8h-A?_TBxLFhGVRUnfGPJ;SA~ zHi6`R59E2f9vcbpiH$_tCakuNrD#Ohm`sF4xsA;e^@q1@p4@b9CRZrS3+U93E4<7G zxb6>>34eOi8|-YYy8_f?r@x_sjW*QDbUN5sYSRR)L!A|OE%(?1nhCCSMJ)@XvFGW= zPs|0w3eaBZAVA;Ypkg~7$wL_K{#)Wr)K-w(VUXQh!hR~Let-SGkJ^3oi%kLjhJ{6l zxv67lmq*kA-O_P@p{4xH+%y?doKvM@`4&27b~V=!O+YD&0Y&@yWJf7{y6!5I?IAE`i6=(bG?w4-xpW2;87RbxB0YR?bYrbnxqU98kw%!U?&+(>o0y&~j?u;O)Z zRq=Y;nH`7FewFea4Ec}LX>U93SlT~ArF3e4OxigJ(%+MPl>(%`mL#!9skDp}NbY%% zJxV3@ZF8V%CJXa06leMAQfb~uamuPjDz;$wUzv+OM@gBY#B!6NW? z{Un{-l8|ui3UHJ5GmvuCE8UJC8XeP#+nSqou~CgvFS z55H(;5x$~qj6c+Q1Pqdu!0wSH+HX29wlfnL)?XsIWYPQ6v41a#zh^QQm{jq6zc*O6 z!0Hp-?e`wtJF&p%1dE2LDKupR4YkAbz}LrqqR|5qRb&TtOuKKEp6{L!O#T5Yn}x{V zk=V;bsI+I!}txgUe}+8we_iQ_4KBhBfp1fVCsb^=J(k+WP&m7TGwUr1$x_t}=XLUW zDh+j2V8e1@aTiZ!Fg-aA!bWB)kL%6lrgD355tZZ{!vYGI9m=j&8)8y;qDuYE&=q4D z2Wv6+xQa~ukx-*LvQ<`t5`0dyI}O27SmVBA&sTc>+MS`%ym;r5cl6IlF1hCYoon^b zeEZY>N|J0{({#sr1RYPdq|D!zJPibGev=6(Q8}_sf?Q^|rl(gUK1xX^KAvuSK{E$eI z$k|PD4mp3wS*)};?t-{(IfAb8{{yyCg{fPHsmog=Hn8pb>&L2Cce>cuTmB#}fxt{> zvF&X+9ZWIzx=b(3pa_h0KwshFj zmX1tlvf>?GA7~BqI3wUJdB?!P$kzwf65jDH0Oy|#a&W36?q8|TL7#)|ei`klwy z*5f~lx5B}5MPC8eJJp5%zF|N%B>&Aj-3@K%2)$xMP}))Z@BP{pZABZk*WSIYf*NVS zLV9a`(>2*{DqgV8X&mI%LK&iiQ+1C*)oiP#QSWn5YiWAKOWUb*F|^EZ0BTmr%RMsp68=Zf;d4mGT;GR|Ly)jLLBS1wD7Fax^J#lP>NM zxl80SDdg~Co+5-z!RxR^)GX*JK&l6;WS^o9QK_i`v7ss?9MM{QC{~?i3iH4a5=-Ts zX2q*6vUspZJ8++xt{)5BZE~jMJiSsE{@|{O?8er^{b_e_KB#}!sW&@~EKY*^=jg+X z#&pw2>4u&%3{b0=ko(4t8G2GTpIKoG&%Vh*gh-Dg`V|MqH1HRqc3Z#L(^S+9qx~~; zR}IO;o+e{>$1@`o|H}T%_+R6**ocX~%xAG@rXE9$T&AhT7nPHhYc14ULUxFi>d+Y{ z#rF5K1Y2pMN_)EhcK{hO%?j}wm?#GZul>EJdHRM1M2&bxSMP?n28=Yj7M_s}8)y|- z3a#6oNm%TKdnim;9(8O^h#UoK#<;PJL*Wgma#&vW;$#g_N_a`MjCq5eMs2;+hS7~V zLudm`Upn~EkT<(AQ(HRZ9iD~tbq?VjF|>?17Fr;;KHwce4{`A0;Kvmox%Gs1)Ej|y z80aQ8@BytGUpls)>?Y-x-f`fpzCP%k@J@QC5V+U6NsM$5Jq&Ij=DQJDPjypVf2hk} zzy>9G_}3=4(EjwV@hR-D!s|mVNG_#+bLLBJeaJiTo0qynU+U|_-J$NVbGDlVJ=Y!P z+ULd{Xh;5o_cG~7p}7V$M*{a>wzvU`2PivL*WhTZou=jL9iOz?%;}Dbgr$|8Pp=tg zAFmndkG|3GkG>)mu7I-39+#DVM!f%$Mh#sp-shCx5+wkaO<>S8(!$+nMS7q@)Xor0}Dh zATmINwwb&J;t%xTkmB+3BjQ9AfE8v7Ipw?h=eGe`??%`|zM0v{oI`@@{Uzn+2bM$G zoz>lw?#B}Mb_jDNCuvON@%YIpn6ipDgD@iC<&J-BYPN`IENoMW!pqK7adyTj&6mo# z8UN(2x}Fm91!%8ak~!)xjELnjLb&ANcjP^=Sh7Fu;2o^52Ksh_%K{c{H-?hOHhLgH z&_^^>I@@xEh&s*+Pzl`-+6?fnA4*8nC+%4#&ocXmCvlMVz&#aI|kZ72IQUom^Z39;0p(MCAAef+dtF`&9Wt-p! zARh1u&dsNG;wat~>wU5?{@Xm3)a_?+0$UoB^gwn%C>_L22>n+S2to-!Ibekn++=%g zs;evaI0`_uy^v?ZJ?=rL2Uu0^al(rzShRa!M{aJ+i2*MR)erz^ya_KpGvE_i3(lO_mOk zPl!~AJRnjfLKm?u5RuoZs8A`TK1O9Jq!-+Kg9EzP-J<>7vs!;btx3WDsr^nuPqGD} z(L``4XfgIZ6q1e%OD@timikmKhWwP6N2@6JPJvKnlfD(!>I*E=!4aZNqO-%Q?!1P{ zCVF{F+w%it%qaN;w3&AL1l9mW&urS3>SumunY%pz>!}&D$#eJ)o`SCW^+Q$faTT3! z{)LdEEk3;YVTpyRTbsbb+$JffP=4jYhnipC!X_42GT)T}M2yD@2UDw!L{#`t^ z@Kg98u#T=Jg#aaew^Gn7KSK_;(q9r|tA3|C{NbMZ@C~{D(e(mu&FX`P@mcWw4@ZcO zqyg^;$4UN*IxJJ?EnHB8fIhxE2KK=6Ry(-2;F}RL!j*CdS83{?-^$QI}4%Ia1#ox7gN&a3a8@``FZmkq2?@B6_k)a-2{qeSTT zz*5`8;q=)o2$jD{0`C%`xVHR05eml2RSObkD42rl(=> z%MSe?fTP@t!1S}L`!?yhA^b(={TW6CsqBe@diHPJx7P2Cc(k<8+ z3wKm?1Em{h&-S3^8_Tu~x{2bqqej^+a;3KMt#2)h{=*@VCfx3)?R}!xr&iRk%-@?B lC3^i1?ifZH`_{PE=WHK0y6lZR_BB3T_uA|yVZN2t{~rv99p3-| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_api.py b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_api.py new file mode 100644 index 0000000..aeb023a --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_api.py @@ -0,0 +1,316 @@ +import os +import platform +import socket +import ssl +import sys +import typing + +import _ssl # type: ignore[import-not-found] + +from ._ssl_constants import ( + _original_SSLContext, + _original_super_SSLContext, + _truststore_SSLContext_dunder_class, + _truststore_SSLContext_super_class, +) + +if platform.system() == "Windows": + from ._windows import _configure_context, _verify_peercerts_impl +elif platform.system() == "Darwin": + from ._macos import _configure_context, _verify_peercerts_impl +else: + from ._openssl import _configure_context, _verify_peercerts_impl + +if typing.TYPE_CHECKING: + from pip._vendor.typing_extensions import Buffer + +# From typeshed/stdlib/ssl.pyi +_StrOrBytesPath: typing.TypeAlias = str | bytes | os.PathLike[str] | os.PathLike[bytes] +_PasswordType: typing.TypeAlias = str | bytes | typing.Callable[[], str | bytes] + + +def inject_into_ssl() -> None: + """Injects the :class:`truststore.SSLContext` into the ``ssl`` + module by replacing :class:`ssl.SSLContext`. + """ + setattr(ssl, "SSLContext", SSLContext) + # urllib3 holds on to its own reference of ssl.SSLContext + # so we need to replace that reference too. + try: + import pip._vendor.urllib3.util.ssl_ as urllib3_ssl + + setattr(urllib3_ssl, "SSLContext", SSLContext) + except ImportError: + pass + + +def extract_from_ssl() -> None: + """Restores the :class:`ssl.SSLContext` class to its original state""" + setattr(ssl, "SSLContext", _original_SSLContext) + try: + import pip._vendor.urllib3.util.ssl_ as urllib3_ssl + + urllib3_ssl.SSLContext = _original_SSLContext # type: ignore[assignment] + except ImportError: + pass + + +class SSLContext(_truststore_SSLContext_super_class): # type: ignore[misc] + """SSLContext API that uses system certificates on all platforms""" + + @property # type: ignore[misc] + def __class__(self) -> type: + # Dirty hack to get around isinstance() checks + # for ssl.SSLContext instances in aiohttp/trustme + # when using non-CPython implementations. + return _truststore_SSLContext_dunder_class or SSLContext + + def __init__(self, protocol: int = None) -> None: # type: ignore[assignment] + self._ctx = _original_SSLContext(protocol) + + class TruststoreSSLObject(ssl.SSLObject): + # This object exists because wrap_bio() doesn't + # immediately do the handshake so we need to do + # certificate verifications after SSLObject.do_handshake() + + def do_handshake(self) -> None: + ret = super().do_handshake() + _verify_peercerts(self, server_hostname=self.server_hostname) + return ret + + self._ctx.sslobject_class = TruststoreSSLObject + + def wrap_socket( + self, + sock: socket.socket, + server_side: bool = False, + do_handshake_on_connect: bool = True, + suppress_ragged_eofs: bool = True, + server_hostname: str | None = None, + session: ssl.SSLSession | None = None, + ) -> ssl.SSLSocket: + # Use a context manager here because the + # inner SSLContext holds on to our state + # but also does the actual handshake. + with _configure_context(self._ctx): + ssl_sock = self._ctx.wrap_socket( + sock, + server_side=server_side, + server_hostname=server_hostname, + do_handshake_on_connect=do_handshake_on_connect, + suppress_ragged_eofs=suppress_ragged_eofs, + session=session, + ) + try: + _verify_peercerts(ssl_sock, server_hostname=server_hostname) + except Exception: + ssl_sock.close() + raise + return ssl_sock + + def wrap_bio( + self, + incoming: ssl.MemoryBIO, + outgoing: ssl.MemoryBIO, + server_side: bool = False, + server_hostname: str | None = None, + session: ssl.SSLSession | None = None, + ) -> ssl.SSLObject: + with _configure_context(self._ctx): + ssl_obj = self._ctx.wrap_bio( + incoming, + outgoing, + server_hostname=server_hostname, + server_side=server_side, + session=session, + ) + return ssl_obj + + def load_verify_locations( + self, + cafile: str | bytes | os.PathLike[str] | os.PathLike[bytes] | None = None, + capath: str | bytes | os.PathLike[str] | os.PathLike[bytes] | None = None, + cadata: typing.Union[str, "Buffer", None] = None, + ) -> None: + return self._ctx.load_verify_locations( + cafile=cafile, capath=capath, cadata=cadata + ) + + def load_cert_chain( + self, + certfile: _StrOrBytesPath, + keyfile: _StrOrBytesPath | None = None, + password: _PasswordType | None = None, + ) -> None: + return self._ctx.load_cert_chain( + certfile=certfile, keyfile=keyfile, password=password + ) + + def load_default_certs( + self, purpose: ssl.Purpose = ssl.Purpose.SERVER_AUTH + ) -> None: + return self._ctx.load_default_certs(purpose) + + def set_alpn_protocols(self, alpn_protocols: typing.Iterable[str]) -> None: + return self._ctx.set_alpn_protocols(alpn_protocols) + + def set_npn_protocols(self, npn_protocols: typing.Iterable[str]) -> None: + return self._ctx.set_npn_protocols(npn_protocols) + + def set_ciphers(self, __cipherlist: str) -> None: + return self._ctx.set_ciphers(__cipherlist) + + def get_ciphers(self) -> typing.Any: + return self._ctx.get_ciphers() + + def session_stats(self) -> dict[str, int]: + return self._ctx.session_stats() + + def cert_store_stats(self) -> dict[str, int]: + raise NotImplementedError() + + def set_default_verify_paths(self) -> None: + self._ctx.set_default_verify_paths() + + @typing.overload + def get_ca_certs( + self, binary_form: typing.Literal[False] = ... + ) -> list[typing.Any]: ... + + @typing.overload + def get_ca_certs(self, binary_form: typing.Literal[True] = ...) -> list[bytes]: ... + + @typing.overload + def get_ca_certs(self, binary_form: bool = ...) -> typing.Any: ... + + def get_ca_certs(self, binary_form: bool = False) -> list[typing.Any] | list[bytes]: + raise NotImplementedError() + + @property + def check_hostname(self) -> bool: + return self._ctx.check_hostname + + @check_hostname.setter + def check_hostname(self, value: bool) -> None: + self._ctx.check_hostname = value + + @property + def hostname_checks_common_name(self) -> bool: + return self._ctx.hostname_checks_common_name + + @hostname_checks_common_name.setter + def hostname_checks_common_name(self, value: bool) -> None: + self._ctx.hostname_checks_common_name = value + + @property + def keylog_filename(self) -> str: + return self._ctx.keylog_filename + + @keylog_filename.setter + def keylog_filename(self, value: str) -> None: + self._ctx.keylog_filename = value + + @property + def maximum_version(self) -> ssl.TLSVersion: + return self._ctx.maximum_version + + @maximum_version.setter + def maximum_version(self, value: ssl.TLSVersion) -> None: + _original_super_SSLContext.maximum_version.__set__( # type: ignore[attr-defined] + self._ctx, value + ) + + @property + def minimum_version(self) -> ssl.TLSVersion: + return self._ctx.minimum_version + + @minimum_version.setter + def minimum_version(self, value: ssl.TLSVersion) -> None: + _original_super_SSLContext.minimum_version.__set__( # type: ignore[attr-defined] + self._ctx, value + ) + + @property + def options(self) -> ssl.Options: + return self._ctx.options + + @options.setter + def options(self, value: ssl.Options) -> None: + _original_super_SSLContext.options.__set__( # type: ignore[attr-defined] + self._ctx, value + ) + + @property + def post_handshake_auth(self) -> bool: + return self._ctx.post_handshake_auth + + @post_handshake_auth.setter + def post_handshake_auth(self, value: bool) -> None: + self._ctx.post_handshake_auth = value + + @property + def protocol(self) -> ssl._SSLMethod: + return self._ctx.protocol + + @property + def security_level(self) -> int: + return self._ctx.security_level + + @property + def verify_flags(self) -> ssl.VerifyFlags: + return self._ctx.verify_flags + + @verify_flags.setter + def verify_flags(self, value: ssl.VerifyFlags) -> None: + _original_super_SSLContext.verify_flags.__set__( # type: ignore[attr-defined] + self._ctx, value + ) + + @property + def verify_mode(self) -> ssl.VerifyMode: + return self._ctx.verify_mode + + @verify_mode.setter + def verify_mode(self, value: ssl.VerifyMode) -> None: + _original_super_SSLContext.verify_mode.__set__( # type: ignore[attr-defined] + self._ctx, value + ) + + +# Python 3.13+ makes get_unverified_chain() a public API that only returns DER +# encoded certificates. We detect whether we need to call public_bytes() for 3.10->3.12 +# Pre-3.13 returned None instead of an empty list from get_unverified_chain() +if sys.version_info >= (3, 13): + + def _get_unverified_chain_bytes(sslobj: ssl.SSLObject) -> list[bytes]: + unverified_chain = sslobj.get_unverified_chain() or () # type: ignore[attr-defined] + return [ + cert if isinstance(cert, bytes) else cert.public_bytes(_ssl.ENCODING_DER) + for cert in unverified_chain + ] + +else: + + def _get_unverified_chain_bytes(sslobj: ssl.SSLObject) -> list[bytes]: + unverified_chain = sslobj.get_unverified_chain() or () # type: ignore[attr-defined] + return [cert.public_bytes(_ssl.ENCODING_DER) for cert in unverified_chain] + + +def _verify_peercerts( + sock_or_sslobj: ssl.SSLSocket | ssl.SSLObject, server_hostname: str | None +) -> None: + """ + Verifies the peer certificates from an SSLSocket or SSLObject + against the certificates in the OS trust store. + """ + sslobj: ssl.SSLObject = sock_or_sslobj # type: ignore[assignment] + try: + while not hasattr(sslobj, "get_unverified_chain"): + sslobj = sslobj._sslobj # type: ignore[attr-defined] + except AttributeError: + pass + + cert_bytes = _get_unverified_chain_bytes(sslobj) + _verify_peercerts_impl( + sock_or_sslobj.context, cert_bytes, server_hostname=server_hostname + ) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_macos.py b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_macos.py new file mode 100644 index 0000000..3450307 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_macos.py @@ -0,0 +1,571 @@ +import contextlib +import ctypes +import platform +import ssl +import typing +from ctypes import ( + CDLL, + POINTER, + c_bool, + c_char_p, + c_int32, + c_long, + c_uint32, + c_ulong, + c_void_p, +) +from ctypes.util import find_library + +from ._ssl_constants import _set_ssl_context_verify_mode + +_mac_version = platform.mac_ver()[0] +_mac_version_info = tuple(map(int, _mac_version.split("."))) +if _mac_version_info < (10, 8): + raise ImportError( + f"Only OS X 10.8 and newer are supported, not {_mac_version_info[0]}.{_mac_version_info[1]}" + ) + +_is_macos_version_10_14_or_later = _mac_version_info >= (10, 14) + + +def _load_cdll(name: str, macos10_16_path: str) -> CDLL: + """Loads a CDLL by name, falling back to known path on 10.16+""" + try: + # Big Sur is technically 11 but we use 10.16 due to the Big Sur + # beta being labeled as 10.16. + path: str | None + if _mac_version_info >= (10, 16): + path = macos10_16_path + else: + path = find_library(name) + if not path: + raise OSError # Caught and reraised as 'ImportError' + return CDLL(path, use_errno=True) + except OSError: + raise ImportError(f"The library {name} failed to load") from None + + +Security = _load_cdll( + "Security", "/System/Library/Frameworks/Security.framework/Security" +) +CoreFoundation = _load_cdll( + "CoreFoundation", + "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation", +) + +Boolean = c_bool +CFIndex = c_long +CFStringEncoding = c_uint32 +CFData = c_void_p +CFString = c_void_p +CFArray = c_void_p +CFMutableArray = c_void_p +CFError = c_void_p +CFType = c_void_p +CFTypeID = c_ulong +CFTypeRef = POINTER(CFType) +CFAllocatorRef = c_void_p + +OSStatus = c_int32 + +CFErrorRef = POINTER(CFError) +CFDataRef = POINTER(CFData) +CFStringRef = POINTER(CFString) +CFArrayRef = POINTER(CFArray) +CFMutableArrayRef = POINTER(CFMutableArray) +CFArrayCallBacks = c_void_p +CFOptionFlags = c_uint32 + +SecCertificateRef = POINTER(c_void_p) +SecPolicyRef = POINTER(c_void_p) +SecTrustRef = POINTER(c_void_p) +SecTrustResultType = c_uint32 +SecTrustOptionFlags = c_uint32 + +try: + Security.SecCertificateCreateWithData.argtypes = [CFAllocatorRef, CFDataRef] + Security.SecCertificateCreateWithData.restype = SecCertificateRef + + Security.SecCertificateCopyData.argtypes = [SecCertificateRef] + Security.SecCertificateCopyData.restype = CFDataRef + + Security.SecCopyErrorMessageString.argtypes = [OSStatus, c_void_p] + Security.SecCopyErrorMessageString.restype = CFStringRef + + Security.SecTrustSetAnchorCertificates.argtypes = [SecTrustRef, CFArrayRef] + Security.SecTrustSetAnchorCertificates.restype = OSStatus + + Security.SecTrustSetAnchorCertificatesOnly.argtypes = [SecTrustRef, Boolean] + Security.SecTrustSetAnchorCertificatesOnly.restype = OSStatus + + Security.SecPolicyCreateRevocation.argtypes = [CFOptionFlags] + Security.SecPolicyCreateRevocation.restype = SecPolicyRef + + Security.SecPolicyCreateSSL.argtypes = [Boolean, CFStringRef] + Security.SecPolicyCreateSSL.restype = SecPolicyRef + + Security.SecTrustCreateWithCertificates.argtypes = [ + CFTypeRef, + CFTypeRef, + POINTER(SecTrustRef), + ] + Security.SecTrustCreateWithCertificates.restype = OSStatus + + Security.SecTrustGetTrustResult.argtypes = [ + SecTrustRef, + POINTER(SecTrustResultType), + ] + Security.SecTrustGetTrustResult.restype = OSStatus + + Security.SecTrustEvaluate.argtypes = [ + SecTrustRef, + POINTER(SecTrustResultType), + ] + Security.SecTrustEvaluate.restype = OSStatus + + Security.SecTrustRef = SecTrustRef # type: ignore[attr-defined] + Security.SecTrustResultType = SecTrustResultType # type: ignore[attr-defined] + Security.OSStatus = OSStatus # type: ignore[attr-defined] + + kSecRevocationUseAnyAvailableMethod = 3 + kSecRevocationRequirePositiveResponse = 8 + + CoreFoundation.CFRelease.argtypes = [CFTypeRef] + CoreFoundation.CFRelease.restype = None + + CoreFoundation.CFGetTypeID.argtypes = [CFTypeRef] + CoreFoundation.CFGetTypeID.restype = CFTypeID + + CoreFoundation.CFStringCreateWithCString.argtypes = [ + CFAllocatorRef, + c_char_p, + CFStringEncoding, + ] + CoreFoundation.CFStringCreateWithCString.restype = CFStringRef + + CoreFoundation.CFStringGetCStringPtr.argtypes = [CFStringRef, CFStringEncoding] + CoreFoundation.CFStringGetCStringPtr.restype = c_char_p + + CoreFoundation.CFStringGetCString.argtypes = [ + CFStringRef, + c_char_p, + CFIndex, + CFStringEncoding, + ] + CoreFoundation.CFStringGetCString.restype = c_bool + + CoreFoundation.CFDataCreate.argtypes = [CFAllocatorRef, c_char_p, CFIndex] + CoreFoundation.CFDataCreate.restype = CFDataRef + + CoreFoundation.CFDataGetLength.argtypes = [CFDataRef] + CoreFoundation.CFDataGetLength.restype = CFIndex + + CoreFoundation.CFDataGetBytePtr.argtypes = [CFDataRef] + CoreFoundation.CFDataGetBytePtr.restype = c_void_p + + CoreFoundation.CFArrayCreate.argtypes = [ + CFAllocatorRef, + POINTER(CFTypeRef), + CFIndex, + CFArrayCallBacks, + ] + CoreFoundation.CFArrayCreate.restype = CFArrayRef + + CoreFoundation.CFArrayCreateMutable.argtypes = [ + CFAllocatorRef, + CFIndex, + CFArrayCallBacks, + ] + CoreFoundation.CFArrayCreateMutable.restype = CFMutableArrayRef + + CoreFoundation.CFArrayAppendValue.argtypes = [CFMutableArrayRef, c_void_p] + CoreFoundation.CFArrayAppendValue.restype = None + + CoreFoundation.CFArrayGetCount.argtypes = [CFArrayRef] + CoreFoundation.CFArrayGetCount.restype = CFIndex + + CoreFoundation.CFArrayGetValueAtIndex.argtypes = [CFArrayRef, CFIndex] + CoreFoundation.CFArrayGetValueAtIndex.restype = c_void_p + + CoreFoundation.CFErrorGetCode.argtypes = [CFErrorRef] + CoreFoundation.CFErrorGetCode.restype = CFIndex + + CoreFoundation.CFErrorCopyDescription.argtypes = [CFErrorRef] + CoreFoundation.CFErrorCopyDescription.restype = CFStringRef + + CoreFoundation.kCFAllocatorDefault = CFAllocatorRef.in_dll( # type: ignore[attr-defined] + CoreFoundation, "kCFAllocatorDefault" + ) + CoreFoundation.kCFTypeArrayCallBacks = c_void_p.in_dll( # type: ignore[attr-defined] + CoreFoundation, "kCFTypeArrayCallBacks" + ) + + CoreFoundation.CFTypeRef = CFTypeRef # type: ignore[attr-defined] + CoreFoundation.CFArrayRef = CFArrayRef # type: ignore[attr-defined] + CoreFoundation.CFStringRef = CFStringRef # type: ignore[attr-defined] + CoreFoundation.CFErrorRef = CFErrorRef # type: ignore[attr-defined] + +except AttributeError as e: + raise ImportError(f"Error initializing ctypes: {e}") from None + +# SecTrustEvaluateWithError is macOS 10.14+ +if _is_macos_version_10_14_or_later: + try: + Security.SecTrustEvaluateWithError.argtypes = [ + SecTrustRef, + POINTER(CFErrorRef), + ] + Security.SecTrustEvaluateWithError.restype = c_bool + except AttributeError as e: + raise ImportError(f"Error initializing ctypes: {e}") from None + + +def _handle_osstatus(result: OSStatus, _: typing.Any, args: typing.Any) -> typing.Any: + """ + Raises an error if the OSStatus value is non-zero. + """ + if int(result) == 0: + return args + + # Returns a CFString which we need to transform + # into a UTF-8 Python string. + error_message_cfstring = None + try: + error_message_cfstring = Security.SecCopyErrorMessageString(result, None) + + # First step is convert the CFString into a C string pointer. + # We try the fast no-copy way first. + error_message_cfstring_c_void_p = ctypes.cast( + error_message_cfstring, ctypes.POINTER(ctypes.c_void_p) + ) + message = CoreFoundation.CFStringGetCStringPtr( + error_message_cfstring_c_void_p, CFConst.kCFStringEncodingUTF8 + ) + + # Quoting the Apple dev docs: + # + # "A pointer to a C string or NULL if the internal + # storage of theString does not allow this to be + # returned efficiently." + # + # So we need to get our hands dirty. + if message is None: + buffer = ctypes.create_string_buffer(1024) + result = CoreFoundation.CFStringGetCString( + error_message_cfstring_c_void_p, + buffer, + 1024, + CFConst.kCFStringEncodingUTF8, + ) + if not result: + raise OSError("Error copying C string from CFStringRef") + message = buffer.value + + finally: + if error_message_cfstring is not None: + CoreFoundation.CFRelease(error_message_cfstring) + + # If no message can be found for this status we come + # up with a generic one that forwards the status code. + if message is None or message == "": + message = f"SecureTransport operation returned a non-zero OSStatus: {result}" + + raise ssl.SSLError(message) + + +Security.SecTrustCreateWithCertificates.errcheck = _handle_osstatus # type: ignore[assignment] +Security.SecTrustSetAnchorCertificates.errcheck = _handle_osstatus # type: ignore[assignment] +Security.SecTrustSetAnchorCertificatesOnly.errcheck = _handle_osstatus # type: ignore[assignment] +Security.SecTrustGetTrustResult.errcheck = _handle_osstatus # type: ignore[assignment] +Security.SecTrustEvaluate.errcheck = _handle_osstatus # type: ignore[assignment] + + +class CFConst: + """CoreFoundation constants""" + + kCFStringEncodingUTF8 = CFStringEncoding(0x08000100) + + errSecIncompleteCertRevocationCheck = -67635 + errSecHostNameMismatch = -67602 + errSecCertificateExpired = -67818 + errSecNotTrusted = -67843 + + +def _bytes_to_cf_data_ref(value: bytes) -> CFDataRef: # type: ignore[valid-type] + return CoreFoundation.CFDataCreate( # type: ignore[no-any-return] + CoreFoundation.kCFAllocatorDefault, value, len(value) + ) + + +def _bytes_to_cf_string(value: bytes) -> CFString: + """ + Given a Python binary data, create a CFString. + The string must be CFReleased by the caller. + """ + c_str = ctypes.c_char_p(value) + cf_str = CoreFoundation.CFStringCreateWithCString( + CoreFoundation.kCFAllocatorDefault, + c_str, + CFConst.kCFStringEncodingUTF8, + ) + return cf_str # type: ignore[no-any-return] + + +def _cf_string_ref_to_str(cf_string_ref: CFStringRef) -> str | None: # type: ignore[valid-type] + """ + Creates a Unicode string from a CFString object. Used entirely for error + reporting. + Yes, it annoys me quite a lot that this function is this complex. + """ + + string = CoreFoundation.CFStringGetCStringPtr( + cf_string_ref, CFConst.kCFStringEncodingUTF8 + ) + if string is None: + buffer = ctypes.create_string_buffer(1024) + result = CoreFoundation.CFStringGetCString( + cf_string_ref, buffer, 1024, CFConst.kCFStringEncodingUTF8 + ) + if not result: + raise OSError("Error copying C string from CFStringRef") + string = buffer.value + if string is not None: + string = string.decode("utf-8") + return string # type: ignore[no-any-return] + + +def _der_certs_to_cf_cert_array(certs: list[bytes]) -> CFMutableArrayRef: # type: ignore[valid-type] + """Builds a CFArray of SecCertificateRefs from a list of DER-encoded certificates. + Responsibility of the caller to call CoreFoundation.CFRelease on the CFArray. + """ + cf_array = CoreFoundation.CFArrayCreateMutable( + CoreFoundation.kCFAllocatorDefault, + 0, + ctypes.byref(CoreFoundation.kCFTypeArrayCallBacks), + ) + if not cf_array: + raise MemoryError("Unable to allocate memory!") + + for cert_data in certs: + cf_data = None + sec_cert_ref = None + try: + cf_data = _bytes_to_cf_data_ref(cert_data) + sec_cert_ref = Security.SecCertificateCreateWithData( + CoreFoundation.kCFAllocatorDefault, cf_data + ) + CoreFoundation.CFArrayAppendValue(cf_array, sec_cert_ref) + finally: + if cf_data: + CoreFoundation.CFRelease(cf_data) + if sec_cert_ref: + CoreFoundation.CFRelease(sec_cert_ref) + + return cf_array # type: ignore[no-any-return] + + +@contextlib.contextmanager +def _configure_context(ctx: ssl.SSLContext) -> typing.Iterator[None]: + check_hostname = ctx.check_hostname + verify_mode = ctx.verify_mode + ctx.check_hostname = False + _set_ssl_context_verify_mode(ctx, ssl.CERT_NONE) + try: + yield + finally: + ctx.check_hostname = check_hostname + _set_ssl_context_verify_mode(ctx, verify_mode) + + +def _verify_peercerts_impl( + ssl_context: ssl.SSLContext, + cert_chain: list[bytes], + server_hostname: str | None = None, +) -> None: + certs = None + policies = None + trust = None + try: + # Only set a hostname on the policy if we're verifying the hostname + # on the leaf certificate. + if server_hostname is not None and ssl_context.check_hostname: + cf_str_hostname = None + try: + cf_str_hostname = _bytes_to_cf_string(server_hostname.encode("ascii")) + ssl_policy = Security.SecPolicyCreateSSL(True, cf_str_hostname) + finally: + if cf_str_hostname: + CoreFoundation.CFRelease(cf_str_hostname) + else: + ssl_policy = Security.SecPolicyCreateSSL(True, None) + + policies = ssl_policy + if ssl_context.verify_flags & ssl.VERIFY_CRL_CHECK_CHAIN: + # Add explicit policy requiring positive revocation checks + policies = CoreFoundation.CFArrayCreateMutable( + CoreFoundation.kCFAllocatorDefault, + 0, + ctypes.byref(CoreFoundation.kCFTypeArrayCallBacks), + ) + CoreFoundation.CFArrayAppendValue(policies, ssl_policy) + CoreFoundation.CFRelease(ssl_policy) + revocation_policy = Security.SecPolicyCreateRevocation( + kSecRevocationUseAnyAvailableMethod + | kSecRevocationRequirePositiveResponse + ) + CoreFoundation.CFArrayAppendValue(policies, revocation_policy) + CoreFoundation.CFRelease(revocation_policy) + elif ssl_context.verify_flags & ssl.VERIFY_CRL_CHECK_LEAF: + raise NotImplementedError("VERIFY_CRL_CHECK_LEAF not implemented for macOS") + + certs = None + try: + certs = _der_certs_to_cf_cert_array(cert_chain) + + # Now that we have certificates loaded and a SecPolicy + # we can finally create a SecTrust object! + trust = Security.SecTrustRef() + Security.SecTrustCreateWithCertificates( + certs, policies, ctypes.byref(trust) + ) + + finally: + # The certs are now being held by SecTrust so we can + # release our handles for the array. + if certs: + CoreFoundation.CFRelease(certs) + + # If there are additional trust anchors to load we need to transform + # the list of DER-encoded certificates into a CFArray. + ctx_ca_certs_der: list[bytes] | None = ssl_context.get_ca_certs( + binary_form=True + ) + if ctx_ca_certs_der: + ctx_ca_certs = None + try: + ctx_ca_certs = _der_certs_to_cf_cert_array(ctx_ca_certs_der) + Security.SecTrustSetAnchorCertificates(trust, ctx_ca_certs) + finally: + if ctx_ca_certs: + CoreFoundation.CFRelease(ctx_ca_certs) + + # We always want system certificates. + Security.SecTrustSetAnchorCertificatesOnly(trust, False) + + # macOS 10.13 and earlier don't support SecTrustEvaluateWithError() + # so we use SecTrustEvaluate() which means we need to construct error + # messages ourselves. + if _is_macos_version_10_14_or_later: + _verify_peercerts_impl_macos_10_14(ssl_context, trust) + else: + _verify_peercerts_impl_macos_10_13(ssl_context, trust) + finally: + if policies: + CoreFoundation.CFRelease(policies) + if trust: + CoreFoundation.CFRelease(trust) + + +def _verify_peercerts_impl_macos_10_13( + ssl_context: ssl.SSLContext, sec_trust_ref: typing.Any +) -> None: + """Verify using 'SecTrustEvaluate' API for macOS 10.13 and earlier. + macOS 10.14 added the 'SecTrustEvaluateWithError' API. + """ + sec_trust_result_type = Security.SecTrustResultType() + Security.SecTrustEvaluate(sec_trust_ref, ctypes.byref(sec_trust_result_type)) + + try: + sec_trust_result_type_as_int = int(sec_trust_result_type.value) + except (ValueError, TypeError): + sec_trust_result_type_as_int = -1 + + # Apple doesn't document these values in their own API docs. + # See: https://github.com/xybp888/iOS-SDKs/blob/master/iPhoneOS13.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecTrust.h#L84 + if ( + ssl_context.verify_mode == ssl.CERT_REQUIRED + and sec_trust_result_type_as_int not in (1, 4) + ): + # Note that we're not able to ignore only hostname errors + # for macOS 10.13 and earlier, so check_hostname=False will + # still return an error. + sec_trust_result_type_to_message = { + 0: "Invalid trust result type", + # 1: "Trust evaluation succeeded", + 2: "User confirmation required", + 3: "User specified that certificate is not trusted", + # 4: "Trust result is unspecified", + 5: "Recoverable trust failure occurred", + 6: "Fatal trust failure occurred", + 7: "Other error occurred, certificate may be revoked", + } + error_message = sec_trust_result_type_to_message.get( + sec_trust_result_type_as_int, + f"Unknown trust result: {sec_trust_result_type_as_int}", + ) + + err = ssl.SSLCertVerificationError(error_message) + err.verify_message = error_message + err.verify_code = sec_trust_result_type_as_int + raise err + + +def _verify_peercerts_impl_macos_10_14( + ssl_context: ssl.SSLContext, sec_trust_ref: typing.Any +) -> None: + """Verify using 'SecTrustEvaluateWithError' API for macOS 10.14+.""" + cf_error = CoreFoundation.CFErrorRef() + sec_trust_eval_result = Security.SecTrustEvaluateWithError( + sec_trust_ref, ctypes.byref(cf_error) + ) + # sec_trust_eval_result is a bool (0 or 1) + # where 1 means that the certs are trusted. + if sec_trust_eval_result == 1: + is_trusted = True + elif sec_trust_eval_result == 0: + is_trusted = False + else: + raise ssl.SSLError( + f"Unknown result from Security.SecTrustEvaluateWithError: {sec_trust_eval_result!r}" + ) + + cf_error_code = 0 + if not is_trusted: + cf_error_code = CoreFoundation.CFErrorGetCode(cf_error) + + # If the error is a known failure that we're + # explicitly okay with from SSLContext configuration + # we can set is_trusted accordingly. + if ssl_context.verify_mode != ssl.CERT_REQUIRED and ( + cf_error_code == CFConst.errSecNotTrusted + or cf_error_code == CFConst.errSecCertificateExpired + ): + is_trusted = True + + # If we're still not trusted then we start to + # construct and raise the SSLCertVerificationError. + if not is_trusted: + cf_error_string_ref = None + try: + cf_error_string_ref = CoreFoundation.CFErrorCopyDescription(cf_error) + + # Can this ever return 'None' if there's a CFError? + cf_error_message = ( + _cf_string_ref_to_str(cf_error_string_ref) + or "Certificate verification failed" + ) + + # TODO: Not sure if we need the SecTrustResultType for anything? + # We only care whether or not it's a success or failure for now. + sec_trust_result_type = Security.SecTrustResultType() + Security.SecTrustGetTrustResult( + sec_trust_ref, ctypes.byref(sec_trust_result_type) + ) + + err = ssl.SSLCertVerificationError(cf_error_message) + err.verify_message = cf_error_message + err.verify_code = cf_error_code + raise err + finally: + if cf_error_string_ref: + CoreFoundation.CFRelease(cf_error_string_ref) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_openssl.py b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_openssl.py new file mode 100644 index 0000000..9951cf7 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_openssl.py @@ -0,0 +1,66 @@ +import contextlib +import os +import re +import ssl +import typing + +# candidates based on https://github.com/tiran/certifi-system-store by Christian Heimes +_CA_FILE_CANDIDATES = [ + # Alpine, Arch, Fedora 34+, OpenWRT, RHEL 9+, BSD + "/etc/ssl/cert.pem", + # Fedora <= 34, RHEL <= 9, CentOS <= 9 + "/etc/pki/tls/cert.pem", + # Debian, Ubuntu (requires ca-certificates) + "/etc/ssl/certs/ca-certificates.crt", + # SUSE + "/etc/ssl/ca-bundle.pem", +] + +_HASHED_CERT_FILENAME_RE = re.compile(r"^[0-9a-fA-F]{8}\.[0-9]$") + + +@contextlib.contextmanager +def _configure_context(ctx: ssl.SSLContext) -> typing.Iterator[None]: + # First, check whether the default locations from OpenSSL + # seem like they will give us a usable set of CA certs. + # ssl.get_default_verify_paths already takes care of: + # - getting cafile from either the SSL_CERT_FILE env var + # or the path configured when OpenSSL was compiled, + # and verifying that that path exists + # - getting capath from either the SSL_CERT_DIR env var + # or the path configured when OpenSSL was compiled, + # and verifying that that path exists + # In addition we'll check whether capath appears to contain certs. + defaults = ssl.get_default_verify_paths() + if defaults.cafile or (defaults.capath and _capath_contains_certs(defaults.capath)): + ctx.set_default_verify_paths() + else: + # cafile from OpenSSL doesn't exist + # and capath from OpenSSL doesn't contain certs. + # Let's search other common locations instead. + for cafile in _CA_FILE_CANDIDATES: + if os.path.isfile(cafile): + ctx.load_verify_locations(cafile=cafile) + break + + yield + + +def _capath_contains_certs(capath: str) -> bool: + """Check whether capath exists and contains certs in the expected format.""" + if not os.path.isdir(capath): + return False + for name in os.listdir(capath): + if _HASHED_CERT_FILENAME_RE.match(name): + return True + return False + + +def _verify_peercerts_impl( + ssl_context: ssl.SSLContext, + cert_chain: list[bytes], + server_hostname: str | None = None, +) -> None: + # This is a no-op because we've enabled SSLContext's built-in + # verification via verify_mode=CERT_REQUIRED, and don't need to repeat it. + pass diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_ssl_constants.py b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_ssl_constants.py new file mode 100644 index 0000000..b1ee7a3 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_ssl_constants.py @@ -0,0 +1,31 @@ +import ssl +import sys +import typing + +# Hold on to the original class so we can create it consistently +# even if we inject our own SSLContext into the ssl module. +_original_SSLContext = ssl.SSLContext +_original_super_SSLContext = super(_original_SSLContext, _original_SSLContext) + +# CPython is known to be good, but non-CPython implementations +# may implement SSLContext differently so to be safe we don't +# subclass the SSLContext. + +# This is returned by truststore.SSLContext.__class__() +_truststore_SSLContext_dunder_class: typing.Optional[type] + +# This value is the superclass of truststore.SSLContext. +_truststore_SSLContext_super_class: type + +if sys.implementation.name == "cpython": + _truststore_SSLContext_super_class = _original_SSLContext + _truststore_SSLContext_dunder_class = None +else: + _truststore_SSLContext_super_class = object + _truststore_SSLContext_dunder_class = _original_SSLContext + + +def _set_ssl_context_verify_mode( + ssl_context: ssl.SSLContext, verify_mode: ssl.VerifyMode +) -> None: + _original_super_SSLContext.verify_mode.__set__(ssl_context, verify_mode) # type: ignore[attr-defined] diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_windows.py b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_windows.py new file mode 100644 index 0000000..a9bf9ab --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/_windows.py @@ -0,0 +1,567 @@ +import contextlib +import ssl +import typing +from ctypes import WinDLL # type: ignore +from ctypes import WinError # type: ignore +from ctypes import ( + POINTER, + Structure, + c_char_p, + c_ulong, + c_void_p, + c_wchar_p, + cast, + create_unicode_buffer, + pointer, + sizeof, +) +from ctypes.wintypes import ( + BOOL, + DWORD, + HANDLE, + LONG, + LPCSTR, + LPCVOID, + LPCWSTR, + LPFILETIME, + LPSTR, + LPWSTR, +) +from typing import TYPE_CHECKING, Any + +from ._ssl_constants import _set_ssl_context_verify_mode + +HCERTCHAINENGINE = HANDLE +HCERTSTORE = HANDLE +HCRYPTPROV_LEGACY = HANDLE + + +class CERT_CONTEXT(Structure): + _fields_ = ( + ("dwCertEncodingType", DWORD), + ("pbCertEncoded", c_void_p), + ("cbCertEncoded", DWORD), + ("pCertInfo", c_void_p), + ("hCertStore", HCERTSTORE), + ) + + +PCERT_CONTEXT = POINTER(CERT_CONTEXT) +PCCERT_CONTEXT = POINTER(PCERT_CONTEXT) + + +class CERT_ENHKEY_USAGE(Structure): + _fields_ = ( + ("cUsageIdentifier", DWORD), + ("rgpszUsageIdentifier", POINTER(LPSTR)), + ) + + +PCERT_ENHKEY_USAGE = POINTER(CERT_ENHKEY_USAGE) + + +class CERT_USAGE_MATCH(Structure): + _fields_ = ( + ("dwType", DWORD), + ("Usage", CERT_ENHKEY_USAGE), + ) + + +class CERT_CHAIN_PARA(Structure): + _fields_ = ( + ("cbSize", DWORD), + ("RequestedUsage", CERT_USAGE_MATCH), + ("RequestedIssuancePolicy", CERT_USAGE_MATCH), + ("dwUrlRetrievalTimeout", DWORD), + ("fCheckRevocationFreshnessTime", BOOL), + ("dwRevocationFreshnessTime", DWORD), + ("pftCacheResync", LPFILETIME), + ("pStrongSignPara", c_void_p), + ("dwStrongSignFlags", DWORD), + ) + + +if TYPE_CHECKING: + PCERT_CHAIN_PARA = pointer[CERT_CHAIN_PARA] # type: ignore[misc] +else: + PCERT_CHAIN_PARA = POINTER(CERT_CHAIN_PARA) + + +class CERT_TRUST_STATUS(Structure): + _fields_ = ( + ("dwErrorStatus", DWORD), + ("dwInfoStatus", DWORD), + ) + + +class CERT_CHAIN_ELEMENT(Structure): + _fields_ = ( + ("cbSize", DWORD), + ("pCertContext", PCERT_CONTEXT), + ("TrustStatus", CERT_TRUST_STATUS), + ("pRevocationInfo", c_void_p), + ("pIssuanceUsage", PCERT_ENHKEY_USAGE), + ("pApplicationUsage", PCERT_ENHKEY_USAGE), + ("pwszExtendedErrorInfo", LPCWSTR), + ) + + +PCERT_CHAIN_ELEMENT = POINTER(CERT_CHAIN_ELEMENT) + + +class CERT_SIMPLE_CHAIN(Structure): + _fields_ = ( + ("cbSize", DWORD), + ("TrustStatus", CERT_TRUST_STATUS), + ("cElement", DWORD), + ("rgpElement", POINTER(PCERT_CHAIN_ELEMENT)), + ("pTrustListInfo", c_void_p), + ("fHasRevocationFreshnessTime", BOOL), + ("dwRevocationFreshnessTime", DWORD), + ) + + +PCERT_SIMPLE_CHAIN = POINTER(CERT_SIMPLE_CHAIN) + + +class CERT_CHAIN_CONTEXT(Structure): + _fields_ = ( + ("cbSize", DWORD), + ("TrustStatus", CERT_TRUST_STATUS), + ("cChain", DWORD), + ("rgpChain", POINTER(PCERT_SIMPLE_CHAIN)), + ("cLowerQualityChainContext", DWORD), + ("rgpLowerQualityChainContext", c_void_p), + ("fHasRevocationFreshnessTime", BOOL), + ("dwRevocationFreshnessTime", DWORD), + ) + + +PCERT_CHAIN_CONTEXT = POINTER(CERT_CHAIN_CONTEXT) +PCCERT_CHAIN_CONTEXT = POINTER(PCERT_CHAIN_CONTEXT) + + +class SSL_EXTRA_CERT_CHAIN_POLICY_PARA(Structure): + _fields_ = ( + ("cbSize", DWORD), + ("dwAuthType", DWORD), + ("fdwChecks", DWORD), + ("pwszServerName", LPCWSTR), + ) + + +class CERT_CHAIN_POLICY_PARA(Structure): + _fields_ = ( + ("cbSize", DWORD), + ("dwFlags", DWORD), + ("pvExtraPolicyPara", c_void_p), + ) + + +PCERT_CHAIN_POLICY_PARA = POINTER(CERT_CHAIN_POLICY_PARA) + + +class CERT_CHAIN_POLICY_STATUS(Structure): + _fields_ = ( + ("cbSize", DWORD), + ("dwError", DWORD), + ("lChainIndex", LONG), + ("lElementIndex", LONG), + ("pvExtraPolicyStatus", c_void_p), + ) + + +PCERT_CHAIN_POLICY_STATUS = POINTER(CERT_CHAIN_POLICY_STATUS) + + +class CERT_CHAIN_ENGINE_CONFIG(Structure): + _fields_ = ( + ("cbSize", DWORD), + ("hRestrictedRoot", HCERTSTORE), + ("hRestrictedTrust", HCERTSTORE), + ("hRestrictedOther", HCERTSTORE), + ("cAdditionalStore", DWORD), + ("rghAdditionalStore", c_void_p), + ("dwFlags", DWORD), + ("dwUrlRetrievalTimeout", DWORD), + ("MaximumCachedCertificates", DWORD), + ("CycleDetectionModulus", DWORD), + ("hExclusiveRoot", HCERTSTORE), + ("hExclusiveTrustedPeople", HCERTSTORE), + ("dwExclusiveFlags", DWORD), + ) + + +PCERT_CHAIN_ENGINE_CONFIG = POINTER(CERT_CHAIN_ENGINE_CONFIG) +PHCERTCHAINENGINE = POINTER(HCERTCHAINENGINE) + +X509_ASN_ENCODING = 0x00000001 +PKCS_7_ASN_ENCODING = 0x00010000 +CERT_STORE_PROV_MEMORY = b"Memory" +CERT_STORE_ADD_USE_EXISTING = 2 +USAGE_MATCH_TYPE_OR = 1 +OID_PKIX_KP_SERVER_AUTH = c_char_p(b"1.3.6.1.5.5.7.3.1") +CERT_CHAIN_REVOCATION_CHECK_END_CERT = 0x10000000 +CERT_CHAIN_REVOCATION_CHECK_CHAIN = 0x20000000 +CERT_CHAIN_POLICY_IGNORE_ALL_NOT_TIME_VALID_FLAGS = 0x00000007 +CERT_CHAIN_POLICY_IGNORE_INVALID_BASIC_CONSTRAINTS_FLAG = 0x00000008 +CERT_CHAIN_POLICY_ALLOW_UNKNOWN_CA_FLAG = 0x00000010 +CERT_CHAIN_POLICY_IGNORE_INVALID_NAME_FLAG = 0x00000040 +CERT_CHAIN_POLICY_IGNORE_WRONG_USAGE_FLAG = 0x00000020 +CERT_CHAIN_POLICY_IGNORE_INVALID_POLICY_FLAG = 0x00000080 +CERT_CHAIN_POLICY_IGNORE_ALL_REV_UNKNOWN_FLAGS = 0x00000F00 +CERT_CHAIN_POLICY_ALLOW_TESTROOT_FLAG = 0x00008000 +CERT_CHAIN_POLICY_TRUST_TESTROOT_FLAG = 0x00004000 +SECURITY_FLAG_IGNORE_CERT_CN_INVALID = 0x00001000 +AUTHTYPE_SERVER = 2 +CERT_CHAIN_POLICY_SSL = 4 +FORMAT_MESSAGE_FROM_SYSTEM = 0x00001000 +FORMAT_MESSAGE_IGNORE_INSERTS = 0x00000200 + +# Flags to set for SSLContext.verify_mode=CERT_NONE +CERT_CHAIN_POLICY_VERIFY_MODE_NONE_FLAGS = ( + CERT_CHAIN_POLICY_IGNORE_ALL_NOT_TIME_VALID_FLAGS + | CERT_CHAIN_POLICY_IGNORE_INVALID_BASIC_CONSTRAINTS_FLAG + | CERT_CHAIN_POLICY_ALLOW_UNKNOWN_CA_FLAG + | CERT_CHAIN_POLICY_IGNORE_INVALID_NAME_FLAG + | CERT_CHAIN_POLICY_IGNORE_WRONG_USAGE_FLAG + | CERT_CHAIN_POLICY_IGNORE_INVALID_POLICY_FLAG + | CERT_CHAIN_POLICY_IGNORE_ALL_REV_UNKNOWN_FLAGS + | CERT_CHAIN_POLICY_ALLOW_TESTROOT_FLAG + | CERT_CHAIN_POLICY_TRUST_TESTROOT_FLAG +) + +wincrypt = WinDLL("crypt32.dll") +kernel32 = WinDLL("kernel32.dll") + + +def _handle_win_error(result: bool, _: Any, args: Any) -> Any: + if not result: + # Note, actually raises OSError after calling GetLastError and FormatMessage + raise WinError() + return args + + +CertCreateCertificateChainEngine = wincrypt.CertCreateCertificateChainEngine +CertCreateCertificateChainEngine.argtypes = ( + PCERT_CHAIN_ENGINE_CONFIG, + PHCERTCHAINENGINE, +) +CertCreateCertificateChainEngine.errcheck = _handle_win_error + +CertOpenStore = wincrypt.CertOpenStore +CertOpenStore.argtypes = (LPCSTR, DWORD, HCRYPTPROV_LEGACY, DWORD, c_void_p) +CertOpenStore.restype = HCERTSTORE +CertOpenStore.errcheck = _handle_win_error + +CertAddEncodedCertificateToStore = wincrypt.CertAddEncodedCertificateToStore +CertAddEncodedCertificateToStore.argtypes = ( + HCERTSTORE, + DWORD, + c_char_p, + DWORD, + DWORD, + PCCERT_CONTEXT, +) +CertAddEncodedCertificateToStore.restype = BOOL + +CertCreateCertificateContext = wincrypt.CertCreateCertificateContext +CertCreateCertificateContext.argtypes = (DWORD, c_char_p, DWORD) +CertCreateCertificateContext.restype = PCERT_CONTEXT +CertCreateCertificateContext.errcheck = _handle_win_error + +CertGetCertificateChain = wincrypt.CertGetCertificateChain +CertGetCertificateChain.argtypes = ( + HCERTCHAINENGINE, + PCERT_CONTEXT, + LPFILETIME, + HCERTSTORE, + PCERT_CHAIN_PARA, + DWORD, + c_void_p, + PCCERT_CHAIN_CONTEXT, +) +CertGetCertificateChain.restype = BOOL +CertGetCertificateChain.errcheck = _handle_win_error + +CertVerifyCertificateChainPolicy = wincrypt.CertVerifyCertificateChainPolicy +CertVerifyCertificateChainPolicy.argtypes = ( + c_ulong, + PCERT_CHAIN_CONTEXT, + PCERT_CHAIN_POLICY_PARA, + PCERT_CHAIN_POLICY_STATUS, +) +CertVerifyCertificateChainPolicy.restype = BOOL + +CertCloseStore = wincrypt.CertCloseStore +CertCloseStore.argtypes = (HCERTSTORE, DWORD) +CertCloseStore.restype = BOOL +CertCloseStore.errcheck = _handle_win_error + +CertFreeCertificateChain = wincrypt.CertFreeCertificateChain +CertFreeCertificateChain.argtypes = (PCERT_CHAIN_CONTEXT,) + +CertFreeCertificateContext = wincrypt.CertFreeCertificateContext +CertFreeCertificateContext.argtypes = (PCERT_CONTEXT,) + +CertFreeCertificateChainEngine = wincrypt.CertFreeCertificateChainEngine +CertFreeCertificateChainEngine.argtypes = (HCERTCHAINENGINE,) + +FormatMessageW = kernel32.FormatMessageW +FormatMessageW.argtypes = ( + DWORD, + LPCVOID, + DWORD, + DWORD, + LPWSTR, + DWORD, + c_void_p, +) +FormatMessageW.restype = DWORD + + +def _verify_peercerts_impl( + ssl_context: ssl.SSLContext, + cert_chain: list[bytes], + server_hostname: str | None = None, +) -> None: + """Verify the cert_chain from the server using Windows APIs.""" + + # If the peer didn't send any certificates then + # we can't do verification. Raise an error. + if not cert_chain: + raise ssl.SSLCertVerificationError("Peer sent no certificates to verify") + + pCertContext = None + hIntermediateCertStore = CertOpenStore(CERT_STORE_PROV_MEMORY, 0, None, 0, None) + try: + # Add intermediate certs to an in-memory cert store + for cert_bytes in cert_chain[1:]: + CertAddEncodedCertificateToStore( + hIntermediateCertStore, + X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, + cert_bytes, + len(cert_bytes), + CERT_STORE_ADD_USE_EXISTING, + None, + ) + + # Cert context for leaf cert + leaf_cert = cert_chain[0] + pCertContext = CertCreateCertificateContext( + X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, leaf_cert, len(leaf_cert) + ) + + # Chain params to match certs for serverAuth extended usage + cert_enhkey_usage = CERT_ENHKEY_USAGE() + cert_enhkey_usage.cUsageIdentifier = 1 + cert_enhkey_usage.rgpszUsageIdentifier = (c_char_p * 1)(OID_PKIX_KP_SERVER_AUTH) + cert_usage_match = CERT_USAGE_MATCH() + cert_usage_match.Usage = cert_enhkey_usage + chain_params = CERT_CHAIN_PARA() + chain_params.RequestedUsage = cert_usage_match + chain_params.cbSize = sizeof(chain_params) + pChainPara = pointer(chain_params) + + if ssl_context.verify_flags & ssl.VERIFY_CRL_CHECK_CHAIN: + chain_flags = CERT_CHAIN_REVOCATION_CHECK_CHAIN + elif ssl_context.verify_flags & ssl.VERIFY_CRL_CHECK_LEAF: + chain_flags = CERT_CHAIN_REVOCATION_CHECK_END_CERT + else: + chain_flags = 0 + + try: + # First attempt to verify using the default Windows system trust roots + # (default chain engine). + _get_and_verify_cert_chain( + ssl_context, + None, + hIntermediateCertStore, + pCertContext, + pChainPara, + server_hostname, + chain_flags=chain_flags, + ) + except ssl.SSLCertVerificationError as e: + # If that fails but custom CA certs have been added + # to the SSLContext using load_verify_locations, + # try verifying using a custom chain engine + # that trusts the custom CA certs. + custom_ca_certs: list[bytes] | None = ssl_context.get_ca_certs( + binary_form=True + ) + if custom_ca_certs: + try: + _verify_using_custom_ca_certs( + ssl_context, + custom_ca_certs, + hIntermediateCertStore, + pCertContext, + pChainPara, + server_hostname, + chain_flags=chain_flags, + ) + # Raise the original error, not the new error. + except ssl.SSLCertVerificationError: + raise e from None + else: + raise + finally: + CertCloseStore(hIntermediateCertStore, 0) + if pCertContext: + CertFreeCertificateContext(pCertContext) + + +def _get_and_verify_cert_chain( + ssl_context: ssl.SSLContext, + hChainEngine: HCERTCHAINENGINE | None, + hIntermediateCertStore: HCERTSTORE, + pPeerCertContext: c_void_p, + pChainPara: PCERT_CHAIN_PARA, # type: ignore[valid-type] + server_hostname: str | None, + chain_flags: int, +) -> None: + ppChainContext = None + try: + # Get cert chain + ppChainContext = pointer(PCERT_CHAIN_CONTEXT()) + CertGetCertificateChain( + hChainEngine, # chain engine + pPeerCertContext, # leaf cert context + None, # current system time + hIntermediateCertStore, # additional in-memory cert store + pChainPara, # chain-building parameters + chain_flags, + None, # reserved + ppChainContext, # the resulting chain context + ) + pChainContext = ppChainContext.contents + + # Verify cert chain + ssl_extra_cert_chain_policy_para = SSL_EXTRA_CERT_CHAIN_POLICY_PARA() + ssl_extra_cert_chain_policy_para.cbSize = sizeof( + ssl_extra_cert_chain_policy_para + ) + ssl_extra_cert_chain_policy_para.dwAuthType = AUTHTYPE_SERVER + ssl_extra_cert_chain_policy_para.fdwChecks = 0 + if ssl_context.check_hostname is False: + ssl_extra_cert_chain_policy_para.fdwChecks = ( + SECURITY_FLAG_IGNORE_CERT_CN_INVALID + ) + if server_hostname: + ssl_extra_cert_chain_policy_para.pwszServerName = c_wchar_p(server_hostname) + + chain_policy = CERT_CHAIN_POLICY_PARA() + chain_policy.pvExtraPolicyPara = cast( + pointer(ssl_extra_cert_chain_policy_para), c_void_p + ) + if ssl_context.verify_mode == ssl.CERT_NONE: + chain_policy.dwFlags |= CERT_CHAIN_POLICY_VERIFY_MODE_NONE_FLAGS + chain_policy.cbSize = sizeof(chain_policy) + + pPolicyPara = pointer(chain_policy) + policy_status = CERT_CHAIN_POLICY_STATUS() + policy_status.cbSize = sizeof(policy_status) + pPolicyStatus = pointer(policy_status) + CertVerifyCertificateChainPolicy( + CERT_CHAIN_POLICY_SSL, + pChainContext, + pPolicyPara, + pPolicyStatus, + ) + + # Check status + error_code = policy_status.dwError + if error_code: + # Try getting a human readable message for an error code. + error_message_buf = create_unicode_buffer(1024) + error_message_chars = FormatMessageW( + FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, + None, + error_code, + 0, + error_message_buf, + sizeof(error_message_buf), + None, + ) + + # See if we received a message for the error, + # otherwise we use a generic error with the + # error code and hope that it's search-able. + if error_message_chars <= 0: + error_message = f"Certificate chain policy error {error_code:#x} [{policy_status.lElementIndex}]" + else: + error_message = error_message_buf.value.strip() + + err = ssl.SSLCertVerificationError(error_message) + err.verify_message = error_message + err.verify_code = error_code + raise err from None + finally: + if ppChainContext: + CertFreeCertificateChain(ppChainContext.contents) + + +def _verify_using_custom_ca_certs( + ssl_context: ssl.SSLContext, + custom_ca_certs: list[bytes], + hIntermediateCertStore: HCERTSTORE, + pPeerCertContext: c_void_p, + pChainPara: PCERT_CHAIN_PARA, # type: ignore[valid-type] + server_hostname: str | None, + chain_flags: int, +) -> None: + hChainEngine = None + hRootCertStore = CertOpenStore(CERT_STORE_PROV_MEMORY, 0, None, 0, None) + try: + # Add custom CA certs to an in-memory cert store + for cert_bytes in custom_ca_certs: + CertAddEncodedCertificateToStore( + hRootCertStore, + X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, + cert_bytes, + len(cert_bytes), + CERT_STORE_ADD_USE_EXISTING, + None, + ) + + # Create a custom cert chain engine which exclusively trusts + # certs from our hRootCertStore + cert_chain_engine_config = CERT_CHAIN_ENGINE_CONFIG() + cert_chain_engine_config.cbSize = sizeof(cert_chain_engine_config) + cert_chain_engine_config.hExclusiveRoot = hRootCertStore + pConfig = pointer(cert_chain_engine_config) + phChainEngine = pointer(HCERTCHAINENGINE()) + CertCreateCertificateChainEngine( + pConfig, + phChainEngine, + ) + hChainEngine = phChainEngine.contents + + # Get and verify a cert chain using the custom chain engine + _get_and_verify_cert_chain( + ssl_context, + hChainEngine, + hIntermediateCertStore, + pPeerCertContext, + pChainPara, + server_hostname, + chain_flags, + ) + finally: + if hChainEngine: + CertFreeCertificateChainEngine(hChainEngine) + CertCloseStore(hRootCertStore, 0) + + +@contextlib.contextmanager +def _configure_context(ctx: ssl.SSLContext) -> typing.Iterator[None]: + check_hostname = ctx.check_hostname + verify_mode = ctx.verify_mode + ctx.check_hostname = False + _set_ssl_context_verify_mode(ctx, ssl.CERT_NONE) + try: + yield + finally: + ctx.check_hostname = check_hostname + _set_ssl_context_verify_mode(ctx, verify_mode) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/truststore/py.typed b/venv/lib/python3.10/site-packages/pip/_vendor/truststore/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/typing_extensions.py b/venv/lib/python3.10/site-packages/pip/_vendor/typing_extensions.py new file mode 100644 index 0000000..e429384 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/typing_extensions.py @@ -0,0 +1,3641 @@ +import abc +import collections +import collections.abc +import contextlib +import functools +import inspect +import operator +import sys +import types as _types +import typing +import warnings + +__all__ = [ + # Super-special typing primitives. + 'Any', + 'ClassVar', + 'Concatenate', + 'Final', + 'LiteralString', + 'ParamSpec', + 'ParamSpecArgs', + 'ParamSpecKwargs', + 'Self', + 'Type', + 'TypeVar', + 'TypeVarTuple', + 'Unpack', + + # ABCs (from collections.abc). + 'Awaitable', + 'AsyncIterator', + 'AsyncIterable', + 'Coroutine', + 'AsyncGenerator', + 'AsyncContextManager', + 'Buffer', + 'ChainMap', + + # Concrete collection types. + 'ContextManager', + 'Counter', + 'Deque', + 'DefaultDict', + 'NamedTuple', + 'OrderedDict', + 'TypedDict', + + # Structural checks, a.k.a. protocols. + 'SupportsAbs', + 'SupportsBytes', + 'SupportsComplex', + 'SupportsFloat', + 'SupportsIndex', + 'SupportsInt', + 'SupportsRound', + + # One-off things. + 'Annotated', + 'assert_never', + 'assert_type', + 'clear_overloads', + 'dataclass_transform', + 'deprecated', + 'Doc', + 'get_overloads', + 'final', + 'get_args', + 'get_origin', + 'get_original_bases', + 'get_protocol_members', + 'get_type_hints', + 'IntVar', + 'is_protocol', + 'is_typeddict', + 'Literal', + 'NewType', + 'overload', + 'override', + 'Protocol', + 'reveal_type', + 'runtime', + 'runtime_checkable', + 'Text', + 'TypeAlias', + 'TypeAliasType', + 'TypeGuard', + 'TypeIs', + 'TYPE_CHECKING', + 'Never', + 'NoReturn', + 'ReadOnly', + 'Required', + 'NotRequired', + + # Pure aliases, have always been in typing + 'AbstractSet', + 'AnyStr', + 'BinaryIO', + 'Callable', + 'Collection', + 'Container', + 'Dict', + 'ForwardRef', + 'FrozenSet', + 'Generator', + 'Generic', + 'Hashable', + 'IO', + 'ItemsView', + 'Iterable', + 'Iterator', + 'KeysView', + 'List', + 'Mapping', + 'MappingView', + 'Match', + 'MutableMapping', + 'MutableSequence', + 'MutableSet', + 'NoDefault', + 'Optional', + 'Pattern', + 'Reversible', + 'Sequence', + 'Set', + 'Sized', + 'TextIO', + 'Tuple', + 'Union', + 'ValuesView', + 'cast', + 'no_type_check', + 'no_type_check_decorator', +] + +# for backward compatibility +PEP_560 = True +GenericMeta = type +_PEP_696_IMPLEMENTED = sys.version_info >= (3, 13, 0, "beta") + +# The functions below are modified copies of typing internal helpers. +# They are needed by _ProtocolMeta and they provide support for PEP 646. + + +class _Sentinel: + def __repr__(self): + return "" + + +_marker = _Sentinel() + + +if sys.version_info >= (3, 10): + def _should_collect_from_parameters(t): + return isinstance( + t, (typing._GenericAlias, _types.GenericAlias, _types.UnionType) + ) +elif sys.version_info >= (3, 9): + def _should_collect_from_parameters(t): + return isinstance(t, (typing._GenericAlias, _types.GenericAlias)) +else: + def _should_collect_from_parameters(t): + return isinstance(t, typing._GenericAlias) and not t._special + + +NoReturn = typing.NoReturn + +# Some unconstrained type variables. These are used by the container types. +# (These are not for export.) +T = typing.TypeVar('T') # Any type. +KT = typing.TypeVar('KT') # Key type. +VT = typing.TypeVar('VT') # Value type. +T_co = typing.TypeVar('T_co', covariant=True) # Any type covariant containers. +T_contra = typing.TypeVar('T_contra', contravariant=True) # Ditto contravariant. + + +if sys.version_info >= (3, 11): + from typing import Any +else: + + class _AnyMeta(type): + def __instancecheck__(self, obj): + if self is Any: + raise TypeError("typing_extensions.Any cannot be used with isinstance()") + return super().__instancecheck__(obj) + + def __repr__(self): + if self is Any: + return "typing_extensions.Any" + return super().__repr__() + + class Any(metaclass=_AnyMeta): + """Special type indicating an unconstrained type. + - Any is compatible with every type. + - Any assumed to have all methods. + - All values assumed to be instances of Any. + Note that all the above statements are true from the point of view of + static type checkers. At runtime, Any should not be used with instance + checks. + """ + def __new__(cls, *args, **kwargs): + if cls is Any: + raise TypeError("Any cannot be instantiated") + return super().__new__(cls, *args, **kwargs) + + +ClassVar = typing.ClassVar + + +class _ExtensionsSpecialForm(typing._SpecialForm, _root=True): + def __repr__(self): + return 'typing_extensions.' + self._name + + +Final = typing.Final + +if sys.version_info >= (3, 11): + final = typing.final +else: + # @final exists in 3.8+, but we backport it for all versions + # before 3.11 to keep support for the __final__ attribute. + # See https://bugs.python.org/issue46342 + def final(f): + """This decorator can be used to indicate to type checkers that + the decorated method cannot be overridden, and decorated class + cannot be subclassed. For example: + + class Base: + @final + def done(self) -> None: + ... + class Sub(Base): + def done(self) -> None: # Error reported by type checker + ... + @final + class Leaf: + ... + class Other(Leaf): # Error reported by type checker + ... + + There is no runtime checking of these properties. The decorator + sets the ``__final__`` attribute to ``True`` on the decorated object + to allow runtime introspection. + """ + try: + f.__final__ = True + except (AttributeError, TypeError): + # Skip the attribute silently if it is not writable. + # AttributeError happens if the object has __slots__ or a + # read-only property, TypeError if it's a builtin class. + pass + return f + + +def IntVar(name): + return typing.TypeVar(name) + + +# A Literal bug was fixed in 3.11.0, 3.10.1 and 3.9.8 +if sys.version_info >= (3, 10, 1): + Literal = typing.Literal +else: + def _flatten_literal_params(parameters): + """An internal helper for Literal creation: flatten Literals among parameters""" + params = [] + for p in parameters: + if isinstance(p, _LiteralGenericAlias): + params.extend(p.__args__) + else: + params.append(p) + return tuple(params) + + def _value_and_type_iter(params): + for p in params: + yield p, type(p) + + class _LiteralGenericAlias(typing._GenericAlias, _root=True): + def __eq__(self, other): + if not isinstance(other, _LiteralGenericAlias): + return NotImplemented + these_args_deduped = set(_value_and_type_iter(self.__args__)) + other_args_deduped = set(_value_and_type_iter(other.__args__)) + return these_args_deduped == other_args_deduped + + def __hash__(self): + return hash(frozenset(_value_and_type_iter(self.__args__))) + + class _LiteralForm(_ExtensionsSpecialForm, _root=True): + def __init__(self, doc: str): + self._name = 'Literal' + self._doc = self.__doc__ = doc + + def __getitem__(self, parameters): + if not isinstance(parameters, tuple): + parameters = (parameters,) + + parameters = _flatten_literal_params(parameters) + + val_type_pairs = list(_value_and_type_iter(parameters)) + try: + deduped_pairs = set(val_type_pairs) + except TypeError: + # unhashable parameters + pass + else: + # similar logic to typing._deduplicate on Python 3.9+ + if len(deduped_pairs) < len(val_type_pairs): + new_parameters = [] + for pair in val_type_pairs: + if pair in deduped_pairs: + new_parameters.append(pair[0]) + deduped_pairs.remove(pair) + assert not deduped_pairs, deduped_pairs + parameters = tuple(new_parameters) + + return _LiteralGenericAlias(self, parameters) + + Literal = _LiteralForm(doc="""\ + A type that can be used to indicate to type checkers + that the corresponding value has a value literally equivalent + to the provided parameter. For example: + + var: Literal[4] = 4 + + The type checker understands that 'var' is literally equal to + the value 4 and no other value. + + Literal[...] cannot be subclassed. There is no runtime + checking verifying that the parameter is actually a value + instead of a type.""") + + +_overload_dummy = typing._overload_dummy + + +if hasattr(typing, "get_overloads"): # 3.11+ + overload = typing.overload + get_overloads = typing.get_overloads + clear_overloads = typing.clear_overloads +else: + # {module: {qualname: {firstlineno: func}}} + _overload_registry = collections.defaultdict( + functools.partial(collections.defaultdict, dict) + ) + + def overload(func): + """Decorator for overloaded functions/methods. + + In a stub file, place two or more stub definitions for the same + function in a row, each decorated with @overload. For example: + + @overload + def utf8(value: None) -> None: ... + @overload + def utf8(value: bytes) -> bytes: ... + @overload + def utf8(value: str) -> bytes: ... + + In a non-stub file (i.e. a regular .py file), do the same but + follow it with an implementation. The implementation should *not* + be decorated with @overload. For example: + + @overload + def utf8(value: None) -> None: ... + @overload + def utf8(value: bytes) -> bytes: ... + @overload + def utf8(value: str) -> bytes: ... + def utf8(value): + # implementation goes here + + The overloads for a function can be retrieved at runtime using the + get_overloads() function. + """ + # classmethod and staticmethod + f = getattr(func, "__func__", func) + try: + _overload_registry[f.__module__][f.__qualname__][ + f.__code__.co_firstlineno + ] = func + except AttributeError: + # Not a normal function; ignore. + pass + return _overload_dummy + + def get_overloads(func): + """Return all defined overloads for *func* as a sequence.""" + # classmethod and staticmethod + f = getattr(func, "__func__", func) + if f.__module__ not in _overload_registry: + return [] + mod_dict = _overload_registry[f.__module__] + if f.__qualname__ not in mod_dict: + return [] + return list(mod_dict[f.__qualname__].values()) + + def clear_overloads(): + """Clear all overloads in the registry.""" + _overload_registry.clear() + + +# This is not a real generic class. Don't use outside annotations. +Type = typing.Type + +# Various ABCs mimicking those in collections.abc. +# A few are simply re-exported for completeness. +Awaitable = typing.Awaitable +Coroutine = typing.Coroutine +AsyncIterable = typing.AsyncIterable +AsyncIterator = typing.AsyncIterator +Deque = typing.Deque +DefaultDict = typing.DefaultDict +OrderedDict = typing.OrderedDict +Counter = typing.Counter +ChainMap = typing.ChainMap +Text = typing.Text +TYPE_CHECKING = typing.TYPE_CHECKING + + +if sys.version_info >= (3, 13, 0, "beta"): + from typing import AsyncContextManager, AsyncGenerator, ContextManager, Generator +else: + def _is_dunder(attr): + return attr.startswith('__') and attr.endswith('__') + + # Python <3.9 doesn't have typing._SpecialGenericAlias + _special_generic_alias_base = getattr( + typing, "_SpecialGenericAlias", typing._GenericAlias + ) + + class _SpecialGenericAlias(_special_generic_alias_base, _root=True): + def __init__(self, origin, nparams, *, inst=True, name=None, defaults=()): + if _special_generic_alias_base is typing._GenericAlias: + # Python <3.9 + self.__origin__ = origin + self._nparams = nparams + super().__init__(origin, nparams, special=True, inst=inst, name=name) + else: + # Python >= 3.9 + super().__init__(origin, nparams, inst=inst, name=name) + self._defaults = defaults + + def __setattr__(self, attr, val): + allowed_attrs = {'_name', '_inst', '_nparams', '_defaults'} + if _special_generic_alias_base is typing._GenericAlias: + # Python <3.9 + allowed_attrs.add("__origin__") + if _is_dunder(attr) or attr in allowed_attrs: + object.__setattr__(self, attr, val) + else: + setattr(self.__origin__, attr, val) + + @typing._tp_cache + def __getitem__(self, params): + if not isinstance(params, tuple): + params = (params,) + msg = "Parameters to generic types must be types." + params = tuple(typing._type_check(p, msg) for p in params) + if ( + self._defaults + and len(params) < self._nparams + and len(params) + len(self._defaults) >= self._nparams + ): + params = (*params, *self._defaults[len(params) - self._nparams:]) + actual_len = len(params) + + if actual_len != self._nparams: + if self._defaults: + expected = f"at least {self._nparams - len(self._defaults)}" + else: + expected = str(self._nparams) + if not self._nparams: + raise TypeError(f"{self} is not a generic class") + raise TypeError( + f"Too {'many' if actual_len > self._nparams else 'few'}" + f" arguments for {self};" + f" actual {actual_len}, expected {expected}" + ) + return self.copy_with(params) + + _NoneType = type(None) + Generator = _SpecialGenericAlias( + collections.abc.Generator, 3, defaults=(_NoneType, _NoneType) + ) + AsyncGenerator = _SpecialGenericAlias( + collections.abc.AsyncGenerator, 2, defaults=(_NoneType,) + ) + ContextManager = _SpecialGenericAlias( + contextlib.AbstractContextManager, + 2, + name="ContextManager", + defaults=(typing.Optional[bool],) + ) + AsyncContextManager = _SpecialGenericAlias( + contextlib.AbstractAsyncContextManager, + 2, + name="AsyncContextManager", + defaults=(typing.Optional[bool],) + ) + + +_PROTO_ALLOWLIST = { + 'collections.abc': [ + 'Callable', 'Awaitable', 'Iterable', 'Iterator', 'AsyncIterable', + 'Hashable', 'Sized', 'Container', 'Collection', 'Reversible', 'Buffer', + ], + 'contextlib': ['AbstractContextManager', 'AbstractAsyncContextManager'], + 'typing_extensions': ['Buffer'], +} + + +_EXCLUDED_ATTRS = frozenset(typing.EXCLUDED_ATTRIBUTES) | { + "__match_args__", "__protocol_attrs__", "__non_callable_proto_members__", + "__final__", +} + + +def _get_protocol_attrs(cls): + attrs = set() + for base in cls.__mro__[:-1]: # without object + if base.__name__ in {'Protocol', 'Generic'}: + continue + annotations = getattr(base, '__annotations__', {}) + for attr in (*base.__dict__, *annotations): + if (not attr.startswith('_abc_') and attr not in _EXCLUDED_ATTRS): + attrs.add(attr) + return attrs + + +def _caller(depth=2): + try: + return sys._getframe(depth).f_globals.get('__name__', '__main__') + except (AttributeError, ValueError): # For platforms without _getframe() + return None + + +# `__match_args__` attribute was removed from protocol members in 3.13, +# we want to backport this change to older Python versions. +if sys.version_info >= (3, 13): + Protocol = typing.Protocol +else: + def _allow_reckless_class_checks(depth=3): + """Allow instance and class checks for special stdlib modules. + The abc and functools modules indiscriminately call isinstance() and + issubclass() on the whole MRO of a user class, which may contain protocols. + """ + return _caller(depth) in {'abc', 'functools', None} + + def _no_init(self, *args, **kwargs): + if type(self)._is_protocol: + raise TypeError('Protocols cannot be instantiated') + + def _type_check_issubclass_arg_1(arg): + """Raise TypeError if `arg` is not an instance of `type` + in `issubclass(arg, )`. + + In most cases, this is verified by type.__subclasscheck__. + Checking it again unnecessarily would slow down issubclass() checks, + so, we don't perform this check unless we absolutely have to. + + For various error paths, however, + we want to ensure that *this* error message is shown to the user + where relevant, rather than a typing.py-specific error message. + """ + if not isinstance(arg, type): + # Same error message as for issubclass(1, int). + raise TypeError('issubclass() arg 1 must be a class') + + # Inheriting from typing._ProtocolMeta isn't actually desirable, + # but is necessary to allow typing.Protocol and typing_extensions.Protocol + # to mix without getting TypeErrors about "metaclass conflict" + class _ProtocolMeta(type(typing.Protocol)): + # This metaclass is somewhat unfortunate, + # but is necessary for several reasons... + # + # NOTE: DO NOT call super() in any methods in this class + # That would call the methods on typing._ProtocolMeta on Python 3.8-3.11 + # and those are slow + def __new__(mcls, name, bases, namespace, **kwargs): + if name == "Protocol" and len(bases) < 2: + pass + elif {Protocol, typing.Protocol} & set(bases): + for base in bases: + if not ( + base in {object, typing.Generic, Protocol, typing.Protocol} + or base.__name__ in _PROTO_ALLOWLIST.get(base.__module__, []) + or is_protocol(base) + ): + raise TypeError( + f"Protocols can only inherit from other protocols, " + f"got {base!r}" + ) + return abc.ABCMeta.__new__(mcls, name, bases, namespace, **kwargs) + + def __init__(cls, *args, **kwargs): + abc.ABCMeta.__init__(cls, *args, **kwargs) + if getattr(cls, "_is_protocol", False): + cls.__protocol_attrs__ = _get_protocol_attrs(cls) + + def __subclasscheck__(cls, other): + if cls is Protocol: + return type.__subclasscheck__(cls, other) + if ( + getattr(cls, '_is_protocol', False) + and not _allow_reckless_class_checks() + ): + if not getattr(cls, '_is_runtime_protocol', False): + _type_check_issubclass_arg_1(other) + raise TypeError( + "Instance and class checks can only be used with " + "@runtime_checkable protocols" + ) + if ( + # this attribute is set by @runtime_checkable: + cls.__non_callable_proto_members__ + and cls.__dict__.get("__subclasshook__") is _proto_hook + ): + _type_check_issubclass_arg_1(other) + non_method_attrs = sorted(cls.__non_callable_proto_members__) + raise TypeError( + "Protocols with non-method members don't support issubclass()." + f" Non-method members: {str(non_method_attrs)[1:-1]}." + ) + return abc.ABCMeta.__subclasscheck__(cls, other) + + def __instancecheck__(cls, instance): + # We need this method for situations where attributes are + # assigned in __init__. + if cls is Protocol: + return type.__instancecheck__(cls, instance) + if not getattr(cls, "_is_protocol", False): + # i.e., it's a concrete subclass of a protocol + return abc.ABCMeta.__instancecheck__(cls, instance) + + if ( + not getattr(cls, '_is_runtime_protocol', False) and + not _allow_reckless_class_checks() + ): + raise TypeError("Instance and class checks can only be used with" + " @runtime_checkable protocols") + + if abc.ABCMeta.__instancecheck__(cls, instance): + return True + + for attr in cls.__protocol_attrs__: + try: + val = inspect.getattr_static(instance, attr) + except AttributeError: + break + # this attribute is set by @runtime_checkable: + if val is None and attr not in cls.__non_callable_proto_members__: + break + else: + return True + + return False + + def __eq__(cls, other): + # Hack so that typing.Generic.__class_getitem__ + # treats typing_extensions.Protocol + # as equivalent to typing.Protocol + if abc.ABCMeta.__eq__(cls, other) is True: + return True + return cls is Protocol and other is typing.Protocol + + # This has to be defined, or the abc-module cache + # complains about classes with this metaclass being unhashable, + # if we define only __eq__! + def __hash__(cls) -> int: + return type.__hash__(cls) + + @classmethod + def _proto_hook(cls, other): + if not cls.__dict__.get('_is_protocol', False): + return NotImplemented + + for attr in cls.__protocol_attrs__: + for base in other.__mro__: + # Check if the members appears in the class dictionary... + if attr in base.__dict__: + if base.__dict__[attr] is None: + return NotImplemented + break + + # ...or in annotations, if it is a sub-protocol. + annotations = getattr(base, '__annotations__', {}) + if ( + isinstance(annotations, collections.abc.Mapping) + and attr in annotations + and is_protocol(other) + ): + break + else: + return NotImplemented + return True + + class Protocol(typing.Generic, metaclass=_ProtocolMeta): + __doc__ = typing.Protocol.__doc__ + __slots__ = () + _is_protocol = True + _is_runtime_protocol = False + + def __init_subclass__(cls, *args, **kwargs): + super().__init_subclass__(*args, **kwargs) + + # Determine if this is a protocol or a concrete subclass. + if not cls.__dict__.get('_is_protocol', False): + cls._is_protocol = any(b is Protocol for b in cls.__bases__) + + # Set (or override) the protocol subclass hook. + if '__subclasshook__' not in cls.__dict__: + cls.__subclasshook__ = _proto_hook + + # Prohibit instantiation for protocol classes + if cls._is_protocol and cls.__init__ is Protocol.__init__: + cls.__init__ = _no_init + + +if sys.version_info >= (3, 13): + runtime_checkable = typing.runtime_checkable +else: + def runtime_checkable(cls): + """Mark a protocol class as a runtime protocol. + + Such protocol can be used with isinstance() and issubclass(). + Raise TypeError if applied to a non-protocol class. + This allows a simple-minded structural check very similar to + one trick ponies in collections.abc such as Iterable. + + For example:: + + @runtime_checkable + class Closable(Protocol): + def close(self): ... + + assert isinstance(open('/some/file'), Closable) + + Warning: this will check only the presence of the required methods, + not their type signatures! + """ + if not issubclass(cls, typing.Generic) or not getattr(cls, '_is_protocol', False): + raise TypeError(f'@runtime_checkable can be only applied to protocol classes,' + f' got {cls!r}') + cls._is_runtime_protocol = True + + # typing.Protocol classes on <=3.11 break if we execute this block, + # because typing.Protocol classes on <=3.11 don't have a + # `__protocol_attrs__` attribute, and this block relies on the + # `__protocol_attrs__` attribute. Meanwhile, typing.Protocol classes on 3.12.2+ + # break if we *don't* execute this block, because *they* assume that all + # protocol classes have a `__non_callable_proto_members__` attribute + # (which this block sets) + if isinstance(cls, _ProtocolMeta) or sys.version_info >= (3, 12, 2): + # PEP 544 prohibits using issubclass() + # with protocols that have non-method members. + # See gh-113320 for why we compute this attribute here, + # rather than in `_ProtocolMeta.__init__` + cls.__non_callable_proto_members__ = set() + for attr in cls.__protocol_attrs__: + try: + is_callable = callable(getattr(cls, attr, None)) + except Exception as e: + raise TypeError( + f"Failed to determine whether protocol member {attr!r} " + "is a method member" + ) from e + else: + if not is_callable: + cls.__non_callable_proto_members__.add(attr) + + return cls + + +# The "runtime" alias exists for backwards compatibility. +runtime = runtime_checkable + + +# Our version of runtime-checkable protocols is faster on Python 3.8-3.11 +if sys.version_info >= (3, 12): + SupportsInt = typing.SupportsInt + SupportsFloat = typing.SupportsFloat + SupportsComplex = typing.SupportsComplex + SupportsBytes = typing.SupportsBytes + SupportsIndex = typing.SupportsIndex + SupportsAbs = typing.SupportsAbs + SupportsRound = typing.SupportsRound +else: + @runtime_checkable + class SupportsInt(Protocol): + """An ABC with one abstract method __int__.""" + __slots__ = () + + @abc.abstractmethod + def __int__(self) -> int: + pass + + @runtime_checkable + class SupportsFloat(Protocol): + """An ABC with one abstract method __float__.""" + __slots__ = () + + @abc.abstractmethod + def __float__(self) -> float: + pass + + @runtime_checkable + class SupportsComplex(Protocol): + """An ABC with one abstract method __complex__.""" + __slots__ = () + + @abc.abstractmethod + def __complex__(self) -> complex: + pass + + @runtime_checkable + class SupportsBytes(Protocol): + """An ABC with one abstract method __bytes__.""" + __slots__ = () + + @abc.abstractmethod + def __bytes__(self) -> bytes: + pass + + @runtime_checkable + class SupportsIndex(Protocol): + __slots__ = () + + @abc.abstractmethod + def __index__(self) -> int: + pass + + @runtime_checkable + class SupportsAbs(Protocol[T_co]): + """ + An ABC with one abstract method __abs__ that is covariant in its return type. + """ + __slots__ = () + + @abc.abstractmethod + def __abs__(self) -> T_co: + pass + + @runtime_checkable + class SupportsRound(Protocol[T_co]): + """ + An ABC with one abstract method __round__ that is covariant in its return type. + """ + __slots__ = () + + @abc.abstractmethod + def __round__(self, ndigits: int = 0) -> T_co: + pass + + +def _ensure_subclassable(mro_entries): + def inner(func): + if sys.implementation.name == "pypy" and sys.version_info < (3, 9): + cls_dict = { + "__call__": staticmethod(func), + "__mro_entries__": staticmethod(mro_entries) + } + t = type(func.__name__, (), cls_dict) + return functools.update_wrapper(t(), func) + else: + func.__mro_entries__ = mro_entries + return func + return inner + + +# Update this to something like >=3.13.0b1 if and when +# PEP 728 is implemented in CPython +_PEP_728_IMPLEMENTED = False + +if _PEP_728_IMPLEMENTED: + # The standard library TypedDict in Python 3.8 does not store runtime information + # about which (if any) keys are optional. See https://bugs.python.org/issue38834 + # The standard library TypedDict in Python 3.9.0/1 does not honour the "total" + # keyword with old-style TypedDict(). See https://bugs.python.org/issue42059 + # The standard library TypedDict below Python 3.11 does not store runtime + # information about optional and required keys when using Required or NotRequired. + # Generic TypedDicts are also impossible using typing.TypedDict on Python <3.11. + # Aaaand on 3.12 we add __orig_bases__ to TypedDict + # to enable better runtime introspection. + # On 3.13 we deprecate some odd ways of creating TypedDicts. + # Also on 3.13, PEP 705 adds the ReadOnly[] qualifier. + # PEP 728 (still pending) makes more changes. + TypedDict = typing.TypedDict + _TypedDictMeta = typing._TypedDictMeta + is_typeddict = typing.is_typeddict +else: + # 3.10.0 and later + _TAKES_MODULE = "module" in inspect.signature(typing._type_check).parameters + + def _get_typeddict_qualifiers(annotation_type): + while True: + annotation_origin = get_origin(annotation_type) + if annotation_origin is Annotated: + annotation_args = get_args(annotation_type) + if annotation_args: + annotation_type = annotation_args[0] + else: + break + elif annotation_origin is Required: + yield Required + annotation_type, = get_args(annotation_type) + elif annotation_origin is NotRequired: + yield NotRequired + annotation_type, = get_args(annotation_type) + elif annotation_origin is ReadOnly: + yield ReadOnly + annotation_type, = get_args(annotation_type) + else: + break + + class _TypedDictMeta(type): + def __new__(cls, name, bases, ns, *, total=True, closed=False): + """Create new typed dict class object. + + This method is called when TypedDict is subclassed, + or when TypedDict is instantiated. This way + TypedDict supports all three syntax forms described in its docstring. + Subclasses and instances of TypedDict return actual dictionaries. + """ + for base in bases: + if type(base) is not _TypedDictMeta and base is not typing.Generic: + raise TypeError('cannot inherit from both a TypedDict type ' + 'and a non-TypedDict base class') + + if any(issubclass(b, typing.Generic) for b in bases): + generic_base = (typing.Generic,) + else: + generic_base = () + + # typing.py generally doesn't let you inherit from plain Generic, unless + # the name of the class happens to be "Protocol" + tp_dict = type.__new__(_TypedDictMeta, "Protocol", (*generic_base, dict), ns) + tp_dict.__name__ = name + if tp_dict.__qualname__ == "Protocol": + tp_dict.__qualname__ = name + + if not hasattr(tp_dict, '__orig_bases__'): + tp_dict.__orig_bases__ = bases + + annotations = {} + if "__annotations__" in ns: + own_annotations = ns["__annotations__"] + elif "__annotate__" in ns: + # TODO: Use inspect.VALUE here, and make the annotations lazily evaluated + own_annotations = ns["__annotate__"](1) + else: + own_annotations = {} + msg = "TypedDict('Name', {f0: t0, f1: t1, ...}); each t must be a type" + if _TAKES_MODULE: + own_annotations = { + n: typing._type_check(tp, msg, module=tp_dict.__module__) + for n, tp in own_annotations.items() + } + else: + own_annotations = { + n: typing._type_check(tp, msg) + for n, tp in own_annotations.items() + } + required_keys = set() + optional_keys = set() + readonly_keys = set() + mutable_keys = set() + extra_items_type = None + + for base in bases: + base_dict = base.__dict__ + + annotations.update(base_dict.get('__annotations__', {})) + required_keys.update(base_dict.get('__required_keys__', ())) + optional_keys.update(base_dict.get('__optional_keys__', ())) + readonly_keys.update(base_dict.get('__readonly_keys__', ())) + mutable_keys.update(base_dict.get('__mutable_keys__', ())) + base_extra_items_type = base_dict.get('__extra_items__', None) + if base_extra_items_type is not None: + extra_items_type = base_extra_items_type + + if closed and extra_items_type is None: + extra_items_type = Never + if closed and "__extra_items__" in own_annotations: + annotation_type = own_annotations.pop("__extra_items__") + qualifiers = set(_get_typeddict_qualifiers(annotation_type)) + if Required in qualifiers: + raise TypeError( + "Special key __extra_items__ does not support " + "Required" + ) + if NotRequired in qualifiers: + raise TypeError( + "Special key __extra_items__ does not support " + "NotRequired" + ) + extra_items_type = annotation_type + + annotations.update(own_annotations) + for annotation_key, annotation_type in own_annotations.items(): + qualifiers = set(_get_typeddict_qualifiers(annotation_type)) + + if Required in qualifiers: + required_keys.add(annotation_key) + elif NotRequired in qualifiers: + optional_keys.add(annotation_key) + elif total: + required_keys.add(annotation_key) + else: + optional_keys.add(annotation_key) + if ReadOnly in qualifiers: + mutable_keys.discard(annotation_key) + readonly_keys.add(annotation_key) + else: + mutable_keys.add(annotation_key) + readonly_keys.discard(annotation_key) + + tp_dict.__annotations__ = annotations + tp_dict.__required_keys__ = frozenset(required_keys) + tp_dict.__optional_keys__ = frozenset(optional_keys) + tp_dict.__readonly_keys__ = frozenset(readonly_keys) + tp_dict.__mutable_keys__ = frozenset(mutable_keys) + if not hasattr(tp_dict, '__total__'): + tp_dict.__total__ = total + tp_dict.__closed__ = closed + tp_dict.__extra_items__ = extra_items_type + return tp_dict + + __call__ = dict # static method + + def __subclasscheck__(cls, other): + # Typed dicts are only for static structural subtyping. + raise TypeError('TypedDict does not support instance and class checks') + + __instancecheck__ = __subclasscheck__ + + _TypedDict = type.__new__(_TypedDictMeta, 'TypedDict', (), {}) + + @_ensure_subclassable(lambda bases: (_TypedDict,)) + def TypedDict(typename, fields=_marker, /, *, total=True, closed=False, **kwargs): + """A simple typed namespace. At runtime it is equivalent to a plain dict. + + TypedDict creates a dictionary type such that a type checker will expect all + instances to have a certain set of keys, where each key is + associated with a value of a consistent type. This expectation + is not checked at runtime. + + Usage:: + + class Point2D(TypedDict): + x: int + y: int + label: str + + a: Point2D = {'x': 1, 'y': 2, 'label': 'good'} # OK + b: Point2D = {'z': 3, 'label': 'bad'} # Fails type check + + assert Point2D(x=1, y=2, label='first') == dict(x=1, y=2, label='first') + + The type info can be accessed via the Point2D.__annotations__ dict, and + the Point2D.__required_keys__ and Point2D.__optional_keys__ frozensets. + TypedDict supports an additional equivalent form:: + + Point2D = TypedDict('Point2D', {'x': int, 'y': int, 'label': str}) + + By default, all keys must be present in a TypedDict. It is possible + to override this by specifying totality:: + + class Point2D(TypedDict, total=False): + x: int + y: int + + This means that a Point2D TypedDict can have any of the keys omitted. A type + checker is only expected to support a literal False or True as the value of + the total argument. True is the default, and makes all items defined in the + class body be required. + + The Required and NotRequired special forms can also be used to mark + individual keys as being required or not required:: + + class Point2D(TypedDict): + x: int # the "x" key must always be present (Required is the default) + y: NotRequired[int] # the "y" key can be omitted + + See PEP 655 for more details on Required and NotRequired. + """ + if fields is _marker or fields is None: + if fields is _marker: + deprecated_thing = "Failing to pass a value for the 'fields' parameter" + else: + deprecated_thing = "Passing `None` as the 'fields' parameter" + + example = f"`{typename} = TypedDict({typename!r}, {{}})`" + deprecation_msg = ( + f"{deprecated_thing} is deprecated and will be disallowed in " + "Python 3.15. To create a TypedDict class with 0 fields " + "using the functional syntax, pass an empty dictionary, e.g. " + ) + example + "." + warnings.warn(deprecation_msg, DeprecationWarning, stacklevel=2) + if closed is not False and closed is not True: + kwargs["closed"] = closed + closed = False + fields = kwargs + elif kwargs: + raise TypeError("TypedDict takes either a dict or keyword arguments," + " but not both") + if kwargs: + if sys.version_info >= (3, 13): + raise TypeError("TypedDict takes no keyword arguments") + warnings.warn( + "The kwargs-based syntax for TypedDict definitions is deprecated " + "in Python 3.11, will be removed in Python 3.13, and may not be " + "understood by third-party type checkers.", + DeprecationWarning, + stacklevel=2, + ) + + ns = {'__annotations__': dict(fields)} + module = _caller() + if module is not None: + # Setting correct module is necessary to make typed dict classes pickleable. + ns['__module__'] = module + + td = _TypedDictMeta(typename, (), ns, total=total, closed=closed) + td.__orig_bases__ = (TypedDict,) + return td + + if hasattr(typing, "_TypedDictMeta"): + _TYPEDDICT_TYPES = (typing._TypedDictMeta, _TypedDictMeta) + else: + _TYPEDDICT_TYPES = (_TypedDictMeta,) + + def is_typeddict(tp): + """Check if an annotation is a TypedDict class + + For example:: + class Film(TypedDict): + title: str + year: int + + is_typeddict(Film) # => True + is_typeddict(Union[list, str]) # => False + """ + # On 3.8, this would otherwise return True + if hasattr(typing, "TypedDict") and tp is typing.TypedDict: + return False + return isinstance(tp, _TYPEDDICT_TYPES) + + +if hasattr(typing, "assert_type"): + assert_type = typing.assert_type + +else: + def assert_type(val, typ, /): + """Assert (to the type checker) that the value is of the given type. + + When the type checker encounters a call to assert_type(), it + emits an error if the value is not of the specified type:: + + def greet(name: str) -> None: + assert_type(name, str) # ok + assert_type(name, int) # type checker error + + At runtime this returns the first argument unchanged and otherwise + does nothing. + """ + return val + + +if hasattr(typing, "ReadOnly"): # 3.13+ + get_type_hints = typing.get_type_hints +else: # <=3.13 + # replaces _strip_annotations() + def _strip_extras(t): + """Strips Annotated, Required and NotRequired from a given type.""" + if isinstance(t, _AnnotatedAlias): + return _strip_extras(t.__origin__) + if hasattr(t, "__origin__") and t.__origin__ in (Required, NotRequired, ReadOnly): + return _strip_extras(t.__args__[0]) + if isinstance(t, typing._GenericAlias): + stripped_args = tuple(_strip_extras(a) for a in t.__args__) + if stripped_args == t.__args__: + return t + return t.copy_with(stripped_args) + if hasattr(_types, "GenericAlias") and isinstance(t, _types.GenericAlias): + stripped_args = tuple(_strip_extras(a) for a in t.__args__) + if stripped_args == t.__args__: + return t + return _types.GenericAlias(t.__origin__, stripped_args) + if hasattr(_types, "UnionType") and isinstance(t, _types.UnionType): + stripped_args = tuple(_strip_extras(a) for a in t.__args__) + if stripped_args == t.__args__: + return t + return functools.reduce(operator.or_, stripped_args) + + return t + + def get_type_hints(obj, globalns=None, localns=None, include_extras=False): + """Return type hints for an object. + + This is often the same as obj.__annotations__, but it handles + forward references encoded as string literals, adds Optional[t] if a + default value equal to None is set and recursively replaces all + 'Annotated[T, ...]', 'Required[T]' or 'NotRequired[T]' with 'T' + (unless 'include_extras=True'). + + The argument may be a module, class, method, or function. The annotations + are returned as a dictionary. For classes, annotations include also + inherited members. + + TypeError is raised if the argument is not of a type that can contain + annotations, and an empty dictionary is returned if no annotations are + present. + + BEWARE -- the behavior of globalns and localns is counterintuitive + (unless you are familiar with how eval() and exec() work). The + search order is locals first, then globals. + + - If no dict arguments are passed, an attempt is made to use the + globals from obj (or the respective module's globals for classes), + and these are also used as the locals. If the object does not appear + to have globals, an empty dictionary is used. + + - If one dict argument is passed, it is used for both globals and + locals. + + - If two dict arguments are passed, they specify globals and + locals, respectively. + """ + if hasattr(typing, "Annotated"): # 3.9+ + hint = typing.get_type_hints( + obj, globalns=globalns, localns=localns, include_extras=True + ) + else: # 3.8 + hint = typing.get_type_hints(obj, globalns=globalns, localns=localns) + if include_extras: + return hint + return {k: _strip_extras(t) for k, t in hint.items()} + + +# Python 3.9+ has PEP 593 (Annotated) +if hasattr(typing, 'Annotated'): + Annotated = typing.Annotated + # Not exported and not a public API, but needed for get_origin() and get_args() + # to work. + _AnnotatedAlias = typing._AnnotatedAlias +# 3.8 +else: + class _AnnotatedAlias(typing._GenericAlias, _root=True): + """Runtime representation of an annotated type. + + At its core 'Annotated[t, dec1, dec2, ...]' is an alias for the type 't' + with extra annotations. The alias behaves like a normal typing alias, + instantiating is the same as instantiating the underlying type, binding + it to types is also the same. + """ + def __init__(self, origin, metadata): + if isinstance(origin, _AnnotatedAlias): + metadata = origin.__metadata__ + metadata + origin = origin.__origin__ + super().__init__(origin, origin) + self.__metadata__ = metadata + + def copy_with(self, params): + assert len(params) == 1 + new_type = params[0] + return _AnnotatedAlias(new_type, self.__metadata__) + + def __repr__(self): + return (f"typing_extensions.Annotated[{typing._type_repr(self.__origin__)}, " + f"{', '.join(repr(a) for a in self.__metadata__)}]") + + def __reduce__(self): + return operator.getitem, ( + Annotated, (self.__origin__, *self.__metadata__) + ) + + def __eq__(self, other): + if not isinstance(other, _AnnotatedAlias): + return NotImplemented + if self.__origin__ != other.__origin__: + return False + return self.__metadata__ == other.__metadata__ + + def __hash__(self): + return hash((self.__origin__, self.__metadata__)) + + class Annotated: + """Add context specific metadata to a type. + + Example: Annotated[int, runtime_check.Unsigned] indicates to the + hypothetical runtime_check module that this type is an unsigned int. + Every other consumer of this type can ignore this metadata and treat + this type as int. + + The first argument to Annotated must be a valid type (and will be in + the __origin__ field), the remaining arguments are kept as a tuple in + the __extra__ field. + + Details: + + - It's an error to call `Annotated` with less than two arguments. + - Nested Annotated are flattened:: + + Annotated[Annotated[T, Ann1, Ann2], Ann3] == Annotated[T, Ann1, Ann2, Ann3] + + - Instantiating an annotated type is equivalent to instantiating the + underlying type:: + + Annotated[C, Ann1](5) == C(5) + + - Annotated can be used as a generic type alias:: + + Optimized = Annotated[T, runtime.Optimize()] + Optimized[int] == Annotated[int, runtime.Optimize()] + + OptimizedList = Annotated[List[T], runtime.Optimize()] + OptimizedList[int] == Annotated[List[int], runtime.Optimize()] + """ + + __slots__ = () + + def __new__(cls, *args, **kwargs): + raise TypeError("Type Annotated cannot be instantiated.") + + @typing._tp_cache + def __class_getitem__(cls, params): + if not isinstance(params, tuple) or len(params) < 2: + raise TypeError("Annotated[...] should be used " + "with at least two arguments (a type and an " + "annotation).") + allowed_special_forms = (ClassVar, Final) + if get_origin(params[0]) in allowed_special_forms: + origin = params[0] + else: + msg = "Annotated[t, ...]: t must be a type." + origin = typing._type_check(params[0], msg) + metadata = tuple(params[1:]) + return _AnnotatedAlias(origin, metadata) + + def __init_subclass__(cls, *args, **kwargs): + raise TypeError( + f"Cannot subclass {cls.__module__}.Annotated" + ) + +# Python 3.8 has get_origin() and get_args() but those implementations aren't +# Annotated-aware, so we can't use those. Python 3.9's versions don't support +# ParamSpecArgs and ParamSpecKwargs, so only Python 3.10's versions will do. +if sys.version_info[:2] >= (3, 10): + get_origin = typing.get_origin + get_args = typing.get_args +# 3.8-3.9 +else: + try: + # 3.9+ + from typing import _BaseGenericAlias + except ImportError: + _BaseGenericAlias = typing._GenericAlias + try: + # 3.9+ + from typing import GenericAlias as _typing_GenericAlias + except ImportError: + _typing_GenericAlias = typing._GenericAlias + + def get_origin(tp): + """Get the unsubscripted version of a type. + + This supports generic types, Callable, Tuple, Union, Literal, Final, ClassVar + and Annotated. Return None for unsupported types. Examples:: + + get_origin(Literal[42]) is Literal + get_origin(int) is None + get_origin(ClassVar[int]) is ClassVar + get_origin(Generic) is Generic + get_origin(Generic[T]) is Generic + get_origin(Union[T, int]) is Union + get_origin(List[Tuple[T, T]][int]) == list + get_origin(P.args) is P + """ + if isinstance(tp, _AnnotatedAlias): + return Annotated + if isinstance(tp, (typing._GenericAlias, _typing_GenericAlias, _BaseGenericAlias, + ParamSpecArgs, ParamSpecKwargs)): + return tp.__origin__ + if tp is typing.Generic: + return typing.Generic + return None + + def get_args(tp): + """Get type arguments with all substitutions performed. + + For unions, basic simplifications used by Union constructor are performed. + Examples:: + get_args(Dict[str, int]) == (str, int) + get_args(int) == () + get_args(Union[int, Union[T, int], str][int]) == (int, str) + get_args(Union[int, Tuple[T, int]][str]) == (int, Tuple[str, int]) + get_args(Callable[[], T][int]) == ([], int) + """ + if isinstance(tp, _AnnotatedAlias): + return (tp.__origin__, *tp.__metadata__) + if isinstance(tp, (typing._GenericAlias, _typing_GenericAlias)): + if getattr(tp, "_special", False): + return () + res = tp.__args__ + if get_origin(tp) is collections.abc.Callable and res[0] is not Ellipsis: + res = (list(res[:-1]), res[-1]) + return res + return () + + +# 3.10+ +if hasattr(typing, 'TypeAlias'): + TypeAlias = typing.TypeAlias +# 3.9 +elif sys.version_info[:2] >= (3, 9): + @_ExtensionsSpecialForm + def TypeAlias(self, parameters): + """Special marker indicating that an assignment should + be recognized as a proper type alias definition by type + checkers. + + For example:: + + Predicate: TypeAlias = Callable[..., bool] + + It's invalid when used anywhere except as in the example above. + """ + raise TypeError(f"{self} is not subscriptable") +# 3.8 +else: + TypeAlias = _ExtensionsSpecialForm( + 'TypeAlias', + doc="""Special marker indicating that an assignment should + be recognized as a proper type alias definition by type + checkers. + + For example:: + + Predicate: TypeAlias = Callable[..., bool] + + It's invalid when used anywhere except as in the example + above.""" + ) + + +if hasattr(typing, "NoDefault"): + NoDefault = typing.NoDefault +else: + class NoDefaultTypeMeta(type): + def __setattr__(cls, attr, value): + # TypeError is consistent with the behavior of NoneType + raise TypeError( + f"cannot set {attr!r} attribute of immutable type {cls.__name__!r}" + ) + + class NoDefaultType(metaclass=NoDefaultTypeMeta): + """The type of the NoDefault singleton.""" + + __slots__ = () + + def __new__(cls): + return globals().get("NoDefault") or object.__new__(cls) + + def __repr__(self): + return "typing_extensions.NoDefault" + + def __reduce__(self): + return "NoDefault" + + NoDefault = NoDefaultType() + del NoDefaultType, NoDefaultTypeMeta + + +def _set_default(type_param, default): + type_param.has_default = lambda: default is not NoDefault + type_param.__default__ = default + + +def _set_module(typevarlike): + # for pickling: + def_mod = _caller(depth=3) + if def_mod != 'typing_extensions': + typevarlike.__module__ = def_mod + + +class _DefaultMixin: + """Mixin for TypeVarLike defaults.""" + + __slots__ = () + __init__ = _set_default + + +# Classes using this metaclass must provide a _backported_typevarlike ClassVar +class _TypeVarLikeMeta(type): + def __instancecheck__(cls, __instance: Any) -> bool: + return isinstance(__instance, cls._backported_typevarlike) + + +if _PEP_696_IMPLEMENTED: + from typing import TypeVar +else: + # Add default and infer_variance parameters from PEP 696 and 695 + class TypeVar(metaclass=_TypeVarLikeMeta): + """Type variable.""" + + _backported_typevarlike = typing.TypeVar + + def __new__(cls, name, *constraints, bound=None, + covariant=False, contravariant=False, + default=NoDefault, infer_variance=False): + if hasattr(typing, "TypeAliasType"): + # PEP 695 implemented (3.12+), can pass infer_variance to typing.TypeVar + typevar = typing.TypeVar(name, *constraints, bound=bound, + covariant=covariant, contravariant=contravariant, + infer_variance=infer_variance) + else: + typevar = typing.TypeVar(name, *constraints, bound=bound, + covariant=covariant, contravariant=contravariant) + if infer_variance and (covariant or contravariant): + raise ValueError("Variance cannot be specified with infer_variance.") + typevar.__infer_variance__ = infer_variance + + _set_default(typevar, default) + _set_module(typevar) + + def _tvar_prepare_subst(alias, args): + if ( + typevar.has_default() + and alias.__parameters__.index(typevar) == len(args) + ): + args += (typevar.__default__,) + return args + + typevar.__typing_prepare_subst__ = _tvar_prepare_subst + return typevar + + def __init_subclass__(cls) -> None: + raise TypeError(f"type '{__name__}.TypeVar' is not an acceptable base type") + + +# Python 3.10+ has PEP 612 +if hasattr(typing, 'ParamSpecArgs'): + ParamSpecArgs = typing.ParamSpecArgs + ParamSpecKwargs = typing.ParamSpecKwargs +# 3.8-3.9 +else: + class _Immutable: + """Mixin to indicate that object should not be copied.""" + __slots__ = () + + def __copy__(self): + return self + + def __deepcopy__(self, memo): + return self + + class ParamSpecArgs(_Immutable): + """The args for a ParamSpec object. + + Given a ParamSpec object P, P.args is an instance of ParamSpecArgs. + + ParamSpecArgs objects have a reference back to their ParamSpec: + + P.args.__origin__ is P + + This type is meant for runtime introspection and has no special meaning to + static type checkers. + """ + def __init__(self, origin): + self.__origin__ = origin + + def __repr__(self): + return f"{self.__origin__.__name__}.args" + + def __eq__(self, other): + if not isinstance(other, ParamSpecArgs): + return NotImplemented + return self.__origin__ == other.__origin__ + + class ParamSpecKwargs(_Immutable): + """The kwargs for a ParamSpec object. + + Given a ParamSpec object P, P.kwargs is an instance of ParamSpecKwargs. + + ParamSpecKwargs objects have a reference back to their ParamSpec: + + P.kwargs.__origin__ is P + + This type is meant for runtime introspection and has no special meaning to + static type checkers. + """ + def __init__(self, origin): + self.__origin__ = origin + + def __repr__(self): + return f"{self.__origin__.__name__}.kwargs" + + def __eq__(self, other): + if not isinstance(other, ParamSpecKwargs): + return NotImplemented + return self.__origin__ == other.__origin__ + + +if _PEP_696_IMPLEMENTED: + from typing import ParamSpec + +# 3.10+ +elif hasattr(typing, 'ParamSpec'): + + # Add default parameter - PEP 696 + class ParamSpec(metaclass=_TypeVarLikeMeta): + """Parameter specification.""" + + _backported_typevarlike = typing.ParamSpec + + def __new__(cls, name, *, bound=None, + covariant=False, contravariant=False, + infer_variance=False, default=NoDefault): + if hasattr(typing, "TypeAliasType"): + # PEP 695 implemented, can pass infer_variance to typing.TypeVar + paramspec = typing.ParamSpec(name, bound=bound, + covariant=covariant, + contravariant=contravariant, + infer_variance=infer_variance) + else: + paramspec = typing.ParamSpec(name, bound=bound, + covariant=covariant, + contravariant=contravariant) + paramspec.__infer_variance__ = infer_variance + + _set_default(paramspec, default) + _set_module(paramspec) + + def _paramspec_prepare_subst(alias, args): + params = alias.__parameters__ + i = params.index(paramspec) + if i == len(args) and paramspec.has_default(): + args = [*args, paramspec.__default__] + if i >= len(args): + raise TypeError(f"Too few arguments for {alias}") + # Special case where Z[[int, str, bool]] == Z[int, str, bool] in PEP 612. + if len(params) == 1 and not typing._is_param_expr(args[0]): + assert i == 0 + args = (args,) + # Convert lists to tuples to help other libraries cache the results. + elif isinstance(args[i], list): + args = (*args[:i], tuple(args[i]), *args[i + 1:]) + return args + + paramspec.__typing_prepare_subst__ = _paramspec_prepare_subst + return paramspec + + def __init_subclass__(cls) -> None: + raise TypeError(f"type '{__name__}.ParamSpec' is not an acceptable base type") + +# 3.8-3.9 +else: + + # Inherits from list as a workaround for Callable checks in Python < 3.9.2. + class ParamSpec(list, _DefaultMixin): + """Parameter specification variable. + + Usage:: + + P = ParamSpec('P') + + Parameter specification variables exist primarily for the benefit of static + type checkers. They are used to forward the parameter types of one + callable to another callable, a pattern commonly found in higher order + functions and decorators. They are only valid when used in ``Concatenate``, + or s the first argument to ``Callable``. In Python 3.10 and higher, + they are also supported in user-defined Generics at runtime. + See class Generic for more information on generic types. An + example for annotating a decorator:: + + T = TypeVar('T') + P = ParamSpec('P') + + def add_logging(f: Callable[P, T]) -> Callable[P, T]: + '''A type-safe decorator to add logging to a function.''' + def inner(*args: P.args, **kwargs: P.kwargs) -> T: + logging.info(f'{f.__name__} was called') + return f(*args, **kwargs) + return inner + + @add_logging + def add_two(x: float, y: float) -> float: + '''Add two numbers together.''' + return x + y + + Parameter specification variables defined with covariant=True or + contravariant=True can be used to declare covariant or contravariant + generic types. These keyword arguments are valid, but their actual semantics + are yet to be decided. See PEP 612 for details. + + Parameter specification variables can be introspected. e.g.: + + P.__name__ == 'T' + P.__bound__ == None + P.__covariant__ == False + P.__contravariant__ == False + + Note that only parameter specification variables defined in global scope can + be pickled. + """ + + # Trick Generic __parameters__. + __class__ = typing.TypeVar + + @property + def args(self): + return ParamSpecArgs(self) + + @property + def kwargs(self): + return ParamSpecKwargs(self) + + def __init__(self, name, *, bound=None, covariant=False, contravariant=False, + infer_variance=False, default=NoDefault): + list.__init__(self, [self]) + self.__name__ = name + self.__covariant__ = bool(covariant) + self.__contravariant__ = bool(contravariant) + self.__infer_variance__ = bool(infer_variance) + if bound: + self.__bound__ = typing._type_check(bound, 'Bound must be a type.') + else: + self.__bound__ = None + _DefaultMixin.__init__(self, default) + + # for pickling: + def_mod = _caller() + if def_mod != 'typing_extensions': + self.__module__ = def_mod + + def __repr__(self): + if self.__infer_variance__: + prefix = '' + elif self.__covariant__: + prefix = '+' + elif self.__contravariant__: + prefix = '-' + else: + prefix = '~' + return prefix + self.__name__ + + def __hash__(self): + return object.__hash__(self) + + def __eq__(self, other): + return self is other + + def __reduce__(self): + return self.__name__ + + # Hack to get typing._type_check to pass. + def __call__(self, *args, **kwargs): + pass + + +# 3.8-3.9 +if not hasattr(typing, 'Concatenate'): + # Inherits from list as a workaround for Callable checks in Python < 3.9.2. + class _ConcatenateGenericAlias(list): + + # Trick Generic into looking into this for __parameters__. + __class__ = typing._GenericAlias + + # Flag in 3.8. + _special = False + + def __init__(self, origin, args): + super().__init__(args) + self.__origin__ = origin + self.__args__ = args + + def __repr__(self): + _type_repr = typing._type_repr + return (f'{_type_repr(self.__origin__)}' + f'[{", ".join(_type_repr(arg) for arg in self.__args__)}]') + + def __hash__(self): + return hash((self.__origin__, self.__args__)) + + # Hack to get typing._type_check to pass in Generic. + def __call__(self, *args, **kwargs): + pass + + @property + def __parameters__(self): + return tuple( + tp for tp in self.__args__ if isinstance(tp, (typing.TypeVar, ParamSpec)) + ) + + +# 3.8-3.9 +@typing._tp_cache +def _concatenate_getitem(self, parameters): + if parameters == (): + raise TypeError("Cannot take a Concatenate of no types.") + if not isinstance(parameters, tuple): + parameters = (parameters,) + if not isinstance(parameters[-1], ParamSpec): + raise TypeError("The last parameter to Concatenate should be a " + "ParamSpec variable.") + msg = "Concatenate[arg, ...]: each arg must be a type." + parameters = tuple(typing._type_check(p, msg) for p in parameters) + return _ConcatenateGenericAlias(self, parameters) + + +# 3.10+ +if hasattr(typing, 'Concatenate'): + Concatenate = typing.Concatenate + _ConcatenateGenericAlias = typing._ConcatenateGenericAlias +# 3.9 +elif sys.version_info[:2] >= (3, 9): + @_ExtensionsSpecialForm + def Concatenate(self, parameters): + """Used in conjunction with ``ParamSpec`` and ``Callable`` to represent a + higher order function which adds, removes or transforms parameters of a + callable. + + For example:: + + Callable[Concatenate[int, P], int] + + See PEP 612 for detailed information. + """ + return _concatenate_getitem(self, parameters) +# 3.8 +else: + class _ConcatenateForm(_ExtensionsSpecialForm, _root=True): + def __getitem__(self, parameters): + return _concatenate_getitem(self, parameters) + + Concatenate = _ConcatenateForm( + 'Concatenate', + doc="""Used in conjunction with ``ParamSpec`` and ``Callable`` to represent a + higher order function which adds, removes or transforms parameters of a + callable. + + For example:: + + Callable[Concatenate[int, P], int] + + See PEP 612 for detailed information. + """) + +# 3.10+ +if hasattr(typing, 'TypeGuard'): + TypeGuard = typing.TypeGuard +# 3.9 +elif sys.version_info[:2] >= (3, 9): + @_ExtensionsSpecialForm + def TypeGuard(self, parameters): + """Special typing form used to annotate the return type of a user-defined + type guard function. ``TypeGuard`` only accepts a single type argument. + At runtime, functions marked this way should return a boolean. + + ``TypeGuard`` aims to benefit *type narrowing* -- a technique used by static + type checkers to determine a more precise type of an expression within a + program's code flow. Usually type narrowing is done by analyzing + conditional code flow and applying the narrowing to a block of code. The + conditional expression here is sometimes referred to as a "type guard". + + Sometimes it would be convenient to use a user-defined boolean function + as a type guard. Such a function should use ``TypeGuard[...]`` as its + return type to alert static type checkers to this intention. + + Using ``-> TypeGuard`` tells the static type checker that for a given + function: + + 1. The return value is a boolean. + 2. If the return value is ``True``, the type of its argument + is the type inside ``TypeGuard``. + + For example:: + + def is_str(val: Union[str, float]): + # "isinstance" type guard + if isinstance(val, str): + # Type of ``val`` is narrowed to ``str`` + ... + else: + # Else, type of ``val`` is narrowed to ``float``. + ... + + Strict type narrowing is not enforced -- ``TypeB`` need not be a narrower + form of ``TypeA`` (it can even be a wider form) and this may lead to + type-unsafe results. The main reason is to allow for things like + narrowing ``List[object]`` to ``List[str]`` even though the latter is not + a subtype of the former, since ``List`` is invariant. The responsibility of + writing type-safe type guards is left to the user. + + ``TypeGuard`` also works with type variables. For more information, see + PEP 647 (User-Defined Type Guards). + """ + item = typing._type_check(parameters, f'{self} accepts only a single type.') + return typing._GenericAlias(self, (item,)) +# 3.8 +else: + class _TypeGuardForm(_ExtensionsSpecialForm, _root=True): + def __getitem__(self, parameters): + item = typing._type_check(parameters, + f'{self._name} accepts only a single type') + return typing._GenericAlias(self, (item,)) + + TypeGuard = _TypeGuardForm( + 'TypeGuard', + doc="""Special typing form used to annotate the return type of a user-defined + type guard function. ``TypeGuard`` only accepts a single type argument. + At runtime, functions marked this way should return a boolean. + + ``TypeGuard`` aims to benefit *type narrowing* -- a technique used by static + type checkers to determine a more precise type of an expression within a + program's code flow. Usually type narrowing is done by analyzing + conditional code flow and applying the narrowing to a block of code. The + conditional expression here is sometimes referred to as a "type guard". + + Sometimes it would be convenient to use a user-defined boolean function + as a type guard. Such a function should use ``TypeGuard[...]`` as its + return type to alert static type checkers to this intention. + + Using ``-> TypeGuard`` tells the static type checker that for a given + function: + + 1. The return value is a boolean. + 2. If the return value is ``True``, the type of its argument + is the type inside ``TypeGuard``. + + For example:: + + def is_str(val: Union[str, float]): + # "isinstance" type guard + if isinstance(val, str): + # Type of ``val`` is narrowed to ``str`` + ... + else: + # Else, type of ``val`` is narrowed to ``float``. + ... + + Strict type narrowing is not enforced -- ``TypeB`` need not be a narrower + form of ``TypeA`` (it can even be a wider form) and this may lead to + type-unsafe results. The main reason is to allow for things like + narrowing ``List[object]`` to ``List[str]`` even though the latter is not + a subtype of the former, since ``List`` is invariant. The responsibility of + writing type-safe type guards is left to the user. + + ``TypeGuard`` also works with type variables. For more information, see + PEP 647 (User-Defined Type Guards). + """) + +# 3.13+ +if hasattr(typing, 'TypeIs'): + TypeIs = typing.TypeIs +# 3.9 +elif sys.version_info[:2] >= (3, 9): + @_ExtensionsSpecialForm + def TypeIs(self, parameters): + """Special typing form used to annotate the return type of a user-defined + type narrower function. ``TypeIs`` only accepts a single type argument. + At runtime, functions marked this way should return a boolean. + + ``TypeIs`` aims to benefit *type narrowing* -- a technique used by static + type checkers to determine a more precise type of an expression within a + program's code flow. Usually type narrowing is done by analyzing + conditional code flow and applying the narrowing to a block of code. The + conditional expression here is sometimes referred to as a "type guard". + + Sometimes it would be convenient to use a user-defined boolean function + as a type guard. Such a function should use ``TypeIs[...]`` as its + return type to alert static type checkers to this intention. + + Using ``-> TypeIs`` tells the static type checker that for a given + function: + + 1. The return value is a boolean. + 2. If the return value is ``True``, the type of its argument + is the intersection of the type inside ``TypeGuard`` and the argument's + previously known type. + + For example:: + + def is_awaitable(val: object) -> TypeIs[Awaitable[Any]]: + return hasattr(val, '__await__') + + def f(val: Union[int, Awaitable[int]]) -> int: + if is_awaitable(val): + assert_type(val, Awaitable[int]) + else: + assert_type(val, int) + + ``TypeIs`` also works with type variables. For more information, see + PEP 742 (Narrowing types with TypeIs). + """ + item = typing._type_check(parameters, f'{self} accepts only a single type.') + return typing._GenericAlias(self, (item,)) +# 3.8 +else: + class _TypeIsForm(_ExtensionsSpecialForm, _root=True): + def __getitem__(self, parameters): + item = typing._type_check(parameters, + f'{self._name} accepts only a single type') + return typing._GenericAlias(self, (item,)) + + TypeIs = _TypeIsForm( + 'TypeIs', + doc="""Special typing form used to annotate the return type of a user-defined + type narrower function. ``TypeIs`` only accepts a single type argument. + At runtime, functions marked this way should return a boolean. + + ``TypeIs`` aims to benefit *type narrowing* -- a technique used by static + type checkers to determine a more precise type of an expression within a + program's code flow. Usually type narrowing is done by analyzing + conditional code flow and applying the narrowing to a block of code. The + conditional expression here is sometimes referred to as a "type guard". + + Sometimes it would be convenient to use a user-defined boolean function + as a type guard. Such a function should use ``TypeIs[...]`` as its + return type to alert static type checkers to this intention. + + Using ``-> TypeIs`` tells the static type checker that for a given + function: + + 1. The return value is a boolean. + 2. If the return value is ``True``, the type of its argument + is the intersection of the type inside ``TypeGuard`` and the argument's + previously known type. + + For example:: + + def is_awaitable(val: object) -> TypeIs[Awaitable[Any]]: + return hasattr(val, '__await__') + + def f(val: Union[int, Awaitable[int]]) -> int: + if is_awaitable(val): + assert_type(val, Awaitable[int]) + else: + assert_type(val, int) + + ``TypeIs`` also works with type variables. For more information, see + PEP 742 (Narrowing types with TypeIs). + """) + + +# Vendored from cpython typing._SpecialFrom +class _SpecialForm(typing._Final, _root=True): + __slots__ = ('_name', '__doc__', '_getitem') + + def __init__(self, getitem): + self._getitem = getitem + self._name = getitem.__name__ + self.__doc__ = getitem.__doc__ + + def __getattr__(self, item): + if item in {'__name__', '__qualname__'}: + return self._name + + raise AttributeError(item) + + def __mro_entries__(self, bases): + raise TypeError(f"Cannot subclass {self!r}") + + def __repr__(self): + return f'typing_extensions.{self._name}' + + def __reduce__(self): + return self._name + + def __call__(self, *args, **kwds): + raise TypeError(f"Cannot instantiate {self!r}") + + def __or__(self, other): + return typing.Union[self, other] + + def __ror__(self, other): + return typing.Union[other, self] + + def __instancecheck__(self, obj): + raise TypeError(f"{self} cannot be used with isinstance()") + + def __subclasscheck__(self, cls): + raise TypeError(f"{self} cannot be used with issubclass()") + + @typing._tp_cache + def __getitem__(self, parameters): + return self._getitem(self, parameters) + + +if hasattr(typing, "LiteralString"): # 3.11+ + LiteralString = typing.LiteralString +else: + @_SpecialForm + def LiteralString(self, params): + """Represents an arbitrary literal string. + + Example:: + + from pip._vendor.typing_extensions import LiteralString + + def query(sql: LiteralString) -> ...: + ... + + query("SELECT * FROM table") # ok + query(f"SELECT * FROM {input()}") # not ok + + See PEP 675 for details. + + """ + raise TypeError(f"{self} is not subscriptable") + + +if hasattr(typing, "Self"): # 3.11+ + Self = typing.Self +else: + @_SpecialForm + def Self(self, params): + """Used to spell the type of "self" in classes. + + Example:: + + from typing import Self + + class ReturnsSelf: + def parse(self, data: bytes) -> Self: + ... + return self + + """ + + raise TypeError(f"{self} is not subscriptable") + + +if hasattr(typing, "Never"): # 3.11+ + Never = typing.Never +else: + @_SpecialForm + def Never(self, params): + """The bottom type, a type that has no members. + + This can be used to define a function that should never be + called, or a function that never returns:: + + from pip._vendor.typing_extensions import Never + + def never_call_me(arg: Never) -> None: + pass + + def int_or_str(arg: int | str) -> None: + never_call_me(arg) # type checker error + match arg: + case int(): + print("It's an int") + case str(): + print("It's a str") + case _: + never_call_me(arg) # ok, arg is of type Never + + """ + + raise TypeError(f"{self} is not subscriptable") + + +if hasattr(typing, 'Required'): # 3.11+ + Required = typing.Required + NotRequired = typing.NotRequired +elif sys.version_info[:2] >= (3, 9): # 3.9-3.10 + @_ExtensionsSpecialForm + def Required(self, parameters): + """A special typing construct to mark a key of a total=False TypedDict + as required. For example: + + class Movie(TypedDict, total=False): + title: Required[str] + year: int + + m = Movie( + title='The Matrix', # typechecker error if key is omitted + year=1999, + ) + + There is no runtime checking that a required key is actually provided + when instantiating a related TypedDict. + """ + item = typing._type_check(parameters, f'{self._name} accepts only a single type.') + return typing._GenericAlias(self, (item,)) + + @_ExtensionsSpecialForm + def NotRequired(self, parameters): + """A special typing construct to mark a key of a TypedDict as + potentially missing. For example: + + class Movie(TypedDict): + title: str + year: NotRequired[int] + + m = Movie( + title='The Matrix', # typechecker error if key is omitted + year=1999, + ) + """ + item = typing._type_check(parameters, f'{self._name} accepts only a single type.') + return typing._GenericAlias(self, (item,)) + +else: # 3.8 + class _RequiredForm(_ExtensionsSpecialForm, _root=True): + def __getitem__(self, parameters): + item = typing._type_check(parameters, + f'{self._name} accepts only a single type.') + return typing._GenericAlias(self, (item,)) + + Required = _RequiredForm( + 'Required', + doc="""A special typing construct to mark a key of a total=False TypedDict + as required. For example: + + class Movie(TypedDict, total=False): + title: Required[str] + year: int + + m = Movie( + title='The Matrix', # typechecker error if key is omitted + year=1999, + ) + + There is no runtime checking that a required key is actually provided + when instantiating a related TypedDict. + """) + NotRequired = _RequiredForm( + 'NotRequired', + doc="""A special typing construct to mark a key of a TypedDict as + potentially missing. For example: + + class Movie(TypedDict): + title: str + year: NotRequired[int] + + m = Movie( + title='The Matrix', # typechecker error if key is omitted + year=1999, + ) + """) + + +if hasattr(typing, 'ReadOnly'): + ReadOnly = typing.ReadOnly +elif sys.version_info[:2] >= (3, 9): # 3.9-3.12 + @_ExtensionsSpecialForm + def ReadOnly(self, parameters): + """A special typing construct to mark an item of a TypedDict as read-only. + + For example: + + class Movie(TypedDict): + title: ReadOnly[str] + year: int + + def mutate_movie(m: Movie) -> None: + m["year"] = 1992 # allowed + m["title"] = "The Matrix" # typechecker error + + There is no runtime checking for this property. + """ + item = typing._type_check(parameters, f'{self._name} accepts only a single type.') + return typing._GenericAlias(self, (item,)) + +else: # 3.8 + class _ReadOnlyForm(_ExtensionsSpecialForm, _root=True): + def __getitem__(self, parameters): + item = typing._type_check(parameters, + f'{self._name} accepts only a single type.') + return typing._GenericAlias(self, (item,)) + + ReadOnly = _ReadOnlyForm( + 'ReadOnly', + doc="""A special typing construct to mark a key of a TypedDict as read-only. + + For example: + + class Movie(TypedDict): + title: ReadOnly[str] + year: int + + def mutate_movie(m: Movie) -> None: + m["year"] = 1992 # allowed + m["title"] = "The Matrix" # typechecker error + + There is no runtime checking for this propery. + """) + + +_UNPACK_DOC = """\ +Type unpack operator. + +The type unpack operator takes the child types from some container type, +such as `tuple[int, str]` or a `TypeVarTuple`, and 'pulls them out'. For +example: + + # For some generic class `Foo`: + Foo[Unpack[tuple[int, str]]] # Equivalent to Foo[int, str] + + Ts = TypeVarTuple('Ts') + # Specifies that `Bar` is generic in an arbitrary number of types. + # (Think of `Ts` as a tuple of an arbitrary number of individual + # `TypeVar`s, which the `Unpack` is 'pulling out' directly into the + # `Generic[]`.) + class Bar(Generic[Unpack[Ts]]): ... + Bar[int] # Valid + Bar[int, str] # Also valid + +From Python 3.11, this can also be done using the `*` operator: + + Foo[*tuple[int, str]] + class Bar(Generic[*Ts]): ... + +The operator can also be used along with a `TypedDict` to annotate +`**kwargs` in a function signature. For instance: + + class Movie(TypedDict): + name: str + year: int + + # This function expects two keyword arguments - *name* of type `str` and + # *year* of type `int`. + def foo(**kwargs: Unpack[Movie]): ... + +Note that there is only some runtime checking of this operator. Not +everything the runtime allows may be accepted by static type checkers. + +For more information, see PEP 646 and PEP 692. +""" + + +if sys.version_info >= (3, 12): # PEP 692 changed the repr of Unpack[] + Unpack = typing.Unpack + + def _is_unpack(obj): + return get_origin(obj) is Unpack + +elif sys.version_info[:2] >= (3, 9): # 3.9+ + class _UnpackSpecialForm(_ExtensionsSpecialForm, _root=True): + def __init__(self, getitem): + super().__init__(getitem) + self.__doc__ = _UNPACK_DOC + + class _UnpackAlias(typing._GenericAlias, _root=True): + __class__ = typing.TypeVar + + @property + def __typing_unpacked_tuple_args__(self): + assert self.__origin__ is Unpack + assert len(self.__args__) == 1 + arg, = self.__args__ + if isinstance(arg, (typing._GenericAlias, _types.GenericAlias)): + if arg.__origin__ is not tuple: + raise TypeError("Unpack[...] must be used with a tuple type") + return arg.__args__ + return None + + @_UnpackSpecialForm + def Unpack(self, parameters): + item = typing._type_check(parameters, f'{self._name} accepts only a single type.') + return _UnpackAlias(self, (item,)) + + def _is_unpack(obj): + return isinstance(obj, _UnpackAlias) + +else: # 3.8 + class _UnpackAlias(typing._GenericAlias, _root=True): + __class__ = typing.TypeVar + + class _UnpackForm(_ExtensionsSpecialForm, _root=True): + def __getitem__(self, parameters): + item = typing._type_check(parameters, + f'{self._name} accepts only a single type.') + return _UnpackAlias(self, (item,)) + + Unpack = _UnpackForm('Unpack', doc=_UNPACK_DOC) + + def _is_unpack(obj): + return isinstance(obj, _UnpackAlias) + + +if _PEP_696_IMPLEMENTED: + from typing import TypeVarTuple + +elif hasattr(typing, "TypeVarTuple"): # 3.11+ + + def _unpack_args(*args): + newargs = [] + for arg in args: + subargs = getattr(arg, '__typing_unpacked_tuple_args__', None) + if subargs is not None and not (subargs and subargs[-1] is ...): + newargs.extend(subargs) + else: + newargs.append(arg) + return newargs + + # Add default parameter - PEP 696 + class TypeVarTuple(metaclass=_TypeVarLikeMeta): + """Type variable tuple.""" + + _backported_typevarlike = typing.TypeVarTuple + + def __new__(cls, name, *, default=NoDefault): + tvt = typing.TypeVarTuple(name) + _set_default(tvt, default) + _set_module(tvt) + + def _typevartuple_prepare_subst(alias, args): + params = alias.__parameters__ + typevartuple_index = params.index(tvt) + for param in params[typevartuple_index + 1:]: + if isinstance(param, TypeVarTuple): + raise TypeError( + f"More than one TypeVarTuple parameter in {alias}" + ) + + alen = len(args) + plen = len(params) + left = typevartuple_index + right = plen - typevartuple_index - 1 + var_tuple_index = None + fillarg = None + for k, arg in enumerate(args): + if not isinstance(arg, type): + subargs = getattr(arg, '__typing_unpacked_tuple_args__', None) + if subargs and len(subargs) == 2 and subargs[-1] is ...: + if var_tuple_index is not None: + raise TypeError( + "More than one unpacked " + "arbitrary-length tuple argument" + ) + var_tuple_index = k + fillarg = subargs[0] + if var_tuple_index is not None: + left = min(left, var_tuple_index) + right = min(right, alen - var_tuple_index - 1) + elif left + right > alen: + raise TypeError(f"Too few arguments for {alias};" + f" actual {alen}, expected at least {plen - 1}") + if left == alen - right and tvt.has_default(): + replacement = _unpack_args(tvt.__default__) + else: + replacement = args[left: alen - right] + + return ( + *args[:left], + *([fillarg] * (typevartuple_index - left)), + replacement, + *([fillarg] * (plen - right - left - typevartuple_index - 1)), + *args[alen - right:], + ) + + tvt.__typing_prepare_subst__ = _typevartuple_prepare_subst + return tvt + + def __init_subclass__(self, *args, **kwds): + raise TypeError("Cannot subclass special typing classes") + +else: # <=3.10 + class TypeVarTuple(_DefaultMixin): + """Type variable tuple. + + Usage:: + + Ts = TypeVarTuple('Ts') + + In the same way that a normal type variable is a stand-in for a single + type such as ``int``, a type variable *tuple* is a stand-in for a *tuple* + type such as ``Tuple[int, str]``. + + Type variable tuples can be used in ``Generic`` declarations. + Consider the following example:: + + class Array(Generic[*Ts]): ... + + The ``Ts`` type variable tuple here behaves like ``tuple[T1, T2]``, + where ``T1`` and ``T2`` are type variables. To use these type variables + as type parameters of ``Array``, we must *unpack* the type variable tuple using + the star operator: ``*Ts``. The signature of ``Array`` then behaves + as if we had simply written ``class Array(Generic[T1, T2]): ...``. + In contrast to ``Generic[T1, T2]``, however, ``Generic[*Shape]`` allows + us to parameterise the class with an *arbitrary* number of type parameters. + + Type variable tuples can be used anywhere a normal ``TypeVar`` can. + This includes class definitions, as shown above, as well as function + signatures and variable annotations:: + + class Array(Generic[*Ts]): + + def __init__(self, shape: Tuple[*Ts]): + self._shape: Tuple[*Ts] = shape + + def get_shape(self) -> Tuple[*Ts]: + return self._shape + + shape = (Height(480), Width(640)) + x: Array[Height, Width] = Array(shape) + y = abs(x) # Inferred type is Array[Height, Width] + z = x + x # ... is Array[Height, Width] + x.get_shape() # ... is tuple[Height, Width] + + """ + + # Trick Generic __parameters__. + __class__ = typing.TypeVar + + def __iter__(self): + yield self.__unpacked__ + + def __init__(self, name, *, default=NoDefault): + self.__name__ = name + _DefaultMixin.__init__(self, default) + + # for pickling: + def_mod = _caller() + if def_mod != 'typing_extensions': + self.__module__ = def_mod + + self.__unpacked__ = Unpack[self] + + def __repr__(self): + return self.__name__ + + def __hash__(self): + return object.__hash__(self) + + def __eq__(self, other): + return self is other + + def __reduce__(self): + return self.__name__ + + def __init_subclass__(self, *args, **kwds): + if '_root' not in kwds: + raise TypeError("Cannot subclass special typing classes") + + +if hasattr(typing, "reveal_type"): # 3.11+ + reveal_type = typing.reveal_type +else: # <=3.10 + def reveal_type(obj: T, /) -> T: + """Reveal the inferred type of a variable. + + When a static type checker encounters a call to ``reveal_type()``, + it will emit the inferred type of the argument:: + + x: int = 1 + reveal_type(x) + + Running a static type checker (e.g., ``mypy``) on this example + will produce output similar to 'Revealed type is "builtins.int"'. + + At runtime, the function prints the runtime type of the + argument and returns it unchanged. + + """ + print(f"Runtime type is {type(obj).__name__!r}", file=sys.stderr) + return obj + + +if hasattr(typing, "_ASSERT_NEVER_REPR_MAX_LENGTH"): # 3.11+ + _ASSERT_NEVER_REPR_MAX_LENGTH = typing._ASSERT_NEVER_REPR_MAX_LENGTH +else: # <=3.10 + _ASSERT_NEVER_REPR_MAX_LENGTH = 100 + + +if hasattr(typing, "assert_never"): # 3.11+ + assert_never = typing.assert_never +else: # <=3.10 + def assert_never(arg: Never, /) -> Never: + """Assert to the type checker that a line of code is unreachable. + + Example:: + + def int_or_str(arg: int | str) -> None: + match arg: + case int(): + print("It's an int") + case str(): + print("It's a str") + case _: + assert_never(arg) + + If a type checker finds that a call to assert_never() is + reachable, it will emit an error. + + At runtime, this throws an exception when called. + + """ + value = repr(arg) + if len(value) > _ASSERT_NEVER_REPR_MAX_LENGTH: + value = value[:_ASSERT_NEVER_REPR_MAX_LENGTH] + '...' + raise AssertionError(f"Expected code to be unreachable, but got: {value}") + + +if sys.version_info >= (3, 12): # 3.12+ + # dataclass_transform exists in 3.11 but lacks the frozen_default parameter + dataclass_transform = typing.dataclass_transform +else: # <=3.11 + def dataclass_transform( + *, + eq_default: bool = True, + order_default: bool = False, + kw_only_default: bool = False, + frozen_default: bool = False, + field_specifiers: typing.Tuple[ + typing.Union[typing.Type[typing.Any], typing.Callable[..., typing.Any]], + ... + ] = (), + **kwargs: typing.Any, + ) -> typing.Callable[[T], T]: + """Decorator that marks a function, class, or metaclass as providing + dataclass-like behavior. + + Example: + + from pip._vendor.typing_extensions import dataclass_transform + + _T = TypeVar("_T") + + # Used on a decorator function + @dataclass_transform() + def create_model(cls: type[_T]) -> type[_T]: + ... + return cls + + @create_model + class CustomerModel: + id: int + name: str + + # Used on a base class + @dataclass_transform() + class ModelBase: ... + + class CustomerModel(ModelBase): + id: int + name: str + + # Used on a metaclass + @dataclass_transform() + class ModelMeta(type): ... + + class ModelBase(metaclass=ModelMeta): ... + + class CustomerModel(ModelBase): + id: int + name: str + + Each of the ``CustomerModel`` classes defined in this example will now + behave similarly to a dataclass created with the ``@dataclasses.dataclass`` + decorator. For example, the type checker will synthesize an ``__init__`` + method. + + The arguments to this decorator can be used to customize this behavior: + - ``eq_default`` indicates whether the ``eq`` parameter is assumed to be + True or False if it is omitted by the caller. + - ``order_default`` indicates whether the ``order`` parameter is + assumed to be True or False if it is omitted by the caller. + - ``kw_only_default`` indicates whether the ``kw_only`` parameter is + assumed to be True or False if it is omitted by the caller. + - ``frozen_default`` indicates whether the ``frozen`` parameter is + assumed to be True or False if it is omitted by the caller. + - ``field_specifiers`` specifies a static list of supported classes + or functions that describe fields, similar to ``dataclasses.field()``. + + At runtime, this decorator records its arguments in the + ``__dataclass_transform__`` attribute on the decorated object. + + See PEP 681 for details. + + """ + def decorator(cls_or_fn): + cls_or_fn.__dataclass_transform__ = { + "eq_default": eq_default, + "order_default": order_default, + "kw_only_default": kw_only_default, + "frozen_default": frozen_default, + "field_specifiers": field_specifiers, + "kwargs": kwargs, + } + return cls_or_fn + return decorator + + +if hasattr(typing, "override"): # 3.12+ + override = typing.override +else: # <=3.11 + _F = typing.TypeVar("_F", bound=typing.Callable[..., typing.Any]) + + def override(arg: _F, /) -> _F: + """Indicate that a method is intended to override a method in a base class. + + Usage: + + class Base: + def method(self) -> None: + pass + + class Child(Base): + @override + def method(self) -> None: + super().method() + + When this decorator is applied to a method, the type checker will + validate that it overrides a method with the same name on a base class. + This helps prevent bugs that may occur when a base class is changed + without an equivalent change to a child class. + + There is no runtime checking of these properties. The decorator + sets the ``__override__`` attribute to ``True`` on the decorated object + to allow runtime introspection. + + See PEP 698 for details. + + """ + try: + arg.__override__ = True + except (AttributeError, TypeError): + # Skip the attribute silently if it is not writable. + # AttributeError happens if the object has __slots__ or a + # read-only property, TypeError if it's a builtin class. + pass + return arg + + +if hasattr(warnings, "deprecated"): + deprecated = warnings.deprecated +else: + _T = typing.TypeVar("_T") + + class deprecated: + """Indicate that a class, function or overload is deprecated. + + When this decorator is applied to an object, the type checker + will generate a diagnostic on usage of the deprecated object. + + Usage: + + @deprecated("Use B instead") + class A: + pass + + @deprecated("Use g instead") + def f(): + pass + + @overload + @deprecated("int support is deprecated") + def g(x: int) -> int: ... + @overload + def g(x: str) -> int: ... + + The warning specified by *category* will be emitted at runtime + on use of deprecated objects. For functions, that happens on calls; + for classes, on instantiation and on creation of subclasses. + If the *category* is ``None``, no warning is emitted at runtime. + The *stacklevel* determines where the + warning is emitted. If it is ``1`` (the default), the warning + is emitted at the direct caller of the deprecated object; if it + is higher, it is emitted further up the stack. + Static type checker behavior is not affected by the *category* + and *stacklevel* arguments. + + The deprecation message passed to the decorator is saved in the + ``__deprecated__`` attribute on the decorated object. + If applied to an overload, the decorator + must be after the ``@overload`` decorator for the attribute to + exist on the overload as returned by ``get_overloads()``. + + See PEP 702 for details. + + """ + def __init__( + self, + message: str, + /, + *, + category: typing.Optional[typing.Type[Warning]] = DeprecationWarning, + stacklevel: int = 1, + ) -> None: + if not isinstance(message, str): + raise TypeError( + "Expected an object of type str for 'message', not " + f"{type(message).__name__!r}" + ) + self.message = message + self.category = category + self.stacklevel = stacklevel + + def __call__(self, arg: _T, /) -> _T: + # Make sure the inner functions created below don't + # retain a reference to self. + msg = self.message + category = self.category + stacklevel = self.stacklevel + if category is None: + arg.__deprecated__ = msg + return arg + elif isinstance(arg, type): + import functools + from types import MethodType + + original_new = arg.__new__ + + @functools.wraps(original_new) + def __new__(cls, *args, **kwargs): + if cls is arg: + warnings.warn(msg, category=category, stacklevel=stacklevel + 1) + if original_new is not object.__new__: + return original_new(cls, *args, **kwargs) + # Mirrors a similar check in object.__new__. + elif cls.__init__ is object.__init__ and (args or kwargs): + raise TypeError(f"{cls.__name__}() takes no arguments") + else: + return original_new(cls) + + arg.__new__ = staticmethod(__new__) + + original_init_subclass = arg.__init_subclass__ + # We need slightly different behavior if __init_subclass__ + # is a bound method (likely if it was implemented in Python) + if isinstance(original_init_subclass, MethodType): + original_init_subclass = original_init_subclass.__func__ + + @functools.wraps(original_init_subclass) + def __init_subclass__(*args, **kwargs): + warnings.warn(msg, category=category, stacklevel=stacklevel + 1) + return original_init_subclass(*args, **kwargs) + + arg.__init_subclass__ = classmethod(__init_subclass__) + # Or otherwise, which likely means it's a builtin such as + # object's implementation of __init_subclass__. + else: + @functools.wraps(original_init_subclass) + def __init_subclass__(*args, **kwargs): + warnings.warn(msg, category=category, stacklevel=stacklevel + 1) + return original_init_subclass(*args, **kwargs) + + arg.__init_subclass__ = __init_subclass__ + + arg.__deprecated__ = __new__.__deprecated__ = msg + __init_subclass__.__deprecated__ = msg + return arg + elif callable(arg): + import functools + + @functools.wraps(arg) + def wrapper(*args, **kwargs): + warnings.warn(msg, category=category, stacklevel=stacklevel + 1) + return arg(*args, **kwargs) + + arg.__deprecated__ = wrapper.__deprecated__ = msg + return wrapper + else: + raise TypeError( + "@deprecated decorator with non-None category must be applied to " + f"a class or callable, not {arg!r}" + ) + + +# We have to do some monkey patching to deal with the dual nature of +# Unpack/TypeVarTuple: +# - We want Unpack to be a kind of TypeVar so it gets accepted in +# Generic[Unpack[Ts]] +# - We want it to *not* be treated as a TypeVar for the purposes of +# counting generic parameters, so that when we subscript a generic, +# the runtime doesn't try to substitute the Unpack with the subscripted type. +if not hasattr(typing, "TypeVarTuple"): + def _check_generic(cls, parameters, elen=_marker): + """Check correct count for parameters of a generic cls (internal helper). + + This gives a nice error message in case of count mismatch. + """ + if not elen: + raise TypeError(f"{cls} is not a generic class") + if elen is _marker: + if not hasattr(cls, "__parameters__") or not cls.__parameters__: + raise TypeError(f"{cls} is not a generic class") + elen = len(cls.__parameters__) + alen = len(parameters) + if alen != elen: + expect_val = elen + if hasattr(cls, "__parameters__"): + parameters = [p for p in cls.__parameters__ if not _is_unpack(p)] + num_tv_tuples = sum(isinstance(p, TypeVarTuple) for p in parameters) + if (num_tv_tuples > 0) and (alen >= elen - num_tv_tuples): + return + + # deal with TypeVarLike defaults + # required TypeVarLikes cannot appear after a defaulted one. + if alen < elen: + # since we validate TypeVarLike default in _collect_type_vars + # or _collect_parameters we can safely check parameters[alen] + if ( + getattr(parameters[alen], '__default__', NoDefault) + is not NoDefault + ): + return + + num_default_tv = sum(getattr(p, '__default__', NoDefault) + is not NoDefault for p in parameters) + + elen -= num_default_tv + + expect_val = f"at least {elen}" + + things = "arguments" if sys.version_info >= (3, 10) else "parameters" + raise TypeError(f"Too {'many' if alen > elen else 'few'} {things}" + f" for {cls}; actual {alen}, expected {expect_val}") +else: + # Python 3.11+ + + def _check_generic(cls, parameters, elen): + """Check correct count for parameters of a generic cls (internal helper). + + This gives a nice error message in case of count mismatch. + """ + if not elen: + raise TypeError(f"{cls} is not a generic class") + alen = len(parameters) + if alen != elen: + expect_val = elen + if hasattr(cls, "__parameters__"): + parameters = [p for p in cls.__parameters__ if not _is_unpack(p)] + + # deal with TypeVarLike defaults + # required TypeVarLikes cannot appear after a defaulted one. + if alen < elen: + # since we validate TypeVarLike default in _collect_type_vars + # or _collect_parameters we can safely check parameters[alen] + if ( + getattr(parameters[alen], '__default__', NoDefault) + is not NoDefault + ): + return + + num_default_tv = sum(getattr(p, '__default__', NoDefault) + is not NoDefault for p in parameters) + + elen -= num_default_tv + + expect_val = f"at least {elen}" + + raise TypeError(f"Too {'many' if alen > elen else 'few'} arguments" + f" for {cls}; actual {alen}, expected {expect_val}") + +if not _PEP_696_IMPLEMENTED: + typing._check_generic = _check_generic + + +def _has_generic_or_protocol_as_origin() -> bool: + try: + frame = sys._getframe(2) + # - Catch AttributeError: not all Python implementations have sys._getframe() + # - Catch ValueError: maybe we're called from an unexpected module + # and the call stack isn't deep enough + except (AttributeError, ValueError): + return False # err on the side of leniency + else: + # If we somehow get invoked from outside typing.py, + # also err on the side of leniency + if frame.f_globals.get("__name__") != "typing": + return False + origin = frame.f_locals.get("origin") + # Cannot use "in" because origin may be an object with a buggy __eq__ that + # throws an error. + return origin is typing.Generic or origin is Protocol or origin is typing.Protocol + + +_TYPEVARTUPLE_TYPES = {TypeVarTuple, getattr(typing, "TypeVarTuple", None)} + + +def _is_unpacked_typevartuple(x) -> bool: + if get_origin(x) is not Unpack: + return False + args = get_args(x) + return ( + bool(args) + and len(args) == 1 + and type(args[0]) in _TYPEVARTUPLE_TYPES + ) + + +# Python 3.11+ _collect_type_vars was renamed to _collect_parameters +if hasattr(typing, '_collect_type_vars'): + def _collect_type_vars(types, typevar_types=None): + """Collect all type variable contained in types in order of + first appearance (lexicographic order). For example:: + + _collect_type_vars((T, List[S, T])) == (T, S) + """ + if typevar_types is None: + typevar_types = typing.TypeVar + tvars = [] + + # A required TypeVarLike cannot appear after a TypeVarLike with a default + # if it was a direct call to `Generic[]` or `Protocol[]` + enforce_default_ordering = _has_generic_or_protocol_as_origin() + default_encountered = False + + # Also, a TypeVarLike with a default cannot appear after a TypeVarTuple + type_var_tuple_encountered = False + + for t in types: + if _is_unpacked_typevartuple(t): + type_var_tuple_encountered = True + elif isinstance(t, typevar_types) and t not in tvars: + if enforce_default_ordering: + has_default = getattr(t, '__default__', NoDefault) is not NoDefault + if has_default: + if type_var_tuple_encountered: + raise TypeError('Type parameter with a default' + ' follows TypeVarTuple') + default_encountered = True + elif default_encountered: + raise TypeError(f'Type parameter {t!r} without a default' + ' follows type parameter with a default') + + tvars.append(t) + if _should_collect_from_parameters(t): + tvars.extend([t for t in t.__parameters__ if t not in tvars]) + return tuple(tvars) + + typing._collect_type_vars = _collect_type_vars +else: + def _collect_parameters(args): + """Collect all type variables and parameter specifications in args + in order of first appearance (lexicographic order). + + For example:: + + assert _collect_parameters((T, Callable[P, T])) == (T, P) + """ + parameters = [] + + # A required TypeVarLike cannot appear after a TypeVarLike with default + # if it was a direct call to `Generic[]` or `Protocol[]` + enforce_default_ordering = _has_generic_or_protocol_as_origin() + default_encountered = False + + # Also, a TypeVarLike with a default cannot appear after a TypeVarTuple + type_var_tuple_encountered = False + + for t in args: + if isinstance(t, type): + # We don't want __parameters__ descriptor of a bare Python class. + pass + elif isinstance(t, tuple): + # `t` might be a tuple, when `ParamSpec` is substituted with + # `[T, int]`, or `[int, *Ts]`, etc. + for x in t: + for collected in _collect_parameters([x]): + if collected not in parameters: + parameters.append(collected) + elif hasattr(t, '__typing_subst__'): + if t not in parameters: + if enforce_default_ordering: + has_default = ( + getattr(t, '__default__', NoDefault) is not NoDefault + ) + + if type_var_tuple_encountered and has_default: + raise TypeError('Type parameter with a default' + ' follows TypeVarTuple') + + if has_default: + default_encountered = True + elif default_encountered: + raise TypeError(f'Type parameter {t!r} without a default' + ' follows type parameter with a default') + + parameters.append(t) + else: + if _is_unpacked_typevartuple(t): + type_var_tuple_encountered = True + for x in getattr(t, '__parameters__', ()): + if x not in parameters: + parameters.append(x) + + return tuple(parameters) + + if not _PEP_696_IMPLEMENTED: + typing._collect_parameters = _collect_parameters + +# Backport typing.NamedTuple as it exists in Python 3.13. +# In 3.11, the ability to define generic `NamedTuple`s was supported. +# This was explicitly disallowed in 3.9-3.10, and only half-worked in <=3.8. +# On 3.12, we added __orig_bases__ to call-based NamedTuples +# On 3.13, we deprecated kwargs-based NamedTuples +if sys.version_info >= (3, 13): + NamedTuple = typing.NamedTuple +else: + def _make_nmtuple(name, types, module, defaults=()): + fields = [n for n, t in types] + annotations = {n: typing._type_check(t, f"field {n} annotation must be a type") + for n, t in types} + nm_tpl = collections.namedtuple(name, fields, + defaults=defaults, module=module) + nm_tpl.__annotations__ = nm_tpl.__new__.__annotations__ = annotations + # The `_field_types` attribute was removed in 3.9; + # in earlier versions, it is the same as the `__annotations__` attribute + if sys.version_info < (3, 9): + nm_tpl._field_types = annotations + return nm_tpl + + _prohibited_namedtuple_fields = typing._prohibited + _special_namedtuple_fields = frozenset({'__module__', '__name__', '__annotations__'}) + + class _NamedTupleMeta(type): + def __new__(cls, typename, bases, ns): + assert _NamedTuple in bases + for base in bases: + if base is not _NamedTuple and base is not typing.Generic: + raise TypeError( + 'can only inherit from a NamedTuple type and Generic') + bases = tuple(tuple if base is _NamedTuple else base for base in bases) + if "__annotations__" in ns: + types = ns["__annotations__"] + elif "__annotate__" in ns: + # TODO: Use inspect.VALUE here, and make the annotations lazily evaluated + types = ns["__annotate__"](1) + else: + types = {} + default_names = [] + for field_name in types: + if field_name in ns: + default_names.append(field_name) + elif default_names: + raise TypeError(f"Non-default namedtuple field {field_name} " + f"cannot follow default field" + f"{'s' if len(default_names) > 1 else ''} " + f"{', '.join(default_names)}") + nm_tpl = _make_nmtuple( + typename, types.items(), + defaults=[ns[n] for n in default_names], + module=ns['__module__'] + ) + nm_tpl.__bases__ = bases + if typing.Generic in bases: + if hasattr(typing, '_generic_class_getitem'): # 3.12+ + nm_tpl.__class_getitem__ = classmethod(typing._generic_class_getitem) + else: + class_getitem = typing.Generic.__class_getitem__.__func__ + nm_tpl.__class_getitem__ = classmethod(class_getitem) + # update from user namespace without overriding special namedtuple attributes + for key, val in ns.items(): + if key in _prohibited_namedtuple_fields: + raise AttributeError("Cannot overwrite NamedTuple attribute " + key) + elif key not in _special_namedtuple_fields: + if key not in nm_tpl._fields: + setattr(nm_tpl, key, ns[key]) + try: + set_name = type(val).__set_name__ + except AttributeError: + pass + else: + try: + set_name(val, nm_tpl, key) + except BaseException as e: + msg = ( + f"Error calling __set_name__ on {type(val).__name__!r} " + f"instance {key!r} in {typename!r}" + ) + # BaseException.add_note() existed on py311, + # but the __set_name__ machinery didn't start + # using add_note() until py312. + # Making sure exceptions are raised in the same way + # as in "normal" classes seems most important here. + if sys.version_info >= (3, 12): + e.add_note(msg) + raise + else: + raise RuntimeError(msg) from e + + if typing.Generic in bases: + nm_tpl.__init_subclass__() + return nm_tpl + + _NamedTuple = type.__new__(_NamedTupleMeta, 'NamedTuple', (), {}) + + def _namedtuple_mro_entries(bases): + assert NamedTuple in bases + return (_NamedTuple,) + + @_ensure_subclassable(_namedtuple_mro_entries) + def NamedTuple(typename, fields=_marker, /, **kwargs): + """Typed version of namedtuple. + + Usage:: + + class Employee(NamedTuple): + name: str + id: int + + This is equivalent to:: + + Employee = collections.namedtuple('Employee', ['name', 'id']) + + The resulting class has an extra __annotations__ attribute, giving a + dict that maps field names to types. (The field names are also in + the _fields attribute, which is part of the namedtuple API.) + An alternative equivalent functional syntax is also accepted:: + + Employee = NamedTuple('Employee', [('name', str), ('id', int)]) + """ + if fields is _marker: + if kwargs: + deprecated_thing = "Creating NamedTuple classes using keyword arguments" + deprecation_msg = ( + "{name} is deprecated and will be disallowed in Python {remove}. " + "Use the class-based or functional syntax instead." + ) + else: + deprecated_thing = "Failing to pass a value for the 'fields' parameter" + example = f"`{typename} = NamedTuple({typename!r}, [])`" + deprecation_msg = ( + "{name} is deprecated and will be disallowed in Python {remove}. " + "To create a NamedTuple class with 0 fields " + "using the functional syntax, " + "pass an empty list, e.g. " + ) + example + "." + elif fields is None: + if kwargs: + raise TypeError( + "Cannot pass `None` as the 'fields' parameter " + "and also specify fields using keyword arguments" + ) + else: + deprecated_thing = "Passing `None` as the 'fields' parameter" + example = f"`{typename} = NamedTuple({typename!r}, [])`" + deprecation_msg = ( + "{name} is deprecated and will be disallowed in Python {remove}. " + "To create a NamedTuple class with 0 fields " + "using the functional syntax, " + "pass an empty list, e.g. " + ) + example + "." + elif kwargs: + raise TypeError("Either list of fields or keywords" + " can be provided to NamedTuple, not both") + if fields is _marker or fields is None: + warnings.warn( + deprecation_msg.format(name=deprecated_thing, remove="3.15"), + DeprecationWarning, + stacklevel=2, + ) + fields = kwargs.items() + nt = _make_nmtuple(typename, fields, module=_caller()) + nt.__orig_bases__ = (NamedTuple,) + return nt + + +if hasattr(collections.abc, "Buffer"): + Buffer = collections.abc.Buffer +else: + class Buffer(abc.ABC): # noqa: B024 + """Base class for classes that implement the buffer protocol. + + The buffer protocol allows Python objects to expose a low-level + memory buffer interface. Before Python 3.12, it is not possible + to implement the buffer protocol in pure Python code, or even + to check whether a class implements the buffer protocol. In + Python 3.12 and higher, the ``__buffer__`` method allows access + to the buffer protocol from Python code, and the + ``collections.abc.Buffer`` ABC allows checking whether a class + implements the buffer protocol. + + To indicate support for the buffer protocol in earlier versions, + inherit from this ABC, either in a stub file or at runtime, + or use ABC registration. This ABC provides no methods, because + there is no Python-accessible methods shared by pre-3.12 buffer + classes. It is useful primarily for static checks. + + """ + + # As a courtesy, register the most common stdlib buffer classes. + Buffer.register(memoryview) + Buffer.register(bytearray) + Buffer.register(bytes) + + +# Backport of types.get_original_bases, available on 3.12+ in CPython +if hasattr(_types, "get_original_bases"): + get_original_bases = _types.get_original_bases +else: + def get_original_bases(cls, /): + """Return the class's "original" bases prior to modification by `__mro_entries__`. + + Examples:: + + from typing import TypeVar, Generic + from pip._vendor.typing_extensions import NamedTuple, TypedDict + + T = TypeVar("T") + class Foo(Generic[T]): ... + class Bar(Foo[int], float): ... + class Baz(list[str]): ... + Eggs = NamedTuple("Eggs", [("a", int), ("b", str)]) + Spam = TypedDict("Spam", {"a": int, "b": str}) + + assert get_original_bases(Bar) == (Foo[int], float) + assert get_original_bases(Baz) == (list[str],) + assert get_original_bases(Eggs) == (NamedTuple,) + assert get_original_bases(Spam) == (TypedDict,) + assert get_original_bases(int) == (object,) + """ + try: + return cls.__dict__.get("__orig_bases__", cls.__bases__) + except AttributeError: + raise TypeError( + f'Expected an instance of type, not {type(cls).__name__!r}' + ) from None + + +# NewType is a class on Python 3.10+, making it pickleable +# The error message for subclassing instances of NewType was improved on 3.11+ +if sys.version_info >= (3, 11): + NewType = typing.NewType +else: + class NewType: + """NewType creates simple unique types with almost zero + runtime overhead. NewType(name, tp) is considered a subtype of tp + by static type checkers. At runtime, NewType(name, tp) returns + a dummy callable that simply returns its argument. Usage:: + UserId = NewType('UserId', int) + def name_by_id(user_id: UserId) -> str: + ... + UserId('user') # Fails type check + name_by_id(42) # Fails type check + name_by_id(UserId(42)) # OK + num = UserId(5) + 1 # type: int + """ + + def __call__(self, obj, /): + return obj + + def __init__(self, name, tp): + self.__qualname__ = name + if '.' in name: + name = name.rpartition('.')[-1] + self.__name__ = name + self.__supertype__ = tp + def_mod = _caller() + if def_mod != 'typing_extensions': + self.__module__ = def_mod + + def __mro_entries__(self, bases): + # We defined __mro_entries__ to get a better error message + # if a user attempts to subclass a NewType instance. bpo-46170 + supercls_name = self.__name__ + + class Dummy: + def __init_subclass__(cls): + subcls_name = cls.__name__ + raise TypeError( + f"Cannot subclass an instance of NewType. " + f"Perhaps you were looking for: " + f"`{subcls_name} = NewType({subcls_name!r}, {supercls_name})`" + ) + + return (Dummy,) + + def __repr__(self): + return f'{self.__module__}.{self.__qualname__}' + + def __reduce__(self): + return self.__qualname__ + + if sys.version_info >= (3, 10): + # PEP 604 methods + # It doesn't make sense to have these methods on Python <3.10 + + def __or__(self, other): + return typing.Union[self, other] + + def __ror__(self, other): + return typing.Union[other, self] + + +if hasattr(typing, "TypeAliasType"): + TypeAliasType = typing.TypeAliasType +else: + def _is_unionable(obj): + """Corresponds to is_unionable() in unionobject.c in CPython.""" + return obj is None or isinstance(obj, ( + type, + _types.GenericAlias, + _types.UnionType, + TypeAliasType, + )) + + class TypeAliasType: + """Create named, parameterized type aliases. + + This provides a backport of the new `type` statement in Python 3.12: + + type ListOrSet[T] = list[T] | set[T] + + is equivalent to: + + T = TypeVar("T") + ListOrSet = TypeAliasType("ListOrSet", list[T] | set[T], type_params=(T,)) + + The name ListOrSet can then be used as an alias for the type it refers to. + + The type_params argument should contain all the type parameters used + in the value of the type alias. If the alias is not generic, this + argument is omitted. + + Static type checkers should only support type aliases declared using + TypeAliasType that follow these rules: + + - The first argument (the name) must be a string literal. + - The TypeAliasType instance must be immediately assigned to a variable + of the same name. (For example, 'X = TypeAliasType("Y", int)' is invalid, + as is 'X, Y = TypeAliasType("X", int), TypeAliasType("Y", int)'). + + """ + + def __init__(self, name: str, value, *, type_params=()): + if not isinstance(name, str): + raise TypeError("TypeAliasType name must be a string") + self.__value__ = value + self.__type_params__ = type_params + + parameters = [] + for type_param in type_params: + if isinstance(type_param, TypeVarTuple): + parameters.extend(type_param) + else: + parameters.append(type_param) + self.__parameters__ = tuple(parameters) + def_mod = _caller() + if def_mod != 'typing_extensions': + self.__module__ = def_mod + # Setting this attribute closes the TypeAliasType from further modification + self.__name__ = name + + def __setattr__(self, name: str, value: object, /) -> None: + if hasattr(self, "__name__"): + self._raise_attribute_error(name) + super().__setattr__(name, value) + + def __delattr__(self, name: str, /) -> Never: + self._raise_attribute_error(name) + + def _raise_attribute_error(self, name: str) -> Never: + # Match the Python 3.12 error messages exactly + if name == "__name__": + raise AttributeError("readonly attribute") + elif name in {"__value__", "__type_params__", "__parameters__", "__module__"}: + raise AttributeError( + f"attribute '{name}' of 'typing.TypeAliasType' objects " + "is not writable" + ) + else: + raise AttributeError( + f"'typing.TypeAliasType' object has no attribute '{name}'" + ) + + def __repr__(self) -> str: + return self.__name__ + + def __getitem__(self, parameters): + if not isinstance(parameters, tuple): + parameters = (parameters,) + parameters = [ + typing._type_check( + item, f'Subscripting {self.__name__} requires a type.' + ) + for item in parameters + ] + return typing._GenericAlias(self, tuple(parameters)) + + def __reduce__(self): + return self.__name__ + + def __init_subclass__(cls, *args, **kwargs): + raise TypeError( + "type 'typing_extensions.TypeAliasType' is not an acceptable base type" + ) + + # The presence of this method convinces typing._type_check + # that TypeAliasTypes are types. + def __call__(self): + raise TypeError("Type alias is not callable") + + if sys.version_info >= (3, 10): + def __or__(self, right): + # For forward compatibility with 3.12, reject Unions + # that are not accepted by the built-in Union. + if not _is_unionable(right): + return NotImplemented + return typing.Union[self, right] + + def __ror__(self, left): + if not _is_unionable(left): + return NotImplemented + return typing.Union[left, self] + + +if hasattr(typing, "is_protocol"): + is_protocol = typing.is_protocol + get_protocol_members = typing.get_protocol_members +else: + def is_protocol(tp: type, /) -> bool: + """Return True if the given type is a Protocol. + + Example:: + + >>> from typing_extensions import Protocol, is_protocol + >>> class P(Protocol): + ... def a(self) -> str: ... + ... b: int + >>> is_protocol(P) + True + >>> is_protocol(int) + False + """ + return ( + isinstance(tp, type) + and getattr(tp, '_is_protocol', False) + and tp is not Protocol + and tp is not typing.Protocol + ) + + def get_protocol_members(tp: type, /) -> typing.FrozenSet[str]: + """Return the set of members defined in a Protocol. + + Example:: + + >>> from typing_extensions import Protocol, get_protocol_members + >>> class P(Protocol): + ... def a(self) -> str: ... + ... b: int + >>> get_protocol_members(P) + frozenset({'a', 'b'}) + + Raise a TypeError for arguments that are not Protocols. + """ + if not is_protocol(tp): + raise TypeError(f'{tp!r} is not a Protocol') + if hasattr(tp, '__protocol_attrs__'): + return frozenset(tp.__protocol_attrs__) + return frozenset(_get_protocol_attrs(tp)) + + +if hasattr(typing, "Doc"): + Doc = typing.Doc +else: + class Doc: + """Define the documentation of a type annotation using ``Annotated``, to be + used in class attributes, function and method parameters, return values, + and variables. + + The value should be a positional-only string literal to allow static tools + like editors and documentation generators to use it. + + This complements docstrings. + + The string value passed is available in the attribute ``documentation``. + + Example:: + + >>> from typing_extensions import Annotated, Doc + >>> def hi(to: Annotated[str, Doc("Who to say hi to")]) -> None: ... + """ + def __init__(self, documentation: str, /) -> None: + self.documentation = documentation + + def __repr__(self) -> str: + return f"Doc({self.documentation!r})" + + def __hash__(self) -> int: + return hash(self.documentation) + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Doc): + return NotImplemented + return self.documentation == other.documentation + + +_CapsuleType = getattr(_types, "CapsuleType", None) + +if _CapsuleType is None: + try: + import _socket + except ImportError: + pass + else: + _CAPI = getattr(_socket, "CAPI", None) + if _CAPI is not None: + _CapsuleType = type(_CAPI) + +if _CapsuleType is not None: + CapsuleType = _CapsuleType + __all__.append("CapsuleType") + + +# Aliases for items that have always been in typing. +# Explicitly assign these (rather than using `from typing import *` at the top), +# so that we get a CI error if one of these is deleted from typing.py +# in a future version of Python +AbstractSet = typing.AbstractSet +AnyStr = typing.AnyStr +BinaryIO = typing.BinaryIO +Callable = typing.Callable +Collection = typing.Collection +Container = typing.Container +Dict = typing.Dict +ForwardRef = typing.ForwardRef +FrozenSet = typing.FrozenSet +Generic = typing.Generic +Hashable = typing.Hashable +IO = typing.IO +ItemsView = typing.ItemsView +Iterable = typing.Iterable +Iterator = typing.Iterator +KeysView = typing.KeysView +List = typing.List +Mapping = typing.Mapping +MappingView = typing.MappingView +Match = typing.Match +MutableMapping = typing.MutableMapping +MutableSequence = typing.MutableSequence +MutableSet = typing.MutableSet +Optional = typing.Optional +Pattern = typing.Pattern +Reversible = typing.Reversible +Sequence = typing.Sequence +Set = typing.Set +Sized = typing.Sized +TextIO = typing.TextIO +Tuple = typing.Tuple +Union = typing.Union +ValuesView = typing.ValuesView +cast = typing.cast +no_type_check = typing.no_type_check +no_type_check_decorator = typing.no_type_check_decorator diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__init__.py new file mode 100644 index 0000000..c6fa382 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__init__.py @@ -0,0 +1,102 @@ +""" +Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more +""" +from __future__ import absolute_import + +# Set default logging handler to avoid "No handler found" warnings. +import logging +import warnings +from logging import NullHandler + +from . import exceptions +from ._version import __version__ +from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url +from .filepost import encode_multipart_formdata +from .poolmanager import PoolManager, ProxyManager, proxy_from_url +from .response import HTTPResponse +from .util.request import make_headers +from .util.retry import Retry +from .util.timeout import Timeout +from .util.url import get_host + +# === NOTE TO REPACKAGERS AND VENDORS === +# Please delete this block, this logic is only +# for urllib3 being distributed via PyPI. +# See: https://github.com/urllib3/urllib3/issues/2680 +try: + import urllib3_secure_extra # type: ignore # noqa: F401 +except ImportError: + pass +else: + warnings.warn( + "'urllib3[secure]' extra is deprecated and will be removed " + "in a future release of urllib3 2.x. Read more in this issue: " + "https://github.com/urllib3/urllib3/issues/2680", + category=DeprecationWarning, + stacklevel=2, + ) + +__author__ = "Andrey Petrov (andrey.petrov@shazow.net)" +__license__ = "MIT" +__version__ = __version__ + +__all__ = ( + "HTTPConnectionPool", + "HTTPSConnectionPool", + "PoolManager", + "ProxyManager", + "HTTPResponse", + "Retry", + "Timeout", + "add_stderr_logger", + "connection_from_url", + "disable_warnings", + "encode_multipart_formdata", + "get_host", + "make_headers", + "proxy_from_url", +) + +logging.getLogger(__name__).addHandler(NullHandler()) + + +def add_stderr_logger(level=logging.DEBUG): + """ + Helper for quickly adding a StreamHandler to the logger. Useful for + debugging. + + Returns the handler after adding it. + """ + # This method needs to be in this __init__.py to get the __name__ correct + # even if urllib3 is vendored within another package. + logger = logging.getLogger(__name__) + handler = logging.StreamHandler() + handler.setFormatter(logging.Formatter("%(asctime)s %(levelname)s %(message)s")) + logger.addHandler(handler) + logger.setLevel(level) + logger.debug("Added a stderr logging handler to logger: %s", __name__) + return handler + + +# ... Clean up. +del NullHandler + + +# All warning filters *must* be appended unless you're really certain that they +# shouldn't be: otherwise, it's very hard for users to use most Python +# mechanisms to silence them. +# SecurityWarning's always go off by default. +warnings.simplefilter("always", exceptions.SecurityWarning, append=True) +# SubjectAltNameWarning's should go off once per host +warnings.simplefilter("default", exceptions.SubjectAltNameWarning, append=True) +# InsecurePlatformWarning's don't vary between requests, so we keep it default. +warnings.simplefilter("default", exceptions.InsecurePlatformWarning, append=True) +# SNIMissingWarnings should go off only once. +warnings.simplefilter("default", exceptions.SNIMissingWarning, append=True) + + +def disable_warnings(category=exceptions.HTTPWarning): + """ + Helper for quickly disabling all urllib3 warnings. + """ + warnings.simplefilter("ignore", category) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49bfeb32175e7c888641065497dc600f0ebad766 GIT binary patch literal 2514 zcmZ`)OK%*<5uV4scllaUrYKo*`$3Bvle@AF1c6{AR%|&^U=f5!!|)ivV7T48J9N*( z-94n1piT*V^M4=@Ipn|Okn>z~(qBjp@mIaO5*@=c=$fjU>YAFWud1`9rIv&1pD+G3 zt}Z#wze%`$H6VP7rE}MDxDz|q#o2Q zUzd%f88j{5kgcR0w3ANINtS{ot82>TWF=U!d`qq-Yr$I54Z6vCux@p2xslumZdkq} z-$*utP0KIIo5@zNW%*@!E4dxqw)~2GGr1Goah>y;jqYx6_iHC@RvhuxGwmaxd?R>R+8J*L8${vNLk|8+`L` zZqWO-3J<^GH%0yA1HQ#?kq@i64bAQ^G<(0$^j~S}Cjliz{g``kZtdUwx7>tJdo zS;`(C9UU+kAFD`B*;#BR%uJMs_@0hNf(^4Y6+;ulFwZg>r{i5Vilu<04bw%QXUgod zLJP%4Di$f1(_I#&oF$nOt(R2to?EU&$2yaR5n-Irj(zCb`-PN`VJd}s2@sH7OFSQn zoIa>7D~e1mPm&g7hzIJ6X%gK z;V4rHk4yyTZF2WCN~5t*W#>R;&!-D%IVb75rw)Dfnb0}n6!6?hqVGgFLDmp1!-r>O8@DTqu#Qr!<(X}S8XC4BFjWpiL8N?YZ2$6Hprn0Wj013 zRFm|pJl4^%6yaH zyYMb6;H%ud!tFX2?q%%)7M81D*oK6z!9DE5NV@RQHvah!Er#o{kU0T9Q|$X9Moy*- zu_H88=g^>gk~yxK$xs5pX1~*CUuiKaByF^QxHvAxW9;jc-ZSUBkq|sbTgx0`uPoM8T;NlcG+M9uP4`V7FP7vYXRHUZ^bkQKU zbL`{(hxZ3MHexRaNb&c2kjMD|10>~{dIj(>jMLbJVLzX$O?>SSgb>1EtJ!c@-4^bS zTXF5XvKGm+XsVCUy|pOM;i;^1F^Vuheg-#!UIoj-jqprx<1Ro%XW0xmpZpqdX5glx zMCkQJCoiBrD|cCo$0_FNKK0|`74nZ^Dh0+d^51jS2EJ@lI3w?qcoXCpOH((mR;=9n zu&jq6&xR;zD-37jBn%aqs4XHN5b;4uM^PUE1M@+wY9ubd9s11%^BX zwPoL1@7BAXz5Sm6!av!W literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ea392688e58fc5b11de05402898e0f13afac049 GIT binary patch literal 11359 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..357a7ff2e7734e15e7ce4eb806b75e2b7de5f3a5 GIT binary patch literal 13714 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 MCq}d+%!sc3FU7|`kN^Mx literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5810abf77bc9406511bb9972dfc405b7af62ba8 GIT binary patch literal 25948 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0d9be54498e329a549c7838c4af72aa6489c4664 GIT binary patch literal 15165 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 L6}~q6*i`gC6}`@J literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8891d56f957c94d7927dc355c6835393384a5251 GIT binary patch literal 6387 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 UrN^AHoPB)E9NTLjI5_e@0T6BKtpET3 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_collections.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_collections.py new file mode 100644 index 0000000..bceb845 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_collections.py @@ -0,0 +1,355 @@ +from __future__ import absolute_import + +try: + from collections.abc import Mapping, MutableMapping +except ImportError: + from collections import Mapping, MutableMapping +try: + from threading import RLock +except ImportError: # Platform-specific: No threads available + + class RLock: + def __enter__(self): + pass + + def __exit__(self, exc_type, exc_value, traceback): + pass + + +from collections import OrderedDict + +from .exceptions import InvalidHeader +from .packages import six +from .packages.six import iterkeys, itervalues + +__all__ = ["RecentlyUsedContainer", "HTTPHeaderDict"] + + +_Null = object() + + +class RecentlyUsedContainer(MutableMapping): + """ + Provides a thread-safe dict-like container which maintains up to + ``maxsize`` keys while throwing away the least-recently-used keys beyond + ``maxsize``. + + :param maxsize: + Maximum number of recent elements to retain. + + :param dispose_func: + Every time an item is evicted from the container, + ``dispose_func(value)`` is called. Callback which will get called + """ + + ContainerCls = OrderedDict + + def __init__(self, maxsize=10, dispose_func=None): + self._maxsize = maxsize + self.dispose_func = dispose_func + + self._container = self.ContainerCls() + self.lock = RLock() + + def __getitem__(self, key): + # Re-insert the item, moving it to the end of the eviction line. + with self.lock: + item = self._container.pop(key) + self._container[key] = item + return item + + def __setitem__(self, key, value): + evicted_value = _Null + with self.lock: + # Possibly evict the existing value of 'key' + evicted_value = self._container.get(key, _Null) + self._container[key] = value + + # If we didn't evict an existing value, we might have to evict the + # least recently used item from the beginning of the container. + if len(self._container) > self._maxsize: + _key, evicted_value = self._container.popitem(last=False) + + if self.dispose_func and evicted_value is not _Null: + self.dispose_func(evicted_value) + + def __delitem__(self, key): + with self.lock: + value = self._container.pop(key) + + if self.dispose_func: + self.dispose_func(value) + + def __len__(self): + with self.lock: + return len(self._container) + + def __iter__(self): + raise NotImplementedError( + "Iteration over this class is unlikely to be threadsafe." + ) + + def clear(self): + with self.lock: + # Copy pointers to all values, then wipe the mapping + values = list(itervalues(self._container)) + self._container.clear() + + if self.dispose_func: + for value in values: + self.dispose_func(value) + + def keys(self): + with self.lock: + return list(iterkeys(self._container)) + + +class HTTPHeaderDict(MutableMapping): + """ + :param headers: + An iterable of field-value pairs. Must not contain multiple field names + when compared case-insensitively. + + :param kwargs: + Additional field-value pairs to pass in to ``dict.update``. + + A ``dict`` like container for storing HTTP Headers. + + Field names are stored and compared case-insensitively in compliance with + RFC 7230. Iteration provides the first case-sensitive key seen for each + case-insensitive pair. + + Using ``__setitem__`` syntax overwrites fields that compare equal + case-insensitively in order to maintain ``dict``'s api. For fields that + compare equal, instead create a new ``HTTPHeaderDict`` and use ``.add`` + in a loop. + + If multiple fields that are equal case-insensitively are passed to the + constructor or ``.update``, the behavior is undefined and some will be + lost. + + >>> headers = HTTPHeaderDict() + >>> headers.add('Set-Cookie', 'foo=bar') + >>> headers.add('set-cookie', 'baz=quxx') + >>> headers['content-length'] = '7' + >>> headers['SET-cookie'] + 'foo=bar, baz=quxx' + >>> headers['Content-Length'] + '7' + """ + + def __init__(self, headers=None, **kwargs): + super(HTTPHeaderDict, self).__init__() + self._container = OrderedDict() + if headers is not None: + if isinstance(headers, HTTPHeaderDict): + self._copy_from(headers) + else: + self.extend(headers) + if kwargs: + self.extend(kwargs) + + def __setitem__(self, key, val): + self._container[key.lower()] = [key, val] + return self._container[key.lower()] + + def __getitem__(self, key): + val = self._container[key.lower()] + return ", ".join(val[1:]) + + def __delitem__(self, key): + del self._container[key.lower()] + + def __contains__(self, key): + return key.lower() in self._container + + def __eq__(self, other): + if not isinstance(other, Mapping) and not hasattr(other, "keys"): + return False + if not isinstance(other, type(self)): + other = type(self)(other) + return dict((k.lower(), v) for k, v in self.itermerged()) == dict( + (k.lower(), v) for k, v in other.itermerged() + ) + + def __ne__(self, other): + return not self.__eq__(other) + + if six.PY2: # Python 2 + iterkeys = MutableMapping.iterkeys + itervalues = MutableMapping.itervalues + + __marker = object() + + def __len__(self): + return len(self._container) + + def __iter__(self): + # Only provide the originally cased names + for vals in self._container.values(): + yield vals[0] + + def pop(self, key, default=__marker): + """D.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. + """ + # Using the MutableMapping function directly fails due to the private marker. + # Using ordinary dict.pop would expose the internal structures. + # So let's reinvent the wheel. + try: + value = self[key] + except KeyError: + if default is self.__marker: + raise + return default + else: + del self[key] + return value + + def discard(self, key): + try: + del self[key] + except KeyError: + pass + + def add(self, key, val): + """Adds a (name, value) pair, doesn't overwrite the value if it already + exists. + + >>> headers = HTTPHeaderDict(foo='bar') + >>> headers.add('Foo', 'baz') + >>> headers['foo'] + 'bar, baz' + """ + key_lower = key.lower() + new_vals = [key, val] + # Keep the common case aka no item present as fast as possible + vals = self._container.setdefault(key_lower, new_vals) + if new_vals is not vals: + vals.append(val) + + def extend(self, *args, **kwargs): + """Generic import function for any type of header-like object. + Adapted version of MutableMapping.update in order to insert items + with self.add instead of self.__setitem__ + """ + if len(args) > 1: + raise TypeError( + "extend() takes at most 1 positional " + "arguments ({0} given)".format(len(args)) + ) + other = args[0] if len(args) >= 1 else () + + if isinstance(other, HTTPHeaderDict): + for key, val in other.iteritems(): + self.add(key, val) + elif isinstance(other, Mapping): + for key in other: + self.add(key, other[key]) + elif hasattr(other, "keys"): + for key in other.keys(): + self.add(key, other[key]) + else: + for key, value in other: + self.add(key, value) + + for key, value in kwargs.items(): + self.add(key, value) + + def getlist(self, key, default=__marker): + """Returns a list of all the values for the named field. Returns an + empty list if the key doesn't exist.""" + try: + vals = self._container[key.lower()] + except KeyError: + if default is self.__marker: + return [] + return default + else: + return vals[1:] + + def _prepare_for_method_change(self): + """ + Remove content-specific header fields before changing the request + method to GET or HEAD according to RFC 9110, Section 15.4. + """ + content_specific_headers = [ + "Content-Encoding", + "Content-Language", + "Content-Location", + "Content-Type", + "Content-Length", + "Digest", + "Last-Modified", + ] + for header in content_specific_headers: + self.discard(header) + return self + + # Backwards compatibility for httplib + getheaders = getlist + getallmatchingheaders = getlist + iget = getlist + + # Backwards compatibility for http.cookiejar + get_all = getlist + + def __repr__(self): + return "%s(%s)" % (type(self).__name__, dict(self.itermerged())) + + def _copy_from(self, other): + for key in other: + val = other.getlist(key) + if isinstance(val, list): + # Don't need to convert tuples + val = list(val) + self._container[key.lower()] = [key] + val + + def copy(self): + clone = type(self)() + clone._copy_from(self) + return clone + + def iteritems(self): + """Iterate over all header lines, including duplicate ones.""" + for key in self: + vals = self._container[key.lower()] + for val in vals[1:]: + yield vals[0], val + + def itermerged(self): + """Iterate over all headers, merging duplicate ones together.""" + for key in self: + val = self._container[key.lower()] + yield val[0], ", ".join(val[1:]) + + def items(self): + return list(self.iteritems()) + + @classmethod + def from_httplib(cls, message): # Python 2 + """Read headers from a Python 2 httplib message object.""" + # python2.7 does not expose a proper API for exporting multiheaders + # efficiently. This function re-reads raw lines from the message + # object and extracts the multiheaders properly. + obs_fold_continued_leaders = (" ", "\t") + headers = [] + + for line in message.headers: + if line.startswith(obs_fold_continued_leaders): + if not headers: + # We received a header line that starts with OWS as described + # in RFC-7230 S3.2.4. This indicates a multiline header, but + # there exists no previous header to which we can attach it. + raise InvalidHeader( + "Header continuation with no previous header: %s" % line + ) + else: + key, value = headers[-1] + headers[-1] = (key, value + " " + line.strip()) + continue + + key, value = line.split(":", 1) + headers.append((key, value.strip())) + + return cls(headers) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_version.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_version.py new file mode 100644 index 0000000..d49df2a --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/_version.py @@ -0,0 +1,2 @@ +# This file is protected via CODEOWNERS +__version__ = "1.26.20" diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py new file mode 100644 index 0000000..de35b63 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py @@ -0,0 +1,572 @@ +from __future__ import absolute_import + +import datetime +import logging +import os +import re +import socket +import warnings +from socket import error as SocketError +from socket import timeout as SocketTimeout + +from .packages import six +from .packages.six.moves.http_client import HTTPConnection as _HTTPConnection +from .packages.six.moves.http_client import HTTPException # noqa: F401 +from .util.proxy import create_proxy_ssl_context + +try: # Compiled with SSL? + import ssl + + BaseSSLError = ssl.SSLError +except (ImportError, AttributeError): # Platform-specific: No SSL. + ssl = None + + class BaseSSLError(BaseException): + pass + + +try: + # Python 3: not a no-op, we're adding this to the namespace so it can be imported. + ConnectionError = ConnectionError +except NameError: + # Python 2 + class ConnectionError(Exception): + pass + + +try: # Python 3: + # Not a no-op, we're adding this to the namespace so it can be imported. + BrokenPipeError = BrokenPipeError +except NameError: # Python 2: + + class BrokenPipeError(Exception): + pass + + +from ._collections import HTTPHeaderDict # noqa (historical, removed in v2) +from ._version import __version__ +from .exceptions import ( + ConnectTimeoutError, + NewConnectionError, + SubjectAltNameWarning, + SystemTimeWarning, +) +from .util import SKIP_HEADER, SKIPPABLE_HEADERS, connection +from .util.ssl_ import ( + assert_fingerprint, + create_urllib3_context, + is_ipaddress, + resolve_cert_reqs, + resolve_ssl_version, + ssl_wrap_socket, +) +from .util.ssl_match_hostname import CertificateError, match_hostname + +log = logging.getLogger(__name__) + +port_by_scheme = {"http": 80, "https": 443} + +# When it comes time to update this value as a part of regular maintenance +# (ie test_recent_date is failing) update it to ~6 months before the current date. +RECENT_DATE = datetime.date(2024, 1, 1) + +_CONTAINS_CONTROL_CHAR_RE = re.compile(r"[^-!#$%&'*+.^_`|~0-9a-zA-Z]") + + +class HTTPConnection(_HTTPConnection, object): + """ + Based on :class:`http.client.HTTPConnection` but provides an extra constructor + backwards-compatibility layer between older and newer Pythons. + + Additional keyword parameters are used to configure attributes of the connection. + Accepted parameters include: + + - ``strict``: See the documentation on :class:`urllib3.connectionpool.HTTPConnectionPool` + - ``source_address``: Set the source address for the current connection. + - ``socket_options``: Set specific options on the underlying socket. If not specified, then + defaults are loaded from ``HTTPConnection.default_socket_options`` which includes disabling + Nagle's algorithm (sets TCP_NODELAY to 1) unless the connection is behind a proxy. + + For example, if you wish to enable TCP Keep Alive in addition to the defaults, + you might pass: + + .. code-block:: python + + HTTPConnection.default_socket_options + [ + (socket.SOL_SOCKET, socket.SO_KEEPALIVE, 1), + ] + + Or you may want to disable the defaults by passing an empty list (e.g., ``[]``). + """ + + default_port = port_by_scheme["http"] + + #: Disable Nagle's algorithm by default. + #: ``[(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)]`` + default_socket_options = [(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)] + + #: Whether this connection verifies the host's certificate. + is_verified = False + + #: Whether this proxy connection (if used) verifies the proxy host's + #: certificate. + proxy_is_verified = None + + def __init__(self, *args, **kw): + if not six.PY2: + kw.pop("strict", None) + + # Pre-set source_address. + self.source_address = kw.get("source_address") + + #: The socket options provided by the user. If no options are + #: provided, we use the default options. + self.socket_options = kw.pop("socket_options", self.default_socket_options) + + # Proxy options provided by the user. + self.proxy = kw.pop("proxy", None) + self.proxy_config = kw.pop("proxy_config", None) + + _HTTPConnection.__init__(self, *args, **kw) + + @property + def host(self): + """ + Getter method to remove any trailing dots that indicate the hostname is an FQDN. + + In general, SSL certificates don't include the trailing dot indicating a + fully-qualified domain name, and thus, they don't validate properly when + checked against a domain name that includes the dot. In addition, some + servers may not expect to receive the trailing dot when provided. + + However, the hostname with trailing dot is critical to DNS resolution; doing a + lookup with the trailing dot will properly only resolve the appropriate FQDN, + whereas a lookup without a trailing dot will search the system's search domain + list. Thus, it's important to keep the original host around for use only in + those cases where it's appropriate (i.e., when doing DNS lookup to establish the + actual TCP connection across which we're going to send HTTP requests). + """ + return self._dns_host.rstrip(".") + + @host.setter + def host(self, value): + """ + Setter for the `host` property. + + We assume that only urllib3 uses the _dns_host attribute; httplib itself + only uses `host`, and it seems reasonable that other libraries follow suit. + """ + self._dns_host = value + + def _new_conn(self): + """Establish a socket connection and set nodelay settings on it. + + :return: New socket connection. + """ + extra_kw = {} + if self.source_address: + extra_kw["source_address"] = self.source_address + + if self.socket_options: + extra_kw["socket_options"] = self.socket_options + + try: + conn = connection.create_connection( + (self._dns_host, self.port), self.timeout, **extra_kw + ) + + except SocketTimeout: + raise ConnectTimeoutError( + self, + "Connection to %s timed out. (connect timeout=%s)" + % (self.host, self.timeout), + ) + + except SocketError as e: + raise NewConnectionError( + self, "Failed to establish a new connection: %s" % e + ) + + return conn + + def _is_using_tunnel(self): + # Google App Engine's httplib does not define _tunnel_host + return getattr(self, "_tunnel_host", None) + + def _prepare_conn(self, conn): + self.sock = conn + if self._is_using_tunnel(): + # TODO: Fix tunnel so it doesn't depend on self.sock state. + self._tunnel() + # Mark this connection as not reusable + self.auto_open = 0 + + def connect(self): + conn = self._new_conn() + self._prepare_conn(conn) + + def putrequest(self, method, url, *args, **kwargs): + """ """ + # Empty docstring because the indentation of CPython's implementation + # is broken but we don't want this method in our documentation. + match = _CONTAINS_CONTROL_CHAR_RE.search(method) + if match: + raise ValueError( + "Method cannot contain non-token characters %r (found at least %r)" + % (method, match.group()) + ) + + return _HTTPConnection.putrequest(self, method, url, *args, **kwargs) + + def putheader(self, header, *values): + """ """ + if not any(isinstance(v, str) and v == SKIP_HEADER for v in values): + _HTTPConnection.putheader(self, header, *values) + elif six.ensure_str(header.lower()) not in SKIPPABLE_HEADERS: + raise ValueError( + "urllib3.util.SKIP_HEADER only supports '%s'" + % ("', '".join(map(str.title, sorted(SKIPPABLE_HEADERS))),) + ) + + def request(self, method, url, body=None, headers=None): + # Update the inner socket's timeout value to send the request. + # This only triggers if the connection is re-used. + if getattr(self, "sock", None) is not None: + self.sock.settimeout(self.timeout) + + if headers is None: + headers = {} + else: + # Avoid modifying the headers passed into .request() + headers = headers.copy() + if "user-agent" not in (six.ensure_str(k.lower()) for k in headers): + headers["User-Agent"] = _get_default_user_agent() + super(HTTPConnection, self).request(method, url, body=body, headers=headers) + + def request_chunked(self, method, url, body=None, headers=None): + """ + Alternative to the common request method, which sends the + body with chunked encoding and not as one block + """ + headers = headers or {} + header_keys = set([six.ensure_str(k.lower()) for k in headers]) + skip_accept_encoding = "accept-encoding" in header_keys + skip_host = "host" in header_keys + self.putrequest( + method, url, skip_accept_encoding=skip_accept_encoding, skip_host=skip_host + ) + if "user-agent" not in header_keys: + self.putheader("User-Agent", _get_default_user_agent()) + for header, value in headers.items(): + self.putheader(header, value) + if "transfer-encoding" not in header_keys: + self.putheader("Transfer-Encoding", "chunked") + self.endheaders() + + if body is not None: + stringish_types = six.string_types + (bytes,) + if isinstance(body, stringish_types): + body = (body,) + for chunk in body: + if not chunk: + continue + if not isinstance(chunk, bytes): + chunk = chunk.encode("utf8") + len_str = hex(len(chunk))[2:] + to_send = bytearray(len_str.encode()) + to_send += b"\r\n" + to_send += chunk + to_send += b"\r\n" + self.send(to_send) + + # After the if clause, to always have a closed body + self.send(b"0\r\n\r\n") + + +class HTTPSConnection(HTTPConnection): + """ + Many of the parameters to this constructor are passed to the underlying SSL + socket by means of :py:func:`urllib3.util.ssl_wrap_socket`. + """ + + default_port = port_by_scheme["https"] + + cert_reqs = None + ca_certs = None + ca_cert_dir = None + ca_cert_data = None + ssl_version = None + assert_fingerprint = None + tls_in_tls_required = False + + def __init__( + self, + host, + port=None, + key_file=None, + cert_file=None, + key_password=None, + strict=None, + timeout=socket._GLOBAL_DEFAULT_TIMEOUT, + ssl_context=None, + server_hostname=None, + **kw + ): + + HTTPConnection.__init__(self, host, port, strict=strict, timeout=timeout, **kw) + + self.key_file = key_file + self.cert_file = cert_file + self.key_password = key_password + self.ssl_context = ssl_context + self.server_hostname = server_hostname + + # Required property for Google AppEngine 1.9.0 which otherwise causes + # HTTPS requests to go out as HTTP. (See Issue #356) + self._protocol = "https" + + def set_cert( + self, + key_file=None, + cert_file=None, + cert_reqs=None, + key_password=None, + ca_certs=None, + assert_hostname=None, + assert_fingerprint=None, + ca_cert_dir=None, + ca_cert_data=None, + ): + """ + This method should only be called once, before the connection is used. + """ + # If cert_reqs is not provided we'll assume CERT_REQUIRED unless we also + # have an SSLContext object in which case we'll use its verify_mode. + if cert_reqs is None: + if self.ssl_context is not None: + cert_reqs = self.ssl_context.verify_mode + else: + cert_reqs = resolve_cert_reqs(None) + + self.key_file = key_file + self.cert_file = cert_file + self.cert_reqs = cert_reqs + self.key_password = key_password + self.assert_hostname = assert_hostname + self.assert_fingerprint = assert_fingerprint + self.ca_certs = ca_certs and os.path.expanduser(ca_certs) + self.ca_cert_dir = ca_cert_dir and os.path.expanduser(ca_cert_dir) + self.ca_cert_data = ca_cert_data + + def connect(self): + # Add certificate verification + self.sock = conn = self._new_conn() + hostname = self.host + tls_in_tls = False + + if self._is_using_tunnel(): + if self.tls_in_tls_required: + self.sock = conn = self._connect_tls_proxy(hostname, conn) + tls_in_tls = True + + # Calls self._set_hostport(), so self.host is + # self._tunnel_host below. + self._tunnel() + # Mark this connection as not reusable + self.auto_open = 0 + + # Override the host with the one we're requesting data from. + hostname = self._tunnel_host + + server_hostname = hostname + if self.server_hostname is not None: + server_hostname = self.server_hostname + + is_time_off = datetime.date.today() < RECENT_DATE + if is_time_off: + warnings.warn( + ( + "System time is way off (before {0}). This will probably " + "lead to SSL verification errors" + ).format(RECENT_DATE), + SystemTimeWarning, + ) + + # Wrap socket using verification with the root certs in + # trusted_root_certs + default_ssl_context = False + if self.ssl_context is None: + default_ssl_context = True + self.ssl_context = create_urllib3_context( + ssl_version=resolve_ssl_version(self.ssl_version), + cert_reqs=resolve_cert_reqs(self.cert_reqs), + ) + + context = self.ssl_context + context.verify_mode = resolve_cert_reqs(self.cert_reqs) + + # Try to load OS default certs if none are given. + # Works well on Windows (requires Python3.4+) + if ( + not self.ca_certs + and not self.ca_cert_dir + and not self.ca_cert_data + and default_ssl_context + and hasattr(context, "load_default_certs") + ): + context.load_default_certs() + + self.sock = ssl_wrap_socket( + sock=conn, + keyfile=self.key_file, + certfile=self.cert_file, + key_password=self.key_password, + ca_certs=self.ca_certs, + ca_cert_dir=self.ca_cert_dir, + ca_cert_data=self.ca_cert_data, + server_hostname=server_hostname, + ssl_context=context, + tls_in_tls=tls_in_tls, + ) + + # If we're using all defaults and the connection + # is TLSv1 or TLSv1.1 we throw a DeprecationWarning + # for the host. + if ( + default_ssl_context + and self.ssl_version is None + and hasattr(self.sock, "version") + and self.sock.version() in {"TLSv1", "TLSv1.1"} + ): # Defensive: + warnings.warn( + "Negotiating TLSv1/TLSv1.1 by default is deprecated " + "and will be disabled in urllib3 v2.0.0. Connecting to " + "'%s' with '%s' can be enabled by explicitly opting-in " + "with 'ssl_version'" % (self.host, self.sock.version()), + DeprecationWarning, + ) + + if self.assert_fingerprint: + assert_fingerprint( + self.sock.getpeercert(binary_form=True), self.assert_fingerprint + ) + elif ( + context.verify_mode != ssl.CERT_NONE + and not getattr(context, "check_hostname", False) + and self.assert_hostname is not False + ): + # While urllib3 attempts to always turn off hostname matching from + # the TLS library, this cannot always be done. So we check whether + # the TLS Library still thinks it's matching hostnames. + cert = self.sock.getpeercert() + if not cert.get("subjectAltName", ()): + warnings.warn( + ( + "Certificate for {0} has no `subjectAltName`, falling back to check for a " + "`commonName` for now. This feature is being removed by major browsers and " + "deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 " + "for details.)".format(hostname) + ), + SubjectAltNameWarning, + ) + _match_hostname(cert, self.assert_hostname or server_hostname) + + self.is_verified = ( + context.verify_mode == ssl.CERT_REQUIRED + or self.assert_fingerprint is not None + ) + + def _connect_tls_proxy(self, hostname, conn): + """ + Establish a TLS connection to the proxy using the provided SSL context. + """ + proxy_config = self.proxy_config + ssl_context = proxy_config.ssl_context + if ssl_context: + # If the user provided a proxy context, we assume CA and client + # certificates have already been set + return ssl_wrap_socket( + sock=conn, + server_hostname=hostname, + ssl_context=ssl_context, + ) + + ssl_context = create_proxy_ssl_context( + self.ssl_version, + self.cert_reqs, + self.ca_certs, + self.ca_cert_dir, + self.ca_cert_data, + ) + + # If no cert was provided, use only the default options for server + # certificate validation + socket = ssl_wrap_socket( + sock=conn, + ca_certs=self.ca_certs, + ca_cert_dir=self.ca_cert_dir, + ca_cert_data=self.ca_cert_data, + server_hostname=hostname, + ssl_context=ssl_context, + ) + + if ssl_context.verify_mode != ssl.CERT_NONE and not getattr( + ssl_context, "check_hostname", False + ): + # While urllib3 attempts to always turn off hostname matching from + # the TLS library, this cannot always be done. So we check whether + # the TLS Library still thinks it's matching hostnames. + cert = socket.getpeercert() + if not cert.get("subjectAltName", ()): + warnings.warn( + ( + "Certificate for {0} has no `subjectAltName`, falling back to check for a " + "`commonName` for now. This feature is being removed by major browsers and " + "deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 " + "for details.)".format(hostname) + ), + SubjectAltNameWarning, + ) + _match_hostname(cert, hostname) + + self.proxy_is_verified = ssl_context.verify_mode == ssl.CERT_REQUIRED + return socket + + +def _match_hostname(cert, asserted_hostname): + # Our upstream implementation of ssl.match_hostname() + # only applies this normalization to IP addresses so it doesn't + # match DNS SANs so we do the same thing! + stripped_hostname = asserted_hostname.strip("u[]") + if is_ipaddress(stripped_hostname): + asserted_hostname = stripped_hostname + + try: + match_hostname(cert, asserted_hostname) + except CertificateError as e: + log.warning( + "Certificate did not match expected hostname: %s. Certificate: %s", + asserted_hostname, + cert, + ) + # Add cert to exception and reraise so client code can inspect + # the cert when catching the exception, if they want to + e._peer_cert = cert + raise + + +def _get_default_user_agent(): + return "python-urllib3/%s" % __version__ + + +class DummyConnection(object): + """Used to detect a failed ConnectionCls import.""" + + pass + + +if not ssl: + HTTPSConnection = DummyConnection # noqa: F811 + + +VerifiedHTTPSConnection = HTTPSConnection diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py new file mode 100644 index 0000000..0872ed7 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py @@ -0,0 +1,1140 @@ +from __future__ import absolute_import + +import errno +import logging +import re +import socket +import sys +import warnings +from socket import error as SocketError +from socket import timeout as SocketTimeout + +from ._collections import HTTPHeaderDict +from .connection import ( + BaseSSLError, + BrokenPipeError, + DummyConnection, + HTTPConnection, + HTTPException, + HTTPSConnection, + VerifiedHTTPSConnection, + port_by_scheme, +) +from .exceptions import ( + ClosedPoolError, + EmptyPoolError, + HeaderParsingError, + HostChangedError, + InsecureRequestWarning, + LocationValueError, + MaxRetryError, + NewConnectionError, + ProtocolError, + ProxyError, + ReadTimeoutError, + SSLError, + TimeoutError, +) +from .packages import six +from .packages.six.moves import queue +from .request import RequestMethods +from .response import HTTPResponse +from .util.connection import is_connection_dropped +from .util.proxy import connection_requires_http_tunnel +from .util.queue import LifoQueue +from .util.request import set_file_position +from .util.response import assert_header_parsing +from .util.retry import Retry +from .util.ssl_match_hostname import CertificateError +from .util.timeout import Timeout +from .util.url import Url, _encode_target +from .util.url import _normalize_host as normalize_host +from .util.url import get_host, parse_url + +try: # Platform-specific: Python 3 + import weakref + + weakref_finalize = weakref.finalize +except AttributeError: # Platform-specific: Python 2 + from .packages.backports.weakref_finalize import weakref_finalize + +xrange = six.moves.xrange + +log = logging.getLogger(__name__) + +_Default = object() + + +# Pool objects +class ConnectionPool(object): + """ + Base class for all connection pools, such as + :class:`.HTTPConnectionPool` and :class:`.HTTPSConnectionPool`. + + .. note:: + ConnectionPool.urlopen() does not normalize or percent-encode target URIs + which is useful if your target server doesn't support percent-encoded + target URIs. + """ + + scheme = None + QueueCls = LifoQueue + + def __init__(self, host, port=None): + if not host: + raise LocationValueError("No host specified.") + + self.host = _normalize_host(host, scheme=self.scheme) + self._proxy_host = host.lower() + self.port = port + + def __str__(self): + return "%s(host=%r, port=%r)" % (type(self).__name__, self.host, self.port) + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_val, exc_tb): + self.close() + # Return False to re-raise any potential exceptions + return False + + def close(self): + """ + Close all pooled connections and disable the pool. + """ + pass + + +# This is taken from http://hg.python.org/cpython/file/7aaba721ebc0/Lib/socket.py#l252 +_blocking_errnos = {errno.EAGAIN, errno.EWOULDBLOCK} + + +class HTTPConnectionPool(ConnectionPool, RequestMethods): + """ + Thread-safe connection pool for one host. + + :param host: + Host used for this HTTP Connection (e.g. "localhost"), passed into + :class:`http.client.HTTPConnection`. + + :param port: + Port used for this HTTP Connection (None is equivalent to 80), passed + into :class:`http.client.HTTPConnection`. + + :param strict: + Causes BadStatusLine to be raised if the status line can't be parsed + as a valid HTTP/1.0 or 1.1 status line, passed into + :class:`http.client.HTTPConnection`. + + .. note:: + Only works in Python 2. This parameter is ignored in Python 3. + + :param timeout: + Socket timeout in seconds for each individual connection. This can + be a float or integer, which sets the timeout for the HTTP request, + or an instance of :class:`urllib3.util.Timeout` which gives you more + fine-grained control over request timeouts. After the constructor has + been parsed, this is always a `urllib3.util.Timeout` object. + + :param maxsize: + Number of connections to save that can be reused. More than 1 is useful + in multithreaded situations. If ``block`` is set to False, more + connections will be created but they will not be saved once they've + been used. + + :param block: + If set to True, no more than ``maxsize`` connections will be used at + a time. When no free connections are available, the call will block + until a connection has been released. This is a useful side effect for + particular multithreaded situations where one does not want to use more + than maxsize connections per host to prevent flooding. + + :param headers: + Headers to include with all requests, unless other headers are given + explicitly. + + :param retries: + Retry configuration to use by default with requests in this pool. + + :param _proxy: + Parsed proxy URL, should not be used directly, instead, see + :class:`urllib3.ProxyManager` + + :param _proxy_headers: + A dictionary with proxy headers, should not be used directly, + instead, see :class:`urllib3.ProxyManager` + + :param \\**conn_kw: + Additional parameters are used to create fresh :class:`urllib3.connection.HTTPConnection`, + :class:`urllib3.connection.HTTPSConnection` instances. + """ + + scheme = "http" + ConnectionCls = HTTPConnection + ResponseCls = HTTPResponse + + def __init__( + self, + host, + port=None, + strict=False, + timeout=Timeout.DEFAULT_TIMEOUT, + maxsize=1, + block=False, + headers=None, + retries=None, + _proxy=None, + _proxy_headers=None, + _proxy_config=None, + **conn_kw + ): + ConnectionPool.__init__(self, host, port) + RequestMethods.__init__(self, headers) + + self.strict = strict + + if not isinstance(timeout, Timeout): + timeout = Timeout.from_float(timeout) + + if retries is None: + retries = Retry.DEFAULT + + self.timeout = timeout + self.retries = retries + + self.pool = self.QueueCls(maxsize) + self.block = block + + self.proxy = _proxy + self.proxy_headers = _proxy_headers or {} + self.proxy_config = _proxy_config + + # Fill the queue up so that doing get() on it will block properly + for _ in xrange(maxsize): + self.pool.put(None) + + # These are mostly for testing and debugging purposes. + self.num_connections = 0 + self.num_requests = 0 + self.conn_kw = conn_kw + + if self.proxy: + # Enable Nagle's algorithm for proxies, to avoid packet fragmentation. + # We cannot know if the user has added default socket options, so we cannot replace the + # list. + self.conn_kw.setdefault("socket_options", []) + + self.conn_kw["proxy"] = self.proxy + self.conn_kw["proxy_config"] = self.proxy_config + + # Do not pass 'self' as callback to 'finalize'. + # Then the 'finalize' would keep an endless living (leak) to self. + # By just passing a reference to the pool allows the garbage collector + # to free self if nobody else has a reference to it. + pool = self.pool + + # Close all the HTTPConnections in the pool before the + # HTTPConnectionPool object is garbage collected. + weakref_finalize(self, _close_pool_connections, pool) + + def _new_conn(self): + """ + Return a fresh :class:`HTTPConnection`. + """ + self.num_connections += 1 + log.debug( + "Starting new HTTP connection (%d): %s:%s", + self.num_connections, + self.host, + self.port or "80", + ) + + conn = self.ConnectionCls( + host=self.host, + port=self.port, + timeout=self.timeout.connect_timeout, + strict=self.strict, + **self.conn_kw + ) + return conn + + def _get_conn(self, timeout=None): + """ + Get a connection. Will return a pooled connection if one is available. + + If no connections are available and :prop:`.block` is ``False``, then a + fresh connection is returned. + + :param timeout: + Seconds to wait before giving up and raising + :class:`urllib3.exceptions.EmptyPoolError` if the pool is empty and + :prop:`.block` is ``True``. + """ + conn = None + try: + conn = self.pool.get(block=self.block, timeout=timeout) + + except AttributeError: # self.pool is None + raise ClosedPoolError(self, "Pool is closed.") + + except queue.Empty: + if self.block: + raise EmptyPoolError( + self, + "Pool reached maximum size and no more connections are allowed.", + ) + pass # Oh well, we'll create a new connection then + + # If this is a persistent connection, check if it got disconnected + if conn and is_connection_dropped(conn): + log.debug("Resetting dropped connection: %s", self.host) + conn.close() + if getattr(conn, "auto_open", 1) == 0: + # This is a proxied connection that has been mutated by + # http.client._tunnel() and cannot be reused (since it would + # attempt to bypass the proxy) + conn = None + + return conn or self._new_conn() + + def _put_conn(self, conn): + """ + Put a connection back into the pool. + + :param conn: + Connection object for the current host and port as returned by + :meth:`._new_conn` or :meth:`._get_conn`. + + If the pool is already full, the connection is closed and discarded + because we exceeded maxsize. If connections are discarded frequently, + then maxsize should be increased. + + If the pool is closed, then the connection will be closed and discarded. + """ + try: + self.pool.put(conn, block=False) + return # Everything is dandy, done. + except AttributeError: + # self.pool is None. + pass + except queue.Full: + # This should never happen if self.block == True + log.warning( + "Connection pool is full, discarding connection: %s. Connection pool size: %s", + self.host, + self.pool.qsize(), + ) + # Connection never got put back into the pool, close it. + if conn: + conn.close() + + def _validate_conn(self, conn): + """ + Called right before a request is made, after the socket is created. + """ + pass + + def _prepare_proxy(self, conn): + # Nothing to do for HTTP connections. + pass + + def _get_timeout(self, timeout): + """Helper that always returns a :class:`urllib3.util.Timeout`""" + if timeout is _Default: + return self.timeout.clone() + + if isinstance(timeout, Timeout): + return timeout.clone() + else: + # User passed us an int/float. This is for backwards compatibility, + # can be removed later + return Timeout.from_float(timeout) + + def _raise_timeout(self, err, url, timeout_value): + """Is the error actually a timeout? Will raise a ReadTimeout or pass""" + + if isinstance(err, SocketTimeout): + raise ReadTimeoutError( + self, url, "Read timed out. (read timeout=%s)" % timeout_value + ) + + # See the above comment about EAGAIN in Python 3. In Python 2 we have + # to specifically catch it and throw the timeout error + if hasattr(err, "errno") and err.errno in _blocking_errnos: + raise ReadTimeoutError( + self, url, "Read timed out. (read timeout=%s)" % timeout_value + ) + + # Catch possible read timeouts thrown as SSL errors. If not the + # case, rethrow the original. We need to do this because of: + # http://bugs.python.org/issue10272 + if "timed out" in str(err) or "did not complete (read)" in str( + err + ): # Python < 2.7.4 + raise ReadTimeoutError( + self, url, "Read timed out. (read timeout=%s)" % timeout_value + ) + + def _make_request( + self, conn, method, url, timeout=_Default, chunked=False, **httplib_request_kw + ): + """ + Perform a request on a given urllib connection object taken from our + pool. + + :param conn: + a connection from one of our connection pools + + :param timeout: + Socket timeout in seconds for the request. This can be a + float or integer, which will set the same timeout value for + the socket connect and the socket read, or an instance of + :class:`urllib3.util.Timeout`, which gives you more fine-grained + control over your timeouts. + """ + self.num_requests += 1 + + timeout_obj = self._get_timeout(timeout) + timeout_obj.start_connect() + conn.timeout = Timeout.resolve_default_timeout(timeout_obj.connect_timeout) + + # Trigger any extra validation we need to do. + try: + self._validate_conn(conn) + except (SocketTimeout, BaseSSLError) as e: + # Py2 raises this as a BaseSSLError, Py3 raises it as socket timeout. + self._raise_timeout(err=e, url=url, timeout_value=conn.timeout) + raise + + # conn.request() calls http.client.*.request, not the method in + # urllib3.request. It also calls makefile (recv) on the socket. + try: + if chunked: + conn.request_chunked(method, url, **httplib_request_kw) + else: + conn.request(method, url, **httplib_request_kw) + + # We are swallowing BrokenPipeError (errno.EPIPE) since the server is + # legitimately able to close the connection after sending a valid response. + # With this behaviour, the received response is still readable. + except BrokenPipeError: + # Python 3 + pass + except IOError as e: + # Python 2 and macOS/Linux + # EPIPE and ESHUTDOWN are BrokenPipeError on Python 2, and EPROTOTYPE/ECONNRESET are needed on macOS + # https://erickt.github.io/blog/2014/11/19/adventures-in-debugging-a-potential-osx-kernel-bug/ + if e.errno not in { + errno.EPIPE, + errno.ESHUTDOWN, + errno.EPROTOTYPE, + errno.ECONNRESET, + }: + raise + + # Reset the timeout for the recv() on the socket + read_timeout = timeout_obj.read_timeout + + # App Engine doesn't have a sock attr + if getattr(conn, "sock", None): + # In Python 3 socket.py will catch EAGAIN and return None when you + # try and read into the file pointer created by http.client, which + # instead raises a BadStatusLine exception. Instead of catching + # the exception and assuming all BadStatusLine exceptions are read + # timeouts, check for a zero timeout before making the request. + if read_timeout == 0: + raise ReadTimeoutError( + self, url, "Read timed out. (read timeout=%s)" % read_timeout + ) + if read_timeout is Timeout.DEFAULT_TIMEOUT: + conn.sock.settimeout(socket.getdefaulttimeout()) + else: # None or a value + conn.sock.settimeout(read_timeout) + + # Receive the response from the server + try: + try: + # Python 2.7, use buffering of HTTP responses + httplib_response = conn.getresponse(buffering=True) + except TypeError: + # Python 3 + try: + httplib_response = conn.getresponse() + except BaseException as e: + # Remove the TypeError from the exception chain in + # Python 3 (including for exceptions like SystemExit). + # Otherwise it looks like a bug in the code. + six.raise_from(e, None) + except (SocketTimeout, BaseSSLError, SocketError) as e: + self._raise_timeout(err=e, url=url, timeout_value=read_timeout) + raise + + # AppEngine doesn't have a version attr. + http_version = getattr(conn, "_http_vsn_str", "HTTP/?") + log.debug( + '%s://%s:%s "%s %s %s" %s %s', + self.scheme, + self.host, + self.port, + method, + url, + http_version, + httplib_response.status, + httplib_response.length, + ) + + try: + assert_header_parsing(httplib_response.msg) + except (HeaderParsingError, TypeError) as hpe: # Platform-specific: Python 3 + log.warning( + "Failed to parse headers (url=%s): %s", + self._absolute_url(url), + hpe, + exc_info=True, + ) + + return httplib_response + + def _absolute_url(self, path): + return Url(scheme=self.scheme, host=self.host, port=self.port, path=path).url + + def close(self): + """ + Close all pooled connections and disable the pool. + """ + if self.pool is None: + return + # Disable access to the pool + old_pool, self.pool = self.pool, None + + # Close all the HTTPConnections in the pool. + _close_pool_connections(old_pool) + + def is_same_host(self, url): + """ + Check if the given ``url`` is a member of the same host as this + connection pool. + """ + if url.startswith("/"): + return True + + # TODO: Add optional support for socket.gethostbyname checking. + scheme, host, port = get_host(url) + if host is not None: + host = _normalize_host(host, scheme=scheme) + + # Use explicit default port for comparison when none is given + if self.port and not port: + port = port_by_scheme.get(scheme) + elif not self.port and port == port_by_scheme.get(scheme): + port = None + + return (scheme, host, port) == (self.scheme, self.host, self.port) + + def urlopen( + self, + method, + url, + body=None, + headers=None, + retries=None, + redirect=True, + assert_same_host=True, + timeout=_Default, + pool_timeout=None, + release_conn=None, + chunked=False, + body_pos=None, + **response_kw + ): + """ + Get a connection from the pool and perform an HTTP request. This is the + lowest level call for making a request, so you'll need to specify all + the raw details. + + .. note:: + + More commonly, it's appropriate to use a convenience method provided + by :class:`.RequestMethods`, such as :meth:`request`. + + .. note:: + + `release_conn` will only behave as expected if + `preload_content=False` because we want to make + `preload_content=False` the default behaviour someday soon without + breaking backwards compatibility. + + :param method: + HTTP request method (such as GET, POST, PUT, etc.) + + :param url: + The URL to perform the request on. + + :param body: + Data to send in the request body, either :class:`str`, :class:`bytes`, + an iterable of :class:`str`/:class:`bytes`, or a file-like object. + + :param headers: + Dictionary of custom headers to send, such as User-Agent, + If-None-Match, etc. If None, pool headers are used. If provided, + these headers completely replace any pool-specific headers. + + :param retries: + Configure the number of retries to allow before raising a + :class:`~urllib3.exceptions.MaxRetryError` exception. + + Pass ``None`` to retry until you receive a response. Pass a + :class:`~urllib3.util.retry.Retry` object for fine-grained control + over different types of retries. + Pass an integer number to retry connection errors that many times, + but no other types of errors. Pass zero to never retry. + + If ``False``, then retries are disabled and any exception is raised + immediately. Also, instead of raising a MaxRetryError on redirects, + the redirect response will be returned. + + :type retries: :class:`~urllib3.util.retry.Retry`, False, or an int. + + :param redirect: + If True, automatically handle redirects (status codes 301, 302, + 303, 307, 308). Each redirect counts as a retry. Disabling retries + will disable redirect, too. + + :param assert_same_host: + If ``True``, will make sure that the host of the pool requests is + consistent else will raise HostChangedError. When ``False``, you can + use the pool on an HTTP proxy and request foreign hosts. + + :param timeout: + If specified, overrides the default timeout for this one + request. It may be a float (in seconds) or an instance of + :class:`urllib3.util.Timeout`. + + :param pool_timeout: + If set and the pool is set to block=True, then this method will + block for ``pool_timeout`` seconds and raise EmptyPoolError if no + connection is available within the time period. + + :param release_conn: + If False, then the urlopen call will not release the connection + back into the pool once a response is received (but will release if + you read the entire contents of the response such as when + `preload_content=True`). This is useful if you're not preloading + the response's content immediately. You will need to call + ``r.release_conn()`` on the response ``r`` to return the connection + back into the pool. If None, it takes the value of + ``response_kw.get('preload_content', True)``. + + :param chunked: + If True, urllib3 will send the body using chunked transfer + encoding. Otherwise, urllib3 will send the body using the standard + content-length form. Defaults to False. + + :param int body_pos: + Position to seek to in file-like body in the event of a retry or + redirect. Typically this won't need to be set because urllib3 will + auto-populate the value when needed. + + :param \\**response_kw: + Additional parameters are passed to + :meth:`urllib3.response.HTTPResponse.from_httplib` + """ + + parsed_url = parse_url(url) + destination_scheme = parsed_url.scheme + + if headers is None: + headers = self.headers + + if not isinstance(retries, Retry): + retries = Retry.from_int(retries, redirect=redirect, default=self.retries) + + if release_conn is None: + release_conn = response_kw.get("preload_content", True) + + # Check host + if assert_same_host and not self.is_same_host(url): + raise HostChangedError(self, url, retries) + + # Ensure that the URL we're connecting to is properly encoded + if url.startswith("/"): + url = six.ensure_str(_encode_target(url)) + else: + url = six.ensure_str(parsed_url.url) + + conn = None + + # Track whether `conn` needs to be released before + # returning/raising/recursing. Update this variable if necessary, and + # leave `release_conn` constant throughout the function. That way, if + # the function recurses, the original value of `release_conn` will be + # passed down into the recursive call, and its value will be respected. + # + # See issue #651 [1] for details. + # + # [1] + release_this_conn = release_conn + + http_tunnel_required = connection_requires_http_tunnel( + self.proxy, self.proxy_config, destination_scheme + ) + + # Merge the proxy headers. Only done when not using HTTP CONNECT. We + # have to copy the headers dict so we can safely change it without those + # changes being reflected in anyone else's copy. + if not http_tunnel_required: + headers = headers.copy() + headers.update(self.proxy_headers) + + # Must keep the exception bound to a separate variable or else Python 3 + # complains about UnboundLocalError. + err = None + + # Keep track of whether we cleanly exited the except block. This + # ensures we do proper cleanup in finally. + clean_exit = False + + # Rewind body position, if needed. Record current position + # for future rewinds in the event of a redirect/retry. + body_pos = set_file_position(body, body_pos) + + try: + # Request a connection from the queue. + timeout_obj = self._get_timeout(timeout) + conn = self._get_conn(timeout=pool_timeout) + + conn.timeout = timeout_obj.connect_timeout + + is_new_proxy_conn = self.proxy is not None and not getattr( + conn, "sock", None + ) + if is_new_proxy_conn and http_tunnel_required: + self._prepare_proxy(conn) + + # Make the request on the httplib connection object. + httplib_response = self._make_request( + conn, + method, + url, + timeout=timeout_obj, + body=body, + headers=headers, + chunked=chunked, + ) + + # If we're going to release the connection in ``finally:``, then + # the response doesn't need to know about the connection. Otherwise + # it will also try to release it and we'll have a double-release + # mess. + response_conn = conn if not release_conn else None + + # Pass method to Response for length checking + response_kw["request_method"] = method + + # Import httplib's response into our own wrapper object + response = self.ResponseCls.from_httplib( + httplib_response, + pool=self, + connection=response_conn, + retries=retries, + **response_kw + ) + + # Everything went great! + clean_exit = True + + except EmptyPoolError: + # Didn't get a connection from the pool, no need to clean up + clean_exit = True + release_this_conn = False + raise + + except ( + TimeoutError, + HTTPException, + SocketError, + ProtocolError, + BaseSSLError, + SSLError, + CertificateError, + ) as e: + # Discard the connection for these exceptions. It will be + # replaced during the next _get_conn() call. + clean_exit = False + + def _is_ssl_error_message_from_http_proxy(ssl_error): + # We're trying to detect the message 'WRONG_VERSION_NUMBER' but + # SSLErrors are kinda all over the place when it comes to the message, + # so we try to cover our bases here! + message = " ".join(re.split("[^a-z]", str(ssl_error).lower())) + return ( + "wrong version number" in message + or "unknown protocol" in message + or "record layer failure" in message + ) + + # Try to detect a common user error with proxies which is to + # set an HTTP proxy to be HTTPS when it should be 'http://' + # (ie {'http': 'http://proxy', 'https': 'https://proxy'}) + # Instead we add a nice error message and point to a URL. + if ( + isinstance(e, BaseSSLError) + and self.proxy + and _is_ssl_error_message_from_http_proxy(e) + and conn.proxy + and conn.proxy.scheme == "https" + ): + e = ProxyError( + "Your proxy appears to only use HTTP and not HTTPS, " + "try changing your proxy URL to be HTTP. See: " + "https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html" + "#https-proxy-error-http-proxy", + SSLError(e), + ) + elif isinstance(e, (BaseSSLError, CertificateError)): + e = SSLError(e) + elif isinstance(e, (SocketError, NewConnectionError)) and self.proxy: + e = ProxyError("Cannot connect to proxy.", e) + elif isinstance(e, (SocketError, HTTPException)): + e = ProtocolError("Connection aborted.", e) + + retries = retries.increment( + method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] + ) + retries.sleep() + + # Keep track of the error for the retry warning. + err = e + + finally: + if not clean_exit: + # We hit some kind of exception, handled or otherwise. We need + # to throw the connection away unless explicitly told not to. + # Close the connection, set the variable to None, and make sure + # we put the None back in the pool to avoid leaking it. + conn = conn and conn.close() + release_this_conn = True + + if release_this_conn: + # Put the connection back to be reused. If the connection is + # expired then it will be None, which will get replaced with a + # fresh connection during _get_conn. + self._put_conn(conn) + + if not conn: + # Try again + log.warning( + "Retrying (%r) after connection broken by '%r': %s", retries, err, url + ) + return self.urlopen( + method, + url, + body, + headers, + retries, + redirect, + assert_same_host, + timeout=timeout, + pool_timeout=pool_timeout, + release_conn=release_conn, + chunked=chunked, + body_pos=body_pos, + **response_kw + ) + + # Handle redirect? + redirect_location = redirect and response.get_redirect_location() + if redirect_location: + if response.status == 303: + # Change the method according to RFC 9110, Section 15.4.4. + method = "GET" + # And lose the body not to transfer anything sensitive. + body = None + headers = HTTPHeaderDict(headers)._prepare_for_method_change() + + try: + retries = retries.increment(method, url, response=response, _pool=self) + except MaxRetryError: + if retries.raise_on_redirect: + response.drain_conn() + raise + return response + + response.drain_conn() + retries.sleep_for_retry(response) + log.debug("Redirecting %s -> %s", url, redirect_location) + return self.urlopen( + method, + redirect_location, + body, + headers, + retries=retries, + redirect=redirect, + assert_same_host=assert_same_host, + timeout=timeout, + pool_timeout=pool_timeout, + release_conn=release_conn, + chunked=chunked, + body_pos=body_pos, + **response_kw + ) + + # Check if we should retry the HTTP response. + has_retry_after = bool(response.headers.get("Retry-After")) + if retries.is_retry(method, response.status, has_retry_after): + try: + retries = retries.increment(method, url, response=response, _pool=self) + except MaxRetryError: + if retries.raise_on_status: + response.drain_conn() + raise + return response + + response.drain_conn() + retries.sleep(response) + log.debug("Retry: %s", url) + return self.urlopen( + method, + url, + body, + headers, + retries=retries, + redirect=redirect, + assert_same_host=assert_same_host, + timeout=timeout, + pool_timeout=pool_timeout, + release_conn=release_conn, + chunked=chunked, + body_pos=body_pos, + **response_kw + ) + + return response + + +class HTTPSConnectionPool(HTTPConnectionPool): + """ + Same as :class:`.HTTPConnectionPool`, but HTTPS. + + :class:`.HTTPSConnection` uses one of ``assert_fingerprint``, + ``assert_hostname`` and ``host`` in this order to verify connections. + If ``assert_hostname`` is False, no verification is done. + + The ``key_file``, ``cert_file``, ``cert_reqs``, ``ca_certs``, + ``ca_cert_dir``, ``ssl_version``, ``key_password`` are only used if :mod:`ssl` + is available and are fed into :meth:`urllib3.util.ssl_wrap_socket` to upgrade + the connection socket into an SSL socket. + """ + + scheme = "https" + ConnectionCls = HTTPSConnection + + def __init__( + self, + host, + port=None, + strict=False, + timeout=Timeout.DEFAULT_TIMEOUT, + maxsize=1, + block=False, + headers=None, + retries=None, + _proxy=None, + _proxy_headers=None, + key_file=None, + cert_file=None, + cert_reqs=None, + key_password=None, + ca_certs=None, + ssl_version=None, + assert_hostname=None, + assert_fingerprint=None, + ca_cert_dir=None, + **conn_kw + ): + + HTTPConnectionPool.__init__( + self, + host, + port, + strict, + timeout, + maxsize, + block, + headers, + retries, + _proxy, + _proxy_headers, + **conn_kw + ) + + self.key_file = key_file + self.cert_file = cert_file + self.cert_reqs = cert_reqs + self.key_password = key_password + self.ca_certs = ca_certs + self.ca_cert_dir = ca_cert_dir + self.ssl_version = ssl_version + self.assert_hostname = assert_hostname + self.assert_fingerprint = assert_fingerprint + + def _prepare_conn(self, conn): + """ + Prepare the ``connection`` for :meth:`urllib3.util.ssl_wrap_socket` + and establish the tunnel if proxy is used. + """ + + if isinstance(conn, VerifiedHTTPSConnection): + conn.set_cert( + key_file=self.key_file, + key_password=self.key_password, + cert_file=self.cert_file, + cert_reqs=self.cert_reqs, + ca_certs=self.ca_certs, + ca_cert_dir=self.ca_cert_dir, + assert_hostname=self.assert_hostname, + assert_fingerprint=self.assert_fingerprint, + ) + conn.ssl_version = self.ssl_version + return conn + + def _prepare_proxy(self, conn): + """ + Establishes a tunnel connection through HTTP CONNECT. + + Tunnel connection is established early because otherwise httplib would + improperly set Host: header to proxy's IP:port. + """ + + conn.set_tunnel(self._proxy_host, self.port, self.proxy_headers) + + if self.proxy.scheme == "https": + conn.tls_in_tls_required = True + + conn.connect() + + def _new_conn(self): + """ + Return a fresh :class:`http.client.HTTPSConnection`. + """ + self.num_connections += 1 + log.debug( + "Starting new HTTPS connection (%d): %s:%s", + self.num_connections, + self.host, + self.port or "443", + ) + + if not self.ConnectionCls or self.ConnectionCls is DummyConnection: + raise SSLError( + "Can't connect to HTTPS URL because the SSL module is not available." + ) + + actual_host = self.host + actual_port = self.port + if self.proxy is not None: + actual_host = self.proxy.host + actual_port = self.proxy.port + + conn = self.ConnectionCls( + host=actual_host, + port=actual_port, + timeout=self.timeout.connect_timeout, + strict=self.strict, + cert_file=self.cert_file, + key_file=self.key_file, + key_password=self.key_password, + **self.conn_kw + ) + + return self._prepare_conn(conn) + + def _validate_conn(self, conn): + """ + Called right before a request is made, after the socket is created. + """ + super(HTTPSConnectionPool, self)._validate_conn(conn) + + # Force connect early to allow us to validate the connection. + if not getattr(conn, "sock", None): # AppEngine might not have `.sock` + conn.connect() + + if not conn.is_verified: + warnings.warn( + ( + "Unverified HTTPS request is being made to host '%s'. " + "Adding certificate verification is strongly advised. See: " + "https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html" + "#ssl-warnings" % conn.host + ), + InsecureRequestWarning, + ) + + if getattr(conn, "proxy_is_verified", None) is False: + warnings.warn( + ( + "Unverified HTTPS connection done to an HTTPS proxy. " + "Adding certificate verification is strongly advised. See: " + "https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html" + "#ssl-warnings" + ), + InsecureRequestWarning, + ) + + +def connection_from_url(url, **kw): + """ + Given a url, return an :class:`.ConnectionPool` instance of its host. + + This is a shortcut for not having to parse out the scheme, host, and port + of the url before creating an :class:`.ConnectionPool` instance. + + :param url: + Absolute URL string that must include the scheme. Port is optional. + + :param \\**kw: + Passes additional parameters to the constructor of the appropriate + :class:`.ConnectionPool`. Useful for specifying things like + timeout, maxsize, headers, etc. + + Example:: + + >>> conn = connection_from_url('http://google.com/') + >>> r = conn.request('GET', '/') + """ + scheme, host, port = get_host(url) + port = port or port_by_scheme.get(scheme, 80) + if scheme == "https": + return HTTPSConnectionPool(host, port=port, **kw) + else: + return HTTPConnectionPool(host, port=port, **kw) + + +def _normalize_host(host, scheme): + """ + Normalize hosts for comparisons and use with sockets. + """ + + host = normalize_host(host, scheme) + + # httplib doesn't like it when we include brackets in IPv6 addresses + # Specifically, if we include brackets but also pass the port then + # httplib crazily doubles up the square brackets on the Host header. + # Instead, we need to make sure we never pass ``None`` as the port. + # However, for backward compatibility reasons we can't actually + # *assert* that. See http://bugs.python.org/issue28539 + if host.startswith("[") and host.endswith("]"): + host = host[1:-1] + return host + + +def _close_pool_connections(pool): + """Drains a queue of connections and closes each one.""" + try: + while True: + conn = pool.get(block=False) + if conn: + conn.close() + except queue.Empty: + pass # Done. diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5de49c4105b70e489cdb25b608cc7a0ed2aea98e GIT binary patch literal 204 zcmYk0u?oU45QbCfAVMF+p*^Lmh)>`m&LM3=a#)j)q=gPXkniH)?CM)Md71Qw|2yvZ ze>hiFD@Jf|`6eSRb^2qpUh+T1rb literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ea9e5e5d032de95052f177b2f7638901cf0addd GIT binary patch literal 1384 zcmZ`(OOG5i5O#OZYiDN@vaBK@A!NY;t&|-DIe-vC*^o(;14A^s0ckI-p03(%XM60H z?H-twa!P(ka?Fq5A8_E@S5BOB;{cSsuTd5(xyo+a_4vN3)>~UcM&q~VzZbtIjQ!y^ z>m#PkJ(~6_62OiaL=aceQ3MHeUb3SYy3iw?KpzIAJFo#m(p}hu5$PVp2W)ri^#1U$ zl$I|vG!^pN=%oatJ!Z;sr#Ya*+;LYT->+*vQH4~YJtj)hksH8Y?^zyJ|fzD zN7If-IQD|oT^GGz4{P}0XN{4%OmY-w=T2aedq;w6m z5sj(n?p={<%&^wRSuT$Qz~q1v7p75)^59a1ugB6@#|u?2h)g8alX@!j1f1-f=fiBl2$ zOlACEu^V4Zw`sohPu`0*< BR5Abn literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b291b53e9d299c260004cf32d13ade25cbb9d6b GIT binary patch literal 8201 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 N24peKe>=`v>AzI^`B(q| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5fa8cdf22fefffe68e27260280a8e925da225270 GIT binary patch literal 15816 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fa44fb4a64e0fcc98265ed325cfa2b12f1bed253 GIT binary patch literal 5606 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..17a7381f2c4ae11001a7ea4a41720eaad11b25fa GIT binary patch literal 9104 zcmb7KOLH4ncJ3E|MiYEUBB_UEyA_XT3`ZiZv7>Q$9LEww+8j%iLeh5Ji3@3M{G*QjOmONQzDx0iQDRPsFXPdu}RcaQgR93xBHd;GXld)$?`Odj`kd#zO!0Ow# z@4bDW-#O#x+g*4|+KIE8^jOT*-eT2{ca&^uXxop3Zl}Gx%@V)32`Cjr$e78M2FaxVo?mC{+o${u-6|bUeqHr)B6hz_P%%S1U2F0NC zwdTzQc2LIsRNw?txStLx!8Gn?f|+0z_xa$5!CY|aYu#H2P6uaDvKY(<3%H*R7K5|6 zp9{_f=W#zDTnJvk{X%dtcoFv(f|r7q12?!7{9f?N-xa)z!4HC0QT}3JY--gX`TwA6 znsY1Oz0wgoqT{wjrzd3Mwqog~ZQ*W;W?zae=|@Q~mZ{qaqacj7lO@O5YKug;z7+1= zy|f)iZmST06UC_;giO3b zB=O}QHQW{{HSSV=HH3ksExIB~xo@`_M@=EIh%my)Vd8e4zrZ zqz`r+7rzg}9TDMh8hfcoQi+vccAHZ0s@>Y^O+WSBxN#4#a9c9&x*_j9_WF2Tx1Xfk zUqhf~LtsY};HLp(0Gds|(-Crs8&oZ6VN!WTbx`B6@-z2qtJgc7xap^{yeV3Kzmw)> zM?_WKb0%~9Mw4Z{{M}c}A1A>6vW(kd+FK69P9)MR+hN-7H?A}w0?js7vW%teEO)}j za*tvE=F-(SmXk0QS9*T)KA@B=_rl(C9nFGRF85^zZQoo5tgsP{<$A&rm5wB88Hla3 z>@D^7@-y{js}98ab=sFY&+!G?a@u>VP|>X?athgFXG3*1EJT*a>%lTavq> z3P}6Cjz}hl4G<(r+$6jQbhsfa2*|cNwqwgMFmn@Eg6rFJNWQ|moxMCDRUp+tdL54B$^s3&5SZZ)9Yw^g(zGdqd2@B$2ToshI!|VB2KHqksmZ z;VMPsl2UR1cZE{Qi_H{UpX7G4-fa7_-s5xg&X0Ol2lXk`Lro3EXC`S~`2tQx6|O|k z-cTDKZ>_#vHN8@Auin5+yh5{%8wP37{p4mBvDqjl4W7&(aSF7J25sf( zk%W5Q%wHlCU>gTN87b+&NX-Ka>bh_UMNJZwETqN2e560bmfzGqe|g_XOPK*RVPUb*e zxUVMFX(j#hwN;+20?}~(3P6iEzP!-blcL2qA_bt@js!oSy3O2$r^sN)p+dOL^(@QhAvJbbFtoJ zQsj8b6LVXWFZ{aLsSsD*Qe@f)i$^IHqGbGrSd@jLk%UU~}4 zW2zCM7AOKrks3fS(06D+MOX)9nu_;Ic!GKe^u8u9qm3OHP$4Gj%Y<7XpW0aaz+O^K zogwDUdsD-=bomFFLDA4efku#pB~%HoeT%#g_}xnK{$gc}lr z7K9=0ObVjU*e(!fVo0Bnl?;i9M)4jvrf?thvF#YF1Io<&naSsfQ@bEXT+ocWFtJ|@ z(HKJLw84)QR-18;iD>QEL`RAUhUU9MKW$xk8yIAaSxq1Ov2^#&+WOYY2I)DXuOmIT zFnaL=kq#ByT_`G2Z<4HYK0gEk^c2CM(QmbcBwM!01(VnE(w$A7VP0U zWpw1ta%tU9hU4c&)n#5(eda|e5>U63P+TC3G#ovR>wR@fZFHHugk-*C8AT8#+XNB` zjZZAo){8(QJG}Oc}fa{z!uP!0w<&?NvCE&o30Vg z`dacL?k3*21Wl(cYS5+dAA!r)$c&NJ%~<0?0T!UA7+lamNARVxOpbDGFm-2hGxgJcLVBkp$wqkR;T_a~6F!gI zOvcJ~AS>cNu z>dbY?z@4Sz31ILZf<+t@aRjBHnA!(r&k0 zKnoZToK1GVA#Neq5-A(%+6B7_Bc)Ih5{PN%TY`{t>*5y!raF%4qjT1T^U22(hFfLgc}G8pY%i%4Z!a0_1*ECBA>3~4C>@bZ`L?mKG&Jv_TVV zE?=Za(n;*RDM`FYk~o=|vNpsf$vaje=;DpMJT}{)^A6SuO-sn|%7Ku)7m4RgwnP=P zJUfx6}PeI5;VGY-}WPu1ehnnL1B)b{ZE%W?8WbAIRPE6b_*@w<+ z0j}E|R~S1^tO$>ut^zTF0j%rJ9^YXYB%)GlHx&b$s;!PozA@wvF`wLqzlfj&ut5O< zm9R5u*TaN&>z`@vWF_G0=#p5^bC)PrPz$H!r~i+|L~a;RbSWLu*wIqvv6Qu8&3M)d zYO5GUen82IIag@Tqwao14Sq(+M@X8u#y^tkvG4F#c%WkmAj|t2IbyJa2p#;~IFAE@ zLWRm39T)`^R5@%SR4k6t1VbyqV}Rv5G!Dw#+De^+Dby8kuVhv_P1X~PtpIK|b1(~4 zsUH^ii|Jfee8lQBGg}0MqW@1&L%exg6o(sAA;mk0n1QE)R+0C2+i$vXU|E&HN+SHY zOA(@olpe8kiXFPUkS^{IJ@972*QcN#Iv>A__SAD6i7ROcTGoT*!pi|$<)b6ELgxS6 zUxN4&hJnvP(zfJ&DqMvm8oKT8K#fOYG6o{7E}|m$#W3WkjK2uDFP!v8!-asdjop`) z6emMpAdnme1^eP)815%~xQUoq3fG0pNAiSKP?&}c1x@+HfQo(4!qYZQpPG#Knfp-z zU5cG5>w?G@3xUHJ|QVG*ug6XYBVNq$3a z(;&2|d8vCppoiR|Ipo&8IE?b*uq{jW%<(yUr;a=;MXCZVq-2!xB}!2(c@;GS6<8zn zjbNbP6}de+W^bBC9U&K!x%6?-)CwsW_+3>8GJO z=M5VwbCJ2JZAuE+9b=*tTB56lD|sD4u&wPIxbWQpp*r~5f$_-rMP5@i1olOx1f|qqh zO}>jhir;`T4LEsCP@ZHr>QXh3|S)Lk-Wn_w?c`YIgmkI zUF9HdLv0+A^M^ipq6vH<5dKLcGS&FL;^McS8?wPXrMj3~F6;at?L`M6h1TNI+lq3af%hx&%h-Cy~YmqYMFCuJbm;W)!G4NN~W{tS-Aelat_sM&3R%;;H>kpEx?ak&*>-h|AO z?83u@4K>e`lTpkd9gt}oF+7%5^Z=Qr_gI#VgQp%nUV)bBQ6Bq1_%crel*`pQoR(A@3V?{IIZmdp{!0!|zt`qTnoQX!dLl7b<1 zf@oYGy4UzVH4rj(5v9RrKqZQ3S(~7htnW}cTy_&gXE@?VVIATWn2+x^J0aNG(FM6F zDHWdG5x43XI>?ivi@tLt=a76g{>~xsNoM$+1CG`=y85s%bd^}1PN1E?FKhr|{C#2Y zy28GimSXp67EgcJP+H|QgBQm2i_9d>j z2O<}i#R`P{qq)M2X&H0yg-$<#KlDU)@j4C=J!y~W)T_p06F0T}hKwn%%2l2Mo@meI zlvMHW1qjsc{5a>^n|WdD*5=ODL5Xim;`KFL$%jbjli+y``h`9OB6bxR z^wAGqJL3JYvL@KMnH3Q9C>lj zI8Df6lZY}&2odk-eiZLUZtc3VWs+9*n5f>seDB7M$MivHP(bd+hlnsOpqu*LjXPU+ zYIkncKUvw>T)VTr$&tW*GbJY2yw9AjTFy&5_)3c~wnv$I*S|N+gpoIs;J+9o+^2dA zmZO9Jk`PH#h8*=qfRJZYZ~D2}O}4!f5`21%yi;oCb^6{@=e1DCkrs0jDKEhJ#=7fi zCpprcdgmdbg}(PyEHW`L8%RO&bU8qw6iBKs<)wN(h@15~lVBw|ZK_^J0&6c+B%x15 ze~iSlNB?o5BCq6nvY6&2ijF`m^5V@qTi0*hlJ8R$eH`X*ZTwk)gX=1=M+BH%ayH+} zSQGJN1;8kkDLwLBC!Qqd$d={yyXqey-Xkb;guv45vI_5y(s{!&IpkWf9edH9v0rx1 W+Y9!RO}|&{pBT4B2DbQprTjmx1Bm$m literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py new file mode 100644 index 0000000..264d564 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py @@ -0,0 +1,519 @@ +""" +This module uses ctypes to bind a whole bunch of functions and constants from +SecureTransport. The goal here is to provide the low-level API to +SecureTransport. These are essentially the C-level functions and constants, and +they're pretty gross to work with. + +This code is a bastardised version of the code found in Will Bond's oscrypto +library. An enormous debt is owed to him for blazing this trail for us. For +that reason, this code should be considered to be covered both by urllib3's +license and by oscrypto's: + + Copyright (c) 2015-2016 Will Bond + + 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. +""" +from __future__ import absolute_import + +import platform +from ctypes import ( + CDLL, + CFUNCTYPE, + POINTER, + c_bool, + c_byte, + c_char_p, + c_int32, + c_long, + c_size_t, + c_uint32, + c_ulong, + c_void_p, +) +from ctypes.util import find_library + +from ...packages.six import raise_from + +if platform.system() != "Darwin": + raise ImportError("Only macOS is supported") + +version = platform.mac_ver()[0] +version_info = tuple(map(int, version.split("."))) +if version_info < (10, 8): + raise OSError( + "Only OS X 10.8 and newer are supported, not %s.%s" + % (version_info[0], version_info[1]) + ) + + +def load_cdll(name, macos10_16_path): + """Loads a CDLL by name, falling back to known path on 10.16+""" + try: + # Big Sur is technically 11 but we use 10.16 due to the Big Sur + # beta being labeled as 10.16. + if version_info >= (10, 16): + path = macos10_16_path + else: + path = find_library(name) + if not path: + raise OSError # Caught and reraised as 'ImportError' + return CDLL(path, use_errno=True) + except OSError: + raise_from(ImportError("The library %s failed to load" % name), None) + + +Security = load_cdll( + "Security", "/System/Library/Frameworks/Security.framework/Security" +) +CoreFoundation = load_cdll( + "CoreFoundation", + "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation", +) + + +Boolean = c_bool +CFIndex = c_long +CFStringEncoding = c_uint32 +CFData = c_void_p +CFString = c_void_p +CFArray = c_void_p +CFMutableArray = c_void_p +CFDictionary = c_void_p +CFError = c_void_p +CFType = c_void_p +CFTypeID = c_ulong + +CFTypeRef = POINTER(CFType) +CFAllocatorRef = c_void_p + +OSStatus = c_int32 + +CFDataRef = POINTER(CFData) +CFStringRef = POINTER(CFString) +CFArrayRef = POINTER(CFArray) +CFMutableArrayRef = POINTER(CFMutableArray) +CFDictionaryRef = POINTER(CFDictionary) +CFArrayCallBacks = c_void_p +CFDictionaryKeyCallBacks = c_void_p +CFDictionaryValueCallBacks = c_void_p + +SecCertificateRef = POINTER(c_void_p) +SecExternalFormat = c_uint32 +SecExternalItemType = c_uint32 +SecIdentityRef = POINTER(c_void_p) +SecItemImportExportFlags = c_uint32 +SecItemImportExportKeyParameters = c_void_p +SecKeychainRef = POINTER(c_void_p) +SSLProtocol = c_uint32 +SSLCipherSuite = c_uint32 +SSLContextRef = POINTER(c_void_p) +SecTrustRef = POINTER(c_void_p) +SSLConnectionRef = c_uint32 +SecTrustResultType = c_uint32 +SecTrustOptionFlags = c_uint32 +SSLProtocolSide = c_uint32 +SSLConnectionType = c_uint32 +SSLSessionOption = c_uint32 + + +try: + Security.SecItemImport.argtypes = [ + CFDataRef, + CFStringRef, + POINTER(SecExternalFormat), + POINTER(SecExternalItemType), + SecItemImportExportFlags, + POINTER(SecItemImportExportKeyParameters), + SecKeychainRef, + POINTER(CFArrayRef), + ] + Security.SecItemImport.restype = OSStatus + + Security.SecCertificateGetTypeID.argtypes = [] + Security.SecCertificateGetTypeID.restype = CFTypeID + + Security.SecIdentityGetTypeID.argtypes = [] + Security.SecIdentityGetTypeID.restype = CFTypeID + + Security.SecKeyGetTypeID.argtypes = [] + Security.SecKeyGetTypeID.restype = CFTypeID + + Security.SecCertificateCreateWithData.argtypes = [CFAllocatorRef, CFDataRef] + Security.SecCertificateCreateWithData.restype = SecCertificateRef + + Security.SecCertificateCopyData.argtypes = [SecCertificateRef] + Security.SecCertificateCopyData.restype = CFDataRef + + Security.SecCopyErrorMessageString.argtypes = [OSStatus, c_void_p] + Security.SecCopyErrorMessageString.restype = CFStringRef + + Security.SecIdentityCreateWithCertificate.argtypes = [ + CFTypeRef, + SecCertificateRef, + POINTER(SecIdentityRef), + ] + Security.SecIdentityCreateWithCertificate.restype = OSStatus + + Security.SecKeychainCreate.argtypes = [ + c_char_p, + c_uint32, + c_void_p, + Boolean, + c_void_p, + POINTER(SecKeychainRef), + ] + Security.SecKeychainCreate.restype = OSStatus + + Security.SecKeychainDelete.argtypes = [SecKeychainRef] + Security.SecKeychainDelete.restype = OSStatus + + Security.SecPKCS12Import.argtypes = [ + CFDataRef, + CFDictionaryRef, + POINTER(CFArrayRef), + ] + Security.SecPKCS12Import.restype = OSStatus + + SSLReadFunc = CFUNCTYPE(OSStatus, SSLConnectionRef, c_void_p, POINTER(c_size_t)) + SSLWriteFunc = CFUNCTYPE( + OSStatus, SSLConnectionRef, POINTER(c_byte), POINTER(c_size_t) + ) + + Security.SSLSetIOFuncs.argtypes = [SSLContextRef, SSLReadFunc, SSLWriteFunc] + Security.SSLSetIOFuncs.restype = OSStatus + + Security.SSLSetPeerID.argtypes = [SSLContextRef, c_char_p, c_size_t] + Security.SSLSetPeerID.restype = OSStatus + + Security.SSLSetCertificate.argtypes = [SSLContextRef, CFArrayRef] + Security.SSLSetCertificate.restype = OSStatus + + Security.SSLSetCertificateAuthorities.argtypes = [SSLContextRef, CFTypeRef, Boolean] + Security.SSLSetCertificateAuthorities.restype = OSStatus + + Security.SSLSetConnection.argtypes = [SSLContextRef, SSLConnectionRef] + Security.SSLSetConnection.restype = OSStatus + + Security.SSLSetPeerDomainName.argtypes = [SSLContextRef, c_char_p, c_size_t] + Security.SSLSetPeerDomainName.restype = OSStatus + + Security.SSLHandshake.argtypes = [SSLContextRef] + Security.SSLHandshake.restype = OSStatus + + Security.SSLRead.argtypes = [SSLContextRef, c_char_p, c_size_t, POINTER(c_size_t)] + Security.SSLRead.restype = OSStatus + + Security.SSLWrite.argtypes = [SSLContextRef, c_char_p, c_size_t, POINTER(c_size_t)] + Security.SSLWrite.restype = OSStatus + + Security.SSLClose.argtypes = [SSLContextRef] + Security.SSLClose.restype = OSStatus + + Security.SSLGetNumberSupportedCiphers.argtypes = [SSLContextRef, POINTER(c_size_t)] + Security.SSLGetNumberSupportedCiphers.restype = OSStatus + + Security.SSLGetSupportedCiphers.argtypes = [ + SSLContextRef, + POINTER(SSLCipherSuite), + POINTER(c_size_t), + ] + Security.SSLGetSupportedCiphers.restype = OSStatus + + Security.SSLSetEnabledCiphers.argtypes = [ + SSLContextRef, + POINTER(SSLCipherSuite), + c_size_t, + ] + Security.SSLSetEnabledCiphers.restype = OSStatus + + Security.SSLGetNumberEnabledCiphers.argtype = [SSLContextRef, POINTER(c_size_t)] + Security.SSLGetNumberEnabledCiphers.restype = OSStatus + + Security.SSLGetEnabledCiphers.argtypes = [ + SSLContextRef, + POINTER(SSLCipherSuite), + POINTER(c_size_t), + ] + Security.SSLGetEnabledCiphers.restype = OSStatus + + Security.SSLGetNegotiatedCipher.argtypes = [SSLContextRef, POINTER(SSLCipherSuite)] + Security.SSLGetNegotiatedCipher.restype = OSStatus + + Security.SSLGetNegotiatedProtocolVersion.argtypes = [ + SSLContextRef, + POINTER(SSLProtocol), + ] + Security.SSLGetNegotiatedProtocolVersion.restype = OSStatus + + Security.SSLCopyPeerTrust.argtypes = [SSLContextRef, POINTER(SecTrustRef)] + Security.SSLCopyPeerTrust.restype = OSStatus + + Security.SecTrustSetAnchorCertificates.argtypes = [SecTrustRef, CFArrayRef] + Security.SecTrustSetAnchorCertificates.restype = OSStatus + + Security.SecTrustSetAnchorCertificatesOnly.argstypes = [SecTrustRef, Boolean] + Security.SecTrustSetAnchorCertificatesOnly.restype = OSStatus + + Security.SecTrustEvaluate.argtypes = [SecTrustRef, POINTER(SecTrustResultType)] + Security.SecTrustEvaluate.restype = OSStatus + + Security.SecTrustGetCertificateCount.argtypes = [SecTrustRef] + Security.SecTrustGetCertificateCount.restype = CFIndex + + Security.SecTrustGetCertificateAtIndex.argtypes = [SecTrustRef, CFIndex] + Security.SecTrustGetCertificateAtIndex.restype = SecCertificateRef + + Security.SSLCreateContext.argtypes = [ + CFAllocatorRef, + SSLProtocolSide, + SSLConnectionType, + ] + Security.SSLCreateContext.restype = SSLContextRef + + Security.SSLSetSessionOption.argtypes = [SSLContextRef, SSLSessionOption, Boolean] + Security.SSLSetSessionOption.restype = OSStatus + + Security.SSLSetProtocolVersionMin.argtypes = [SSLContextRef, SSLProtocol] + Security.SSLSetProtocolVersionMin.restype = OSStatus + + Security.SSLSetProtocolVersionMax.argtypes = [SSLContextRef, SSLProtocol] + Security.SSLSetProtocolVersionMax.restype = OSStatus + + try: + Security.SSLSetALPNProtocols.argtypes = [SSLContextRef, CFArrayRef] + Security.SSLSetALPNProtocols.restype = OSStatus + except AttributeError: + # Supported only in 10.12+ + pass + + Security.SecCopyErrorMessageString.argtypes = [OSStatus, c_void_p] + Security.SecCopyErrorMessageString.restype = CFStringRef + + Security.SSLReadFunc = SSLReadFunc + Security.SSLWriteFunc = SSLWriteFunc + Security.SSLContextRef = SSLContextRef + Security.SSLProtocol = SSLProtocol + Security.SSLCipherSuite = SSLCipherSuite + Security.SecIdentityRef = SecIdentityRef + Security.SecKeychainRef = SecKeychainRef + Security.SecTrustRef = SecTrustRef + Security.SecTrustResultType = SecTrustResultType + Security.SecExternalFormat = SecExternalFormat + Security.OSStatus = OSStatus + + Security.kSecImportExportPassphrase = CFStringRef.in_dll( + Security, "kSecImportExportPassphrase" + ) + Security.kSecImportItemIdentity = CFStringRef.in_dll( + Security, "kSecImportItemIdentity" + ) + + # CoreFoundation time! + CoreFoundation.CFRetain.argtypes = [CFTypeRef] + CoreFoundation.CFRetain.restype = CFTypeRef + + CoreFoundation.CFRelease.argtypes = [CFTypeRef] + CoreFoundation.CFRelease.restype = None + + CoreFoundation.CFGetTypeID.argtypes = [CFTypeRef] + CoreFoundation.CFGetTypeID.restype = CFTypeID + + CoreFoundation.CFStringCreateWithCString.argtypes = [ + CFAllocatorRef, + c_char_p, + CFStringEncoding, + ] + CoreFoundation.CFStringCreateWithCString.restype = CFStringRef + + CoreFoundation.CFStringGetCStringPtr.argtypes = [CFStringRef, CFStringEncoding] + CoreFoundation.CFStringGetCStringPtr.restype = c_char_p + + CoreFoundation.CFStringGetCString.argtypes = [ + CFStringRef, + c_char_p, + CFIndex, + CFStringEncoding, + ] + CoreFoundation.CFStringGetCString.restype = c_bool + + CoreFoundation.CFDataCreate.argtypes = [CFAllocatorRef, c_char_p, CFIndex] + CoreFoundation.CFDataCreate.restype = CFDataRef + + CoreFoundation.CFDataGetLength.argtypes = [CFDataRef] + CoreFoundation.CFDataGetLength.restype = CFIndex + + CoreFoundation.CFDataGetBytePtr.argtypes = [CFDataRef] + CoreFoundation.CFDataGetBytePtr.restype = c_void_p + + CoreFoundation.CFDictionaryCreate.argtypes = [ + CFAllocatorRef, + POINTER(CFTypeRef), + POINTER(CFTypeRef), + CFIndex, + CFDictionaryKeyCallBacks, + CFDictionaryValueCallBacks, + ] + CoreFoundation.CFDictionaryCreate.restype = CFDictionaryRef + + CoreFoundation.CFDictionaryGetValue.argtypes = [CFDictionaryRef, CFTypeRef] + CoreFoundation.CFDictionaryGetValue.restype = CFTypeRef + + CoreFoundation.CFArrayCreate.argtypes = [ + CFAllocatorRef, + POINTER(CFTypeRef), + CFIndex, + CFArrayCallBacks, + ] + CoreFoundation.CFArrayCreate.restype = CFArrayRef + + CoreFoundation.CFArrayCreateMutable.argtypes = [ + CFAllocatorRef, + CFIndex, + CFArrayCallBacks, + ] + CoreFoundation.CFArrayCreateMutable.restype = CFMutableArrayRef + + CoreFoundation.CFArrayAppendValue.argtypes = [CFMutableArrayRef, c_void_p] + CoreFoundation.CFArrayAppendValue.restype = None + + CoreFoundation.CFArrayGetCount.argtypes = [CFArrayRef] + CoreFoundation.CFArrayGetCount.restype = CFIndex + + CoreFoundation.CFArrayGetValueAtIndex.argtypes = [CFArrayRef, CFIndex] + CoreFoundation.CFArrayGetValueAtIndex.restype = c_void_p + + CoreFoundation.kCFAllocatorDefault = CFAllocatorRef.in_dll( + CoreFoundation, "kCFAllocatorDefault" + ) + CoreFoundation.kCFTypeArrayCallBacks = c_void_p.in_dll( + CoreFoundation, "kCFTypeArrayCallBacks" + ) + CoreFoundation.kCFTypeDictionaryKeyCallBacks = c_void_p.in_dll( + CoreFoundation, "kCFTypeDictionaryKeyCallBacks" + ) + CoreFoundation.kCFTypeDictionaryValueCallBacks = c_void_p.in_dll( + CoreFoundation, "kCFTypeDictionaryValueCallBacks" + ) + + CoreFoundation.CFTypeRef = CFTypeRef + CoreFoundation.CFArrayRef = CFArrayRef + CoreFoundation.CFStringRef = CFStringRef + CoreFoundation.CFDictionaryRef = CFDictionaryRef + +except (AttributeError): + raise ImportError("Error initializing ctypes") + + +class CFConst(object): + """ + A class object that acts as essentially a namespace for CoreFoundation + constants. + """ + + kCFStringEncodingUTF8 = CFStringEncoding(0x08000100) + + +class SecurityConst(object): + """ + A class object that acts as essentially a namespace for Security constants. + """ + + kSSLSessionOptionBreakOnServerAuth = 0 + + kSSLProtocol2 = 1 + kSSLProtocol3 = 2 + kTLSProtocol1 = 4 + kTLSProtocol11 = 7 + kTLSProtocol12 = 8 + # SecureTransport does not support TLS 1.3 even if there's a constant for it + kTLSProtocol13 = 10 + kTLSProtocolMaxSupported = 999 + + kSSLClientSide = 1 + kSSLStreamType = 0 + + kSecFormatPEMSequence = 10 + + kSecTrustResultInvalid = 0 + kSecTrustResultProceed = 1 + # This gap is present on purpose: this was kSecTrustResultConfirm, which + # is deprecated. + kSecTrustResultDeny = 3 + kSecTrustResultUnspecified = 4 + kSecTrustResultRecoverableTrustFailure = 5 + kSecTrustResultFatalTrustFailure = 6 + kSecTrustResultOtherError = 7 + + errSSLProtocol = -9800 + errSSLWouldBlock = -9803 + errSSLClosedGraceful = -9805 + errSSLClosedNoNotify = -9816 + errSSLClosedAbort = -9806 + + errSSLXCertChainInvalid = -9807 + errSSLCrypto = -9809 + errSSLInternal = -9810 + errSSLCertExpired = -9814 + errSSLCertNotYetValid = -9815 + errSSLUnknownRootCert = -9812 + errSSLNoRootCert = -9813 + errSSLHostNameMismatch = -9843 + errSSLPeerHandshakeFail = -9824 + errSSLPeerUserCancelled = -9839 + errSSLWeakPeerEphemeralDHKey = -9850 + errSSLServerAuthCompleted = -9841 + errSSLRecordOverflow = -9847 + + errSecVerifyFailed = -67808 + errSecNoTrustSettings = -25263 + errSecItemNotFound = -25300 + errSecInvalidTrustSettings = -25262 + + # Cipher suites. We only pick the ones our default cipher string allows. + # Source: https://developer.apple.com/documentation/security/1550981-ssl_cipher_suite_values + TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = 0xC02C + TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 = 0xC030 + TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 0xC02B + TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 0xC02F + TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 = 0xCCA9 + TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 = 0xCCA8 + TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 = 0x009F + TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 = 0x009E + TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 = 0xC024 + TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 = 0xC028 + TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA = 0xC00A + TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 0xC014 + TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 = 0x006B + TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 0x0039 + TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = 0xC023 + TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = 0xC027 + TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA = 0xC009 + TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 0xC013 + TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 = 0x0067 + TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 0x0033 + TLS_RSA_WITH_AES_256_GCM_SHA384 = 0x009D + TLS_RSA_WITH_AES_128_GCM_SHA256 = 0x009C + TLS_RSA_WITH_AES_256_CBC_SHA256 = 0x003D + TLS_RSA_WITH_AES_128_CBC_SHA256 = 0x003C + TLS_RSA_WITH_AES_256_CBC_SHA = 0x0035 + TLS_RSA_WITH_AES_128_CBC_SHA = 0x002F + TLS_AES_128_GCM_SHA256 = 0x1301 + TLS_AES_256_GCM_SHA384 = 0x1302 + TLS_AES_128_CCM_8_SHA256 = 0x1305 + TLS_AES_128_CCM_SHA256 = 0x1304 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py new file mode 100644 index 0000000..fa0b245 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py @@ -0,0 +1,397 @@ +""" +Low-level helpers for the SecureTransport bindings. + +These are Python functions that are not directly related to the high-level APIs +but are necessary to get them to work. They include a whole bunch of low-level +CoreFoundation messing about and memory management. The concerns in this module +are almost entirely about trying to avoid memory leaks and providing +appropriate and useful assistance to the higher-level code. +""" +import base64 +import ctypes +import itertools +import os +import re +import ssl +import struct +import tempfile + +from .bindings import CFConst, CoreFoundation, Security + +# This regular expression is used to grab PEM data out of a PEM bundle. +_PEM_CERTS_RE = re.compile( + b"-----BEGIN CERTIFICATE-----\n(.*?)\n-----END CERTIFICATE-----", re.DOTALL +) + + +def _cf_data_from_bytes(bytestring): + """ + Given a bytestring, create a CFData object from it. This CFData object must + be CFReleased by the caller. + """ + return CoreFoundation.CFDataCreate( + CoreFoundation.kCFAllocatorDefault, bytestring, len(bytestring) + ) + + +def _cf_dictionary_from_tuples(tuples): + """ + Given a list of Python tuples, create an associated CFDictionary. + """ + dictionary_size = len(tuples) + + # We need to get the dictionary keys and values out in the same order. + keys = (t[0] for t in tuples) + values = (t[1] for t in tuples) + cf_keys = (CoreFoundation.CFTypeRef * dictionary_size)(*keys) + cf_values = (CoreFoundation.CFTypeRef * dictionary_size)(*values) + + return CoreFoundation.CFDictionaryCreate( + CoreFoundation.kCFAllocatorDefault, + cf_keys, + cf_values, + dictionary_size, + CoreFoundation.kCFTypeDictionaryKeyCallBacks, + CoreFoundation.kCFTypeDictionaryValueCallBacks, + ) + + +def _cfstr(py_bstr): + """ + Given a Python binary data, create a CFString. + The string must be CFReleased by the caller. + """ + c_str = ctypes.c_char_p(py_bstr) + cf_str = CoreFoundation.CFStringCreateWithCString( + CoreFoundation.kCFAllocatorDefault, + c_str, + CFConst.kCFStringEncodingUTF8, + ) + return cf_str + + +def _create_cfstring_array(lst): + """ + Given a list of Python binary data, create an associated CFMutableArray. + The array must be CFReleased by the caller. + + Raises an ssl.SSLError on failure. + """ + cf_arr = None + try: + cf_arr = CoreFoundation.CFArrayCreateMutable( + CoreFoundation.kCFAllocatorDefault, + 0, + ctypes.byref(CoreFoundation.kCFTypeArrayCallBacks), + ) + if not cf_arr: + raise MemoryError("Unable to allocate memory!") + for item in lst: + cf_str = _cfstr(item) + if not cf_str: + raise MemoryError("Unable to allocate memory!") + try: + CoreFoundation.CFArrayAppendValue(cf_arr, cf_str) + finally: + CoreFoundation.CFRelease(cf_str) + except BaseException as e: + if cf_arr: + CoreFoundation.CFRelease(cf_arr) + raise ssl.SSLError("Unable to allocate array: %s" % (e,)) + return cf_arr + + +def _cf_string_to_unicode(value): + """ + Creates a Unicode string from a CFString object. Used entirely for error + reporting. + + Yes, it annoys me quite a lot that this function is this complex. + """ + value_as_void_p = ctypes.cast(value, ctypes.POINTER(ctypes.c_void_p)) + + string = CoreFoundation.CFStringGetCStringPtr( + value_as_void_p, CFConst.kCFStringEncodingUTF8 + ) + if string is None: + buffer = ctypes.create_string_buffer(1024) + result = CoreFoundation.CFStringGetCString( + value_as_void_p, buffer, 1024, CFConst.kCFStringEncodingUTF8 + ) + if not result: + raise OSError("Error copying C string from CFStringRef") + string = buffer.value + if string is not None: + string = string.decode("utf-8") + return string + + +def _assert_no_error(error, exception_class=None): + """ + Checks the return code and throws an exception if there is an error to + report + """ + if error == 0: + return + + cf_error_string = Security.SecCopyErrorMessageString(error, None) + output = _cf_string_to_unicode(cf_error_string) + CoreFoundation.CFRelease(cf_error_string) + + if output is None or output == u"": + output = u"OSStatus %s" % error + + if exception_class is None: + exception_class = ssl.SSLError + + raise exception_class(output) + + +def _cert_array_from_pem(pem_bundle): + """ + Given a bundle of certs in PEM format, turns them into a CFArray of certs + that can be used to validate a cert chain. + """ + # Normalize the PEM bundle's line endings. + pem_bundle = pem_bundle.replace(b"\r\n", b"\n") + + der_certs = [ + base64.b64decode(match.group(1)) for match in _PEM_CERTS_RE.finditer(pem_bundle) + ] + if not der_certs: + raise ssl.SSLError("No root certificates specified") + + cert_array = CoreFoundation.CFArrayCreateMutable( + CoreFoundation.kCFAllocatorDefault, + 0, + ctypes.byref(CoreFoundation.kCFTypeArrayCallBacks), + ) + if not cert_array: + raise ssl.SSLError("Unable to allocate memory!") + + try: + for der_bytes in der_certs: + certdata = _cf_data_from_bytes(der_bytes) + if not certdata: + raise ssl.SSLError("Unable to allocate memory!") + cert = Security.SecCertificateCreateWithData( + CoreFoundation.kCFAllocatorDefault, certdata + ) + CoreFoundation.CFRelease(certdata) + if not cert: + raise ssl.SSLError("Unable to build cert object!") + + CoreFoundation.CFArrayAppendValue(cert_array, cert) + CoreFoundation.CFRelease(cert) + except Exception: + # We need to free the array before the exception bubbles further. + # We only want to do that if an error occurs: otherwise, the caller + # should free. + CoreFoundation.CFRelease(cert_array) + raise + + return cert_array + + +def _is_cert(item): + """ + Returns True if a given CFTypeRef is a certificate. + """ + expected = Security.SecCertificateGetTypeID() + return CoreFoundation.CFGetTypeID(item) == expected + + +def _is_identity(item): + """ + Returns True if a given CFTypeRef is an identity. + """ + expected = Security.SecIdentityGetTypeID() + return CoreFoundation.CFGetTypeID(item) == expected + + +def _temporary_keychain(): + """ + This function creates a temporary Mac keychain that we can use to work with + credentials. This keychain uses a one-time password and a temporary file to + store the data. We expect to have one keychain per socket. The returned + SecKeychainRef must be freed by the caller, including calling + SecKeychainDelete. + + Returns a tuple of the SecKeychainRef and the path to the temporary + directory that contains it. + """ + # Unfortunately, SecKeychainCreate requires a path to a keychain. This + # means we cannot use mkstemp to use a generic temporary file. Instead, + # we're going to create a temporary directory and a filename to use there. + # This filename will be 8 random bytes expanded into base64. We also need + # some random bytes to password-protect the keychain we're creating, so we + # ask for 40 random bytes. + random_bytes = os.urandom(40) + filename = base64.b16encode(random_bytes[:8]).decode("utf-8") + password = base64.b16encode(random_bytes[8:]) # Must be valid UTF-8 + tempdirectory = tempfile.mkdtemp() + + keychain_path = os.path.join(tempdirectory, filename).encode("utf-8") + + # We now want to create the keychain itself. + keychain = Security.SecKeychainRef() + status = Security.SecKeychainCreate( + keychain_path, len(password), password, False, None, ctypes.byref(keychain) + ) + _assert_no_error(status) + + # Having created the keychain, we want to pass it off to the caller. + return keychain, tempdirectory + + +def _load_items_from_file(keychain, path): + """ + Given a single file, loads all the trust objects from it into arrays and + the keychain. + Returns a tuple of lists: the first list is a list of identities, the + second a list of certs. + """ + certificates = [] + identities = [] + result_array = None + + with open(path, "rb") as f: + raw_filedata = f.read() + + try: + filedata = CoreFoundation.CFDataCreate( + CoreFoundation.kCFAllocatorDefault, raw_filedata, len(raw_filedata) + ) + result_array = CoreFoundation.CFArrayRef() + result = Security.SecItemImport( + filedata, # cert data + None, # Filename, leaving it out for now + None, # What the type of the file is, we don't care + None, # what's in the file, we don't care + 0, # import flags + None, # key params, can include passphrase in the future + keychain, # The keychain to insert into + ctypes.byref(result_array), # Results + ) + _assert_no_error(result) + + # A CFArray is not very useful to us as an intermediary + # representation, so we are going to extract the objects we want + # and then free the array. We don't need to keep hold of keys: the + # keychain already has them! + result_count = CoreFoundation.CFArrayGetCount(result_array) + for index in range(result_count): + item = CoreFoundation.CFArrayGetValueAtIndex(result_array, index) + item = ctypes.cast(item, CoreFoundation.CFTypeRef) + + if _is_cert(item): + CoreFoundation.CFRetain(item) + certificates.append(item) + elif _is_identity(item): + CoreFoundation.CFRetain(item) + identities.append(item) + finally: + if result_array: + CoreFoundation.CFRelease(result_array) + + CoreFoundation.CFRelease(filedata) + + return (identities, certificates) + + +def _load_client_cert_chain(keychain, *paths): + """ + Load certificates and maybe keys from a number of files. Has the end goal + of returning a CFArray containing one SecIdentityRef, and then zero or more + SecCertificateRef objects, suitable for use as a client certificate trust + chain. + """ + # Ok, the strategy. + # + # This relies on knowing that macOS will not give you a SecIdentityRef + # unless you have imported a key into a keychain. This is a somewhat + # artificial limitation of macOS (for example, it doesn't necessarily + # affect iOS), but there is nothing inside Security.framework that lets you + # get a SecIdentityRef without having a key in a keychain. + # + # So the policy here is we take all the files and iterate them in order. + # Each one will use SecItemImport to have one or more objects loaded from + # it. We will also point at a keychain that macOS can use to work with the + # private key. + # + # Once we have all the objects, we'll check what we actually have. If we + # already have a SecIdentityRef in hand, fab: we'll use that. Otherwise, + # we'll take the first certificate (which we assume to be our leaf) and + # ask the keychain to give us a SecIdentityRef with that cert's associated + # key. + # + # We'll then return a CFArray containing the trust chain: one + # SecIdentityRef and then zero-or-more SecCertificateRef objects. The + # responsibility for freeing this CFArray will be with the caller. This + # CFArray must remain alive for the entire connection, so in practice it + # will be stored with a single SSLSocket, along with the reference to the + # keychain. + certificates = [] + identities = [] + + # Filter out bad paths. + paths = (path for path in paths if path) + + try: + for file_path in paths: + new_identities, new_certs = _load_items_from_file(keychain, file_path) + identities.extend(new_identities) + certificates.extend(new_certs) + + # Ok, we have everything. The question is: do we have an identity? If + # not, we want to grab one from the first cert we have. + if not identities: + new_identity = Security.SecIdentityRef() + status = Security.SecIdentityCreateWithCertificate( + keychain, certificates[0], ctypes.byref(new_identity) + ) + _assert_no_error(status) + identities.append(new_identity) + + # We now want to release the original certificate, as we no longer + # need it. + CoreFoundation.CFRelease(certificates.pop(0)) + + # We now need to build a new CFArray that holds the trust chain. + trust_chain = CoreFoundation.CFArrayCreateMutable( + CoreFoundation.kCFAllocatorDefault, + 0, + ctypes.byref(CoreFoundation.kCFTypeArrayCallBacks), + ) + for item in itertools.chain(identities, certificates): + # ArrayAppendValue does a CFRetain on the item. That's fine, + # because the finally block will release our other refs to them. + CoreFoundation.CFArrayAppendValue(trust_chain, item) + + return trust_chain + finally: + for obj in itertools.chain(identities, certificates): + CoreFoundation.CFRelease(obj) + + +TLS_PROTOCOL_VERSIONS = { + "SSLv2": (0, 2), + "SSLv3": (3, 0), + "TLSv1": (3, 1), + "TLSv1.1": (3, 2), + "TLSv1.2": (3, 3), +} + + +def _build_tls_unknown_ca_alert(version): + """ + Builds a TLS alert record for an unknown CA. + """ + ver_maj, ver_min = TLS_PROTOCOL_VERSIONS[version] + severity_fatal = 0x02 + description_unknown_ca = 0x30 + msg = struct.pack(">BB", severity_fatal, description_unknown_ca) + msg_len = len(msg) + record_type_alert = 0x15 + record = struct.pack(">BBBH", record_type_alert, ver_maj, ver_min, msg_len) + msg + return record diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/appengine.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/appengine.py new file mode 100644 index 0000000..1717ee2 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/appengine.py @@ -0,0 +1,314 @@ +""" +This module provides a pool manager that uses Google App Engine's +`URLFetch Service `_. + +Example usage:: + + from pip._vendor.urllib3 import PoolManager + from pip._vendor.urllib3.contrib.appengine import AppEngineManager, is_appengine_sandbox + + if is_appengine_sandbox(): + # AppEngineManager uses AppEngine's URLFetch API behind the scenes + http = AppEngineManager() + else: + # PoolManager uses a socket-level API behind the scenes + http = PoolManager() + + r = http.request('GET', 'https://google.com/') + +There are `limitations `_ to the URLFetch service and it may not be +the best choice for your application. There are three options for using +urllib3 on Google App Engine: + +1. You can use :class:`AppEngineManager` with URLFetch. URLFetch is + cost-effective in many circumstances as long as your usage is within the + limitations. +2. You can use a normal :class:`~urllib3.PoolManager` by enabling sockets. + Sockets also have `limitations and restrictions + `_ and have a lower free quota than URLFetch. + To use sockets, be sure to specify the following in your ``app.yaml``:: + + env_variables: + GAE_USE_SOCKETS_HTTPLIB : 'true' + +3. If you are using `App Engine Flexible +`_, you can use the standard +:class:`PoolManager` without any configuration or special environment variables. +""" + +from __future__ import absolute_import + +import io +import logging +import warnings + +from ..exceptions import ( + HTTPError, + HTTPWarning, + MaxRetryError, + ProtocolError, + SSLError, + TimeoutError, +) +from ..packages.six.moves.urllib.parse import urljoin +from ..request import RequestMethods +from ..response import HTTPResponse +from ..util.retry import Retry +from ..util.timeout import Timeout +from . import _appengine_environ + +try: + from google.appengine.api import urlfetch +except ImportError: + urlfetch = None + + +log = logging.getLogger(__name__) + + +class AppEnginePlatformWarning(HTTPWarning): + pass + + +class AppEnginePlatformError(HTTPError): + pass + + +class AppEngineManager(RequestMethods): + """ + Connection manager for Google App Engine sandbox applications. + + This manager uses the URLFetch service directly instead of using the + emulated httplib, and is subject to URLFetch limitations as described in + the App Engine documentation `here + `_. + + Notably it will raise an :class:`AppEnginePlatformError` if: + * URLFetch is not available. + * If you attempt to use this on App Engine Flexible, as full socket + support is available. + * If a request size is more than 10 megabytes. + * If a response size is more than 32 megabytes. + * If you use an unsupported request method such as OPTIONS. + + Beyond those cases, it will raise normal urllib3 errors. + """ + + def __init__( + self, + headers=None, + retries=None, + validate_certificate=True, + urlfetch_retries=True, + ): + if not urlfetch: + raise AppEnginePlatformError( + "URLFetch is not available in this environment." + ) + + warnings.warn( + "urllib3 is using URLFetch on Google App Engine sandbox instead " + "of sockets. To use sockets directly instead of URLFetch see " + "https://urllib3.readthedocs.io/en/1.26.x/reference/urllib3.contrib.html.", + AppEnginePlatformWarning, + ) + + RequestMethods.__init__(self, headers) + self.validate_certificate = validate_certificate + self.urlfetch_retries = urlfetch_retries + + self.retries = retries or Retry.DEFAULT + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_val, exc_tb): + # Return False to re-raise any potential exceptions + return False + + def urlopen( + self, + method, + url, + body=None, + headers=None, + retries=None, + redirect=True, + timeout=Timeout.DEFAULT_TIMEOUT, + **response_kw + ): + + retries = self._get_retries(retries, redirect) + + try: + follow_redirects = redirect and retries.redirect != 0 and retries.total + response = urlfetch.fetch( + url, + payload=body, + method=method, + headers=headers or {}, + allow_truncated=False, + follow_redirects=self.urlfetch_retries and follow_redirects, + deadline=self._get_absolute_timeout(timeout), + validate_certificate=self.validate_certificate, + ) + except urlfetch.DeadlineExceededError as e: + raise TimeoutError(self, e) + + except urlfetch.InvalidURLError as e: + if "too large" in str(e): + raise AppEnginePlatformError( + "URLFetch request too large, URLFetch only " + "supports requests up to 10mb in size.", + e, + ) + raise ProtocolError(e) + + except urlfetch.DownloadError as e: + if "Too many redirects" in str(e): + raise MaxRetryError(self, url, reason=e) + raise ProtocolError(e) + + except urlfetch.ResponseTooLargeError as e: + raise AppEnginePlatformError( + "URLFetch response too large, URLFetch only supports" + "responses up to 32mb in size.", + e, + ) + + except urlfetch.SSLCertificateError as e: + raise SSLError(e) + + except urlfetch.InvalidMethodError as e: + raise AppEnginePlatformError( + "URLFetch does not support method: %s" % method, e + ) + + http_response = self._urlfetch_response_to_http_response( + response, retries=retries, **response_kw + ) + + # Handle redirect? + redirect_location = redirect and http_response.get_redirect_location() + if redirect_location: + # Check for redirect response + if self.urlfetch_retries and retries.raise_on_redirect: + raise MaxRetryError(self, url, "too many redirects") + else: + if http_response.status == 303: + method = "GET" + + try: + retries = retries.increment( + method, url, response=http_response, _pool=self + ) + except MaxRetryError: + if retries.raise_on_redirect: + raise MaxRetryError(self, url, "too many redirects") + return http_response + + retries.sleep_for_retry(http_response) + log.debug("Redirecting %s -> %s", url, redirect_location) + redirect_url = urljoin(url, redirect_location) + return self.urlopen( + method, + redirect_url, + body, + headers, + retries=retries, + redirect=redirect, + timeout=timeout, + **response_kw + ) + + # Check if we should retry the HTTP response. + has_retry_after = bool(http_response.headers.get("Retry-After")) + if retries.is_retry(method, http_response.status, has_retry_after): + retries = retries.increment(method, url, response=http_response, _pool=self) + log.debug("Retry: %s", url) + retries.sleep(http_response) + return self.urlopen( + method, + url, + body=body, + headers=headers, + retries=retries, + redirect=redirect, + timeout=timeout, + **response_kw + ) + + return http_response + + def _urlfetch_response_to_http_response(self, urlfetch_resp, **response_kw): + + if is_prod_appengine(): + # Production GAE handles deflate encoding automatically, but does + # not remove the encoding header. + content_encoding = urlfetch_resp.headers.get("content-encoding") + + if content_encoding == "deflate": + del urlfetch_resp.headers["content-encoding"] + + transfer_encoding = urlfetch_resp.headers.get("transfer-encoding") + # We have a full response's content, + # so let's make sure we don't report ourselves as chunked data. + if transfer_encoding == "chunked": + encodings = transfer_encoding.split(",") + encodings.remove("chunked") + urlfetch_resp.headers["transfer-encoding"] = ",".join(encodings) + + original_response = HTTPResponse( + # In order for decoding to work, we must present the content as + # a file-like object. + body=io.BytesIO(urlfetch_resp.content), + msg=urlfetch_resp.header_msg, + headers=urlfetch_resp.headers, + status=urlfetch_resp.status_code, + **response_kw + ) + + return HTTPResponse( + body=io.BytesIO(urlfetch_resp.content), + headers=urlfetch_resp.headers, + status=urlfetch_resp.status_code, + original_response=original_response, + **response_kw + ) + + def _get_absolute_timeout(self, timeout): + if timeout is Timeout.DEFAULT_TIMEOUT: + return None # Defer to URLFetch's default. + if isinstance(timeout, Timeout): + if timeout._read is not None or timeout._connect is not None: + warnings.warn( + "URLFetch does not support granular timeout settings, " + "reverting to total or default URLFetch timeout.", + AppEnginePlatformWarning, + ) + return timeout.total + return timeout + + def _get_retries(self, retries, redirect): + if not isinstance(retries, Retry): + retries = Retry.from_int(retries, redirect=redirect, default=self.retries) + + if retries.connect or retries.read or retries.redirect: + warnings.warn( + "URLFetch only supports total retries and does not " + "recognize connect, read, or redirect retry parameters.", + AppEnginePlatformWarning, + ) + + return retries + + +# Alias methods from _appengine_environ to maintain public API interface. + +is_appengine = _appengine_environ.is_appengine +is_appengine_sandbox = _appengine_environ.is_appengine_sandbox +is_local_appengine = _appengine_environ.is_local_appengine +is_prod_appengine = _appengine_environ.is_prod_appengine +is_prod_appengine_mvms = _appengine_environ.is_prod_appengine_mvms diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py new file mode 100644 index 0000000..4716657 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py @@ -0,0 +1,130 @@ +""" +NTLM authenticating pool, contributed by erikcederstran + +Issue #10, see: http://code.google.com/p/urllib3/issues/detail?id=10 +""" +from __future__ import absolute_import + +import warnings +from logging import getLogger + +from ntlm import ntlm + +from .. import HTTPSConnectionPool +from ..packages.six.moves.http_client import HTTPSConnection + +warnings.warn( + "The 'urllib3.contrib.ntlmpool' module is deprecated and will be removed " + "in urllib3 v2.0 release, urllib3 is not able to support it properly due " + "to reasons listed in issue: https://github.com/urllib3/urllib3/issues/2282. " + "If you are a user of this module please comment in the mentioned issue.", + DeprecationWarning, +) + +log = getLogger(__name__) + + +class NTLMConnectionPool(HTTPSConnectionPool): + """ + Implements an NTLM authentication version of an urllib3 connection pool + """ + + scheme = "https" + + def __init__(self, user, pw, authurl, *args, **kwargs): + """ + authurl is a random URL on the server that is protected by NTLM. + user is the Windows user, probably in the DOMAIN\\username format. + pw is the password for the user. + """ + super(NTLMConnectionPool, self).__init__(*args, **kwargs) + self.authurl = authurl + self.rawuser = user + user_parts = user.split("\\", 1) + self.domain = user_parts[0].upper() + self.user = user_parts[1] + self.pw = pw + + def _new_conn(self): + # Performs the NTLM handshake that secures the connection. The socket + # must be kept open while requests are performed. + self.num_connections += 1 + log.debug( + "Starting NTLM HTTPS connection no. %d: https://%s%s", + self.num_connections, + self.host, + self.authurl, + ) + + headers = {"Connection": "Keep-Alive"} + req_header = "Authorization" + resp_header = "www-authenticate" + + conn = HTTPSConnection(host=self.host, port=self.port) + + # Send negotiation message + headers[req_header] = "NTLM %s" % ntlm.create_NTLM_NEGOTIATE_MESSAGE( + self.rawuser + ) + log.debug("Request headers: %s", headers) + conn.request("GET", self.authurl, None, headers) + res = conn.getresponse() + reshdr = dict(res.headers) + log.debug("Response status: %s %s", res.status, res.reason) + log.debug("Response headers: %s", reshdr) + log.debug("Response data: %s [...]", res.read(100)) + + # Remove the reference to the socket, so that it can not be closed by + # the response object (we want to keep the socket open) + res.fp = None + + # Server should respond with a challenge message + auth_header_values = reshdr[resp_header].split(", ") + auth_header_value = None + for s in auth_header_values: + if s[:5] == "NTLM ": + auth_header_value = s[5:] + if auth_header_value is None: + raise Exception( + "Unexpected %s response header: %s" % (resp_header, reshdr[resp_header]) + ) + + # Send authentication message + ServerChallenge, NegotiateFlags = ntlm.parse_NTLM_CHALLENGE_MESSAGE( + auth_header_value + ) + auth_msg = ntlm.create_NTLM_AUTHENTICATE_MESSAGE( + ServerChallenge, self.user, self.domain, self.pw, NegotiateFlags + ) + headers[req_header] = "NTLM %s" % auth_msg + log.debug("Request headers: %s", headers) + conn.request("GET", self.authurl, None, headers) + res = conn.getresponse() + log.debug("Response status: %s %s", res.status, res.reason) + log.debug("Response headers: %s", dict(res.headers)) + log.debug("Response data: %s [...]", res.read()[:100]) + if res.status != 200: + if res.status == 401: + raise Exception("Server rejected request: wrong username or password") + raise Exception("Wrong server response: %s %s" % (res.status, res.reason)) + + res.fp = None + log.debug("Connection established") + return conn + + def urlopen( + self, + method, + url, + body=None, + headers=None, + retries=3, + redirect=True, + assert_same_host=True, + ): + if headers is None: + headers = {} + headers["Connection"] = "Keep-Alive" + return super(NTLMConnectionPool, self).urlopen( + method, url, body, headers, retries, redirect, assert_same_host + ) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py new file mode 100644 index 0000000..19e4aa9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py @@ -0,0 +1,518 @@ +""" +TLS with SNI_-support for Python 2. Follow these instructions if you would +like to verify TLS certificates in Python 2. Note, the default libraries do +*not* do certificate checking; you need to do additional work to validate +certificates yourself. + +This needs the following packages installed: + +* `pyOpenSSL`_ (tested with 16.0.0) +* `cryptography`_ (minimum 1.3.4, from pyopenssl) +* `idna`_ (minimum 2.0, from cryptography) + +However, pyopenssl depends on cryptography, which depends on idna, so while we +use all three directly here we end up having relatively few packages required. + +You can install them with the following command: + +.. code-block:: bash + + $ python -m pip install pyopenssl cryptography idna + +To activate certificate checking, call +:func:`~urllib3.contrib.pyopenssl.inject_into_urllib3` from your Python code +before you begin making HTTP requests. This can be done in a ``sitecustomize`` +module, or at any other time before your application begins using ``urllib3``, +like this: + +.. code-block:: python + + try: + import pip._vendor.urllib3.contrib.pyopenssl as pyopenssl + pyopenssl.inject_into_urllib3() + except ImportError: + pass + +Now you can use :mod:`urllib3` as you normally would, and it will support SNI +when the required modules are installed. + +Activating this module also has the positive side effect of disabling SSL/TLS +compression in Python 2 (see `CRIME attack`_). + +.. _sni: https://en.wikipedia.org/wiki/Server_Name_Indication +.. _crime attack: https://en.wikipedia.org/wiki/CRIME_(security_exploit) +.. _pyopenssl: https://www.pyopenssl.org +.. _cryptography: https://cryptography.io +.. _idna: https://github.com/kjd/idna +""" +from __future__ import absolute_import + +import OpenSSL.crypto +import OpenSSL.SSL +from cryptography import x509 +from cryptography.hazmat.backends.openssl import backend as openssl_backend + +try: + from cryptography.x509 import UnsupportedExtension +except ImportError: + # UnsupportedExtension is gone in cryptography >= 2.1.0 + class UnsupportedExtension(Exception): + pass + + +from io import BytesIO +from socket import error as SocketError +from socket import timeout + +try: # Platform-specific: Python 2 + from socket import _fileobject +except ImportError: # Platform-specific: Python 3 + _fileobject = None + from ..packages.backports.makefile import backport_makefile + +import logging +import ssl +import sys +import warnings + +from .. import util +from ..packages import six +from ..util.ssl_ import PROTOCOL_TLS_CLIENT + +warnings.warn( + "'urllib3.contrib.pyopenssl' module is deprecated and will be removed " + "in a future release of urllib3 2.x. Read more in this issue: " + "https://github.com/urllib3/urllib3/issues/2680", + category=DeprecationWarning, + stacklevel=2, +) + +__all__ = ["inject_into_urllib3", "extract_from_urllib3"] + +# SNI always works. +HAS_SNI = True + +# Map from urllib3 to PyOpenSSL compatible parameter-values. +_openssl_versions = { + util.PROTOCOL_TLS: OpenSSL.SSL.SSLv23_METHOD, + PROTOCOL_TLS_CLIENT: OpenSSL.SSL.SSLv23_METHOD, + ssl.PROTOCOL_TLSv1: OpenSSL.SSL.TLSv1_METHOD, +} + +if hasattr(ssl, "PROTOCOL_SSLv3") and hasattr(OpenSSL.SSL, "SSLv3_METHOD"): + _openssl_versions[ssl.PROTOCOL_SSLv3] = OpenSSL.SSL.SSLv3_METHOD + +if hasattr(ssl, "PROTOCOL_TLSv1_1") and hasattr(OpenSSL.SSL, "TLSv1_1_METHOD"): + _openssl_versions[ssl.PROTOCOL_TLSv1_1] = OpenSSL.SSL.TLSv1_1_METHOD + +if hasattr(ssl, "PROTOCOL_TLSv1_2") and hasattr(OpenSSL.SSL, "TLSv1_2_METHOD"): + _openssl_versions[ssl.PROTOCOL_TLSv1_2] = OpenSSL.SSL.TLSv1_2_METHOD + + +_stdlib_to_openssl_verify = { + ssl.CERT_NONE: OpenSSL.SSL.VERIFY_NONE, + ssl.CERT_OPTIONAL: OpenSSL.SSL.VERIFY_PEER, + ssl.CERT_REQUIRED: OpenSSL.SSL.VERIFY_PEER + + OpenSSL.SSL.VERIFY_FAIL_IF_NO_PEER_CERT, +} +_openssl_to_stdlib_verify = dict((v, k) for k, v in _stdlib_to_openssl_verify.items()) + +# OpenSSL will only write 16K at a time +SSL_WRITE_BLOCKSIZE = 16384 + +orig_util_HAS_SNI = util.HAS_SNI +orig_util_SSLContext = util.ssl_.SSLContext + + +log = logging.getLogger(__name__) + + +def inject_into_urllib3(): + "Monkey-patch urllib3 with PyOpenSSL-backed SSL-support." + + _validate_dependencies_met() + + util.SSLContext = PyOpenSSLContext + util.ssl_.SSLContext = PyOpenSSLContext + util.HAS_SNI = HAS_SNI + util.ssl_.HAS_SNI = HAS_SNI + util.IS_PYOPENSSL = True + util.ssl_.IS_PYOPENSSL = True + + +def extract_from_urllib3(): + "Undo monkey-patching by :func:`inject_into_urllib3`." + + util.SSLContext = orig_util_SSLContext + util.ssl_.SSLContext = orig_util_SSLContext + util.HAS_SNI = orig_util_HAS_SNI + util.ssl_.HAS_SNI = orig_util_HAS_SNI + util.IS_PYOPENSSL = False + util.ssl_.IS_PYOPENSSL = False + + +def _validate_dependencies_met(): + """ + Verifies that PyOpenSSL's package-level dependencies have been met. + Throws `ImportError` if they are not met. + """ + # Method added in `cryptography==1.1`; not available in older versions + from cryptography.x509.extensions import Extensions + + if getattr(Extensions, "get_extension_for_class", None) is None: + raise ImportError( + "'cryptography' module missing required functionality. " + "Try upgrading to v1.3.4 or newer." + ) + + # pyOpenSSL 0.14 and above use cryptography for OpenSSL bindings. The _x509 + # attribute is only present on those versions. + from OpenSSL.crypto import X509 + + x509 = X509() + if getattr(x509, "_x509", None) is None: + raise ImportError( + "'pyOpenSSL' module missing required functionality. " + "Try upgrading to v0.14 or newer." + ) + + +def _dnsname_to_stdlib(name): + """ + Converts a dNSName SubjectAlternativeName field to the form used by the + standard library on the given Python version. + + Cryptography produces a dNSName as a unicode string that was idna-decoded + from ASCII bytes. We need to idna-encode that string to get it back, and + then on Python 3 we also need to convert to unicode via UTF-8 (the stdlib + uses PyUnicode_FromStringAndSize on it, which decodes via UTF-8). + + If the name cannot be idna-encoded then we return None signalling that + the name given should be skipped. + """ + + def idna_encode(name): + """ + Borrowed wholesale from the Python Cryptography Project. It turns out + that we can't just safely call `idna.encode`: it can explode for + wildcard names. This avoids that problem. + """ + from pip._vendor import idna + + try: + for prefix in [u"*.", u"."]: + if name.startswith(prefix): + name = name[len(prefix) :] + return prefix.encode("ascii") + idna.encode(name) + return idna.encode(name) + except idna.core.IDNAError: + return None + + # Don't send IPv6 addresses through the IDNA encoder. + if ":" in name: + return name + + name = idna_encode(name) + if name is None: + return None + elif sys.version_info >= (3, 0): + name = name.decode("utf-8") + return name + + +def get_subj_alt_name(peer_cert): + """ + Given an PyOpenSSL certificate, provides all the subject alternative names. + """ + # Pass the cert to cryptography, which has much better APIs for this. + if hasattr(peer_cert, "to_cryptography"): + cert = peer_cert.to_cryptography() + else: + der = OpenSSL.crypto.dump_certificate(OpenSSL.crypto.FILETYPE_ASN1, peer_cert) + cert = x509.load_der_x509_certificate(der, openssl_backend) + + # We want to find the SAN extension. Ask Cryptography to locate it (it's + # faster than looping in Python) + try: + ext = cert.extensions.get_extension_for_class(x509.SubjectAlternativeName).value + except x509.ExtensionNotFound: + # No such extension, return the empty list. + return [] + except ( + x509.DuplicateExtension, + UnsupportedExtension, + x509.UnsupportedGeneralNameType, + UnicodeError, + ) as e: + # A problem has been found with the quality of the certificate. Assume + # no SAN field is present. + log.warning( + "A problem was encountered with the certificate that prevented " + "urllib3 from finding the SubjectAlternativeName field. This can " + "affect certificate validation. The error was %s", + e, + ) + return [] + + # We want to return dNSName and iPAddress fields. We need to cast the IPs + # back to strings because the match_hostname function wants them as + # strings. + # Sadly the DNS names need to be idna encoded and then, on Python 3, UTF-8 + # decoded. This is pretty frustrating, but that's what the standard library + # does with certificates, and so we need to attempt to do the same. + # We also want to skip over names which cannot be idna encoded. + names = [ + ("DNS", name) + for name in map(_dnsname_to_stdlib, ext.get_values_for_type(x509.DNSName)) + if name is not None + ] + names.extend( + ("IP Address", str(name)) for name in ext.get_values_for_type(x509.IPAddress) + ) + + return names + + +class WrappedSocket(object): + """API-compatibility wrapper for Python OpenSSL's Connection-class. + + Note: _makefile_refs, _drop() and _reuse() are needed for the garbage + collector of pypy. + """ + + def __init__(self, connection, socket, suppress_ragged_eofs=True): + self.connection = connection + self.socket = socket + self.suppress_ragged_eofs = suppress_ragged_eofs + self._makefile_refs = 0 + self._closed = False + + def fileno(self): + return self.socket.fileno() + + # Copy-pasted from Python 3.5 source code + def _decref_socketios(self): + if self._makefile_refs > 0: + self._makefile_refs -= 1 + if self._closed: + self.close() + + def recv(self, *args, **kwargs): + try: + data = self.connection.recv(*args, **kwargs) + except OpenSSL.SSL.SysCallError as e: + if self.suppress_ragged_eofs and e.args == (-1, "Unexpected EOF"): + return b"" + else: + raise SocketError(str(e)) + except OpenSSL.SSL.ZeroReturnError: + if self.connection.get_shutdown() == OpenSSL.SSL.RECEIVED_SHUTDOWN: + return b"" + else: + raise + except OpenSSL.SSL.WantReadError: + if not util.wait_for_read(self.socket, self.socket.gettimeout()): + raise timeout("The read operation timed out") + else: + return self.recv(*args, **kwargs) + + # TLS 1.3 post-handshake authentication + except OpenSSL.SSL.Error as e: + raise ssl.SSLError("read error: %r" % e) + else: + return data + + def recv_into(self, *args, **kwargs): + try: + return self.connection.recv_into(*args, **kwargs) + except OpenSSL.SSL.SysCallError as e: + if self.suppress_ragged_eofs and e.args == (-1, "Unexpected EOF"): + return 0 + else: + raise SocketError(str(e)) + except OpenSSL.SSL.ZeroReturnError: + if self.connection.get_shutdown() == OpenSSL.SSL.RECEIVED_SHUTDOWN: + return 0 + else: + raise + except OpenSSL.SSL.WantReadError: + if not util.wait_for_read(self.socket, self.socket.gettimeout()): + raise timeout("The read operation timed out") + else: + return self.recv_into(*args, **kwargs) + + # TLS 1.3 post-handshake authentication + except OpenSSL.SSL.Error as e: + raise ssl.SSLError("read error: %r" % e) + + def settimeout(self, timeout): + return self.socket.settimeout(timeout) + + def _send_until_done(self, data): + while True: + try: + return self.connection.send(data) + except OpenSSL.SSL.WantWriteError: + if not util.wait_for_write(self.socket, self.socket.gettimeout()): + raise timeout() + continue + except OpenSSL.SSL.SysCallError as e: + raise SocketError(str(e)) + + def sendall(self, data): + total_sent = 0 + while total_sent < len(data): + sent = self._send_until_done( + data[total_sent : total_sent + SSL_WRITE_BLOCKSIZE] + ) + total_sent += sent + + def shutdown(self): + # FIXME rethrow compatible exceptions should we ever use this + self.connection.shutdown() + + def close(self): + if self._makefile_refs < 1: + try: + self._closed = True + return self.connection.close() + except OpenSSL.SSL.Error: + return + else: + self._makefile_refs -= 1 + + def getpeercert(self, binary_form=False): + x509 = self.connection.get_peer_certificate() + + if not x509: + return x509 + + if binary_form: + return OpenSSL.crypto.dump_certificate(OpenSSL.crypto.FILETYPE_ASN1, x509) + + return { + "subject": ((("commonName", x509.get_subject().CN),),), + "subjectAltName": get_subj_alt_name(x509), + } + + def version(self): + return self.connection.get_protocol_version_name() + + def _reuse(self): + self._makefile_refs += 1 + + def _drop(self): + if self._makefile_refs < 1: + self.close() + else: + self._makefile_refs -= 1 + + +if _fileobject: # Platform-specific: Python 2 + + def makefile(self, mode, bufsize=-1): + self._makefile_refs += 1 + return _fileobject(self, mode, bufsize, close=True) + +else: # Platform-specific: Python 3 + makefile = backport_makefile + +WrappedSocket.makefile = makefile + + +class PyOpenSSLContext(object): + """ + I am a wrapper class for the PyOpenSSL ``Context`` object. I am responsible + for translating the interface of the standard library ``SSLContext`` object + to calls into PyOpenSSL. + """ + + def __init__(self, protocol): + self.protocol = _openssl_versions[protocol] + self._ctx = OpenSSL.SSL.Context(self.protocol) + self._options = 0 + self.check_hostname = False + + @property + def options(self): + return self._options + + @options.setter + def options(self, value): + self._options = value + self._ctx.set_options(value) + + @property + def verify_mode(self): + return _openssl_to_stdlib_verify[self._ctx.get_verify_mode()] + + @verify_mode.setter + def verify_mode(self, value): + self._ctx.set_verify(_stdlib_to_openssl_verify[value], _verify_callback) + + def set_default_verify_paths(self): + self._ctx.set_default_verify_paths() + + def set_ciphers(self, ciphers): + if isinstance(ciphers, six.text_type): + ciphers = ciphers.encode("utf-8") + self._ctx.set_cipher_list(ciphers) + + def load_verify_locations(self, cafile=None, capath=None, cadata=None): + if cafile is not None: + cafile = cafile.encode("utf-8") + if capath is not None: + capath = capath.encode("utf-8") + try: + self._ctx.load_verify_locations(cafile, capath) + if cadata is not None: + self._ctx.load_verify_locations(BytesIO(cadata)) + except OpenSSL.SSL.Error as e: + raise ssl.SSLError("unable to load trusted certificates: %r" % e) + + def load_cert_chain(self, certfile, keyfile=None, password=None): + self._ctx.use_certificate_chain_file(certfile) + if password is not None: + if not isinstance(password, six.binary_type): + password = password.encode("utf-8") + self._ctx.set_passwd_cb(lambda *_: password) + self._ctx.use_privatekey_file(keyfile or certfile) + + def set_alpn_protocols(self, protocols): + protocols = [six.ensure_binary(p) for p in protocols] + return self._ctx.set_alpn_protos(protocols) + + def wrap_socket( + self, + sock, + server_side=False, + do_handshake_on_connect=True, + suppress_ragged_eofs=True, + server_hostname=None, + ): + cnx = OpenSSL.SSL.Connection(self._ctx, sock) + + if isinstance(server_hostname, six.text_type): # Platform-specific: Python 3 + server_hostname = server_hostname.encode("utf-8") + + if server_hostname is not None: + cnx.set_tlsext_host_name(server_hostname) + + cnx.set_connect_state() + + while True: + try: + cnx.do_handshake() + except OpenSSL.SSL.WantReadError: + if not util.wait_for_read(sock, sock.gettimeout()): + raise timeout("select timed out") + continue + except OpenSSL.SSL.Error as e: + raise ssl.SSLError("bad handshake: %r" % e) + break + + return WrappedSocket(cnx, sock) + + +def _verify_callback(cnx, x509, err_no, err_depth, return_code): + return err_no == 0 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/securetransport.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/securetransport.py new file mode 100644 index 0000000..722ee4e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/securetransport.py @@ -0,0 +1,920 @@ +""" +SecureTranport support for urllib3 via ctypes. + +This makes platform-native TLS available to urllib3 users on macOS without the +use of a compiler. This is an important feature because the Python Package +Index is moving to become a TLSv1.2-or-higher server, and the default OpenSSL +that ships with macOS is not capable of doing TLSv1.2. The only way to resolve +this is to give macOS users an alternative solution to the problem, and that +solution is to use SecureTransport. + +We use ctypes here because this solution must not require a compiler. That's +because pip is not allowed to require a compiler either. + +This is not intended to be a seriously long-term solution to this problem. +The hope is that PEP 543 will eventually solve this issue for us, at which +point we can retire this contrib module. But in the short term, we need to +solve the impending tire fire that is Python on Mac without this kind of +contrib module. So...here we are. + +To use this module, simply import and inject it:: + + import pip._vendor.urllib3.contrib.securetransport as securetransport + securetransport.inject_into_urllib3() + +Happy TLSing! + +This code is a bastardised version of the code found in Will Bond's oscrypto +library. An enormous debt is owed to him for blazing this trail for us. For +that reason, this code should be considered to be covered both by urllib3's +license and by oscrypto's: + +.. code-block:: + + Copyright (c) 2015-2016 Will Bond + + 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. +""" +from __future__ import absolute_import + +import contextlib +import ctypes +import errno +import os.path +import shutil +import socket +import ssl +import struct +import threading +import weakref + +from .. import util +from ..packages import six +from ..util.ssl_ import PROTOCOL_TLS_CLIENT +from ._securetransport.bindings import CoreFoundation, Security, SecurityConst +from ._securetransport.low_level import ( + _assert_no_error, + _build_tls_unknown_ca_alert, + _cert_array_from_pem, + _create_cfstring_array, + _load_client_cert_chain, + _temporary_keychain, +) + +try: # Platform-specific: Python 2 + from socket import _fileobject +except ImportError: # Platform-specific: Python 3 + _fileobject = None + from ..packages.backports.makefile import backport_makefile + +__all__ = ["inject_into_urllib3", "extract_from_urllib3"] + +# SNI always works +HAS_SNI = True + +orig_util_HAS_SNI = util.HAS_SNI +orig_util_SSLContext = util.ssl_.SSLContext + +# This dictionary is used by the read callback to obtain a handle to the +# calling wrapped socket. This is a pretty silly approach, but for now it'll +# do. I feel like I should be able to smuggle a handle to the wrapped socket +# directly in the SSLConnectionRef, but for now this approach will work I +# guess. +# +# We need to lock around this structure for inserts, but we don't do it for +# reads/writes in the callbacks. The reasoning here goes as follows: +# +# 1. It is not possible to call into the callbacks before the dictionary is +# populated, so once in the callback the id must be in the dictionary. +# 2. The callbacks don't mutate the dictionary, they only read from it, and +# so cannot conflict with any of the insertions. +# +# This is good: if we had to lock in the callbacks we'd drastically slow down +# the performance of this code. +_connection_refs = weakref.WeakValueDictionary() +_connection_ref_lock = threading.Lock() + +# Limit writes to 16kB. This is OpenSSL's limit, but we'll cargo-cult it over +# for no better reason than we need *a* limit, and this one is right there. +SSL_WRITE_BLOCKSIZE = 16384 + +# This is our equivalent of util.ssl_.DEFAULT_CIPHERS, but expanded out to +# individual cipher suites. We need to do this because this is how +# SecureTransport wants them. +CIPHER_SUITES = [ + SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, + SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, + SecurityConst.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, + SecurityConst.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, + SecurityConst.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, + SecurityConst.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, + SecurityConst.TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, + SecurityConst.TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, + SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, + SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, + SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, + SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, + SecurityConst.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, + SecurityConst.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, + SecurityConst.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, + SecurityConst.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, + SecurityConst.TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, + SecurityConst.TLS_DHE_RSA_WITH_AES_256_CBC_SHA, + SecurityConst.TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, + SecurityConst.TLS_DHE_RSA_WITH_AES_128_CBC_SHA, + SecurityConst.TLS_AES_256_GCM_SHA384, + SecurityConst.TLS_AES_128_GCM_SHA256, + SecurityConst.TLS_RSA_WITH_AES_256_GCM_SHA384, + SecurityConst.TLS_RSA_WITH_AES_128_GCM_SHA256, + SecurityConst.TLS_AES_128_CCM_8_SHA256, + SecurityConst.TLS_AES_128_CCM_SHA256, + SecurityConst.TLS_RSA_WITH_AES_256_CBC_SHA256, + SecurityConst.TLS_RSA_WITH_AES_128_CBC_SHA256, + SecurityConst.TLS_RSA_WITH_AES_256_CBC_SHA, + SecurityConst.TLS_RSA_WITH_AES_128_CBC_SHA, +] + +# Basically this is simple: for PROTOCOL_SSLv23 we turn it into a low of +# TLSv1 and a high of TLSv1.2. For everything else, we pin to that version. +# TLSv1 to 1.2 are supported on macOS 10.8+ +_protocol_to_min_max = { + util.PROTOCOL_TLS: (SecurityConst.kTLSProtocol1, SecurityConst.kTLSProtocol12), + PROTOCOL_TLS_CLIENT: (SecurityConst.kTLSProtocol1, SecurityConst.kTLSProtocol12), +} + +if hasattr(ssl, "PROTOCOL_SSLv2"): + _protocol_to_min_max[ssl.PROTOCOL_SSLv2] = ( + SecurityConst.kSSLProtocol2, + SecurityConst.kSSLProtocol2, + ) +if hasattr(ssl, "PROTOCOL_SSLv3"): + _protocol_to_min_max[ssl.PROTOCOL_SSLv3] = ( + SecurityConst.kSSLProtocol3, + SecurityConst.kSSLProtocol3, + ) +if hasattr(ssl, "PROTOCOL_TLSv1"): + _protocol_to_min_max[ssl.PROTOCOL_TLSv1] = ( + SecurityConst.kTLSProtocol1, + SecurityConst.kTLSProtocol1, + ) +if hasattr(ssl, "PROTOCOL_TLSv1_1"): + _protocol_to_min_max[ssl.PROTOCOL_TLSv1_1] = ( + SecurityConst.kTLSProtocol11, + SecurityConst.kTLSProtocol11, + ) +if hasattr(ssl, "PROTOCOL_TLSv1_2"): + _protocol_to_min_max[ssl.PROTOCOL_TLSv1_2] = ( + SecurityConst.kTLSProtocol12, + SecurityConst.kTLSProtocol12, + ) + + +def inject_into_urllib3(): + """ + Monkey-patch urllib3 with SecureTransport-backed SSL-support. + """ + util.SSLContext = SecureTransportContext + util.ssl_.SSLContext = SecureTransportContext + util.HAS_SNI = HAS_SNI + util.ssl_.HAS_SNI = HAS_SNI + util.IS_SECURETRANSPORT = True + util.ssl_.IS_SECURETRANSPORT = True + + +def extract_from_urllib3(): + """ + Undo monkey-patching by :func:`inject_into_urllib3`. + """ + util.SSLContext = orig_util_SSLContext + util.ssl_.SSLContext = orig_util_SSLContext + util.HAS_SNI = orig_util_HAS_SNI + util.ssl_.HAS_SNI = orig_util_HAS_SNI + util.IS_SECURETRANSPORT = False + util.ssl_.IS_SECURETRANSPORT = False + + +def _read_callback(connection_id, data_buffer, data_length_pointer): + """ + SecureTransport read callback. This is called by ST to request that data + be returned from the socket. + """ + wrapped_socket = None + try: + wrapped_socket = _connection_refs.get(connection_id) + if wrapped_socket is None: + return SecurityConst.errSSLInternal + base_socket = wrapped_socket.socket + + requested_length = data_length_pointer[0] + + timeout = wrapped_socket.gettimeout() + error = None + read_count = 0 + + try: + while read_count < requested_length: + if timeout is None or timeout >= 0: + if not util.wait_for_read(base_socket, timeout): + raise socket.error(errno.EAGAIN, "timed out") + + remaining = requested_length - read_count + buffer = (ctypes.c_char * remaining).from_address( + data_buffer + read_count + ) + chunk_size = base_socket.recv_into(buffer, remaining) + read_count += chunk_size + if not chunk_size: + if not read_count: + return SecurityConst.errSSLClosedGraceful + break + except (socket.error) as e: + error = e.errno + + if error is not None and error != errno.EAGAIN: + data_length_pointer[0] = read_count + if error == errno.ECONNRESET or error == errno.EPIPE: + return SecurityConst.errSSLClosedAbort + raise + + data_length_pointer[0] = read_count + + if read_count != requested_length: + return SecurityConst.errSSLWouldBlock + + return 0 + except Exception as e: + if wrapped_socket is not None: + wrapped_socket._exception = e + return SecurityConst.errSSLInternal + + +def _write_callback(connection_id, data_buffer, data_length_pointer): + """ + SecureTransport write callback. This is called by ST to request that data + actually be sent on the network. + """ + wrapped_socket = None + try: + wrapped_socket = _connection_refs.get(connection_id) + if wrapped_socket is None: + return SecurityConst.errSSLInternal + base_socket = wrapped_socket.socket + + bytes_to_write = data_length_pointer[0] + data = ctypes.string_at(data_buffer, bytes_to_write) + + timeout = wrapped_socket.gettimeout() + error = None + sent = 0 + + try: + while sent < bytes_to_write: + if timeout is None or timeout >= 0: + if not util.wait_for_write(base_socket, timeout): + raise socket.error(errno.EAGAIN, "timed out") + chunk_sent = base_socket.send(data) + sent += chunk_sent + + # This has some needless copying here, but I'm not sure there's + # much value in optimising this data path. + data = data[chunk_sent:] + except (socket.error) as e: + error = e.errno + + if error is not None and error != errno.EAGAIN: + data_length_pointer[0] = sent + if error == errno.ECONNRESET or error == errno.EPIPE: + return SecurityConst.errSSLClosedAbort + raise + + data_length_pointer[0] = sent + + if sent != bytes_to_write: + return SecurityConst.errSSLWouldBlock + + return 0 + except Exception as e: + if wrapped_socket is not None: + wrapped_socket._exception = e + return SecurityConst.errSSLInternal + + +# We need to keep these two objects references alive: if they get GC'd while +# in use then SecureTransport could attempt to call a function that is in freed +# memory. That would be...uh...bad. Yeah, that's the word. Bad. +_read_callback_pointer = Security.SSLReadFunc(_read_callback) +_write_callback_pointer = Security.SSLWriteFunc(_write_callback) + + +class WrappedSocket(object): + """ + API-compatibility wrapper for Python's OpenSSL wrapped socket object. + + Note: _makefile_refs, _drop(), and _reuse() are needed for the garbage + collector of PyPy. + """ + + def __init__(self, socket): + self.socket = socket + self.context = None + self._makefile_refs = 0 + self._closed = False + self._exception = None + self._keychain = None + self._keychain_dir = None + self._client_cert_chain = None + + # We save off the previously-configured timeout and then set it to + # zero. This is done because we use select and friends to handle the + # timeouts, but if we leave the timeout set on the lower socket then + # Python will "kindly" call select on that socket again for us. Avoid + # that by forcing the timeout to zero. + self._timeout = self.socket.gettimeout() + self.socket.settimeout(0) + + @contextlib.contextmanager + def _raise_on_error(self): + """ + A context manager that can be used to wrap calls that do I/O from + SecureTransport. If any of the I/O callbacks hit an exception, this + context manager will correctly propagate the exception after the fact. + This avoids silently swallowing those exceptions. + + It also correctly forces the socket closed. + """ + self._exception = None + + # We explicitly don't catch around this yield because in the unlikely + # event that an exception was hit in the block we don't want to swallow + # it. + yield + if self._exception is not None: + exception, self._exception = self._exception, None + self.close() + raise exception + + def _set_ciphers(self): + """ + Sets up the allowed ciphers. By default this matches the set in + util.ssl_.DEFAULT_CIPHERS, at least as supported by macOS. This is done + custom and doesn't allow changing at this time, mostly because parsing + OpenSSL cipher strings is going to be a freaking nightmare. + """ + ciphers = (Security.SSLCipherSuite * len(CIPHER_SUITES))(*CIPHER_SUITES) + result = Security.SSLSetEnabledCiphers( + self.context, ciphers, len(CIPHER_SUITES) + ) + _assert_no_error(result) + + def _set_alpn_protocols(self, protocols): + """ + Sets up the ALPN protocols on the context. + """ + if not protocols: + return + protocols_arr = _create_cfstring_array(protocols) + try: + result = Security.SSLSetALPNProtocols(self.context, protocols_arr) + _assert_no_error(result) + finally: + CoreFoundation.CFRelease(protocols_arr) + + def _custom_validate(self, verify, trust_bundle): + """ + Called when we have set custom validation. We do this in two cases: + first, when cert validation is entirely disabled; and second, when + using a custom trust DB. + Raises an SSLError if the connection is not trusted. + """ + # If we disabled cert validation, just say: cool. + if not verify: + return + + successes = ( + SecurityConst.kSecTrustResultUnspecified, + SecurityConst.kSecTrustResultProceed, + ) + try: + trust_result = self._evaluate_trust(trust_bundle) + if trust_result in successes: + return + reason = "error code: %d" % (trust_result,) + except Exception as e: + # Do not trust on error + reason = "exception: %r" % (e,) + + # SecureTransport does not send an alert nor shuts down the connection. + rec = _build_tls_unknown_ca_alert(self.version()) + self.socket.sendall(rec) + # close the connection immediately + # l_onoff = 1, activate linger + # l_linger = 0, linger for 0 seoncds + opts = struct.pack("ii", 1, 0) + self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_LINGER, opts) + self.close() + raise ssl.SSLError("certificate verify failed, %s" % reason) + + def _evaluate_trust(self, trust_bundle): + # We want data in memory, so load it up. + if os.path.isfile(trust_bundle): + with open(trust_bundle, "rb") as f: + trust_bundle = f.read() + + cert_array = None + trust = Security.SecTrustRef() + + try: + # Get a CFArray that contains the certs we want. + cert_array = _cert_array_from_pem(trust_bundle) + + # Ok, now the hard part. We want to get the SecTrustRef that ST has + # created for this connection, shove our CAs into it, tell ST to + # ignore everything else it knows, and then ask if it can build a + # chain. This is a buuuunch of code. + result = Security.SSLCopyPeerTrust(self.context, ctypes.byref(trust)) + _assert_no_error(result) + if not trust: + raise ssl.SSLError("Failed to copy trust reference") + + result = Security.SecTrustSetAnchorCertificates(trust, cert_array) + _assert_no_error(result) + + result = Security.SecTrustSetAnchorCertificatesOnly(trust, True) + _assert_no_error(result) + + trust_result = Security.SecTrustResultType() + result = Security.SecTrustEvaluate(trust, ctypes.byref(trust_result)) + _assert_no_error(result) + finally: + if trust: + CoreFoundation.CFRelease(trust) + + if cert_array is not None: + CoreFoundation.CFRelease(cert_array) + + return trust_result.value + + def handshake( + self, + server_hostname, + verify, + trust_bundle, + min_version, + max_version, + client_cert, + client_key, + client_key_passphrase, + alpn_protocols, + ): + """ + Actually performs the TLS handshake. This is run automatically by + wrapped socket, and shouldn't be needed in user code. + """ + # First, we do the initial bits of connection setup. We need to create + # a context, set its I/O funcs, and set the connection reference. + self.context = Security.SSLCreateContext( + None, SecurityConst.kSSLClientSide, SecurityConst.kSSLStreamType + ) + result = Security.SSLSetIOFuncs( + self.context, _read_callback_pointer, _write_callback_pointer + ) + _assert_no_error(result) + + # Here we need to compute the handle to use. We do this by taking the + # id of self modulo 2**31 - 1. If this is already in the dictionary, we + # just keep incrementing by one until we find a free space. + with _connection_ref_lock: + handle = id(self) % 2147483647 + while handle in _connection_refs: + handle = (handle + 1) % 2147483647 + _connection_refs[handle] = self + + result = Security.SSLSetConnection(self.context, handle) + _assert_no_error(result) + + # If we have a server hostname, we should set that too. + if server_hostname: + if not isinstance(server_hostname, bytes): + server_hostname = server_hostname.encode("utf-8") + + result = Security.SSLSetPeerDomainName( + self.context, server_hostname, len(server_hostname) + ) + _assert_no_error(result) + + # Setup the ciphers. + self._set_ciphers() + + # Setup the ALPN protocols. + self._set_alpn_protocols(alpn_protocols) + + # Set the minimum and maximum TLS versions. + result = Security.SSLSetProtocolVersionMin(self.context, min_version) + _assert_no_error(result) + + result = Security.SSLSetProtocolVersionMax(self.context, max_version) + _assert_no_error(result) + + # If there's a trust DB, we need to use it. We do that by telling + # SecureTransport to break on server auth. We also do that if we don't + # want to validate the certs at all: we just won't actually do any + # authing in that case. + if not verify or trust_bundle is not None: + result = Security.SSLSetSessionOption( + self.context, SecurityConst.kSSLSessionOptionBreakOnServerAuth, True + ) + _assert_no_error(result) + + # If there's a client cert, we need to use it. + if client_cert: + self._keychain, self._keychain_dir = _temporary_keychain() + self._client_cert_chain = _load_client_cert_chain( + self._keychain, client_cert, client_key + ) + result = Security.SSLSetCertificate(self.context, self._client_cert_chain) + _assert_no_error(result) + + while True: + with self._raise_on_error(): + result = Security.SSLHandshake(self.context) + + if result == SecurityConst.errSSLWouldBlock: + raise socket.timeout("handshake timed out") + elif result == SecurityConst.errSSLServerAuthCompleted: + self._custom_validate(verify, trust_bundle) + continue + else: + _assert_no_error(result) + break + + def fileno(self): + return self.socket.fileno() + + # Copy-pasted from Python 3.5 source code + def _decref_socketios(self): + if self._makefile_refs > 0: + self._makefile_refs -= 1 + if self._closed: + self.close() + + def recv(self, bufsiz): + buffer = ctypes.create_string_buffer(bufsiz) + bytes_read = self.recv_into(buffer, bufsiz) + data = buffer[:bytes_read] + return data + + def recv_into(self, buffer, nbytes=None): + # Read short on EOF. + if self._closed: + return 0 + + if nbytes is None: + nbytes = len(buffer) + + buffer = (ctypes.c_char * nbytes).from_buffer(buffer) + processed_bytes = ctypes.c_size_t(0) + + with self._raise_on_error(): + result = Security.SSLRead( + self.context, buffer, nbytes, ctypes.byref(processed_bytes) + ) + + # There are some result codes that we want to treat as "not always + # errors". Specifically, those are errSSLWouldBlock, + # errSSLClosedGraceful, and errSSLClosedNoNotify. + if result == SecurityConst.errSSLWouldBlock: + # If we didn't process any bytes, then this was just a time out. + # However, we can get errSSLWouldBlock in situations when we *did* + # read some data, and in those cases we should just read "short" + # and return. + if processed_bytes.value == 0: + # Timed out, no data read. + raise socket.timeout("recv timed out") + elif result in ( + SecurityConst.errSSLClosedGraceful, + SecurityConst.errSSLClosedNoNotify, + ): + # The remote peer has closed this connection. We should do so as + # well. Note that we don't actually return here because in + # principle this could actually be fired along with return data. + # It's unlikely though. + self.close() + else: + _assert_no_error(result) + + # Ok, we read and probably succeeded. We should return whatever data + # was actually read. + return processed_bytes.value + + def settimeout(self, timeout): + self._timeout = timeout + + def gettimeout(self): + return self._timeout + + def send(self, data): + processed_bytes = ctypes.c_size_t(0) + + with self._raise_on_error(): + result = Security.SSLWrite( + self.context, data, len(data), ctypes.byref(processed_bytes) + ) + + if result == SecurityConst.errSSLWouldBlock and processed_bytes.value == 0: + # Timed out + raise socket.timeout("send timed out") + else: + _assert_no_error(result) + + # We sent, and probably succeeded. Tell them how much we sent. + return processed_bytes.value + + def sendall(self, data): + total_sent = 0 + while total_sent < len(data): + sent = self.send(data[total_sent : total_sent + SSL_WRITE_BLOCKSIZE]) + total_sent += sent + + def shutdown(self): + with self._raise_on_error(): + Security.SSLClose(self.context) + + def close(self): + # TODO: should I do clean shutdown here? Do I have to? + if self._makefile_refs < 1: + self._closed = True + if self.context: + CoreFoundation.CFRelease(self.context) + self.context = None + if self._client_cert_chain: + CoreFoundation.CFRelease(self._client_cert_chain) + self._client_cert_chain = None + if self._keychain: + Security.SecKeychainDelete(self._keychain) + CoreFoundation.CFRelease(self._keychain) + shutil.rmtree(self._keychain_dir) + self._keychain = self._keychain_dir = None + return self.socket.close() + else: + self._makefile_refs -= 1 + + def getpeercert(self, binary_form=False): + # Urgh, annoying. + # + # Here's how we do this: + # + # 1. Call SSLCopyPeerTrust to get hold of the trust object for this + # connection. + # 2. Call SecTrustGetCertificateAtIndex for index 0 to get the leaf. + # 3. To get the CN, call SecCertificateCopyCommonName and process that + # string so that it's of the appropriate type. + # 4. To get the SAN, we need to do something a bit more complex: + # a. Call SecCertificateCopyValues to get the data, requesting + # kSecOIDSubjectAltName. + # b. Mess about with this dictionary to try to get the SANs out. + # + # This is gross. Really gross. It's going to be a few hundred LoC extra + # just to repeat something that SecureTransport can *already do*. So my + # operating assumption at this time is that what we want to do is + # instead to just flag to urllib3 that it shouldn't do its own hostname + # validation when using SecureTransport. + if not binary_form: + raise ValueError("SecureTransport only supports dumping binary certs") + trust = Security.SecTrustRef() + certdata = None + der_bytes = None + + try: + # Grab the trust store. + result = Security.SSLCopyPeerTrust(self.context, ctypes.byref(trust)) + _assert_no_error(result) + if not trust: + # Probably we haven't done the handshake yet. No biggie. + return None + + cert_count = Security.SecTrustGetCertificateCount(trust) + if not cert_count: + # Also a case that might happen if we haven't handshaked. + # Handshook? Handshaken? + return None + + leaf = Security.SecTrustGetCertificateAtIndex(trust, 0) + assert leaf + + # Ok, now we want the DER bytes. + certdata = Security.SecCertificateCopyData(leaf) + assert certdata + + data_length = CoreFoundation.CFDataGetLength(certdata) + data_buffer = CoreFoundation.CFDataGetBytePtr(certdata) + der_bytes = ctypes.string_at(data_buffer, data_length) + finally: + if certdata: + CoreFoundation.CFRelease(certdata) + if trust: + CoreFoundation.CFRelease(trust) + + return der_bytes + + def version(self): + protocol = Security.SSLProtocol() + result = Security.SSLGetNegotiatedProtocolVersion( + self.context, ctypes.byref(protocol) + ) + _assert_no_error(result) + if protocol.value == SecurityConst.kTLSProtocol13: + raise ssl.SSLError("SecureTransport does not support TLS 1.3") + elif protocol.value == SecurityConst.kTLSProtocol12: + return "TLSv1.2" + elif protocol.value == SecurityConst.kTLSProtocol11: + return "TLSv1.1" + elif protocol.value == SecurityConst.kTLSProtocol1: + return "TLSv1" + elif protocol.value == SecurityConst.kSSLProtocol3: + return "SSLv3" + elif protocol.value == SecurityConst.kSSLProtocol2: + return "SSLv2" + else: + raise ssl.SSLError("Unknown TLS version: %r" % protocol) + + def _reuse(self): + self._makefile_refs += 1 + + def _drop(self): + if self._makefile_refs < 1: + self.close() + else: + self._makefile_refs -= 1 + + +if _fileobject: # Platform-specific: Python 2 + + def makefile(self, mode, bufsize=-1): + self._makefile_refs += 1 + return _fileobject(self, mode, bufsize, close=True) + +else: # Platform-specific: Python 3 + + def makefile(self, mode="r", buffering=None, *args, **kwargs): + # We disable buffering with SecureTransport because it conflicts with + # the buffering that ST does internally (see issue #1153 for more). + buffering = 0 + return backport_makefile(self, mode, buffering, *args, **kwargs) + + +WrappedSocket.makefile = makefile + + +class SecureTransportContext(object): + """ + I am a wrapper class for the SecureTransport library, to translate the + interface of the standard library ``SSLContext`` object to calls into + SecureTransport. + """ + + def __init__(self, protocol): + self._min_version, self._max_version = _protocol_to_min_max[protocol] + self._options = 0 + self._verify = False + self._trust_bundle = None + self._client_cert = None + self._client_key = None + self._client_key_passphrase = None + self._alpn_protocols = None + + @property + def check_hostname(self): + """ + SecureTransport cannot have its hostname checking disabled. For more, + see the comment on getpeercert() in this file. + """ + return True + + @check_hostname.setter + def check_hostname(self, value): + """ + SecureTransport cannot have its hostname checking disabled. For more, + see the comment on getpeercert() in this file. + """ + pass + + @property + def options(self): + # TODO: Well, crap. + # + # So this is the bit of the code that is the most likely to cause us + # trouble. Essentially we need to enumerate all of the SSL options that + # users might want to use and try to see if we can sensibly translate + # them, or whether we should just ignore them. + return self._options + + @options.setter + def options(self, value): + # TODO: Update in line with above. + self._options = value + + @property + def verify_mode(self): + return ssl.CERT_REQUIRED if self._verify else ssl.CERT_NONE + + @verify_mode.setter + def verify_mode(self, value): + self._verify = True if value == ssl.CERT_REQUIRED else False + + def set_default_verify_paths(self): + # So, this has to do something a bit weird. Specifically, what it does + # is nothing. + # + # This means that, if we had previously had load_verify_locations + # called, this does not undo that. We need to do that because it turns + # out that the rest of the urllib3 code will attempt to load the + # default verify paths if it hasn't been told about any paths, even if + # the context itself was sometime earlier. We resolve that by just + # ignoring it. + pass + + def load_default_certs(self): + return self.set_default_verify_paths() + + def set_ciphers(self, ciphers): + # For now, we just require the default cipher string. + if ciphers != util.ssl_.DEFAULT_CIPHERS: + raise ValueError("SecureTransport doesn't support custom cipher strings") + + def load_verify_locations(self, cafile=None, capath=None, cadata=None): + # OK, we only really support cadata and cafile. + if capath is not None: + raise ValueError("SecureTransport does not support cert directories") + + # Raise if cafile does not exist. + if cafile is not None: + with open(cafile): + pass + + self._trust_bundle = cafile or cadata + + def load_cert_chain(self, certfile, keyfile=None, password=None): + self._client_cert = certfile + self._client_key = keyfile + self._client_cert_passphrase = password + + def set_alpn_protocols(self, protocols): + """ + Sets the ALPN protocols that will later be set on the context. + + Raises a NotImplementedError if ALPN is not supported. + """ + if not hasattr(Security, "SSLSetALPNProtocols"): + raise NotImplementedError( + "SecureTransport supports ALPN only in macOS 10.12+" + ) + self._alpn_protocols = [six.ensure_binary(p) for p in protocols] + + def wrap_socket( + self, + sock, + server_side=False, + do_handshake_on_connect=True, + suppress_ragged_eofs=True, + server_hostname=None, + ): + # So, what do we do here? Firstly, we assert some properties. This is a + # stripped down shim, so there is some functionality we don't support. + # See PEP 543 for the real deal. + assert not server_side + assert do_handshake_on_connect + assert suppress_ragged_eofs + + # Ok, we're good to go. Now we want to create the wrapped socket object + # and store it in the appropriate place. + wrapped_socket = WrappedSocket(sock) + + # Now we can handshake + wrapped_socket.handshake( + server_hostname, + self._verify, + self._trust_bundle, + self._min_version, + self._max_version, + self._client_cert, + self._client_key, + self._client_key_passphrase, + self._alpn_protocols, + ) + return wrapped_socket diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/socks.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/socks.py new file mode 100644 index 0000000..c326e80 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/socks.py @@ -0,0 +1,216 @@ +# -*- coding: utf-8 -*- +""" +This module contains provisional support for SOCKS proxies from within +urllib3. This module supports SOCKS4, SOCKS4A (an extension of SOCKS4), and +SOCKS5. To enable its functionality, either install PySocks or install this +module with the ``socks`` extra. + +The SOCKS implementation supports the full range of urllib3 features. It also +supports the following SOCKS features: + +- SOCKS4A (``proxy_url='socks4a://...``) +- SOCKS4 (``proxy_url='socks4://...``) +- SOCKS5 with remote DNS (``proxy_url='socks5h://...``) +- SOCKS5 with local DNS (``proxy_url='socks5://...``) +- Usernames and passwords for the SOCKS proxy + +.. note:: + It is recommended to use ``socks5h://`` or ``socks4a://`` schemes in + your ``proxy_url`` to ensure that DNS resolution is done from the remote + server instead of client-side when connecting to a domain name. + +SOCKS4 supports IPv4 and domain names with the SOCKS4A extension. SOCKS5 +supports IPv4, IPv6, and domain names. + +When connecting to a SOCKS4 proxy the ``username`` portion of the ``proxy_url`` +will be sent as the ``userid`` section of the SOCKS request: + +.. code-block:: python + + proxy_url="socks4a://@proxy-host" + +When connecting to a SOCKS5 proxy the ``username`` and ``password`` portion +of the ``proxy_url`` will be sent as the username/password to authenticate +with the proxy: + +.. code-block:: python + + proxy_url="socks5h://:@proxy-host" + +""" +from __future__ import absolute_import + +try: + import socks +except ImportError: + import warnings + + from ..exceptions import DependencyWarning + + warnings.warn( + ( + "SOCKS support in urllib3 requires the installation of optional " + "dependencies: specifically, PySocks. For more information, see " + "https://urllib3.readthedocs.io/en/1.26.x/contrib.html#socks-proxies" + ), + DependencyWarning, + ) + raise + +from socket import error as SocketError +from socket import timeout as SocketTimeout + +from ..connection import HTTPConnection, HTTPSConnection +from ..connectionpool import HTTPConnectionPool, HTTPSConnectionPool +from ..exceptions import ConnectTimeoutError, NewConnectionError +from ..poolmanager import PoolManager +from ..util.url import parse_url + +try: + import ssl +except ImportError: + ssl = None + + +class SOCKSConnection(HTTPConnection): + """ + A plain-text HTTP connection that connects via a SOCKS proxy. + """ + + def __init__(self, *args, **kwargs): + self._socks_options = kwargs.pop("_socks_options") + super(SOCKSConnection, self).__init__(*args, **kwargs) + + def _new_conn(self): + """ + Establish a new connection via the SOCKS proxy. + """ + extra_kw = {} + if self.source_address: + extra_kw["source_address"] = self.source_address + + if self.socket_options: + extra_kw["socket_options"] = self.socket_options + + try: + conn = socks.create_connection( + (self.host, self.port), + proxy_type=self._socks_options["socks_version"], + proxy_addr=self._socks_options["proxy_host"], + proxy_port=self._socks_options["proxy_port"], + proxy_username=self._socks_options["username"], + proxy_password=self._socks_options["password"], + proxy_rdns=self._socks_options["rdns"], + timeout=self.timeout, + **extra_kw + ) + + except SocketTimeout: + raise ConnectTimeoutError( + self, + "Connection to %s timed out. (connect timeout=%s)" + % (self.host, self.timeout), + ) + + except socks.ProxyError as e: + # This is fragile as hell, but it seems to be the only way to raise + # useful errors here. + if e.socket_err: + error = e.socket_err + if isinstance(error, SocketTimeout): + raise ConnectTimeoutError( + self, + "Connection to %s timed out. (connect timeout=%s)" + % (self.host, self.timeout), + ) + else: + raise NewConnectionError( + self, "Failed to establish a new connection: %s" % error + ) + else: + raise NewConnectionError( + self, "Failed to establish a new connection: %s" % e + ) + + except SocketError as e: # Defensive: PySocks should catch all these. + raise NewConnectionError( + self, "Failed to establish a new connection: %s" % e + ) + + return conn + + +# We don't need to duplicate the Verified/Unverified distinction from +# urllib3/connection.py here because the HTTPSConnection will already have been +# correctly set to either the Verified or Unverified form by that module. This +# means the SOCKSHTTPSConnection will automatically be the correct type. +class SOCKSHTTPSConnection(SOCKSConnection, HTTPSConnection): + pass + + +class SOCKSHTTPConnectionPool(HTTPConnectionPool): + ConnectionCls = SOCKSConnection + + +class SOCKSHTTPSConnectionPool(HTTPSConnectionPool): + ConnectionCls = SOCKSHTTPSConnection + + +class SOCKSProxyManager(PoolManager): + """ + A version of the urllib3 ProxyManager that routes connections via the + defined SOCKS proxy. + """ + + pool_classes_by_scheme = { + "http": SOCKSHTTPConnectionPool, + "https": SOCKSHTTPSConnectionPool, + } + + def __init__( + self, + proxy_url, + username=None, + password=None, + num_pools=10, + headers=None, + **connection_pool_kw + ): + parsed = parse_url(proxy_url) + + if username is None and password is None and parsed.auth is not None: + split = parsed.auth.split(":") + if len(split) == 2: + username, password = split + if parsed.scheme == "socks5": + socks_version = socks.PROXY_TYPE_SOCKS5 + rdns = False + elif parsed.scheme == "socks5h": + socks_version = socks.PROXY_TYPE_SOCKS5 + rdns = True + elif parsed.scheme == "socks4": + socks_version = socks.PROXY_TYPE_SOCKS4 + rdns = False + elif parsed.scheme == "socks4a": + socks_version = socks.PROXY_TYPE_SOCKS4 + rdns = True + else: + raise ValueError("Unable to determine SOCKS version from %s" % proxy_url) + + self.proxy_url = proxy_url + + socks_options = { + "socks_version": socks_version, + "proxy_host": parsed.host, + "proxy_port": parsed.port, + "username": username, + "password": password, + "rdns": rdns, + } + connection_pool_kw["_socks_options"] = socks_options + + super(SOCKSProxyManager, self).__init__( + num_pools, headers, **connection_pool_kw + ) + + self.pool_classes_by_scheme = SOCKSProxyManager.pool_classes_by_scheme diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/exceptions.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/exceptions.py new file mode 100644 index 0000000..cba6f3f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/exceptions.py @@ -0,0 +1,323 @@ +from __future__ import absolute_import + +from .packages.six.moves.http_client import IncompleteRead as httplib_IncompleteRead + +# Base Exceptions + + +class HTTPError(Exception): + """Base exception used by this module.""" + + pass + + +class HTTPWarning(Warning): + """Base warning used by this module.""" + + pass + + +class PoolError(HTTPError): + """Base exception for errors caused within a pool.""" + + def __init__(self, pool, message): + self.pool = pool + HTTPError.__init__(self, "%s: %s" % (pool, message)) + + def __reduce__(self): + # For pickling purposes. + return self.__class__, (None, None) + + +class RequestError(PoolError): + """Base exception for PoolErrors that have associated URLs.""" + + def __init__(self, pool, url, message): + self.url = url + PoolError.__init__(self, pool, message) + + def __reduce__(self): + # For pickling purposes. + return self.__class__, (None, self.url, None) + + +class SSLError(HTTPError): + """Raised when SSL certificate fails in an HTTPS connection.""" + + pass + + +class ProxyError(HTTPError): + """Raised when the connection to a proxy fails.""" + + def __init__(self, message, error, *args): + super(ProxyError, self).__init__(message, error, *args) + self.original_error = error + + +class DecodeError(HTTPError): + """Raised when automatic decoding based on Content-Type fails.""" + + pass + + +class ProtocolError(HTTPError): + """Raised when something unexpected happens mid-request/response.""" + + pass + + +#: Renamed to ProtocolError but aliased for backwards compatibility. +ConnectionError = ProtocolError + + +# Leaf Exceptions + + +class MaxRetryError(RequestError): + """Raised when the maximum number of retries is exceeded. + + :param pool: The connection pool + :type pool: :class:`~urllib3.connectionpool.HTTPConnectionPool` + :param string url: The requested Url + :param exceptions.Exception reason: The underlying error + + """ + + def __init__(self, pool, url, reason=None): + self.reason = reason + + message = "Max retries exceeded with url: %s (Caused by %r)" % (url, reason) + + RequestError.__init__(self, pool, url, message) + + +class HostChangedError(RequestError): + """Raised when an existing pool gets a request for a foreign host.""" + + def __init__(self, pool, url, retries=3): + message = "Tried to open a foreign host with url: %s" % url + RequestError.__init__(self, pool, url, message) + self.retries = retries + + +class TimeoutStateError(HTTPError): + """Raised when passing an invalid state to a timeout""" + + pass + + +class TimeoutError(HTTPError): + """Raised when a socket timeout error occurs. + + Catching this error will catch both :exc:`ReadTimeoutErrors + ` and :exc:`ConnectTimeoutErrors `. + """ + + pass + + +class ReadTimeoutError(TimeoutError, RequestError): + """Raised when a socket timeout occurs while receiving data from a server""" + + pass + + +# This timeout error does not have a URL attached and needs to inherit from the +# base HTTPError +class ConnectTimeoutError(TimeoutError): + """Raised when a socket timeout occurs while connecting to a server""" + + pass + + +class NewConnectionError(ConnectTimeoutError, PoolError): + """Raised when we fail to establish a new connection. Usually ECONNREFUSED.""" + + pass + + +class EmptyPoolError(PoolError): + """Raised when a pool runs out of connections and no more are allowed.""" + + pass + + +class ClosedPoolError(PoolError): + """Raised when a request enters a pool after the pool has been closed.""" + + pass + + +class LocationValueError(ValueError, HTTPError): + """Raised when there is something wrong with a given URL input.""" + + pass + + +class LocationParseError(LocationValueError): + """Raised when get_host or similar fails to parse the URL input.""" + + def __init__(self, location): + message = "Failed to parse: %s" % location + HTTPError.__init__(self, message) + + self.location = location + + +class URLSchemeUnknown(LocationValueError): + """Raised when a URL input has an unsupported scheme.""" + + def __init__(self, scheme): + message = "Not supported URL scheme %s" % scheme + super(URLSchemeUnknown, self).__init__(message) + + self.scheme = scheme + + +class ResponseError(HTTPError): + """Used as a container for an error reason supplied in a MaxRetryError.""" + + GENERIC_ERROR = "too many error responses" + SPECIFIC_ERROR = "too many {status_code} error responses" + + +class SecurityWarning(HTTPWarning): + """Warned when performing security reducing actions""" + + pass + + +class SubjectAltNameWarning(SecurityWarning): + """Warned when connecting to a host with a certificate missing a SAN.""" + + pass + + +class InsecureRequestWarning(SecurityWarning): + """Warned when making an unverified HTTPS request.""" + + pass + + +class SystemTimeWarning(SecurityWarning): + """Warned when system time is suspected to be wrong""" + + pass + + +class InsecurePlatformWarning(SecurityWarning): + """Warned when certain TLS/SSL configuration is not available on a platform.""" + + pass + + +class SNIMissingWarning(HTTPWarning): + """Warned when making a HTTPS request without SNI available.""" + + pass + + +class DependencyWarning(HTTPWarning): + """ + Warned when an attempt is made to import a module with missing optional + dependencies. + """ + + pass + + +class ResponseNotChunked(ProtocolError, ValueError): + """Response needs to be chunked in order to read it as chunks.""" + + pass + + +class BodyNotHttplibCompatible(HTTPError): + """ + Body should be :class:`http.client.HTTPResponse` like + (have an fp attribute which returns raw chunks) for read_chunked(). + """ + + pass + + +class IncompleteRead(HTTPError, httplib_IncompleteRead): + """ + Response length doesn't match expected Content-Length + + Subclass of :class:`http.client.IncompleteRead` to allow int value + for ``partial`` to avoid creating large objects on streamed reads. + """ + + def __init__(self, partial, expected): + super(IncompleteRead, self).__init__(partial, expected) + + def __repr__(self): + return "IncompleteRead(%i bytes read, %i more expected)" % ( + self.partial, + self.expected, + ) + + +class InvalidChunkLength(HTTPError, httplib_IncompleteRead): + """Invalid chunk length in a chunked response.""" + + def __init__(self, response, length): + super(InvalidChunkLength, self).__init__( + response.tell(), response.length_remaining + ) + self.response = response + self.length = length + + def __repr__(self): + return "InvalidChunkLength(got length %r, %i bytes read)" % ( + self.length, + self.partial, + ) + + +class InvalidHeader(HTTPError): + """The header provided was somehow invalid.""" + + pass + + +class ProxySchemeUnknown(AssertionError, URLSchemeUnknown): + """ProxyManager does not support the supplied scheme""" + + # TODO(t-8ch): Stop inheriting from AssertionError in v2.0. + + def __init__(self, scheme): + # 'localhost' is here because our URL parser parses + # localhost:8080 -> scheme=localhost, remove if we fix this. + if scheme == "localhost": + scheme = None + if scheme is None: + message = "Proxy URL had no scheme, should start with http:// or https://" + else: + message = ( + "Proxy URL had unsupported scheme %s, should use http:// or https://" + % scheme + ) + super(ProxySchemeUnknown, self).__init__(message) + + +class ProxySchemeUnsupported(ValueError): + """Fetching HTTPS resources through HTTPS proxies is unsupported""" + + pass + + +class HeaderParsingError(HTTPError): + """Raised by assert_header_parsing, but we convert it to a log.warning statement.""" + + def __init__(self, defects, unparsed_data): + message = "%s, unparsed data: %r" % (defects or "Unknown", unparsed_data) + super(HeaderParsingError, self).__init__(message) + + +class UnrewindableBodyError(HTTPError): + """urllib3 encountered an error when trying to rewind a body""" + + pass diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/fields.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/fields.py new file mode 100644 index 0000000..9d630f4 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/fields.py @@ -0,0 +1,274 @@ +from __future__ import absolute_import + +import email.utils +import mimetypes +import re + +from .packages import six + + +def guess_content_type(filename, default="application/octet-stream"): + """ + Guess the "Content-Type" of a file. + + :param filename: + The filename to guess the "Content-Type" of using :mod:`mimetypes`. + :param default: + If no "Content-Type" can be guessed, default to `default`. + """ + if filename: + return mimetypes.guess_type(filename)[0] or default + return default + + +def format_header_param_rfc2231(name, value): + """ + Helper function to format and quote a single header parameter using the + strategy defined in RFC 2231. + + Particularly useful for header parameters which might contain + non-ASCII values, like file names. This follows + `RFC 2388 Section 4.4 `_. + + :param name: + The name of the parameter, a string expected to be ASCII only. + :param value: + The value of the parameter, provided as ``bytes`` or `str``. + :ret: + An RFC-2231-formatted unicode string. + """ + if isinstance(value, six.binary_type): + value = value.decode("utf-8") + + if not any(ch in value for ch in '"\\\r\n'): + result = u'%s="%s"' % (name, value) + try: + result.encode("ascii") + except (UnicodeEncodeError, UnicodeDecodeError): + pass + else: + return result + + if six.PY2: # Python 2: + value = value.encode("utf-8") + + # encode_rfc2231 accepts an encoded string and returns an ascii-encoded + # string in Python 2 but accepts and returns unicode strings in Python 3 + value = email.utils.encode_rfc2231(value, "utf-8") + value = "%s*=%s" % (name, value) + + if six.PY2: # Python 2: + value = value.decode("utf-8") + + return value + + +_HTML5_REPLACEMENTS = { + u"\u0022": u"%22", + # Replace "\" with "\\". + u"\u005C": u"\u005C\u005C", +} + +# All control characters from 0x00 to 0x1F *except* 0x1B. +_HTML5_REPLACEMENTS.update( + { + six.unichr(cc): u"%{:02X}".format(cc) + for cc in range(0x00, 0x1F + 1) + if cc not in (0x1B,) + } +) + + +def _replace_multiple(value, needles_and_replacements): + def replacer(match): + return needles_and_replacements[match.group(0)] + + pattern = re.compile( + r"|".join([re.escape(needle) for needle in needles_and_replacements.keys()]) + ) + + result = pattern.sub(replacer, value) + + return result + + +def format_header_param_html5(name, value): + """ + Helper function to format and quote a single header parameter using the + HTML5 strategy. + + Particularly useful for header parameters which might contain + non-ASCII values, like file names. This follows the `HTML5 Working Draft + Section 4.10.22.7`_ and matches the behavior of curl and modern browsers. + + .. _HTML5 Working Draft Section 4.10.22.7: + https://w3c.github.io/html/sec-forms.html#multipart-form-data + + :param name: + The name of the parameter, a string expected to be ASCII only. + :param value: + The value of the parameter, provided as ``bytes`` or `str``. + :ret: + A unicode string, stripped of troublesome characters. + """ + if isinstance(value, six.binary_type): + value = value.decode("utf-8") + + value = _replace_multiple(value, _HTML5_REPLACEMENTS) + + return u'%s="%s"' % (name, value) + + +# For backwards-compatibility. +format_header_param = format_header_param_html5 + + +class RequestField(object): + """ + A data container for request body parameters. + + :param name: + The name of this request field. Must be unicode. + :param data: + The data/value body. + :param filename: + An optional filename of the request field. Must be unicode. + :param headers: + An optional dict-like object of headers to initially use for the field. + :param header_formatter: + An optional callable that is used to encode and format the headers. By + default, this is :func:`format_header_param_html5`. + """ + + def __init__( + self, + name, + data, + filename=None, + headers=None, + header_formatter=format_header_param_html5, + ): + self._name = name + self._filename = filename + self.data = data + self.headers = {} + if headers: + self.headers = dict(headers) + self.header_formatter = header_formatter + + @classmethod + def from_tuples(cls, fieldname, value, header_formatter=format_header_param_html5): + """ + A :class:`~urllib3.fields.RequestField` factory from old-style tuple parameters. + + Supports constructing :class:`~urllib3.fields.RequestField` from + parameter of key/value strings AND key/filetuple. A filetuple is a + (filename, data, MIME type) tuple where the MIME type is optional. + For example:: + + 'foo': 'bar', + 'fakefile': ('foofile.txt', 'contents of foofile'), + 'realfile': ('barfile.txt', open('realfile').read()), + 'typedfile': ('bazfile.bin', open('bazfile').read(), 'image/jpeg'), + 'nonamefile': 'contents of nonamefile field', + + Field names and filenames must be unicode. + """ + if isinstance(value, tuple): + if len(value) == 3: + filename, data, content_type = value + else: + filename, data = value + content_type = guess_content_type(filename) + else: + filename = None + content_type = None + data = value + + request_param = cls( + fieldname, data, filename=filename, header_formatter=header_formatter + ) + request_param.make_multipart(content_type=content_type) + + return request_param + + def _render_part(self, name, value): + """ + Overridable helper function to format a single header parameter. By + default, this calls ``self.header_formatter``. + + :param name: + The name of the parameter, a string expected to be ASCII only. + :param value: + The value of the parameter, provided as a unicode string. + """ + + return self.header_formatter(name, value) + + def _render_parts(self, header_parts): + """ + Helper function to format and quote a single header. + + Useful for single headers that are composed of multiple items. E.g., + 'Content-Disposition' fields. + + :param header_parts: + A sequence of (k, v) tuples or a :class:`dict` of (k, v) to format + as `k1="v1"; k2="v2"; ...`. + """ + parts = [] + iterable = header_parts + if isinstance(header_parts, dict): + iterable = header_parts.items() + + for name, value in iterable: + if value is not None: + parts.append(self._render_part(name, value)) + + return u"; ".join(parts) + + def render_headers(self): + """ + Renders the headers for this request field. + """ + lines = [] + + sort_keys = ["Content-Disposition", "Content-Type", "Content-Location"] + for sort_key in sort_keys: + if self.headers.get(sort_key, False): + lines.append(u"%s: %s" % (sort_key, self.headers[sort_key])) + + for header_name, header_value in self.headers.items(): + if header_name not in sort_keys: + if header_value: + lines.append(u"%s: %s" % (header_name, header_value)) + + lines.append(u"\r\n") + return u"\r\n".join(lines) + + def make_multipart( + self, content_disposition=None, content_type=None, content_location=None + ): + """ + Makes this request field into a multipart request field. + + This method overrides "Content-Disposition", "Content-Type" and + "Content-Location" headers to the request parameter. + + :param content_type: + The 'Content-Type' of the request body. + :param content_location: + The 'Content-Location' of the request body. + + """ + self.headers["Content-Disposition"] = content_disposition or u"form-data" + self.headers["Content-Disposition"] += u"; ".join( + [ + u"", + self._render_parts( + ((u"name", self._name), (u"filename", self._filename)) + ), + ] + ) + self.headers["Content-Type"] = content_type + self.headers["Content-Location"] = content_location diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/filepost.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/filepost.py new file mode 100644 index 0000000..36c9252 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/filepost.py @@ -0,0 +1,98 @@ +from __future__ import absolute_import + +import binascii +import codecs +import os +from io import BytesIO + +from .fields import RequestField +from .packages import six +from .packages.six import b + +writer = codecs.lookup("utf-8")[3] + + +def choose_boundary(): + """ + Our embarrassingly-simple replacement for mimetools.choose_boundary. + """ + boundary = binascii.hexlify(os.urandom(16)) + if not six.PY2: + boundary = boundary.decode("ascii") + return boundary + + +def iter_field_objects(fields): + """ + Iterate over fields. + + Supports list of (k, v) tuples and dicts, and lists of + :class:`~urllib3.fields.RequestField`. + + """ + if isinstance(fields, dict): + i = six.iteritems(fields) + else: + i = iter(fields) + + for field in i: + if isinstance(field, RequestField): + yield field + else: + yield RequestField.from_tuples(*field) + + +def iter_fields(fields): + """ + .. deprecated:: 1.6 + + Iterate over fields. + + The addition of :class:`~urllib3.fields.RequestField` makes this function + obsolete. Instead, use :func:`iter_field_objects`, which returns + :class:`~urllib3.fields.RequestField` objects. + + Supports list of (k, v) tuples and dicts. + """ + if isinstance(fields, dict): + return ((k, v) for k, v in six.iteritems(fields)) + + return ((k, v) for k, v in fields) + + +def encode_multipart_formdata(fields, boundary=None): + """ + Encode a dictionary of ``fields`` using the multipart/form-data MIME format. + + :param fields: + Dictionary of fields or list of (key, :class:`~urllib3.fields.RequestField`). + + :param boundary: + If not specified, then a random boundary will be generated using + :func:`urllib3.filepost.choose_boundary`. + """ + body = BytesIO() + if boundary is None: + boundary = choose_boundary() + + for field in iter_field_objects(fields): + body.write(b("--%s\r\n" % (boundary))) + + writer(body).write(field.render_headers()) + data = field.data + + if isinstance(data, int): + data = str(data) # Backwards compatibility + + if isinstance(data, six.text_type): + writer(body).write(data) + else: + body.write(data) + + body.write(b"\r\n") + + body.write(b("--%s--\r\n" % (boundary))) + + content_type = str("multipart/form-data; boundary=%s" % boundary) + + return body.getvalue(), content_type diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e7554e14bd1fcdac76b4fabc616fbd46fb3aad1a GIT binary patch literal 205 zcmYk0F%H5o3`JAa0U`Au46Q+35#j_ah&gJTD6wc0D@iML;6U7kfti(CFp(_4m;ST- z{Ri8kSh1-4^`X*yCHyOk%OTq55rUoAIy>H&OYskHg0q*-gR>d~fsm7tp;Q?3*p{tp zOsCN(n53DY#};S~+M2rBZop%ZB{kipQPKk;0gp9d9gMDz-5S0}&e34tyrTKJ+znQY Mz1*iy{30S}9}}rJg#Z8m literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e0bbd09f970503837709b053b04548a0d14c83c GIT binary patch literal 27665 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8c977768b8f298d6669db09b6751dfe72489b9fd GIT binary patch literal 215 zcmYk0u?oU45QbCfAVMF+p*^Lmh)>`m&Y@{Sb6As*q=gDTkniH)?CM)Md0EsS?mO=8 z8_pKRf>G|*N0<65;XfG-JF1WqBs;KWw!bl-)<3*2a16=^@K$4VAk}D8EIW*P5T)>q zX*HS-MrB6mQGlDGwx+JuD+m}>>6-S`bSi*D2b?r%Jq*4lw}$Ugkman80XRp4k@Lz; S&-vzT<K;6}5OQl>~+cR$5IJPx2 zNoX|TK)LWCkXUizyKvwYS>2vJO}0*^3oyRfGA$i}E`QIEE$`!gOn)Ec6`zx*{w;&f71T#CUo zp0F%0Sn%V2CI-I1(6j=Ig2GDF?p0h@<(JHj8w@LOXVQAg<{ZYA8UWuWI1`EF;88C-q8+l zqkj!Q(ZdKyr0@+ML;b(w2^Q~2xCezZ{4Tn|KfzrnJVz^+I)>NpDYuJOp7I1yt{~qa zuxK?FK6O`Z@ z1o3aBbJe=jEPk$haRw*qn6s#0h#*4>kyGjX=BfZb>y5qYln((f0P`Be0wjR*)#iMF z`WsaFe5pD^1Xx>jl&u`qdgH9R3af4us4l#4clkv?fHu!Zs_cK?EaTO5`>KP_2aVHH z(^VQT_?jonkMnXK7da))XxfpG_YcJ1hZO%T!!yCS2zfQmWgSvBFPYrGgb|u0`w5TB)J#!0 zXXQLB@+7RAK|C0I`bj9Div1eKG`?gatn)gIz>HQrobdu|55n!{cILy)T@LDN{a^!c zZ`e$icm~U^+rvKY;V!HWd}j4=0LWT$@3=vCVGnSt+gR>m7dR&nq~B_K;uNUg(q0tN tDvcuEfi3N>C%<{(#<;nTd&>vL%Ks9sZ&t9Uriq04M}&l47h6v6?Y}uAbnxL}Z&H>}WT*urc$vUKPk86;byf-(o0t+C8i$UF}OO0SH@ zf>;%0QF+B0i(*bx(X%Ax#RA?J4ORtOr)_4c)3u0NfSLDj}Me)w$ORR{Cn0-lJ z7MH|jJ>v@6SHxA_zA9W`drc9~!4fx&kE0+>y>_C!F*rdM0=1;=jpYuSk@S-0wrpi- z#ltfJ@isc|dhLGPy6fEuR42vj&dwgSYMzo=U&W~xc cG>yqRrKuDYy}hllwdL)F zQRFqHo+|}9B{*nqdtvHz0@VyU7)qiDEJ(5DJ>8OHMpT-4S=g0Y-^cW68SM&6Vdlx* zAnFI1gpgqMHgS52QB5d_#WBNVIZCGeC|mPBY-dt|Ht13J)CNKZ;;x64ngVSX#vR&k zyAP%&;%_FgT+=h2kxWFTr;?5ex}JO)X22&NU~)GIV_JT^L!prZ94soh%xH-hWSI(^ zFjNvVQ+;`ip6bV57=zrdR4H_(1h|JHTS{uB7L0r}@Pup!5D=s^#W9^?__guqjDa&4 z%Lgdw5~^tfhcTJMOS3Mr=0A?xNzKVi^V+zw+QUvAc{-1Yr9 z=t|$uE56@NL_eZ-)%RcYgJ?Wb_Wd+UvefsL4R%hde|}Z}B8B92m28DsuP)?nEVFx^ zFx%=k?=@8rx3&OseOJc2^(buCdpbZoSbP6|JqXT(Ov0UtSjX+*U1rUIYIeE<9SN>@=i%r&bVHLEfQzY0nfb%hPDo>A3g^=1n(@c1EdNNpdZq(4GM zia7-2f*tXFKH};MdU(1z;@c()qC0B4cQG`+VPCT+m{*hG1hbJ3Iy31m3UqLb!7gQap+%n>9yW26wsHOL~Ab-Rfr|*^6h; ztC{L5&0@Z~hW9xLQrPnSpI|U0)h(D6c7?fb&c&;k+aj}>JX3Iej@}7eM{J*sSTZ+a zha7eb-~{V4bwiJv1)SYwnu73m{~d&<52E568lOUMg|Re-u_Lp> zioXjXW>9=xpjbdib~cNnBV-n|wm!j7N*uSsIWA3odiF}(bWwaI0?ksH?5wOJ7f>Xc(}mBdNaIu1`nD! zg$CIdxukYMf^($t*rlk&hO0P6$s<|sX`Hyud?Btv&^MiNk0;&Qkwt?3Bu@WOEars&8=pVL^{;f zc)|QR?yASX1Pl6HshSJy9P26~_nDA(ECMO(ln4~i77H;(+&AfDpz@k+s_$XuB!1YG zLCN!Ch-S(srYL+=xy2Ts<|zniZ?YQ=VFQg*`_IM*qi?8df@O#h2Z#)rP470pM11k- zUVQQK9K72W&B3WQys~~P9cQaZZ@gPKUp~|!cVl?{oDoWUZ>jObjd4^xvGv@_20f{& z;5z4_IM>#34k_7FzArH=#pTGT;?yB~=iJ2!M8)~nxe>KkH-*-e!TkWlkQ4A%W6X|> zPk;wS)@?3KVbO)@kCY=gdJdyepitVJB1sCMGwlgV`Yx&t$o+QiH+-K_VBR(q?0Cf6 z{7?J^e^NLOoQPcSwVCs^`#EdpESzLK-% zdbmp9=Ar8Nn$e~r3mTxL8>lRs>yY6hlDf=d9O|S1LM<1iVprKR<8Kx?{|Enrvuq*M zSZ|y+7Lr{4X1ID*@y9v)ZIG|6>R6`c(N+tn@{;e1q=gW+NL^%vg-m72*fShUX>PZY zew?XGG^RmXriD&%e=lwU-=Q&&s+&~3hbnh*&qeIa2I>~|kss$yDl@tX+@+7X7X9;3 z{0&n8Pf(nKM<*4OPiO_vB`Up-$~7!zEuv_IEVjg5v$E`#T$j5*!KyIJt}xf;^Z0TW zSgoQy#WK24w)^-~0yj!U!Ad=%>ZeqZ@93)x;h|Gv^>gZ?uz4Osxw~FmPB$nRrGz9j M;eY|UdhiwV-|s%5y#N3J literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py new file mode 100644 index 0000000..b8fb215 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py @@ -0,0 +1,51 @@ +# -*- coding: utf-8 -*- +""" +backports.makefile +~~~~~~~~~~~~~~~~~~ + +Backports the Python 3 ``socket.makefile`` method for use with anything that +wants to create a "fake" socket object. +""" +import io +from socket import SocketIO + + +def backport_makefile( + self, mode="r", buffering=None, encoding=None, errors=None, newline=None +): + """ + Backport of ``socket.makefile`` from Python 3.5. + """ + if not set(mode) <= {"r", "w", "b"}: + raise ValueError("invalid mode %r (only r, w, b allowed)" % (mode,)) + writing = "w" in mode + reading = "r" in mode or not writing + assert reading or writing + binary = "b" in mode + rawmode = "" + if reading: + rawmode += "r" + if writing: + rawmode += "w" + raw = SocketIO(self, rawmode) + self._makefile_refs += 1 + if buffering is None: + buffering = -1 + if buffering < 0: + buffering = io.DEFAULT_BUFFER_SIZE + if buffering == 0: + if not binary: + raise ValueError("unbuffered streams must be binary") + return raw + if reading and writing: + buffer = io.BufferedRWPair(raw, raw, buffering) + elif reading: + buffer = io.BufferedReader(raw, buffering) + else: + assert writing + buffer = io.BufferedWriter(raw, buffering) + if binary: + return buffer + text = io.TextIOWrapper(buffer, encoding, errors, newline) + text.mode = mode + return text diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py new file mode 100644 index 0000000..a2f2966 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py @@ -0,0 +1,155 @@ +# -*- coding: utf-8 -*- +""" +backports.weakref_finalize +~~~~~~~~~~~~~~~~~~ + +Backports the Python 3 ``weakref.finalize`` method. +""" +from __future__ import absolute_import + +import itertools +import sys +from weakref import ref + +__all__ = ["weakref_finalize"] + + +class weakref_finalize(object): + """Class for finalization of weakrefable objects + finalize(obj, func, *args, **kwargs) returns a callable finalizer + object which will be called when obj is garbage collected. The + first time the finalizer is called it evaluates func(*arg, **kwargs) + and returns the result. After this the finalizer is dead, and + calling it just returns None. + When the program exits any remaining finalizers for which the + atexit attribute is true will be run in reverse order of creation. + By default atexit is true. + """ + + # Finalizer objects don't have any state of their own. They are + # just used as keys to lookup _Info objects in the registry. This + # ensures that they cannot be part of a ref-cycle. + + __slots__ = () + _registry = {} + _shutdown = False + _index_iter = itertools.count() + _dirty = False + _registered_with_atexit = False + + class _Info(object): + __slots__ = ("weakref", "func", "args", "kwargs", "atexit", "index") + + def __init__(self, obj, func, *args, **kwargs): + if not self._registered_with_atexit: + # We may register the exit function more than once because + # of a thread race, but that is harmless + import atexit + + atexit.register(self._exitfunc) + weakref_finalize._registered_with_atexit = True + info = self._Info() + info.weakref = ref(obj, self) + info.func = func + info.args = args + info.kwargs = kwargs or None + info.atexit = True + info.index = next(self._index_iter) + self._registry[self] = info + weakref_finalize._dirty = True + + def __call__(self, _=None): + """If alive then mark as dead and return func(*args, **kwargs); + otherwise return None""" + info = self._registry.pop(self, None) + if info and not self._shutdown: + return info.func(*info.args, **(info.kwargs or {})) + + def detach(self): + """If alive then mark as dead and return (obj, func, args, kwargs); + otherwise return None""" + info = self._registry.get(self) + obj = info and info.weakref() + if obj is not None and self._registry.pop(self, None): + return (obj, info.func, info.args, info.kwargs or {}) + + def peek(self): + """If alive then return (obj, func, args, kwargs); + otherwise return None""" + info = self._registry.get(self) + obj = info and info.weakref() + if obj is not None: + return (obj, info.func, info.args, info.kwargs or {}) + + @property + def alive(self): + """Whether finalizer is alive""" + return self in self._registry + + @property + def atexit(self): + """Whether finalizer should be called at exit""" + info = self._registry.get(self) + return bool(info) and info.atexit + + @atexit.setter + def atexit(self, value): + info = self._registry.get(self) + if info: + info.atexit = bool(value) + + def __repr__(self): + info = self._registry.get(self) + obj = info and info.weakref() + if obj is None: + return "<%s object at %#x; dead>" % (type(self).__name__, id(self)) + else: + return "<%s object at %#x; for %r at %#x>" % ( + type(self).__name__, + id(self), + type(obj).__name__, + id(obj), + ) + + @classmethod + def _select_for_exit(cls): + # Return live finalizers marked for exit, oldest first + L = [(f, i) for (f, i) in cls._registry.items() if i.atexit] + L.sort(key=lambda item: item[1].index) + return [f for (f, i) in L] + + @classmethod + def _exitfunc(cls): + # At shutdown invoke finalizers for which atexit is true. + # This is called once all other non-daemonic threads have been + # joined. + reenable_gc = False + try: + if cls._registry: + import gc + + if gc.isenabled(): + reenable_gc = True + gc.disable() + pending = None + while True: + if pending is None or weakref_finalize._dirty: + pending = cls._select_for_exit() + weakref_finalize._dirty = False + if not pending: + break + f = pending.pop() + try: + # gc is disabled, so (assuming no daemonic + # threads) the following is the only line in + # this function which might trigger creation + # of a new finalizer + f() + except Exception: + sys.excepthook(*sys.exc_info()) + assert f not in cls._registry + finally: + # prevent any more finalizers from executing during shutdown + weakref_finalize._shutdown = True + if reenable_gc: + gc.enable() diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/six.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/six.py new file mode 100644 index 0000000..f099a3d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/six.py @@ -0,0 +1,1076 @@ +# Copyright (c) 2010-2020 Benjamin Peterson +# +# 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. + +"""Utilities for writing code that runs on Python 2 and 3""" + +from __future__ import absolute_import + +import functools +import itertools +import operator +import sys +import types + +__author__ = "Benjamin Peterson " +__version__ = "1.16.0" + + +# Useful for very coarse version differentiation. +PY2 = sys.version_info[0] == 2 +PY3 = sys.version_info[0] == 3 +PY34 = sys.version_info[0:2] >= (3, 4) + +if PY3: + string_types = (str,) + integer_types = (int,) + class_types = (type,) + text_type = str + binary_type = bytes + + MAXSIZE = sys.maxsize +else: + string_types = (basestring,) + integer_types = (int, long) + class_types = (type, types.ClassType) + text_type = unicode + binary_type = str + + if sys.platform.startswith("java"): + # Jython always uses 32 bits. + MAXSIZE = int((1 << 31) - 1) + else: + # It's possible to have sizeof(long) != sizeof(Py_ssize_t). + class X(object): + def __len__(self): + return 1 << 31 + + try: + len(X()) + except OverflowError: + # 32-bit + MAXSIZE = int((1 << 31) - 1) + else: + # 64-bit + MAXSIZE = int((1 << 63) - 1) + del X + +if PY34: + from importlib.util import spec_from_loader +else: + spec_from_loader = None + + +def _add_doc(func, doc): + """Add documentation to a function.""" + func.__doc__ = doc + + +def _import_module(name): + """Import module, returning the module after the last dot.""" + __import__(name) + return sys.modules[name] + + +class _LazyDescr(object): + def __init__(self, name): + self.name = name + + def __get__(self, obj, tp): + result = self._resolve() + setattr(obj, self.name, result) # Invokes __set__. + try: + # This is a bit ugly, but it avoids running this again by + # removing this descriptor. + delattr(obj.__class__, self.name) + except AttributeError: + pass + return result + + +class MovedModule(_LazyDescr): + def __init__(self, name, old, new=None): + super(MovedModule, self).__init__(name) + if PY3: + if new is None: + new = name + self.mod = new + else: + self.mod = old + + def _resolve(self): + return _import_module(self.mod) + + def __getattr__(self, attr): + _module = self._resolve() + value = getattr(_module, attr) + setattr(self, attr, value) + return value + + +class _LazyModule(types.ModuleType): + def __init__(self, name): + super(_LazyModule, self).__init__(name) + self.__doc__ = self.__class__.__doc__ + + def __dir__(self): + attrs = ["__doc__", "__name__"] + attrs += [attr.name for attr in self._moved_attributes] + return attrs + + # Subclasses should override this + _moved_attributes = [] + + +class MovedAttribute(_LazyDescr): + def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): + super(MovedAttribute, self).__init__(name) + if PY3: + if new_mod is None: + new_mod = name + self.mod = new_mod + if new_attr is None: + if old_attr is None: + new_attr = name + else: + new_attr = old_attr + self.attr = new_attr + else: + self.mod = old_mod + if old_attr is None: + old_attr = name + self.attr = old_attr + + def _resolve(self): + module = _import_module(self.mod) + return getattr(module, self.attr) + + +class _SixMetaPathImporter(object): + + """ + A meta path importer to import six.moves and its submodules. + + This class implements a PEP302 finder and loader. It should be compatible + with Python 2.5 and all existing versions of Python3 + """ + + def __init__(self, six_module_name): + self.name = six_module_name + self.known_modules = {} + + def _add_module(self, mod, *fullnames): + for fullname in fullnames: + self.known_modules[self.name + "." + fullname] = mod + + def _get_module(self, fullname): + return self.known_modules[self.name + "." + fullname] + + def find_module(self, fullname, path=None): + if fullname in self.known_modules: + return self + return None + + def find_spec(self, fullname, path, target=None): + if fullname in self.known_modules: + return spec_from_loader(fullname, self) + return None + + def __get_module(self, fullname): + try: + return self.known_modules[fullname] + except KeyError: + raise ImportError("This loader does not know module " + fullname) + + def load_module(self, fullname): + try: + # in case of a reload + return sys.modules[fullname] + except KeyError: + pass + mod = self.__get_module(fullname) + if isinstance(mod, MovedModule): + mod = mod._resolve() + else: + mod.__loader__ = self + sys.modules[fullname] = mod + return mod + + def is_package(self, fullname): + """ + Return true, if the named module is a package. + + We need this method to get correct spec objects with + Python 3.4 (see PEP451) + """ + return hasattr(self.__get_module(fullname), "__path__") + + def get_code(self, fullname): + """Return None + + Required, if is_package is implemented""" + self.__get_module(fullname) # eventually raises ImportError + return None + + get_source = get_code # same as get_code + + def create_module(self, spec): + return self.load_module(spec.name) + + def exec_module(self, module): + pass + + +_importer = _SixMetaPathImporter(__name__) + + +class _MovedItems(_LazyModule): + + """Lazy loading of moved objects""" + + __path__ = [] # mark as package + + +_moved_attributes = [ + MovedAttribute("cStringIO", "cStringIO", "io", "StringIO"), + MovedAttribute("filter", "itertools", "builtins", "ifilter", "filter"), + MovedAttribute( + "filterfalse", "itertools", "itertools", "ifilterfalse", "filterfalse" + ), + MovedAttribute("input", "__builtin__", "builtins", "raw_input", "input"), + MovedAttribute("intern", "__builtin__", "sys"), + MovedAttribute("map", "itertools", "builtins", "imap", "map"), + MovedAttribute("getcwd", "os", "os", "getcwdu", "getcwd"), + MovedAttribute("getcwdb", "os", "os", "getcwd", "getcwdb"), + MovedAttribute("getoutput", "commands", "subprocess"), + MovedAttribute("range", "__builtin__", "builtins", "xrange", "range"), + MovedAttribute( + "reload_module", "__builtin__", "importlib" if PY34 else "imp", "reload" + ), + MovedAttribute("reduce", "__builtin__", "functools"), + MovedAttribute("shlex_quote", "pipes", "shlex", "quote"), + MovedAttribute("StringIO", "StringIO", "io"), + MovedAttribute("UserDict", "UserDict", "collections"), + MovedAttribute("UserList", "UserList", "collections"), + MovedAttribute("UserString", "UserString", "collections"), + MovedAttribute("xrange", "__builtin__", "builtins", "xrange", "range"), + MovedAttribute("zip", "itertools", "builtins", "izip", "zip"), + MovedAttribute( + "zip_longest", "itertools", "itertools", "izip_longest", "zip_longest" + ), + MovedModule("builtins", "__builtin__"), + MovedModule("configparser", "ConfigParser"), + MovedModule( + "collections_abc", + "collections", + "collections.abc" if sys.version_info >= (3, 3) else "collections", + ), + MovedModule("copyreg", "copy_reg"), + MovedModule("dbm_gnu", "gdbm", "dbm.gnu"), + MovedModule("dbm_ndbm", "dbm", "dbm.ndbm"), + MovedModule( + "_dummy_thread", + "dummy_thread", + "_dummy_thread" if sys.version_info < (3, 9) else "_thread", + ), + MovedModule("http_cookiejar", "cookielib", "http.cookiejar"), + MovedModule("http_cookies", "Cookie", "http.cookies"), + MovedModule("html_entities", "htmlentitydefs", "html.entities"), + MovedModule("html_parser", "HTMLParser", "html.parser"), + MovedModule("http_client", "httplib", "http.client"), + MovedModule("email_mime_base", "email.MIMEBase", "email.mime.base"), + MovedModule("email_mime_image", "email.MIMEImage", "email.mime.image"), + MovedModule("email_mime_multipart", "email.MIMEMultipart", "email.mime.multipart"), + MovedModule( + "email_mime_nonmultipart", "email.MIMENonMultipart", "email.mime.nonmultipart" + ), + MovedModule("email_mime_text", "email.MIMEText", "email.mime.text"), + MovedModule("BaseHTTPServer", "BaseHTTPServer", "http.server"), + MovedModule("CGIHTTPServer", "CGIHTTPServer", "http.server"), + MovedModule("SimpleHTTPServer", "SimpleHTTPServer", "http.server"), + MovedModule("cPickle", "cPickle", "pickle"), + MovedModule("queue", "Queue"), + MovedModule("reprlib", "repr"), + MovedModule("socketserver", "SocketServer"), + MovedModule("_thread", "thread", "_thread"), + MovedModule("tkinter", "Tkinter"), + MovedModule("tkinter_dialog", "Dialog", "tkinter.dialog"), + MovedModule("tkinter_filedialog", "FileDialog", "tkinter.filedialog"), + MovedModule("tkinter_scrolledtext", "ScrolledText", "tkinter.scrolledtext"), + MovedModule("tkinter_simpledialog", "SimpleDialog", "tkinter.simpledialog"), + MovedModule("tkinter_tix", "Tix", "tkinter.tix"), + MovedModule("tkinter_ttk", "ttk", "tkinter.ttk"), + MovedModule("tkinter_constants", "Tkconstants", "tkinter.constants"), + MovedModule("tkinter_dnd", "Tkdnd", "tkinter.dnd"), + MovedModule("tkinter_colorchooser", "tkColorChooser", "tkinter.colorchooser"), + MovedModule("tkinter_commondialog", "tkCommonDialog", "tkinter.commondialog"), + MovedModule("tkinter_tkfiledialog", "tkFileDialog", "tkinter.filedialog"), + MovedModule("tkinter_font", "tkFont", "tkinter.font"), + MovedModule("tkinter_messagebox", "tkMessageBox", "tkinter.messagebox"), + MovedModule("tkinter_tksimpledialog", "tkSimpleDialog", "tkinter.simpledialog"), + MovedModule("urllib_parse", __name__ + ".moves.urllib_parse", "urllib.parse"), + MovedModule("urllib_error", __name__ + ".moves.urllib_error", "urllib.error"), + MovedModule("urllib", __name__ + ".moves.urllib", __name__ + ".moves.urllib"), + MovedModule("urllib_robotparser", "robotparser", "urllib.robotparser"), + MovedModule("xmlrpc_client", "xmlrpclib", "xmlrpc.client"), + MovedModule("xmlrpc_server", "SimpleXMLRPCServer", "xmlrpc.server"), +] +# Add windows specific modules. +if sys.platform == "win32": + _moved_attributes += [ + MovedModule("winreg", "_winreg"), + ] + +for attr in _moved_attributes: + setattr(_MovedItems, attr.name, attr) + if isinstance(attr, MovedModule): + _importer._add_module(attr, "moves." + attr.name) +del attr + +_MovedItems._moved_attributes = _moved_attributes + +moves = _MovedItems(__name__ + ".moves") +_importer._add_module(moves, "moves") + + +class Module_six_moves_urllib_parse(_LazyModule): + + """Lazy loading of moved objects in six.moves.urllib_parse""" + + +_urllib_parse_moved_attributes = [ + MovedAttribute("ParseResult", "urlparse", "urllib.parse"), + MovedAttribute("SplitResult", "urlparse", "urllib.parse"), + MovedAttribute("parse_qs", "urlparse", "urllib.parse"), + MovedAttribute("parse_qsl", "urlparse", "urllib.parse"), + MovedAttribute("urldefrag", "urlparse", "urllib.parse"), + MovedAttribute("urljoin", "urlparse", "urllib.parse"), + MovedAttribute("urlparse", "urlparse", "urllib.parse"), + MovedAttribute("urlsplit", "urlparse", "urllib.parse"), + MovedAttribute("urlunparse", "urlparse", "urllib.parse"), + MovedAttribute("urlunsplit", "urlparse", "urllib.parse"), + MovedAttribute("quote", "urllib", "urllib.parse"), + MovedAttribute("quote_plus", "urllib", "urllib.parse"), + MovedAttribute("unquote", "urllib", "urllib.parse"), + MovedAttribute("unquote_plus", "urllib", "urllib.parse"), + MovedAttribute( + "unquote_to_bytes", "urllib", "urllib.parse", "unquote", "unquote_to_bytes" + ), + MovedAttribute("urlencode", "urllib", "urllib.parse"), + MovedAttribute("splitquery", "urllib", "urllib.parse"), + MovedAttribute("splittag", "urllib", "urllib.parse"), + MovedAttribute("splituser", "urllib", "urllib.parse"), + MovedAttribute("splitvalue", "urllib", "urllib.parse"), + MovedAttribute("uses_fragment", "urlparse", "urllib.parse"), + MovedAttribute("uses_netloc", "urlparse", "urllib.parse"), + MovedAttribute("uses_params", "urlparse", "urllib.parse"), + MovedAttribute("uses_query", "urlparse", "urllib.parse"), + MovedAttribute("uses_relative", "urlparse", "urllib.parse"), +] +for attr in _urllib_parse_moved_attributes: + setattr(Module_six_moves_urllib_parse, attr.name, attr) +del attr + +Module_six_moves_urllib_parse._moved_attributes = _urllib_parse_moved_attributes + +_importer._add_module( + Module_six_moves_urllib_parse(__name__ + ".moves.urllib_parse"), + "moves.urllib_parse", + "moves.urllib.parse", +) + + +class Module_six_moves_urllib_error(_LazyModule): + + """Lazy loading of moved objects in six.moves.urllib_error""" + + +_urllib_error_moved_attributes = [ + MovedAttribute("URLError", "urllib2", "urllib.error"), + MovedAttribute("HTTPError", "urllib2", "urllib.error"), + MovedAttribute("ContentTooShortError", "urllib", "urllib.error"), +] +for attr in _urllib_error_moved_attributes: + setattr(Module_six_moves_urllib_error, attr.name, attr) +del attr + +Module_six_moves_urllib_error._moved_attributes = _urllib_error_moved_attributes + +_importer._add_module( + Module_six_moves_urllib_error(__name__ + ".moves.urllib.error"), + "moves.urllib_error", + "moves.urllib.error", +) + + +class Module_six_moves_urllib_request(_LazyModule): + + """Lazy loading of moved objects in six.moves.urllib_request""" + + +_urllib_request_moved_attributes = [ + MovedAttribute("urlopen", "urllib2", "urllib.request"), + MovedAttribute("install_opener", "urllib2", "urllib.request"), + MovedAttribute("build_opener", "urllib2", "urllib.request"), + MovedAttribute("pathname2url", "urllib", "urllib.request"), + MovedAttribute("url2pathname", "urllib", "urllib.request"), + MovedAttribute("getproxies", "urllib", "urllib.request"), + MovedAttribute("Request", "urllib2", "urllib.request"), + MovedAttribute("OpenerDirector", "urllib2", "urllib.request"), + MovedAttribute("HTTPDefaultErrorHandler", "urllib2", "urllib.request"), + MovedAttribute("HTTPRedirectHandler", "urllib2", "urllib.request"), + MovedAttribute("HTTPCookieProcessor", "urllib2", "urllib.request"), + MovedAttribute("ProxyHandler", "urllib2", "urllib.request"), + MovedAttribute("BaseHandler", "urllib2", "urllib.request"), + MovedAttribute("HTTPPasswordMgr", "urllib2", "urllib.request"), + MovedAttribute("HTTPPasswordMgrWithDefaultRealm", "urllib2", "urllib.request"), + MovedAttribute("AbstractBasicAuthHandler", "urllib2", "urllib.request"), + MovedAttribute("HTTPBasicAuthHandler", "urllib2", "urllib.request"), + MovedAttribute("ProxyBasicAuthHandler", "urllib2", "urllib.request"), + MovedAttribute("AbstractDigestAuthHandler", "urllib2", "urllib.request"), + MovedAttribute("HTTPDigestAuthHandler", "urllib2", "urllib.request"), + MovedAttribute("ProxyDigestAuthHandler", "urllib2", "urllib.request"), + MovedAttribute("HTTPHandler", "urllib2", "urllib.request"), + MovedAttribute("HTTPSHandler", "urllib2", "urllib.request"), + MovedAttribute("FileHandler", "urllib2", "urllib.request"), + MovedAttribute("FTPHandler", "urllib2", "urllib.request"), + MovedAttribute("CacheFTPHandler", "urllib2", "urllib.request"), + MovedAttribute("UnknownHandler", "urllib2", "urllib.request"), + MovedAttribute("HTTPErrorProcessor", "urllib2", "urllib.request"), + MovedAttribute("urlretrieve", "urllib", "urllib.request"), + MovedAttribute("urlcleanup", "urllib", "urllib.request"), + MovedAttribute("URLopener", "urllib", "urllib.request"), + MovedAttribute("FancyURLopener", "urllib", "urllib.request"), + MovedAttribute("proxy_bypass", "urllib", "urllib.request"), + MovedAttribute("parse_http_list", "urllib2", "urllib.request"), + MovedAttribute("parse_keqv_list", "urllib2", "urllib.request"), +] +for attr in _urllib_request_moved_attributes: + setattr(Module_six_moves_urllib_request, attr.name, attr) +del attr + +Module_six_moves_urllib_request._moved_attributes = _urllib_request_moved_attributes + +_importer._add_module( + Module_six_moves_urllib_request(__name__ + ".moves.urllib.request"), + "moves.urllib_request", + "moves.urllib.request", +) + + +class Module_six_moves_urllib_response(_LazyModule): + + """Lazy loading of moved objects in six.moves.urllib_response""" + + +_urllib_response_moved_attributes = [ + MovedAttribute("addbase", "urllib", "urllib.response"), + MovedAttribute("addclosehook", "urllib", "urllib.response"), + MovedAttribute("addinfo", "urllib", "urllib.response"), + MovedAttribute("addinfourl", "urllib", "urllib.response"), +] +for attr in _urllib_response_moved_attributes: + setattr(Module_six_moves_urllib_response, attr.name, attr) +del attr + +Module_six_moves_urllib_response._moved_attributes = _urllib_response_moved_attributes + +_importer._add_module( + Module_six_moves_urllib_response(__name__ + ".moves.urllib.response"), + "moves.urllib_response", + "moves.urllib.response", +) + + +class Module_six_moves_urllib_robotparser(_LazyModule): + + """Lazy loading of moved objects in six.moves.urllib_robotparser""" + + +_urllib_robotparser_moved_attributes = [ + MovedAttribute("RobotFileParser", "robotparser", "urllib.robotparser"), +] +for attr in _urllib_robotparser_moved_attributes: + setattr(Module_six_moves_urllib_robotparser, attr.name, attr) +del attr + +Module_six_moves_urllib_robotparser._moved_attributes = ( + _urllib_robotparser_moved_attributes +) + +_importer._add_module( + Module_six_moves_urllib_robotparser(__name__ + ".moves.urllib.robotparser"), + "moves.urllib_robotparser", + "moves.urllib.robotparser", +) + + +class Module_six_moves_urllib(types.ModuleType): + + """Create a six.moves.urllib namespace that resembles the Python 3 namespace""" + + __path__ = [] # mark as package + parse = _importer._get_module("moves.urllib_parse") + error = _importer._get_module("moves.urllib_error") + request = _importer._get_module("moves.urllib_request") + response = _importer._get_module("moves.urllib_response") + robotparser = _importer._get_module("moves.urllib_robotparser") + + def __dir__(self): + return ["parse", "error", "request", "response", "robotparser"] + + +_importer._add_module( + Module_six_moves_urllib(__name__ + ".moves.urllib"), "moves.urllib" +) + + +def add_move(move): + """Add an item to six.moves.""" + setattr(_MovedItems, move.name, move) + + +def remove_move(name): + """Remove item from six.moves.""" + try: + delattr(_MovedItems, name) + except AttributeError: + try: + del moves.__dict__[name] + except KeyError: + raise AttributeError("no such move, %r" % (name,)) + + +if PY3: + _meth_func = "__func__" + _meth_self = "__self__" + + _func_closure = "__closure__" + _func_code = "__code__" + _func_defaults = "__defaults__" + _func_globals = "__globals__" +else: + _meth_func = "im_func" + _meth_self = "im_self" + + _func_closure = "func_closure" + _func_code = "func_code" + _func_defaults = "func_defaults" + _func_globals = "func_globals" + + +try: + advance_iterator = next +except NameError: + + def advance_iterator(it): + return it.next() + + +next = advance_iterator + + +try: + callable = callable +except NameError: + + def callable(obj): + return any("__call__" in klass.__dict__ for klass in type(obj).__mro__) + + +if PY3: + + def get_unbound_function(unbound): + return unbound + + create_bound_method = types.MethodType + + def create_unbound_method(func, cls): + return func + + Iterator = object +else: + + def get_unbound_function(unbound): + return unbound.im_func + + def create_bound_method(func, obj): + return types.MethodType(func, obj, obj.__class__) + + def create_unbound_method(func, cls): + return types.MethodType(func, None, cls) + + class Iterator(object): + def next(self): + return type(self).__next__(self) + + callable = callable +_add_doc( + get_unbound_function, """Get the function out of a possibly unbound function""" +) + + +get_method_function = operator.attrgetter(_meth_func) +get_method_self = operator.attrgetter(_meth_self) +get_function_closure = operator.attrgetter(_func_closure) +get_function_code = operator.attrgetter(_func_code) +get_function_defaults = operator.attrgetter(_func_defaults) +get_function_globals = operator.attrgetter(_func_globals) + + +if PY3: + + def iterkeys(d, **kw): + return iter(d.keys(**kw)) + + def itervalues(d, **kw): + return iter(d.values(**kw)) + + def iteritems(d, **kw): + return iter(d.items(**kw)) + + def iterlists(d, **kw): + return iter(d.lists(**kw)) + + viewkeys = operator.methodcaller("keys") + + viewvalues = operator.methodcaller("values") + + viewitems = operator.methodcaller("items") +else: + + def iterkeys(d, **kw): + return d.iterkeys(**kw) + + def itervalues(d, **kw): + return d.itervalues(**kw) + + def iteritems(d, **kw): + return d.iteritems(**kw) + + def iterlists(d, **kw): + return d.iterlists(**kw) + + viewkeys = operator.methodcaller("viewkeys") + + viewvalues = operator.methodcaller("viewvalues") + + viewitems = operator.methodcaller("viewitems") + +_add_doc(iterkeys, "Return an iterator over the keys of a dictionary.") +_add_doc(itervalues, "Return an iterator over the values of a dictionary.") +_add_doc(iteritems, "Return an iterator over the (key, value) pairs of a dictionary.") +_add_doc( + iterlists, "Return an iterator over the (key, [values]) pairs of a dictionary." +) + + +if PY3: + + def b(s): + return s.encode("latin-1") + + def u(s): + return s + + unichr = chr + import struct + + int2byte = struct.Struct(">B").pack + del struct + byte2int = operator.itemgetter(0) + indexbytes = operator.getitem + iterbytes = iter + import io + + StringIO = io.StringIO + BytesIO = io.BytesIO + del io + _assertCountEqual = "assertCountEqual" + if sys.version_info[1] <= 1: + _assertRaisesRegex = "assertRaisesRegexp" + _assertRegex = "assertRegexpMatches" + _assertNotRegex = "assertNotRegexpMatches" + else: + _assertRaisesRegex = "assertRaisesRegex" + _assertRegex = "assertRegex" + _assertNotRegex = "assertNotRegex" +else: + + def b(s): + return s + + # Workaround for standalone backslash + + def u(s): + return unicode(s.replace(r"\\", r"\\\\"), "unicode_escape") + + unichr = unichr + int2byte = chr + + def byte2int(bs): + return ord(bs[0]) + + def indexbytes(buf, i): + return ord(buf[i]) + + iterbytes = functools.partial(itertools.imap, ord) + import StringIO + + StringIO = BytesIO = StringIO.StringIO + _assertCountEqual = "assertItemsEqual" + _assertRaisesRegex = "assertRaisesRegexp" + _assertRegex = "assertRegexpMatches" + _assertNotRegex = "assertNotRegexpMatches" +_add_doc(b, """Byte literal""") +_add_doc(u, """Text literal""") + + +def assertCountEqual(self, *args, **kwargs): + return getattr(self, _assertCountEqual)(*args, **kwargs) + + +def assertRaisesRegex(self, *args, **kwargs): + return getattr(self, _assertRaisesRegex)(*args, **kwargs) + + +def assertRegex(self, *args, **kwargs): + return getattr(self, _assertRegex)(*args, **kwargs) + + +def assertNotRegex(self, *args, **kwargs): + return getattr(self, _assertNotRegex)(*args, **kwargs) + + +if PY3: + exec_ = getattr(moves.builtins, "exec") + + def reraise(tp, value, tb=None): + try: + if value is None: + value = tp() + if value.__traceback__ is not tb: + raise value.with_traceback(tb) + raise value + finally: + value = None + tb = None + +else: + + def exec_(_code_, _globs_=None, _locs_=None): + """Execute code in a namespace.""" + if _globs_ is None: + frame = sys._getframe(1) + _globs_ = frame.f_globals + if _locs_ is None: + _locs_ = frame.f_locals + del frame + elif _locs_ is None: + _locs_ = _globs_ + exec ("""exec _code_ in _globs_, _locs_""") + + exec_( + """def reraise(tp, value, tb=None): + try: + raise tp, value, tb + finally: + tb = None +""" + ) + + +if sys.version_info[:2] > (3,): + exec_( + """def raise_from(value, from_value): + try: + raise value from from_value + finally: + value = None +""" + ) +else: + + def raise_from(value, from_value): + raise value + + +print_ = getattr(moves.builtins, "print", None) +if print_ is None: + + def print_(*args, **kwargs): + """The new-style print function for Python 2.4 and 2.5.""" + fp = kwargs.pop("file", sys.stdout) + if fp is None: + return + + def write(data): + if not isinstance(data, basestring): + data = str(data) + # If the file has an encoding, encode unicode with it. + if ( + isinstance(fp, file) + and isinstance(data, unicode) + and fp.encoding is not None + ): + errors = getattr(fp, "errors", None) + if errors is None: + errors = "strict" + data = data.encode(fp.encoding, errors) + fp.write(data) + + want_unicode = False + sep = kwargs.pop("sep", None) + if sep is not None: + if isinstance(sep, unicode): + want_unicode = True + elif not isinstance(sep, str): + raise TypeError("sep must be None or a string") + end = kwargs.pop("end", None) + if end is not None: + if isinstance(end, unicode): + want_unicode = True + elif not isinstance(end, str): + raise TypeError("end must be None or a string") + if kwargs: + raise TypeError("invalid keyword arguments to print()") + if not want_unicode: + for arg in args: + if isinstance(arg, unicode): + want_unicode = True + break + if want_unicode: + newline = unicode("\n") + space = unicode(" ") + else: + newline = "\n" + space = " " + if sep is None: + sep = space + if end is None: + end = newline + for i, arg in enumerate(args): + if i: + write(sep) + write(arg) + write(end) + + +if sys.version_info[:2] < (3, 3): + _print = print_ + + def print_(*args, **kwargs): + fp = kwargs.get("file", sys.stdout) + flush = kwargs.pop("flush", False) + _print(*args, **kwargs) + if flush and fp is not None: + fp.flush() + + +_add_doc(reraise, """Reraise an exception.""") + +if sys.version_info[0:2] < (3, 4): + # This does exactly the same what the :func:`py3:functools.update_wrapper` + # function does on Python versions after 3.2. It sets the ``__wrapped__`` + # attribute on ``wrapper`` object and it doesn't raise an error if any of + # the attributes mentioned in ``assigned`` and ``updated`` are missing on + # ``wrapped`` object. + def _update_wrapper( + wrapper, + wrapped, + assigned=functools.WRAPPER_ASSIGNMENTS, + updated=functools.WRAPPER_UPDATES, + ): + for attr in assigned: + try: + value = getattr(wrapped, attr) + except AttributeError: + continue + else: + setattr(wrapper, attr, value) + for attr in updated: + getattr(wrapper, attr).update(getattr(wrapped, attr, {})) + wrapper.__wrapped__ = wrapped + return wrapper + + _update_wrapper.__doc__ = functools.update_wrapper.__doc__ + + def wraps( + wrapped, + assigned=functools.WRAPPER_ASSIGNMENTS, + updated=functools.WRAPPER_UPDATES, + ): + return functools.partial( + _update_wrapper, wrapped=wrapped, assigned=assigned, updated=updated + ) + + wraps.__doc__ = functools.wraps.__doc__ + +else: + wraps = functools.wraps + + +def with_metaclass(meta, *bases): + """Create a base class with a metaclass.""" + # This requires a bit of explanation: the basic idea is to make a dummy + # metaclass for one level of class instantiation that replaces itself with + # the actual metaclass. + class metaclass(type): + def __new__(cls, name, this_bases, d): + if sys.version_info[:2] >= (3, 7): + # This version introduced PEP 560 that requires a bit + # of extra care (we mimic what is done by __build_class__). + resolved_bases = types.resolve_bases(bases) + if resolved_bases is not bases: + d["__orig_bases__"] = bases + else: + resolved_bases = bases + return meta(name, resolved_bases, d) + + @classmethod + def __prepare__(cls, name, this_bases): + return meta.__prepare__(name, bases) + + return type.__new__(metaclass, "temporary_class", (), {}) + + +def add_metaclass(metaclass): + """Class decorator for creating a class with a metaclass.""" + + def wrapper(cls): + orig_vars = cls.__dict__.copy() + slots = orig_vars.get("__slots__") + if slots is not None: + if isinstance(slots, str): + slots = [slots] + for slots_var in slots: + orig_vars.pop(slots_var) + orig_vars.pop("__dict__", None) + orig_vars.pop("__weakref__", None) + if hasattr(cls, "__qualname__"): + orig_vars["__qualname__"] = cls.__qualname__ + return metaclass(cls.__name__, cls.__bases__, orig_vars) + + return wrapper + + +def ensure_binary(s, encoding="utf-8", errors="strict"): + """Coerce **s** to six.binary_type. + + For Python 2: + - `unicode` -> encoded to `str` + - `str` -> `str` + + For Python 3: + - `str` -> encoded to `bytes` + - `bytes` -> `bytes` + """ + if isinstance(s, binary_type): + return s + if isinstance(s, text_type): + return s.encode(encoding, errors) + raise TypeError("not expecting type '%s'" % type(s)) + + +def ensure_str(s, encoding="utf-8", errors="strict"): + """Coerce *s* to `str`. + + For Python 2: + - `unicode` -> encoded to `str` + - `str` -> `str` + + For Python 3: + - `str` -> `str` + - `bytes` -> decoded to `str` + """ + # Optimization: Fast return for the common case. + if type(s) is str: + return s + if PY2 and isinstance(s, text_type): + return s.encode(encoding, errors) + elif PY3 and isinstance(s, binary_type): + return s.decode(encoding, errors) + elif not isinstance(s, (text_type, binary_type)): + raise TypeError("not expecting type '%s'" % type(s)) + return s + + +def ensure_text(s, encoding="utf-8", errors="strict"): + """Coerce *s* to six.text_type. + + For Python 2: + - `unicode` -> `unicode` + - `str` -> `unicode` + + For Python 3: + - `str` -> `str` + - `bytes` -> decoded to `str` + """ + if isinstance(s, binary_type): + return s.decode(encoding, errors) + elif isinstance(s, text_type): + return s + else: + raise TypeError("not expecting type '%s'" % type(s)) + + +def python_2_unicode_compatible(klass): + """ + A class decorator that defines __unicode__ and __str__ methods under Python 2. + Under Python 3 it does nothing. + + To support Python 2 and 3 with a single code base, define a __str__ method + returning text and apply this decorator to the class. + """ + if PY2: + if "__str__" not in klass.__dict__: + raise ValueError( + "@python_2_unicode_compatible cannot be applied " + "to %s because it doesn't define __str__()." % klass.__name__ + ) + klass.__unicode__ = klass.__str__ + klass.__str__ = lambda self: self.__unicode__().encode("utf-8") + return klass + + +# Complete the moves implementation. +# This code is at the end of this module to speed up module loading. +# Turn this module into a package. +__path__ = [] # required for PEP 302 and PEP 451 +__package__ = __name__ # see PEP 366 @ReservedAssignment +if globals().get("__spec__") is not None: + __spec__.submodule_search_locations = [] # PEP 451 @UndefinedVariable +# Remove other six meta path importers, since they cause problems. This can +# happen if six is removed from sys.modules and then reloaded. (Setuptools does +# this for some reason.) +if sys.meta_path: + for i, importer in enumerate(sys.meta_path): + # Here's some real nastiness: Another "instance" of the six module might + # be floating around. Therefore, we can't use isinstance() to check for + # the six meta path importer, since the other six instance will have + # inserted an importer with different class. + if ( + type(importer).__name__ == "_SixMetaPathImporter" + and importer.name == __name__ + ): + del sys.meta_path[i] + break + del i, importer +# Finally, add the importer to the meta path import hook. +sys.meta_path.append(_importer) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/poolmanager.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/poolmanager.py new file mode 100644 index 0000000..fb51bf7 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/poolmanager.py @@ -0,0 +1,540 @@ +from __future__ import absolute_import + +import collections +import functools +import logging + +from ._collections import HTTPHeaderDict, RecentlyUsedContainer +from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, port_by_scheme +from .exceptions import ( + LocationValueError, + MaxRetryError, + ProxySchemeUnknown, + ProxySchemeUnsupported, + URLSchemeUnknown, +) +from .packages import six +from .packages.six.moves.urllib.parse import urljoin +from .request import RequestMethods +from .util.proxy import connection_requires_http_tunnel +from .util.retry import Retry +from .util.url import parse_url + +__all__ = ["PoolManager", "ProxyManager", "proxy_from_url"] + + +log = logging.getLogger(__name__) + +SSL_KEYWORDS = ( + "key_file", + "cert_file", + "cert_reqs", + "ca_certs", + "ssl_version", + "ca_cert_dir", + "ssl_context", + "key_password", + "server_hostname", +) + +# All known keyword arguments that could be provided to the pool manager, its +# pools, or the underlying connections. This is used to construct a pool key. +_key_fields = ( + "key_scheme", # str + "key_host", # str + "key_port", # int + "key_timeout", # int or float or Timeout + "key_retries", # int or Retry + "key_strict", # bool + "key_block", # bool + "key_source_address", # str + "key_key_file", # str + "key_key_password", # str + "key_cert_file", # str + "key_cert_reqs", # str + "key_ca_certs", # str + "key_ssl_version", # str + "key_ca_cert_dir", # str + "key_ssl_context", # instance of ssl.SSLContext or urllib3.util.ssl_.SSLContext + "key_maxsize", # int + "key_headers", # dict + "key__proxy", # parsed proxy url + "key__proxy_headers", # dict + "key__proxy_config", # class + "key_socket_options", # list of (level (int), optname (int), value (int or str)) tuples + "key__socks_options", # dict + "key_assert_hostname", # bool or string + "key_assert_fingerprint", # str + "key_server_hostname", # str +) + +#: The namedtuple class used to construct keys for the connection pool. +#: All custom key schemes should include the fields in this key at a minimum. +PoolKey = collections.namedtuple("PoolKey", _key_fields) + +_proxy_config_fields = ("ssl_context", "use_forwarding_for_https") +ProxyConfig = collections.namedtuple("ProxyConfig", _proxy_config_fields) + + +def _default_key_normalizer(key_class, request_context): + """ + Create a pool key out of a request context dictionary. + + According to RFC 3986, both the scheme and host are case-insensitive. + Therefore, this function normalizes both before constructing the pool + key for an HTTPS request. If you wish to change this behaviour, provide + alternate callables to ``key_fn_by_scheme``. + + :param key_class: + The class to use when constructing the key. This should be a namedtuple + with the ``scheme`` and ``host`` keys at a minimum. + :type key_class: namedtuple + :param request_context: + A dictionary-like object that contain the context for a request. + :type request_context: dict + + :return: A namedtuple that can be used as a connection pool key. + :rtype: PoolKey + """ + # Since we mutate the dictionary, make a copy first + context = request_context.copy() + context["scheme"] = context["scheme"].lower() + context["host"] = context["host"].lower() + + # These are both dictionaries and need to be transformed into frozensets + for key in ("headers", "_proxy_headers", "_socks_options"): + if key in context and context[key] is not None: + context[key] = frozenset(context[key].items()) + + # The socket_options key may be a list and needs to be transformed into a + # tuple. + socket_opts = context.get("socket_options") + if socket_opts is not None: + context["socket_options"] = tuple(socket_opts) + + # Map the kwargs to the names in the namedtuple - this is necessary since + # namedtuples can't have fields starting with '_'. + for key in list(context.keys()): + context["key_" + key] = context.pop(key) + + # Default to ``None`` for keys missing from the context + for field in key_class._fields: + if field not in context: + context[field] = None + + return key_class(**context) + + +#: A dictionary that maps a scheme to a callable that creates a pool key. +#: This can be used to alter the way pool keys are constructed, if desired. +#: Each PoolManager makes a copy of this dictionary so they can be configured +#: globally here, or individually on the instance. +key_fn_by_scheme = { + "http": functools.partial(_default_key_normalizer, PoolKey), + "https": functools.partial(_default_key_normalizer, PoolKey), +} + +pool_classes_by_scheme = {"http": HTTPConnectionPool, "https": HTTPSConnectionPool} + + +class PoolManager(RequestMethods): + """ + Allows for arbitrary requests while transparently keeping track of + necessary connection pools for you. + + :param num_pools: + Number of connection pools to cache before discarding the least + recently used pool. + + :param headers: + Headers to include with all requests, unless other headers are given + explicitly. + + :param \\**connection_pool_kw: + Additional parameters are used to create fresh + :class:`urllib3.connectionpool.ConnectionPool` instances. + + Example:: + + >>> manager = PoolManager(num_pools=2) + >>> r = manager.request('GET', 'http://google.com/') + >>> r = manager.request('GET', 'http://google.com/mail') + >>> r = manager.request('GET', 'http://yahoo.com/') + >>> len(manager.pools) + 2 + + """ + + proxy = None + proxy_config = None + + def __init__(self, num_pools=10, headers=None, **connection_pool_kw): + RequestMethods.__init__(self, headers) + self.connection_pool_kw = connection_pool_kw + self.pools = RecentlyUsedContainer(num_pools) + + # Locally set the pool classes and keys so other PoolManagers can + # override them. + self.pool_classes_by_scheme = pool_classes_by_scheme + self.key_fn_by_scheme = key_fn_by_scheme.copy() + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_val, exc_tb): + self.clear() + # Return False to re-raise any potential exceptions + return False + + def _new_pool(self, scheme, host, port, request_context=None): + """ + Create a new :class:`urllib3.connectionpool.ConnectionPool` based on host, port, scheme, and + any additional pool keyword arguments. + + If ``request_context`` is provided, it is provided as keyword arguments + to the pool class used. This method is used to actually create the + connection pools handed out by :meth:`connection_from_url` and + companion methods. It is intended to be overridden for customization. + """ + pool_cls = self.pool_classes_by_scheme[scheme] + if request_context is None: + request_context = self.connection_pool_kw.copy() + + # Although the context has everything necessary to create the pool, + # this function has historically only used the scheme, host, and port + # in the positional args. When an API change is acceptable these can + # be removed. + for key in ("scheme", "host", "port"): + request_context.pop(key, None) + + if scheme == "http": + for kw in SSL_KEYWORDS: + request_context.pop(kw, None) + + return pool_cls(host, port, **request_context) + + def clear(self): + """ + Empty our store of pools and direct them all to close. + + This will not affect in-flight connections, but they will not be + re-used after completion. + """ + self.pools.clear() + + def connection_from_host(self, host, port=None, scheme="http", pool_kwargs=None): + """ + Get a :class:`urllib3.connectionpool.ConnectionPool` based on the host, port, and scheme. + + If ``port`` isn't given, it will be derived from the ``scheme`` using + ``urllib3.connectionpool.port_by_scheme``. If ``pool_kwargs`` is + provided, it is merged with the instance's ``connection_pool_kw`` + variable and used to create the new connection pool, if one is + needed. + """ + + if not host: + raise LocationValueError("No host specified.") + + request_context = self._merge_pool_kwargs(pool_kwargs) + request_context["scheme"] = scheme or "http" + if not port: + port = port_by_scheme.get(request_context["scheme"].lower(), 80) + request_context["port"] = port + request_context["host"] = host + + return self.connection_from_context(request_context) + + def connection_from_context(self, request_context): + """ + Get a :class:`urllib3.connectionpool.ConnectionPool` based on the request context. + + ``request_context`` must at least contain the ``scheme`` key and its + value must be a key in ``key_fn_by_scheme`` instance variable. + """ + scheme = request_context["scheme"].lower() + pool_key_constructor = self.key_fn_by_scheme.get(scheme) + if not pool_key_constructor: + raise URLSchemeUnknown(scheme) + pool_key = pool_key_constructor(request_context) + + return self.connection_from_pool_key(pool_key, request_context=request_context) + + def connection_from_pool_key(self, pool_key, request_context=None): + """ + Get a :class:`urllib3.connectionpool.ConnectionPool` based on the provided pool key. + + ``pool_key`` should be a namedtuple that only contains immutable + objects. At a minimum it must have the ``scheme``, ``host``, and + ``port`` fields. + """ + with self.pools.lock: + # If the scheme, host, or port doesn't match existing open + # connections, open a new ConnectionPool. + pool = self.pools.get(pool_key) + if pool: + return pool + + # Make a fresh ConnectionPool of the desired type + scheme = request_context["scheme"] + host = request_context["host"] + port = request_context["port"] + pool = self._new_pool(scheme, host, port, request_context=request_context) + self.pools[pool_key] = pool + + return pool + + def connection_from_url(self, url, pool_kwargs=None): + """ + Similar to :func:`urllib3.connectionpool.connection_from_url`. + + If ``pool_kwargs`` is not provided and a new pool needs to be + constructed, ``self.connection_pool_kw`` is used to initialize + the :class:`urllib3.connectionpool.ConnectionPool`. If ``pool_kwargs`` + is provided, it is used instead. Note that if a new pool does not + need to be created for the request, the provided ``pool_kwargs`` are + not used. + """ + u = parse_url(url) + return self.connection_from_host( + u.host, port=u.port, scheme=u.scheme, pool_kwargs=pool_kwargs + ) + + def _merge_pool_kwargs(self, override): + """ + Merge a dictionary of override values for self.connection_pool_kw. + + This does not modify self.connection_pool_kw and returns a new dict. + Any keys in the override dictionary with a value of ``None`` are + removed from the merged dictionary. + """ + base_pool_kwargs = self.connection_pool_kw.copy() + if override: + for key, value in override.items(): + if value is None: + try: + del base_pool_kwargs[key] + except KeyError: + pass + else: + base_pool_kwargs[key] = value + return base_pool_kwargs + + def _proxy_requires_url_absolute_form(self, parsed_url): + """ + Indicates if the proxy requires the complete destination URL in the + request. Normally this is only needed when not using an HTTP CONNECT + tunnel. + """ + if self.proxy is None: + return False + + return not connection_requires_http_tunnel( + self.proxy, self.proxy_config, parsed_url.scheme + ) + + def _validate_proxy_scheme_url_selection(self, url_scheme): + """ + Validates that were not attempting to do TLS in TLS connections on + Python2 or with unsupported SSL implementations. + """ + if self.proxy is None or url_scheme != "https": + return + + if self.proxy.scheme != "https": + return + + if six.PY2 and not self.proxy_config.use_forwarding_for_https: + raise ProxySchemeUnsupported( + "Contacting HTTPS destinations through HTTPS proxies " + "'via CONNECT tunnels' is not supported in Python 2" + ) + + def urlopen(self, method, url, redirect=True, **kw): + """ + Same as :meth:`urllib3.HTTPConnectionPool.urlopen` + with custom cross-host redirect logic and only sends the request-uri + portion of the ``url``. + + The given ``url`` parameter must be absolute, such that an appropriate + :class:`urllib3.connectionpool.ConnectionPool` can be chosen for it. + """ + u = parse_url(url) + self._validate_proxy_scheme_url_selection(u.scheme) + + conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme) + + kw["assert_same_host"] = False + kw["redirect"] = False + + if "headers" not in kw: + kw["headers"] = self.headers.copy() + + if self._proxy_requires_url_absolute_form(u): + response = conn.urlopen(method, url, **kw) + else: + response = conn.urlopen(method, u.request_uri, **kw) + + redirect_location = redirect and response.get_redirect_location() + if not redirect_location: + return response + + # Support relative URLs for redirecting. + redirect_location = urljoin(url, redirect_location) + + if response.status == 303: + # Change the method according to RFC 9110, Section 15.4.4. + method = "GET" + # And lose the body not to transfer anything sensitive. + kw["body"] = None + kw["headers"] = HTTPHeaderDict(kw["headers"])._prepare_for_method_change() + + retries = kw.get("retries") + if not isinstance(retries, Retry): + retries = Retry.from_int(retries, redirect=redirect) + + # Strip headers marked as unsafe to forward to the redirected location. + # Check remove_headers_on_redirect to avoid a potential network call within + # conn.is_same_host() which may use socket.gethostbyname() in the future. + if retries.remove_headers_on_redirect and not conn.is_same_host( + redirect_location + ): + headers = list(six.iterkeys(kw["headers"])) + for header in headers: + if header.lower() in retries.remove_headers_on_redirect: + kw["headers"].pop(header, None) + + try: + retries = retries.increment(method, url, response=response, _pool=conn) + except MaxRetryError: + if retries.raise_on_redirect: + response.drain_conn() + raise + return response + + kw["retries"] = retries + kw["redirect"] = redirect + + log.info("Redirecting %s -> %s", url, redirect_location) + + response.drain_conn() + return self.urlopen(method, redirect_location, **kw) + + +class ProxyManager(PoolManager): + """ + Behaves just like :class:`PoolManager`, but sends all requests through + the defined proxy, using the CONNECT method for HTTPS URLs. + + :param proxy_url: + The URL of the proxy to be used. + + :param proxy_headers: + A dictionary containing headers that will be sent to the proxy. In case + of HTTP they are being sent with each request, while in the + HTTPS/CONNECT case they are sent only once. Could be used for proxy + authentication. + + :param proxy_ssl_context: + The proxy SSL context is used to establish the TLS connection to the + proxy when using HTTPS proxies. + + :param use_forwarding_for_https: + (Defaults to False) If set to True will forward requests to the HTTPS + proxy to be made on behalf of the client instead of creating a TLS + tunnel via the CONNECT method. **Enabling this flag means that request + and response headers and content will be visible from the HTTPS proxy** + whereas tunneling keeps request and response headers and content + private. IP address, target hostname, SNI, and port are always visible + to an HTTPS proxy even when this flag is disabled. + + Example: + >>> proxy = urllib3.ProxyManager('http://localhost:3128/') + >>> r1 = proxy.request('GET', 'http://google.com/') + >>> r2 = proxy.request('GET', 'http://httpbin.org/') + >>> len(proxy.pools) + 1 + >>> r3 = proxy.request('GET', 'https://httpbin.org/') + >>> r4 = proxy.request('GET', 'https://twitter.com/') + >>> len(proxy.pools) + 3 + + """ + + def __init__( + self, + proxy_url, + num_pools=10, + headers=None, + proxy_headers=None, + proxy_ssl_context=None, + use_forwarding_for_https=False, + **connection_pool_kw + ): + + if isinstance(proxy_url, HTTPConnectionPool): + proxy_url = "%s://%s:%i" % ( + proxy_url.scheme, + proxy_url.host, + proxy_url.port, + ) + proxy = parse_url(proxy_url) + + if proxy.scheme not in ("http", "https"): + raise ProxySchemeUnknown(proxy.scheme) + + if not proxy.port: + port = port_by_scheme.get(proxy.scheme, 80) + proxy = proxy._replace(port=port) + + self.proxy = proxy + self.proxy_headers = proxy_headers or {} + self.proxy_ssl_context = proxy_ssl_context + self.proxy_config = ProxyConfig(proxy_ssl_context, use_forwarding_for_https) + + connection_pool_kw["_proxy"] = self.proxy + connection_pool_kw["_proxy_headers"] = self.proxy_headers + connection_pool_kw["_proxy_config"] = self.proxy_config + + super(ProxyManager, self).__init__(num_pools, headers, **connection_pool_kw) + + def connection_from_host(self, host, port=None, scheme="http", pool_kwargs=None): + if scheme == "https": + return super(ProxyManager, self).connection_from_host( + host, port, scheme, pool_kwargs=pool_kwargs + ) + + return super(ProxyManager, self).connection_from_host( + self.proxy.host, self.proxy.port, self.proxy.scheme, pool_kwargs=pool_kwargs + ) + + def _set_proxy_headers(self, url, headers=None): + """ + Sets headers needed by proxies: specifically, the Accept and Host + headers. Only sets headers not provided by the user. + """ + headers_ = {"Accept": "*/*"} + + netloc = parse_url(url).netloc + if netloc: + headers_["Host"] = netloc + + if headers: + headers_.update(headers) + return headers_ + + def urlopen(self, method, url, redirect=True, **kw): + "Same as HTTP(S)ConnectionPool.urlopen, ``url`` must be absolute." + u = parse_url(url) + if not connection_requires_http_tunnel(self.proxy, self.proxy_config, u.scheme): + # For connections using HTTP CONNECT, httplib sets the necessary + # headers on the CONNECT to the proxy. If we're not using CONNECT, + # we'll definitely need to set 'Host' at the very least. + headers = kw.get("headers", self.headers) + kw["headers"] = self._set_proxy_headers(url, headers) + + return super(ProxyManager, self).urlopen(method, url, redirect=redirect, **kw) + + +def proxy_from_url(url, **kw): + return ProxyManager(proxy_url=url, **kw) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/request.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/request.py new file mode 100644 index 0000000..3b4cf99 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/request.py @@ -0,0 +1,191 @@ +from __future__ import absolute_import + +import sys + +from .filepost import encode_multipart_formdata +from .packages import six +from .packages.six.moves.urllib.parse import urlencode + +__all__ = ["RequestMethods"] + + +class RequestMethods(object): + """ + Convenience mixin for classes who implement a :meth:`urlopen` method, such + as :class:`urllib3.HTTPConnectionPool` and + :class:`urllib3.PoolManager`. + + Provides behavior for making common types of HTTP request methods and + decides which type of request field encoding to use. + + Specifically, + + :meth:`.request_encode_url` is for sending requests whose fields are + encoded in the URL (such as GET, HEAD, DELETE). + + :meth:`.request_encode_body` is for sending requests whose fields are + encoded in the *body* of the request using multipart or www-form-urlencoded + (such as for POST, PUT, PATCH). + + :meth:`.request` is for making any kind of request, it will look up the + appropriate encoding format and use one of the above two methods to make + the request. + + Initializer parameters: + + :param headers: + Headers to include with all requests, unless other headers are given + explicitly. + """ + + _encode_url_methods = {"DELETE", "GET", "HEAD", "OPTIONS"} + + def __init__(self, headers=None): + self.headers = headers or {} + + def urlopen( + self, + method, + url, + body=None, + headers=None, + encode_multipart=True, + multipart_boundary=None, + **kw + ): # Abstract + raise NotImplementedError( + "Classes extending RequestMethods must implement " + "their own ``urlopen`` method." + ) + + def request(self, method, url, fields=None, headers=None, **urlopen_kw): + """ + Make a request using :meth:`urlopen` with the appropriate encoding of + ``fields`` based on the ``method`` used. + + This is a convenience method that requires the least amount of manual + effort. It can be used in most situations, while still having the + option to drop down to more specific methods when necessary, such as + :meth:`request_encode_url`, :meth:`request_encode_body`, + or even the lowest level :meth:`urlopen`. + """ + method = method.upper() + + urlopen_kw["request_url"] = url + + if method in self._encode_url_methods: + return self.request_encode_url( + method, url, fields=fields, headers=headers, **urlopen_kw + ) + else: + return self.request_encode_body( + method, url, fields=fields, headers=headers, **urlopen_kw + ) + + def request_encode_url(self, method, url, fields=None, headers=None, **urlopen_kw): + """ + Make a request using :meth:`urlopen` with the ``fields`` encoded in + the url. This is useful for request methods like GET, HEAD, DELETE, etc. + """ + if headers is None: + headers = self.headers + + extra_kw = {"headers": headers} + extra_kw.update(urlopen_kw) + + if fields: + url += "?" + urlencode(fields) + + return self.urlopen(method, url, **extra_kw) + + def request_encode_body( + self, + method, + url, + fields=None, + headers=None, + encode_multipart=True, + multipart_boundary=None, + **urlopen_kw + ): + """ + Make a request using :meth:`urlopen` with the ``fields`` encoded in + the body. This is useful for request methods like POST, PUT, PATCH, etc. + + When ``encode_multipart=True`` (default), then + :func:`urllib3.encode_multipart_formdata` is used to encode + the payload with the appropriate content type. Otherwise + :func:`urllib.parse.urlencode` is used with the + 'application/x-www-form-urlencoded' content type. + + Multipart encoding must be used when posting files, and it's reasonably + safe to use it in other times too. However, it may break request + signing, such as with OAuth. + + Supports an optional ``fields`` parameter of key/value strings AND + key/filetuple. A filetuple is a (filename, data, MIME type) tuple where + the MIME type is optional. For example:: + + fields = { + 'foo': 'bar', + 'fakefile': ('foofile.txt', 'contents of foofile'), + 'realfile': ('barfile.txt', open('realfile').read()), + 'typedfile': ('bazfile.bin', open('bazfile').read(), + 'image/jpeg'), + 'nonamefile': 'contents of nonamefile field', + } + + When uploading a file, providing a filename (the first parameter of the + tuple) is optional but recommended to best mimic behavior of browsers. + + Note that if ``headers`` are supplied, the 'Content-Type' header will + be overwritten because it depends on the dynamic random boundary string + which is used to compose the body of the request. The random boundary + string can be explicitly set with the ``multipart_boundary`` parameter. + """ + if headers is None: + headers = self.headers + + extra_kw = {"headers": {}} + + if fields: + if "body" in urlopen_kw: + raise TypeError( + "request got values for both 'fields' and 'body', can only specify one." + ) + + if encode_multipart: + body, content_type = encode_multipart_formdata( + fields, boundary=multipart_boundary + ) + else: + body, content_type = ( + urlencode(fields), + "application/x-www-form-urlencoded", + ) + + extra_kw["body"] = body + extra_kw["headers"] = {"Content-Type": content_type} + + extra_kw["headers"].update(headers) + extra_kw.update(urlopen_kw) + + return self.urlopen(method, url, **extra_kw) + + +if not six.PY2: + + class RequestModule(sys.modules[__name__].__class__): + def __call__(self, *args, **kwargs): + """ + If user tries to call this module directly urllib3 v2.x style raise an error to the user + suggesting they may need urllib3 v2 + """ + raise TypeError( + "'module' object is not callable\n" + "urllib3.request() method is not supported in this release, " + "upgrade to urllib3 v2 to use it\n" + "see https://urllib3.readthedocs.io/en/stable/v2-migration-guide.html" + ) + + sys.modules[__name__].__class__ = RequestModule diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py new file mode 100644 index 0000000..8909f84 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py @@ -0,0 +1,879 @@ +from __future__ import absolute_import + +import io +import logging +import sys +import warnings +import zlib +from contextlib import contextmanager +from socket import error as SocketError +from socket import timeout as SocketTimeout + +brotli = None + +from . import util +from ._collections import HTTPHeaderDict +from .connection import BaseSSLError, HTTPException +from .exceptions import ( + BodyNotHttplibCompatible, + DecodeError, + HTTPError, + IncompleteRead, + InvalidChunkLength, + InvalidHeader, + ProtocolError, + ReadTimeoutError, + ResponseNotChunked, + SSLError, +) +from .packages import six +from .util.response import is_fp_closed, is_response_to_head + +log = logging.getLogger(__name__) + + +class DeflateDecoder(object): + def __init__(self): + self._first_try = True + self._data = b"" + self._obj = zlib.decompressobj() + + def __getattr__(self, name): + return getattr(self._obj, name) + + def decompress(self, data): + if not data: + return data + + if not self._first_try: + return self._obj.decompress(data) + + self._data += data + try: + decompressed = self._obj.decompress(data) + if decompressed: + self._first_try = False + self._data = None + return decompressed + except zlib.error: + self._first_try = False + self._obj = zlib.decompressobj(-zlib.MAX_WBITS) + try: + return self.decompress(self._data) + finally: + self._data = None + + +class GzipDecoderState(object): + + FIRST_MEMBER = 0 + OTHER_MEMBERS = 1 + SWALLOW_DATA = 2 + + +class GzipDecoder(object): + def __init__(self): + self._obj = zlib.decompressobj(16 + zlib.MAX_WBITS) + self._state = GzipDecoderState.FIRST_MEMBER + + def __getattr__(self, name): + return getattr(self._obj, name) + + def decompress(self, data): + ret = bytearray() + if self._state == GzipDecoderState.SWALLOW_DATA or not data: + return bytes(ret) + while True: + try: + ret += self._obj.decompress(data) + except zlib.error: + previous_state = self._state + # Ignore data after the first error + self._state = GzipDecoderState.SWALLOW_DATA + if previous_state == GzipDecoderState.OTHER_MEMBERS: + # Allow trailing garbage acceptable in other gzip clients + return bytes(ret) + raise + data = self._obj.unused_data + if not data: + return bytes(ret) + self._state = GzipDecoderState.OTHER_MEMBERS + self._obj = zlib.decompressobj(16 + zlib.MAX_WBITS) + + +if brotli is not None: + + class BrotliDecoder(object): + # Supports both 'brotlipy' and 'Brotli' packages + # since they share an import name. The top branches + # are for 'brotlipy' and bottom branches for 'Brotli' + def __init__(self): + self._obj = brotli.Decompressor() + if hasattr(self._obj, "decompress"): + self.decompress = self._obj.decompress + else: + self.decompress = self._obj.process + + def flush(self): + if hasattr(self._obj, "flush"): + return self._obj.flush() + return b"" + + +class MultiDecoder(object): + """ + From RFC7231: + If one or more encodings have been applied to a representation, the + sender that applied the encodings MUST generate a Content-Encoding + header field that lists the content codings in the order in which + they were applied. + """ + + def __init__(self, modes): + self._decoders = [_get_decoder(m.strip()) for m in modes.split(",")] + + def flush(self): + return self._decoders[0].flush() + + def decompress(self, data): + for d in reversed(self._decoders): + data = d.decompress(data) + return data + + +def _get_decoder(mode): + if "," in mode: + return MultiDecoder(mode) + + if mode == "gzip": + return GzipDecoder() + + if brotli is not None and mode == "br": + return BrotliDecoder() + + return DeflateDecoder() + + +class HTTPResponse(io.IOBase): + """ + HTTP Response container. + + Backwards-compatible with :class:`http.client.HTTPResponse` but the response ``body`` is + loaded and decoded on-demand when the ``data`` property is accessed. This + class is also compatible with the Python standard library's :mod:`io` + module, and can hence be treated as a readable object in the context of that + framework. + + Extra parameters for behaviour not present in :class:`http.client.HTTPResponse`: + + :param preload_content: + If True, the response's body will be preloaded during construction. + + :param decode_content: + If True, will attempt to decode the body based on the + 'content-encoding' header. + + :param original_response: + When this HTTPResponse wrapper is generated from an :class:`http.client.HTTPResponse` + object, it's convenient to include the original for debug purposes. It's + otherwise unused. + + :param retries: + The retries contains the last :class:`~urllib3.util.retry.Retry` that + was used during the request. + + :param enforce_content_length: + Enforce content length checking. Body returned by server must match + value of Content-Length header, if present. Otherwise, raise error. + """ + + CONTENT_DECODERS = ["gzip", "deflate"] + if brotli is not None: + CONTENT_DECODERS += ["br"] + REDIRECT_STATUSES = [301, 302, 303, 307, 308] + + def __init__( + self, + body="", + headers=None, + status=0, + version=0, + reason=None, + strict=0, + preload_content=True, + decode_content=True, + original_response=None, + pool=None, + connection=None, + msg=None, + retries=None, + enforce_content_length=False, + request_method=None, + request_url=None, + auto_close=True, + ): + + if isinstance(headers, HTTPHeaderDict): + self.headers = headers + else: + self.headers = HTTPHeaderDict(headers) + self.status = status + self.version = version + self.reason = reason + self.strict = strict + self.decode_content = decode_content + self.retries = retries + self.enforce_content_length = enforce_content_length + self.auto_close = auto_close + + self._decoder = None + self._body = None + self._fp = None + self._original_response = original_response + self._fp_bytes_read = 0 + self.msg = msg + self._request_url = request_url + + if body and isinstance(body, (six.string_types, bytes)): + self._body = body + + self._pool = pool + self._connection = connection + + if hasattr(body, "read"): + self._fp = body + + # Are we using the chunked-style of transfer encoding? + self.chunked = False + self.chunk_left = None + tr_enc = self.headers.get("transfer-encoding", "").lower() + # Don't incur the penalty of creating a list and then discarding it + encodings = (enc.strip() for enc in tr_enc.split(",")) + if "chunked" in encodings: + self.chunked = True + + # Determine length of response + self.length_remaining = self._init_length(request_method) + + # If requested, preload the body. + if preload_content and not self._body: + self._body = self.read(decode_content=decode_content) + + def get_redirect_location(self): + """ + Should we redirect and where to? + + :returns: Truthy redirect location string if we got a redirect status + code and valid location. ``None`` if redirect status and no + location. ``False`` if not a redirect status code. + """ + if self.status in self.REDIRECT_STATUSES: + return self.headers.get("location") + + return False + + def release_conn(self): + if not self._pool or not self._connection: + return + + self._pool._put_conn(self._connection) + self._connection = None + + def drain_conn(self): + """ + Read and discard any remaining HTTP response data in the response connection. + + Unread data in the HTTPResponse connection blocks the connection from being released back to the pool. + """ + try: + self.read() + except (HTTPError, SocketError, BaseSSLError, HTTPException): + pass + + @property + def data(self): + # For backwards-compat with earlier urllib3 0.4 and earlier. + if self._body: + return self._body + + if self._fp: + return self.read(cache_content=True) + + @property + def connection(self): + return self._connection + + def isclosed(self): + return is_fp_closed(self._fp) + + def tell(self): + """ + Obtain the number of bytes pulled over the wire so far. May differ from + the amount of content returned by :meth:``urllib3.response.HTTPResponse.read`` + if bytes are encoded on the wire (e.g, compressed). + """ + return self._fp_bytes_read + + def _init_length(self, request_method): + """ + Set initial length value for Response content if available. + """ + length = self.headers.get("content-length") + + if length is not None: + if self.chunked: + # This Response will fail with an IncompleteRead if it can't be + # received as chunked. This method falls back to attempt reading + # the response before raising an exception. + log.warning( + "Received response with both Content-Length and " + "Transfer-Encoding set. This is expressly forbidden " + "by RFC 7230 sec 3.3.2. Ignoring Content-Length and " + "attempting to process response as Transfer-Encoding: " + "chunked." + ) + return None + + try: + # RFC 7230 section 3.3.2 specifies multiple content lengths can + # be sent in a single Content-Length header + # (e.g. Content-Length: 42, 42). This line ensures the values + # are all valid ints and that as long as the `set` length is 1, + # all values are the same. Otherwise, the header is invalid. + lengths = set([int(val) for val in length.split(",")]) + if len(lengths) > 1: + raise InvalidHeader( + "Content-Length contained multiple " + "unmatching values (%s)" % length + ) + length = lengths.pop() + except ValueError: + length = None + else: + if length < 0: + length = None + + # Convert status to int for comparison + # In some cases, httplib returns a status of "_UNKNOWN" + try: + status = int(self.status) + except ValueError: + status = 0 + + # Check for responses that shouldn't include a body + if status in (204, 304) or 100 <= status < 200 or request_method == "HEAD": + length = 0 + + return length + + def _init_decoder(self): + """ + Set-up the _decoder attribute if necessary. + """ + # Note: content-encoding value should be case-insensitive, per RFC 7230 + # Section 3.2 + content_encoding = self.headers.get("content-encoding", "").lower() + if self._decoder is None: + if content_encoding in self.CONTENT_DECODERS: + self._decoder = _get_decoder(content_encoding) + elif "," in content_encoding: + encodings = [ + e.strip() + for e in content_encoding.split(",") + if e.strip() in self.CONTENT_DECODERS + ] + if len(encodings): + self._decoder = _get_decoder(content_encoding) + + DECODER_ERROR_CLASSES = (IOError, zlib.error) + if brotli is not None: + DECODER_ERROR_CLASSES += (brotli.error,) + + def _decode(self, data, decode_content, flush_decoder): + """ + Decode the data passed in and potentially flush the decoder. + """ + if not decode_content: + return data + + try: + if self._decoder: + data = self._decoder.decompress(data) + except self.DECODER_ERROR_CLASSES as e: + content_encoding = self.headers.get("content-encoding", "").lower() + raise DecodeError( + "Received response with content-encoding: %s, but " + "failed to decode it." % content_encoding, + e, + ) + if flush_decoder: + data += self._flush_decoder() + + return data + + def _flush_decoder(self): + """ + Flushes the decoder. Should only be called if the decoder is actually + being used. + """ + if self._decoder: + buf = self._decoder.decompress(b"") + return buf + self._decoder.flush() + + return b"" + + @contextmanager + def _error_catcher(self): + """ + Catch low-level python exceptions, instead re-raising urllib3 + variants, so that low-level exceptions are not leaked in the + high-level api. + + On exit, release the connection back to the pool. + """ + clean_exit = False + + try: + try: + yield + + except SocketTimeout: + # FIXME: Ideally we'd like to include the url in the ReadTimeoutError but + # there is yet no clean way to get at it from this context. + raise ReadTimeoutError(self._pool, None, "Read timed out.") + + except BaseSSLError as e: + # FIXME: Is there a better way to differentiate between SSLErrors? + if "read operation timed out" not in str(e): + # SSL errors related to framing/MAC get wrapped and reraised here + raise SSLError(e) + + raise ReadTimeoutError(self._pool, None, "Read timed out.") + + except (HTTPException, SocketError) as e: + # This includes IncompleteRead. + raise ProtocolError("Connection broken: %r" % e, e) + + # If no exception is thrown, we should avoid cleaning up + # unnecessarily. + clean_exit = True + finally: + # If we didn't terminate cleanly, we need to throw away our + # connection. + if not clean_exit: + # The response may not be closed but we're not going to use it + # anymore so close it now to ensure that the connection is + # released back to the pool. + if self._original_response: + self._original_response.close() + + # Closing the response may not actually be sufficient to close + # everything, so if we have a hold of the connection close that + # too. + if self._connection: + self._connection.close() + + # If we hold the original response but it's closed now, we should + # return the connection back to the pool. + if self._original_response and self._original_response.isclosed(): + self.release_conn() + + def _fp_read(self, amt): + """ + Read a response with the thought that reading the number of bytes + larger than can fit in a 32-bit int at a time via SSL in some + known cases leads to an overflow error that has to be prevented + if `amt` or `self.length_remaining` indicate that a problem may + happen. + + The known cases: + * 3.8 <= CPython < 3.9.7 because of a bug + https://github.com/urllib3/urllib3/issues/2513#issuecomment-1152559900. + * urllib3 injected with pyOpenSSL-backed SSL-support. + * CPython < 3.10 only when `amt` does not fit 32-bit int. + """ + assert self._fp + c_int_max = 2 ** 31 - 1 + if ( + ( + (amt and amt > c_int_max) + or (self.length_remaining and self.length_remaining > c_int_max) + ) + and not util.IS_SECURETRANSPORT + and (util.IS_PYOPENSSL or sys.version_info < (3, 10)) + ): + buffer = io.BytesIO() + # Besides `max_chunk_amt` being a maximum chunk size, it + # affects memory overhead of reading a response by this + # method in CPython. + # `c_int_max` equal to 2 GiB - 1 byte is the actual maximum + # chunk size that does not lead to an overflow error, but + # 256 MiB is a compromise. + max_chunk_amt = 2 ** 28 + while amt is None or amt != 0: + if amt is not None: + chunk_amt = min(amt, max_chunk_amt) + amt -= chunk_amt + else: + chunk_amt = max_chunk_amt + data = self._fp.read(chunk_amt) + if not data: + break + buffer.write(data) + del data # to reduce peak memory usage by `max_chunk_amt`. + return buffer.getvalue() + else: + # StringIO doesn't like amt=None + return self._fp.read(amt) if amt is not None else self._fp.read() + + def read(self, amt=None, decode_content=None, cache_content=False): + """ + Similar to :meth:`http.client.HTTPResponse.read`, but with two additional + parameters: ``decode_content`` and ``cache_content``. + + :param amt: + How much of the content to read. If specified, caching is skipped + because it doesn't make sense to cache partial content as the full + response. + + :param decode_content: + If True, will attempt to decode the body based on the + 'content-encoding' header. + + :param cache_content: + If True, will save the returned data such that the same result is + returned despite of the state of the underlying file object. This + is useful if you want the ``.data`` property to continue working + after having ``.read()`` the file object. (Overridden if ``amt`` is + set.) + """ + self._init_decoder() + if decode_content is None: + decode_content = self.decode_content + + if self._fp is None: + return + + flush_decoder = False + fp_closed = getattr(self._fp, "closed", False) + + with self._error_catcher(): + data = self._fp_read(amt) if not fp_closed else b"" + if amt is None: + flush_decoder = True + else: + cache_content = False + if ( + amt != 0 and not data + ): # Platform-specific: Buggy versions of Python. + # Close the connection when no data is returned + # + # This is redundant to what httplib/http.client _should_ + # already do. However, versions of python released before + # December 15, 2012 (http://bugs.python.org/issue16298) do + # not properly close the connection in all cases. There is + # no harm in redundantly calling close. + self._fp.close() + flush_decoder = True + if self.enforce_content_length and self.length_remaining not in ( + 0, + None, + ): + # This is an edge case that httplib failed to cover due + # to concerns of backward compatibility. We're + # addressing it here to make sure IncompleteRead is + # raised during streaming, so all calls with incorrect + # Content-Length are caught. + raise IncompleteRead(self._fp_bytes_read, self.length_remaining) + + if data: + self._fp_bytes_read += len(data) + if self.length_remaining is not None: + self.length_remaining -= len(data) + + data = self._decode(data, decode_content, flush_decoder) + + if cache_content: + self._body = data + + return data + + def stream(self, amt=2 ** 16, decode_content=None): + """ + A generator wrapper for the read() method. A call will block until + ``amt`` bytes have been read from the connection or until the + connection is closed. + + :param amt: + How much of the content to read. The generator will return up to + much data per iteration, but may return less. This is particularly + likely when using compressed data. However, the empty string will + never be returned. + + :param decode_content: + If True, will attempt to decode the body based on the + 'content-encoding' header. + """ + if self.chunked and self.supports_chunked_reads(): + for line in self.read_chunked(amt, decode_content=decode_content): + yield line + else: + while not is_fp_closed(self._fp): + data = self.read(amt=amt, decode_content=decode_content) + + if data: + yield data + + @classmethod + def from_httplib(ResponseCls, r, **response_kw): + """ + Given an :class:`http.client.HTTPResponse` instance ``r``, return a + corresponding :class:`urllib3.response.HTTPResponse` object. + + Remaining parameters are passed to the HTTPResponse constructor, along + with ``original_response=r``. + """ + headers = r.msg + + if not isinstance(headers, HTTPHeaderDict): + if six.PY2: + # Python 2.7 + headers = HTTPHeaderDict.from_httplib(headers) + else: + headers = HTTPHeaderDict(headers.items()) + + # HTTPResponse objects in Python 3 don't have a .strict attribute + strict = getattr(r, "strict", 0) + resp = ResponseCls( + body=r, + headers=headers, + status=r.status, + version=r.version, + reason=r.reason, + strict=strict, + original_response=r, + **response_kw + ) + return resp + + # Backwards-compatibility methods for http.client.HTTPResponse + def getheaders(self): + warnings.warn( + "HTTPResponse.getheaders() is deprecated and will be removed " + "in urllib3 v2.1.0. Instead access HTTPResponse.headers directly.", + category=DeprecationWarning, + stacklevel=2, + ) + return self.headers + + def getheader(self, name, default=None): + warnings.warn( + "HTTPResponse.getheader() is deprecated and will be removed " + "in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default).", + category=DeprecationWarning, + stacklevel=2, + ) + return self.headers.get(name, default) + + # Backwards compatibility for http.cookiejar + def info(self): + return self.headers + + # Overrides from io.IOBase + def close(self): + if not self.closed: + self._fp.close() + + if self._connection: + self._connection.close() + + if not self.auto_close: + io.IOBase.close(self) + + @property + def closed(self): + if not self.auto_close: + return io.IOBase.closed.__get__(self) + elif self._fp is None: + return True + elif hasattr(self._fp, "isclosed"): + return self._fp.isclosed() + elif hasattr(self._fp, "closed"): + return self._fp.closed + else: + return True + + def fileno(self): + if self._fp is None: + raise IOError("HTTPResponse has no file to get a fileno from") + elif hasattr(self._fp, "fileno"): + return self._fp.fileno() + else: + raise IOError( + "The file-like object this HTTPResponse is wrapped " + "around has no file descriptor" + ) + + def flush(self): + if ( + self._fp is not None + and hasattr(self._fp, "flush") + and not getattr(self._fp, "closed", False) + ): + return self._fp.flush() + + def readable(self): + # This method is required for `io` module compatibility. + return True + + def readinto(self, b): + # This method is required for `io` module compatibility. + temp = self.read(len(b)) + if len(temp) == 0: + return 0 + else: + b[: len(temp)] = temp + return len(temp) + + def supports_chunked_reads(self): + """ + Checks if the underlying file-like object looks like a + :class:`http.client.HTTPResponse` object. We do this by testing for + the fp attribute. If it is present we assume it returns raw chunks as + processed by read_chunked(). + """ + return hasattr(self._fp, "fp") + + def _update_chunk_length(self): + # First, we'll figure out length of a chunk and then + # we'll try to read it from socket. + if self.chunk_left is not None: + return + line = self._fp.fp.readline() + line = line.split(b";", 1)[0] + try: + self.chunk_left = int(line, 16) + except ValueError: + # Invalid chunked protocol response, abort. + self.close() + raise InvalidChunkLength(self, line) + + def _handle_chunk(self, amt): + returned_chunk = None + if amt is None: + chunk = self._fp._safe_read(self.chunk_left) + returned_chunk = chunk + self._fp._safe_read(2) # Toss the CRLF at the end of the chunk. + self.chunk_left = None + elif amt < self.chunk_left: + value = self._fp._safe_read(amt) + self.chunk_left = self.chunk_left - amt + returned_chunk = value + elif amt == self.chunk_left: + value = self._fp._safe_read(amt) + self._fp._safe_read(2) # Toss the CRLF at the end of the chunk. + self.chunk_left = None + returned_chunk = value + else: # amt > self.chunk_left + returned_chunk = self._fp._safe_read(self.chunk_left) + self._fp._safe_read(2) # Toss the CRLF at the end of the chunk. + self.chunk_left = None + return returned_chunk + + def read_chunked(self, amt=None, decode_content=None): + """ + Similar to :meth:`HTTPResponse.read`, but with an additional + parameter: ``decode_content``. + + :param amt: + How much of the content to read. If specified, caching is skipped + because it doesn't make sense to cache partial content as the full + response. + + :param decode_content: + If True, will attempt to decode the body based on the + 'content-encoding' header. + """ + self._init_decoder() + # FIXME: Rewrite this method and make it a class with a better structured logic. + if not self.chunked: + raise ResponseNotChunked( + "Response is not chunked. " + "Header 'transfer-encoding: chunked' is missing." + ) + if not self.supports_chunked_reads(): + raise BodyNotHttplibCompatible( + "Body should be http.client.HTTPResponse like. " + "It should have have an fp attribute which returns raw chunks." + ) + + with self._error_catcher(): + # Don't bother reading the body of a HEAD request. + if self._original_response and is_response_to_head(self._original_response): + self._original_response.close() + return + + # If a response is already read and closed + # then return immediately. + if self._fp.fp is None: + return + + while True: + self._update_chunk_length() + if self.chunk_left == 0: + break + chunk = self._handle_chunk(amt) + decoded = self._decode( + chunk, decode_content=decode_content, flush_decoder=False + ) + if decoded: + yield decoded + + if decode_content: + # On CPython and PyPy, we should never need to flush the + # decoder. However, on Jython we *might* need to, so + # lets defensively do it anyway. + decoded = self._flush_decoder() + if decoded: # Platform-specific: Jython. + yield decoded + + # Chunk content ends with \r\n: discard it. + while True: + line = self._fp.fp.readline() + if not line: + # Some sites may not end with '\r\n'. + break + if line == b"\r\n": + break + + # We read everything; close the "file". + if self._original_response: + self._original_response.close() + + def geturl(self): + """ + Returns the URL that was the source of this response. + If the request that generated this response redirected, this method + will return the final redirect location. + """ + if self.retries is not None and len(self.retries.history): + return self.retries.history[-1].redirect_location + else: + return self._request_url + + def __iter__(self): + buffer = [] + for chunk in self.stream(decode_content=True): + if b"\n" in chunk: + chunk = chunk.split(b"\n") + yield b"".join(buffer) + chunk[0] + b"\n" + for x in chunk[1:-1]: + yield x + b"\n" + if chunk[-1]: + buffer = [chunk[-1]] + else: + buffer = [] + else: + buffer.append(chunk) + if buffer: + yield b"".join(buffer) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__init__.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__init__.py new file mode 100644 index 0000000..4547fc5 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__init__.py @@ -0,0 +1,49 @@ +from __future__ import absolute_import + +# For backwards compatibility, provide imports that used to be here. +from .connection import is_connection_dropped +from .request import SKIP_HEADER, SKIPPABLE_HEADERS, make_headers +from .response import is_fp_closed +from .retry import Retry +from .ssl_ import ( + ALPN_PROTOCOLS, + HAS_SNI, + IS_PYOPENSSL, + IS_SECURETRANSPORT, + PROTOCOL_TLS, + SSLContext, + assert_fingerprint, + resolve_cert_reqs, + resolve_ssl_version, + ssl_wrap_socket, +) +from .timeout import Timeout, current_time +from .url import Url, get_host, parse_url, split_first +from .wait import wait_for_read, wait_for_write + +__all__ = ( + "HAS_SNI", + "IS_PYOPENSSL", + "IS_SECURETRANSPORT", + "SSLContext", + "PROTOCOL_TLS", + "ALPN_PROTOCOLS", + "Retry", + "Timeout", + "Url", + "assert_fingerprint", + "current_time", + "is_connection_dropped", + "is_fp_closed", + "get_host", + "parse_url", + "make_headers", + "resolve_cert_reqs", + "resolve_ssl_version", + "split_first", + "ssl_wrap_socket", + "wait_for_read", + "wait_for_write", + "SKIP_HEADER", + "SKIPPABLE_HEADERS", +) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f7e7d794b831f0fd5b47c32ee54d289857c1f7d8 GIT binary patch literal 1114 zcmZ9L%Wm676oyG%OkJp}FOltB>=Y=Vg~J5d7C}^3K#UraAj*r(WOho>+j!Ie^eajPYnKhl^}Qz zkNyIPo!I4$aEa?WaVakIk|>jMF|P26sFJGKAv?k&UXiQvny8a{G2Y<~(Im}c>~UYT zNK3RyTXaZAbV*nANKf=hU+j`yu}AjAKG_!se<4?qZ48$QhEaEyp6366NJS9)X zGxAJ4C(ny~gTD|bpX7s~&^vif|dl<|{KVOdj$%NJy(JiBE7R5|y*uaMm-DGsh zrH1vcttBR)_HjBJPr~rh_8|(#=U4Ob zVm_LLv*~h2WwbaJevq))1 zb4WII#uF5vG=8CV7hxn7Y#hb5{cm`u62pcA)r5L0AJIZ|5N!mupsFMG5C@1ZVjlr* z>8Kjw31Wco5Isa6afsMO93hSoRm2WpGW@|dD80!|t{9~XTiQ0ZCthq|J*ZaBwArpJ zHnBCRUnWy1HA=8mg=bobwH2)5gZTehD_j-+3L9IYsL^^@St#{`Tl8qlP|pY7TaReU zR`|8c>K*Q0TWzq6BS}`4DNftnpq_I>1D1y0fgWM!MpfpM0aOtb;-qwB+ dGR`@BhyRbp6Z0LvyyyCGzjnL+!0o!V(%-u$D!~8% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..44008d2dfc046d3c6864a64d35f6a7794535c435 GIT binary patch literal 3442 zcmaJ@TW=f372X?{ONyc{c2WdL(rFu4reTwD6S%05UQ}DEjXJU#(lx9kSS~q3a;4?& zW@c!b!ZIl0py*56zaTy4xqqV%ecsnT`7ZU=2m1KTGXaaWRIOg2YWUxMWwNO=<2x} zmB-$phk2QLQDs~`td3U>SFoet3$jaf&l)S}kFrYp4ewRu>ltF(?UYjlmSxt1e z979^OpP7dGJ%w%C#?)w(gZIFwO7MKbk^#H7|`Ns5dhfApGeob_jrD;^TbgIGWZh#1WXIFpHJYBISa;H{c4|kAoo-tu#zqK913ZwJim&5C-@&ka)P}mE=FYs7Ij4xjGn3abLmZx&bBEes=ld<7Bc%x)DCC`+fV zEK^W;(|CcXJ+oXyrHV=EomMg@D`jQr9aYbqd&cK~ntPe|S!rIGSLZA9+I$r}>L*(` z>1CCynys8+EmyL7X1}mZpa3^(6O%v9>Zhw2qYK1zhVspD3qtwy)o`2YL}IRHd80w7D0D#!ZiA#!vv5<&nrfKvTpu`C9!N#DifR-$i3lw@VATdmH&IrgBlQc!9pbF>( zjbW7Zf{0Ky2qqCAT_BG@3Qe#uC9+d*Mz)o)w!4K%n*iqG(&A26%LFD9mAEwf8zPzT zKJ(ALqeOsyp(NvpkSfmwq_A!>Acc8}Hm#GAL(xTJ;_|oVrzh5@pYP{RNaNt- zovmwP>n4eU9*c;w{Y(**NkXC|9-jO}B`pMG7!Q&~0)@!&;$##G+1Sjha3q&viX4@f zgydnGZw676Od0iuLFf;HaTv{V7h#%Eme(G~p_=Hb#$BY1yvl=6Fn_?4F)yhNw{T6q za*2Pw(tdRJkAA!J$?nd_`4u1L_lskG5sxDOk^hH>kAA=N(7(64xAXX6$L~D&c=yrc z4n$N@pi^<~DAVWVg;nzsQ)M_W=`z(=&&vx(aFx*V`s;pIYX!q|j*jv~?kErBHYnxp zLR%Xk&aGgOd+LUqr7SO{JdsIW=?5{gelTXaB?6uNbCc=pUkq!C@kSq29(~1y^RHoB z+{55)R?R9hvRksOx>>`lW_quzS8tZ;MV>aRcGXfR)VZp;ZmA5ea`@H1Sl@Xr_AP!J zg!-y)SUxr;>b;9syoUk3fq`DZrO17mi7Z>5TbXf$O!*IFx-UGn-!S)4<&<@mmT*JE zE)*&+U1DSMJ>B@*piUJVRrqv$L1l4X>HR*o&L7p|s8`FR%8@jV%sKiL?qO!nQD>A4 zC;#fGV!zCQx)os}9L7L9a4=2yF$s(019M9DTwzD!@=|!+B-0T?4l4Zj>%z~?ojw2Y ze*0ket|F=syi70X5i|weVWf-$v||#Gd;4wVg@E@*x;f}2azq{+JiDW_D<&TTMg4?R z(QG*UEohXN!Q#RGZYTHd@3j2~2Y_vEmY9rhdLIKX@YWKCa z(8k7jTiC^dnsXH4xh0KL^UUB?)#OR*$mZ8iHl%fGVeX(rqb)owp@Fmqx)@Stjs`KV zpgg;?t)e_XHDXoNOy0!VvMPO+n)KgXYrM*b@` zQ|;9yfK~h@r71p$cQH5$D1e7+S#Hg&12PI+)+@(WLCQbEkrR7+`*!0>UiJOK1pP4c zeXdZn@TCeb9`*_?s%$BdD6*QjY|e_T=ctBWcY;MvsJbZrjv5p=H5#-}HDi89?Oo`g tXF5}OAB___iP&$H3AG+I!?S9DRLxvBJ==NPLi1Mr&ik$Bc`LPd{|Cr2u?GME literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c20fc1e333d02c0bf7d45c6763a80763a685d464 GIT binary patch literal 1349 zcmYjRPj4JG6rb_@$tFz#EfpjZ5*8AIm71NRA`VprNKt_UTB@?WL`Wm=*tDj}R8={@mlsAm^}=;GL0MC6R9+}>IjEm(_s*5d+A7~Du%*${f^b|7k{QlZoc1$Z zTEx`^kW$W;$>LLLq9Oha^?MNFfYz0d;YxpwE(f^Pac2Ay_&9l z-&-gfsZF0`2qNte^N5Z)HF{AlhgbxHo9l4zLGV!9fba+xVAi}grdkUvmI@~I`8E*i zfJmz4)-(GhGY|DGXKPe}Qubivx9shTSD_4wtg6Y>?OqMS3_Su+q zX@638)L4}-3_KSgOT8p9_fANM-8awD?e}7TpYGOH;sNIG0qkRq|0%O47TJ)2S(UEN zq}piZPL`!xHS?1>2wki&O}0^blOe~l`rNIIzBl>wZe~lTPHIs+!?&?nUDg>AOG^XU zz{jj{WtDj(_;lR|h-N50ancvxW6xcKhAJlF9pN%MjKficGiH~JvDb0L{)>}1f$0o=shIEA;!@-|sUh3JF2 z8-tX~61x328{tHsdjRjN-Y*Aqz|rst>G?t+2gi@lYTw6&?W7_8UbD2X2E%G#W&Rzd zF@yKeVH{1T({b9x6x~B7)IEMGnfKaCOvD49ee_^$WK*dx=!0hIn|V86@!lo-@bL0~ Dxt@X) literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5e398610ff603248b12ffd33f677292e753bbdbf GIT binary patch literal 1069 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..137b9a66377ebd35626b9115d75fae24222dd7d7 GIT binary patch literal 2362 zcmZuyPj4JG6d!wLXD6FYQc@w1Kwt_|SwUusDj`%w6=@rk9vUK&7O@g6-m!Pr&HStF z*=ED$()7TE1K*%I@&))595~OFQ$GL~q*9(eyZO^HtMS_J+3!8S_xrucmzG)%JbxVh zIsAReasD!k^ACo_m+-0`7?{IQ;-sjHkeTBIr*79xy{-pqmw8De^}D{EHbu#P zNyZeqscOI%V4>q4>K1|L_K3&(iaZ{1J>rs3G8AK;k%36~S|av2 z$@>rC(nKf{C%NJ*Y}s=+AVoAa+8cIlZ0(Ks>j!mCV&fyU+qMro_cPj0H~~51n#)vV z{M7xRIOnL-r~;vCuhsH~)>8DLRyLWHKa=A@QMDe>q^#wTWEW!k&5_HH#eb6MzT#3v zG9L+DM2wF!uGfY_kIMd9U(zfdL3tv$@i}Dz1O2sizJd<6?vw3SWK$6P`!bvugTMbDJ6jc2Q9aaJcM6jH^B2*8)O&- z7{8F0VABOOG(ccpi-wP*ocuzG~1NUcv@c}usZXzH@& zFZc;!E-)vcHvy`)k{b##tIr`PNyx~8UXc+UbJFL4BUQ#RS87lu$%Fu8EPxDFHV?F< zF`VaF4D0l;}ic5Ly;^@|8K zlnZOhgLMP}s=`9aJJ(*{)dI=RnCaQ7_O z*>$J{T9_75Q{eClKPZ4wa9y_8PTaEe^Tv6?Bs1lwClH z=`=pPyYQ;_U>E{QzF!0kKpi#G*i=~IDf$&Z!n-vgI&Rex(2xl<1-psZT!iBLMu)8ghguvP}JzJoE~*P!|ZM*hpg4z+;j)fj+?ZRZQulRT!0 zx(SoHjSiM?7_&=dRwJUvsHUAodD%#tv!qmu=c-jL>`jU}^9Q+1sjfT?qN)k$q0kyE z`O6F?9nO;b>aE}W-wS;VN7NM<+AFK5ZRm_W z6u3TGhJO$FZH)bYg8<|&<%h8CwUU{1TVj6%6KK^A6buNb4ISH4#LzwzYl@z^CqQa5 zhgSW!W!x*Rx+ch@k}Jy)YS?015ztT7?4x9BbK}mMi%~*9AXiP0R|y17 zNeZ8#d`6V#CRLSZv>mT%_G(>?5?5rpYLrF6C15w0hg12pO{V*wL-1wj%=0}xom-Ip z09%y#==!Y|0J)9iC$QM=ELE*uZ&2z|@?K9GmUY`ar6LJyK3l?A>Qt?>o?ubdU7de0 zLM0BuG#_&%n_xk{Z3e>|3kvJ$9NuiSmTJLznzJ(Drp-Fa$lJ~(Y;YF1!Tasc{{ym< BjoAPI literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..813b08146f61e22285f07791ef819632b2b1f43e GIT binary patch literal 16189 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 KeM@}{C;k_yPi3C~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee5930255b018780d17d38b8122643a8c329520f GIT binary patch literal 11558 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 R-l{mu?z~ejEtXc@{{Sggaftu` literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b54f8115f5651539e7758ef16ead69153daac54d GIT binary patch literal 10724 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8c6a18e00f7a875da0c80811f2f58b24414950a1 GIT binary patch literal 3098 zcmc&$&2Jn<7O$$V{+Nk9p2Q}J!-AS1r0rGW0kT>xB1AzbMv>5X6&qQM5Uuu9%}jfG zx+m2&cE;*KD{SqD1f2K-;uRPFFB~}cl?ypX;()Z;eXrU!@d(aTtE%3ss;++Zd%yRp zv&F?af%4t#`~J%>5%L2nFBT7!`%v@mpbJkE3rpT z$Dw4Kq)VJgcN$QF56p3xvvKYdlG1(BC&K;@?RXy&;RyGL2v^n)txjFC-Alq7+UmZj ziTV-gETmjqswDBUSQL#T+F1l?Ni;!fh|A&%tXdMwVg>r9cu8D6BGF~>2XReYhZR>q zS`{}yS{8JZ1g|`U6Ond6OLrV89Y+a>wNaL4I!og&C|t)Q8Cd0NJKK(?ThPRMJyV-m zcPRA(r7~46?!#Ev%T%ajB+ACQy02m_yZD6{3kBsq)O-ONNf1Fm53OO!hM_im%?rac z8p$v$>tQ&`#3Vs^Aq*c+qNJKRA?gyWHqFn2*2lS2c}r!3SdUvm?xj-S?#FsC*}1)= zqO?1R(|&7DrhBa<-f4}edXS}e*4}!vm4l79$5D3}^<~}~$KzHA%S5JH6P3W)JFSV1 zlNKIoZ9Fv=Hqd$wjYl{&BLRD6f&L8b?=oo43d&eNfSMzZ3R2KRIP3{+8`A?;vR+!c z2y-^kznn=SJY@qg)oL1MX&9$k{RzgN<9;4hSD?G_Ewl)UY`*m+2n9epA*!Z=kf=MtLb=+1$ke+6=C*;<&|9Bdj~i9L4-^l0yR_o8x24ekfmhnSB#X2{*h+U} zv!ard%S3i{X-mT_9;tqAlr-zu4<5F+9tB)A;T3fm-}3|zE{RiFQaOj5fu{wF@|)0j zv`*^`3iK?Zn0zm3UVV`LRQmf#FUD$_w=4f6xg>}e2wPxkxZ^hq4{8l55wP~pZ;vLq z_Vcmq#=WT@X+Mz>3}mVFv!0Lf_1>16$XmXNEh7g`x$tO`B7sgpjK*VNutJ`wYuF%F zO1_h2Nl-6&4zXKu6RWn_rUKJZ-GPJ|XW#S&=F(BPZVH2^{S(vAfn8p${1%>vK7K>$ zb@*<66&jBs+W6E>Z8}Zbq$+@^3%ENlfPO$$o1H1s3UpJbC znx;?rG5I(77kP^G=EsbZf07>1Rq!KkW@|^g;1BSELELVuSKup#lU*d{SwR_%ScaP4 zfTjRWPpI;sr|*y%egMXfE4Rfz!dgt0<1E1pO7#gXJygPMXSV{>IHM5Qimhi-$#E z>h$0Zvvv->wYy2yjgtJ{+UZ+?r(T73j89AFZyO(d^srsJ*l&EiWpYF5DcO&64dLVC zN_2eSsMk=&I8d)+V`7JoqI{^7D~p*m0vUF6PUi>%F2-*gwTT3u+<%y??OE< z$UdwaP)+7L3mu^O!K-QJSCqLeA5Y@FD3Pi5qrE6jqMbwrRaQM=Y8Boto#8$vf_c)d zq!R#m4zv-xpwMgTFVI}D2z^?E`T^AZ&(It!YVwpGgEuuR$S#E}33S602JZ9Lkz7^P2aA8iaBCPSg)+*ka=qeBuGG7^7&u^*<;Va=F+LPgariO4W z8Ad!tqwr#3+@lT3dGo&xW&cxug`o?lKuj@246f)tO%922G>uqV*I+ZALN&AvI@3Mimk@%z%^SNzm-dKAeQbR$|E>TbwUhN1E)gN=G>s(fw9k_n)}>w9N@D< zIcrcebK!k{9AWg#V}POj6;yLKH@HImH&3qKh1rW|#WehTp7nLG$edN(Md>|k zE^=16F!l|O-@^vAz*=8#t0k0H6z0e(Fo`lz|5UlK2fuTm!Cwz>0n?bdEDT*MDq>(5h8eJpK`)qWj5pcL vyIcJ~-ox>> make_headers(keep_alive=True, user_agent="Batman/1.0") + {'connection': 'keep-alive', 'user-agent': 'Batman/1.0'} + >>> make_headers(accept_encoding=True) + {'accept-encoding': 'gzip,deflate'} + """ + headers = {} + if accept_encoding: + if isinstance(accept_encoding, str): + pass + elif isinstance(accept_encoding, list): + accept_encoding = ",".join(accept_encoding) + else: + accept_encoding = ACCEPT_ENCODING + headers["accept-encoding"] = accept_encoding + + if user_agent: + headers["user-agent"] = user_agent + + if keep_alive: + headers["connection"] = "keep-alive" + + if basic_auth: + headers["authorization"] = "Basic " + b64encode(b(basic_auth)).decode("utf-8") + + if proxy_basic_auth: + headers["proxy-authorization"] = "Basic " + b64encode( + b(proxy_basic_auth) + ).decode("utf-8") + + if disable_cache: + headers["cache-control"] = "no-cache" + + return headers + + +def set_file_position(body, pos): + """ + If a position is provided, move file to that point. + Otherwise, we'll attempt to record a position for future use. + """ + if pos is not None: + rewind_body(body, pos) + elif getattr(body, "tell", None) is not None: + try: + pos = body.tell() + except (IOError, OSError): + # This differentiates from None, allowing us to catch + # a failed `tell()` later when trying to rewind the body. + pos = _FAILEDTELL + + return pos + + +def rewind_body(body, body_pos): + """ + Attempt to rewind body to a certain position. + Primarily used for request redirects and retries. + + :param body: + File-like object that supports seek. + + :param int pos: + Position to seek to in file. + """ + body_seek = getattr(body, "seek", None) + if body_seek is not None and isinstance(body_pos, integer_types): + try: + body_seek(body_pos) + except (IOError, OSError): + raise UnrewindableBodyError( + "An error occurred when rewinding request body for redirect/retry." + ) + elif body_pos is _FAILEDTELL: + raise UnrewindableBodyError( + "Unable to record file position for rewinding " + "request body during a redirect/retry." + ) + else: + raise ValueError( + "body_pos must be of type integer, instead it was %s." % type(body_pos) + ) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/response.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/response.py new file mode 100644 index 0000000..5ea609c --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/response.py @@ -0,0 +1,107 @@ +from __future__ import absolute_import + +from email.errors import MultipartInvariantViolationDefect, StartBoundaryNotFoundDefect + +from ..exceptions import HeaderParsingError +from ..packages.six.moves import http_client as httplib + + +def is_fp_closed(obj): + """ + Checks whether a given file-like object is closed. + + :param obj: + The file-like object to check. + """ + + try: + # Check `isclosed()` first, in case Python3 doesn't set `closed`. + # GH Issue #928 + return obj.isclosed() + except AttributeError: + pass + + try: + # Check via the official file-like-object way. + return obj.closed + except AttributeError: + pass + + try: + # Check if the object is a container for another file-like object that + # gets released on exhaustion (e.g. HTTPResponse). + return obj.fp is None + except AttributeError: + pass + + raise ValueError("Unable to determine whether fp is closed.") + + +def assert_header_parsing(headers): + """ + Asserts whether all headers have been successfully parsed. + Extracts encountered errors from the result of parsing headers. + + Only works on Python 3. + + :param http.client.HTTPMessage headers: Headers to verify. + + :raises urllib3.exceptions.HeaderParsingError: + If parsing errors are found. + """ + + # This will fail silently if we pass in the wrong kind of parameter. + # To make debugging easier add an explicit check. + if not isinstance(headers, httplib.HTTPMessage): + raise TypeError("expected httplib.Message, got {0}.".format(type(headers))) + + defects = getattr(headers, "defects", None) + get_payload = getattr(headers, "get_payload", None) + + unparsed_data = None + if get_payload: + # get_payload is actually email.message.Message.get_payload; + # we're only interested in the result if it's not a multipart message + if not headers.is_multipart(): + payload = get_payload() + + if isinstance(payload, (bytes, str)): + unparsed_data = payload + if defects: + # httplib is assuming a response body is available + # when parsing headers even when httplib only sends + # header data to parse_headers() This results in + # defects on multipart responses in particular. + # See: https://github.com/urllib3/urllib3/issues/800 + + # So we ignore the following defects: + # - StartBoundaryNotFoundDefect: + # The claimed start boundary was never found. + # - MultipartInvariantViolationDefect: + # A message claimed to be a multipart but no subparts were found. + defects = [ + defect + for defect in defects + if not isinstance( + defect, (StartBoundaryNotFoundDefect, MultipartInvariantViolationDefect) + ) + ] + + if defects or unparsed_data: + raise HeaderParsingError(defects=defects, unparsed_data=unparsed_data) + + +def is_response_to_head(response): + """ + Checks whether the request of a response has been a HEAD-request. + Handles the quirks of AppEngine. + + :param http.client.HTTPResponse response: + Response to check if the originating request + used 'HEAD' as a method. + """ + # FIXME: Can we do this somehow without accessing private httplib _method? + method = response._method + if isinstance(method, int): # Platform-specific: Appengine + return method == 3 + return method.upper() == "HEAD" diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/retry.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/retry.py new file mode 100644 index 0000000..9a1e90d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/retry.py @@ -0,0 +1,622 @@ +from __future__ import absolute_import + +import email +import logging +import re +import time +import warnings +from collections import namedtuple +from itertools import takewhile + +from ..exceptions import ( + ConnectTimeoutError, + InvalidHeader, + MaxRetryError, + ProtocolError, + ProxyError, + ReadTimeoutError, + ResponseError, +) +from ..packages import six + +log = logging.getLogger(__name__) + + +# Data structure for representing the metadata of requests that result in a retry. +RequestHistory = namedtuple( + "RequestHistory", ["method", "url", "error", "status", "redirect_location"] +) + + +# TODO: In v2 we can remove this sentinel and metaclass with deprecated options. +_Default = object() + + +class _RetryMeta(type): + @property + def DEFAULT_METHOD_WHITELIST(cls): + warnings.warn( + "Using 'Retry.DEFAULT_METHOD_WHITELIST' is deprecated and " + "will be removed in v2.0. Use 'Retry.DEFAULT_ALLOWED_METHODS' instead", + DeprecationWarning, + ) + return cls.DEFAULT_ALLOWED_METHODS + + @DEFAULT_METHOD_WHITELIST.setter + def DEFAULT_METHOD_WHITELIST(cls, value): + warnings.warn( + "Using 'Retry.DEFAULT_METHOD_WHITELIST' is deprecated and " + "will be removed in v2.0. Use 'Retry.DEFAULT_ALLOWED_METHODS' instead", + DeprecationWarning, + ) + cls.DEFAULT_ALLOWED_METHODS = value + + @property + def DEFAULT_REDIRECT_HEADERS_BLACKLIST(cls): + warnings.warn( + "Using 'Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST' is deprecated and " + "will be removed in v2.0. Use 'Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT' instead", + DeprecationWarning, + ) + return cls.DEFAULT_REMOVE_HEADERS_ON_REDIRECT + + @DEFAULT_REDIRECT_HEADERS_BLACKLIST.setter + def DEFAULT_REDIRECT_HEADERS_BLACKLIST(cls, value): + warnings.warn( + "Using 'Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST' is deprecated and " + "will be removed in v2.0. Use 'Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT' instead", + DeprecationWarning, + ) + cls.DEFAULT_REMOVE_HEADERS_ON_REDIRECT = value + + @property + def BACKOFF_MAX(cls): + warnings.warn( + "Using 'Retry.BACKOFF_MAX' is deprecated and " + "will be removed in v2.0. Use 'Retry.DEFAULT_BACKOFF_MAX' instead", + DeprecationWarning, + ) + return cls.DEFAULT_BACKOFF_MAX + + @BACKOFF_MAX.setter + def BACKOFF_MAX(cls, value): + warnings.warn( + "Using 'Retry.BACKOFF_MAX' is deprecated and " + "will be removed in v2.0. Use 'Retry.DEFAULT_BACKOFF_MAX' instead", + DeprecationWarning, + ) + cls.DEFAULT_BACKOFF_MAX = value + + +@six.add_metaclass(_RetryMeta) +class Retry(object): + """Retry configuration. + + Each retry attempt will create a new Retry object with updated values, so + they can be safely reused. + + Retries can be defined as a default for a pool:: + + retries = Retry(connect=5, read=2, redirect=5) + http = PoolManager(retries=retries) + response = http.request('GET', 'http://example.com/') + + Or per-request (which overrides the default for the pool):: + + response = http.request('GET', 'http://example.com/', retries=Retry(10)) + + Retries can be disabled by passing ``False``:: + + response = http.request('GET', 'http://example.com/', retries=False) + + Errors will be wrapped in :class:`~urllib3.exceptions.MaxRetryError` unless + retries are disabled, in which case the causing exception will be raised. + + :param int total: + Total number of retries to allow. Takes precedence over other counts. + + Set to ``None`` to remove this constraint and fall back on other + counts. + + Set to ``0`` to fail on the first retry. + + Set to ``False`` to disable and imply ``raise_on_redirect=False``. + + :param int connect: + How many connection-related errors to retry on. + + These are errors raised before the request is sent to the remote server, + which we assume has not triggered the server to process the request. + + Set to ``0`` to fail on the first retry of this type. + + :param int read: + How many times to retry on read errors. + + These errors are raised after the request was sent to the server, so the + request may have side-effects. + + Set to ``0`` to fail on the first retry of this type. + + :param int redirect: + How many redirects to perform. Limit this to avoid infinite redirect + loops. + + A redirect is a HTTP response with a status code 301, 302, 303, 307 or + 308. + + Set to ``0`` to fail on the first retry of this type. + + Set to ``False`` to disable and imply ``raise_on_redirect=False``. + + :param int status: + How many times to retry on bad status codes. + + These are retries made on responses, where status code matches + ``status_forcelist``. + + Set to ``0`` to fail on the first retry of this type. + + :param int other: + How many times to retry on other errors. + + Other errors are errors that are not connect, read, redirect or status errors. + These errors might be raised after the request was sent to the server, so the + request might have side-effects. + + Set to ``0`` to fail on the first retry of this type. + + If ``total`` is not set, it's a good idea to set this to 0 to account + for unexpected edge cases and avoid infinite retry loops. + + :param iterable allowed_methods: + Set of uppercased HTTP method verbs that we should retry on. + + By default, we only retry on methods which are considered to be + idempotent (multiple requests with the same parameters end with the + same state). See :attr:`Retry.DEFAULT_ALLOWED_METHODS`. + + Set to a ``False`` value to retry on any verb. + + .. warning:: + + Previously this parameter was named ``method_whitelist``, that + usage is deprecated in v1.26.0 and will be removed in v2.0. + + :param iterable status_forcelist: + A set of integer HTTP status codes that we should force a retry on. + A retry is initiated if the request method is in ``allowed_methods`` + and the response status code is in ``status_forcelist``. + + By default, this is disabled with ``None``. + + :param float backoff_factor: + A backoff factor to apply between attempts after the second try + (most errors are resolved immediately by a second try without a + delay). urllib3 will sleep for:: + + {backoff factor} * (2 ** ({number of total retries} - 1)) + + seconds. If the backoff_factor is 0.1, then :func:`.sleep` will sleep + for [0.0s, 0.2s, 0.4s, ...] between retries. It will never be longer + than :attr:`Retry.DEFAULT_BACKOFF_MAX`. + + By default, backoff is disabled (set to 0). + + :param bool raise_on_redirect: Whether, if the number of redirects is + exhausted, to raise a MaxRetryError, or to return a response with a + response code in the 3xx range. + + :param bool raise_on_status: Similar meaning to ``raise_on_redirect``: + whether we should raise an exception, or return a response, + if status falls in ``status_forcelist`` range and retries have + been exhausted. + + :param tuple history: The history of the request encountered during + each call to :meth:`~Retry.increment`. The list is in the order + the requests occurred. Each list item is of class :class:`RequestHistory`. + + :param bool respect_retry_after_header: + Whether to respect Retry-After header on status codes defined as + :attr:`Retry.RETRY_AFTER_STATUS_CODES` or not. + + :param iterable remove_headers_on_redirect: + Sequence of headers to remove from the request when a response + indicating a redirect is returned before firing off the redirected + request. + """ + + #: Default methods to be used for ``allowed_methods`` + DEFAULT_ALLOWED_METHODS = frozenset( + ["HEAD", "GET", "PUT", "DELETE", "OPTIONS", "TRACE"] + ) + + #: Default status codes to be used for ``status_forcelist`` + RETRY_AFTER_STATUS_CODES = frozenset([413, 429, 503]) + + #: Default headers to be used for ``remove_headers_on_redirect`` + DEFAULT_REMOVE_HEADERS_ON_REDIRECT = frozenset( + ["Cookie", "Authorization", "Proxy-Authorization"] + ) + + #: Maximum backoff time. + DEFAULT_BACKOFF_MAX = 120 + + def __init__( + self, + total=10, + connect=None, + read=None, + redirect=None, + status=None, + other=None, + allowed_methods=_Default, + status_forcelist=None, + backoff_factor=0, + raise_on_redirect=True, + raise_on_status=True, + history=None, + respect_retry_after_header=True, + remove_headers_on_redirect=_Default, + # TODO: Deprecated, remove in v2.0 + method_whitelist=_Default, + ): + + if method_whitelist is not _Default: + if allowed_methods is not _Default: + raise ValueError( + "Using both 'allowed_methods' and " + "'method_whitelist' together is not allowed. " + "Instead only use 'allowed_methods'" + ) + warnings.warn( + "Using 'method_whitelist' with Retry is deprecated and " + "will be removed in v2.0. Use 'allowed_methods' instead", + DeprecationWarning, + stacklevel=2, + ) + allowed_methods = method_whitelist + if allowed_methods is _Default: + allowed_methods = self.DEFAULT_ALLOWED_METHODS + if remove_headers_on_redirect is _Default: + remove_headers_on_redirect = self.DEFAULT_REMOVE_HEADERS_ON_REDIRECT + + self.total = total + self.connect = connect + self.read = read + self.status = status + self.other = other + + if redirect is False or total is False: + redirect = 0 + raise_on_redirect = False + + self.redirect = redirect + self.status_forcelist = status_forcelist or set() + self.allowed_methods = allowed_methods + self.backoff_factor = backoff_factor + self.raise_on_redirect = raise_on_redirect + self.raise_on_status = raise_on_status + self.history = history or tuple() + self.respect_retry_after_header = respect_retry_after_header + self.remove_headers_on_redirect = frozenset( + [h.lower() for h in remove_headers_on_redirect] + ) + + def new(self, **kw): + params = dict( + total=self.total, + connect=self.connect, + read=self.read, + redirect=self.redirect, + status=self.status, + other=self.other, + status_forcelist=self.status_forcelist, + backoff_factor=self.backoff_factor, + raise_on_redirect=self.raise_on_redirect, + raise_on_status=self.raise_on_status, + history=self.history, + remove_headers_on_redirect=self.remove_headers_on_redirect, + respect_retry_after_header=self.respect_retry_after_header, + ) + + # TODO: If already given in **kw we use what's given to us + # If not given we need to figure out what to pass. We decide + # based on whether our class has the 'method_whitelist' property + # and if so we pass the deprecated 'method_whitelist' otherwise + # we use 'allowed_methods'. Remove in v2.0 + if "method_whitelist" not in kw and "allowed_methods" not in kw: + if "method_whitelist" in self.__dict__: + warnings.warn( + "Using 'method_whitelist' with Retry is deprecated and " + "will be removed in v2.0. Use 'allowed_methods' instead", + DeprecationWarning, + ) + params["method_whitelist"] = self.allowed_methods + else: + params["allowed_methods"] = self.allowed_methods + + params.update(kw) + return type(self)(**params) + + @classmethod + def from_int(cls, retries, redirect=True, default=None): + """Backwards-compatibility for the old retries format.""" + if retries is None: + retries = default if default is not None else cls.DEFAULT + + if isinstance(retries, Retry): + return retries + + redirect = bool(redirect) and None + new_retries = cls(retries, redirect=redirect) + log.debug("Converted retries value: %r -> %r", retries, new_retries) + return new_retries + + def get_backoff_time(self): + """Formula for computing the current backoff + + :rtype: float + """ + # We want to consider only the last consecutive errors sequence (Ignore redirects). + consecutive_errors_len = len( + list( + takewhile(lambda x: x.redirect_location is None, reversed(self.history)) + ) + ) + if consecutive_errors_len <= 1: + return 0 + + backoff_value = self.backoff_factor * (2 ** (consecutive_errors_len - 1)) + return min(self.DEFAULT_BACKOFF_MAX, backoff_value) + + def parse_retry_after(self, retry_after): + # Whitespace: https://tools.ietf.org/html/rfc7230#section-3.2.4 + if re.match(r"^\s*[0-9]+\s*$", retry_after): + seconds = int(retry_after) + else: + retry_date_tuple = email.utils.parsedate_tz(retry_after) + if retry_date_tuple is None: + raise InvalidHeader("Invalid Retry-After header: %s" % retry_after) + if retry_date_tuple[9] is None: # Python 2 + # Assume UTC if no timezone was specified + # On Python2.7, parsedate_tz returns None for a timezone offset + # instead of 0 if no timezone is given, where mktime_tz treats + # a None timezone offset as local time. + retry_date_tuple = retry_date_tuple[:9] + (0,) + retry_date_tuple[10:] + + retry_date = email.utils.mktime_tz(retry_date_tuple) + seconds = retry_date - time.time() + + if seconds < 0: + seconds = 0 + + return seconds + + def get_retry_after(self, response): + """Get the value of Retry-After in seconds.""" + + retry_after = response.headers.get("Retry-After") + + if retry_after is None: + return None + + return self.parse_retry_after(retry_after) + + def sleep_for_retry(self, response=None): + retry_after = self.get_retry_after(response) + if retry_after: + time.sleep(retry_after) + return True + + return False + + def _sleep_backoff(self): + backoff = self.get_backoff_time() + if backoff <= 0: + return + time.sleep(backoff) + + def sleep(self, response=None): + """Sleep between retry attempts. + + This method will respect a server's ``Retry-After`` response header + and sleep the duration of the time requested. If that is not present, it + will use an exponential backoff. By default, the backoff factor is 0 and + this method will return immediately. + """ + + if self.respect_retry_after_header and response: + slept = self.sleep_for_retry(response) + if slept: + return + + self._sleep_backoff() + + def _is_connection_error(self, err): + """Errors when we're fairly sure that the server did not receive the + request, so it should be safe to retry. + """ + if isinstance(err, ProxyError): + err = err.original_error + return isinstance(err, ConnectTimeoutError) + + def _is_read_error(self, err): + """Errors that occur after the request has been started, so we should + assume that the server began processing it. + """ + return isinstance(err, (ReadTimeoutError, ProtocolError)) + + def _is_method_retryable(self, method): + """Checks if a given HTTP method should be retried upon, depending if + it is included in the allowed_methods + """ + # TODO: For now favor if the Retry implementation sets its own method_whitelist + # property outside of our constructor to avoid breaking custom implementations. + if "method_whitelist" in self.__dict__: + warnings.warn( + "Using 'method_whitelist' with Retry is deprecated and " + "will be removed in v2.0. Use 'allowed_methods' instead", + DeprecationWarning, + ) + allowed_methods = self.method_whitelist + else: + allowed_methods = self.allowed_methods + + if allowed_methods and method.upper() not in allowed_methods: + return False + return True + + def is_retry(self, method, status_code, has_retry_after=False): + """Is this method/status code retryable? (Based on allowlists and control + variables such as the number of total retries to allow, whether to + respect the Retry-After header, whether this header is present, and + whether the returned status code is on the list of status codes to + be retried upon on the presence of the aforementioned header) + """ + if not self._is_method_retryable(method): + return False + + if self.status_forcelist and status_code in self.status_forcelist: + return True + + return ( + self.total + and self.respect_retry_after_header + and has_retry_after + and (status_code in self.RETRY_AFTER_STATUS_CODES) + ) + + def is_exhausted(self): + """Are we out of retries?""" + retry_counts = ( + self.total, + self.connect, + self.read, + self.redirect, + self.status, + self.other, + ) + retry_counts = list(filter(None, retry_counts)) + if not retry_counts: + return False + + return min(retry_counts) < 0 + + def increment( + self, + method=None, + url=None, + response=None, + error=None, + _pool=None, + _stacktrace=None, + ): + """Return a new Retry object with incremented retry counters. + + :param response: A response object, or None, if the server did not + return a response. + :type response: :class:`~urllib3.response.HTTPResponse` + :param Exception error: An error encountered during the request, or + None if the response was received successfully. + + :return: A new ``Retry`` object. + """ + if self.total is False and error: + # Disabled, indicate to re-raise the error. + raise six.reraise(type(error), error, _stacktrace) + + total = self.total + if total is not None: + total -= 1 + + connect = self.connect + read = self.read + redirect = self.redirect + status_count = self.status + other = self.other + cause = "unknown" + status = None + redirect_location = None + + if error and self._is_connection_error(error): + # Connect retry? + if connect is False: + raise six.reraise(type(error), error, _stacktrace) + elif connect is not None: + connect -= 1 + + elif error and self._is_read_error(error): + # Read retry? + if read is False or not self._is_method_retryable(method): + raise six.reraise(type(error), error, _stacktrace) + elif read is not None: + read -= 1 + + elif error: + # Other retry? + if other is not None: + other -= 1 + + elif response and response.get_redirect_location(): + # Redirect retry? + if redirect is not None: + redirect -= 1 + cause = "too many redirects" + redirect_location = response.get_redirect_location() + status = response.status + + else: + # Incrementing because of a server error like a 500 in + # status_forcelist and the given method is in the allowed_methods + cause = ResponseError.GENERIC_ERROR + if response and response.status: + if status_count is not None: + status_count -= 1 + cause = ResponseError.SPECIFIC_ERROR.format(status_code=response.status) + status = response.status + + history = self.history + ( + RequestHistory(method, url, error, status, redirect_location), + ) + + new_retry = self.new( + total=total, + connect=connect, + read=read, + redirect=redirect, + status=status_count, + other=other, + history=history, + ) + + if new_retry.is_exhausted(): + raise MaxRetryError(_pool, url, error or ResponseError(cause)) + + log.debug("Incremented Retry for (url='%s'): %r", url, new_retry) + + return new_retry + + def __repr__(self): + return ( + "{cls.__name__}(total={self.total}, connect={self.connect}, " + "read={self.read}, redirect={self.redirect}, status={self.status})" + ).format(cls=type(self), self=self) + + def __getattr__(self, item): + if item == "method_whitelist": + # TODO: Remove this deprecated alias in v2.0 + warnings.warn( + "Using 'method_whitelist' with Retry is deprecated and " + "will be removed in v2.0. Use 'allowed_methods' instead", + DeprecationWarning, + ) + return self.allowed_methods + try: + return getattr(super(Retry, self), item) + except AttributeError: + return getattr(Retry, item) + + +# For backwards compatibility (equivalent to pre-v1.9): +Retry.DEFAULT = Retry(3) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py new file mode 100644 index 0000000..0a6a0e0 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py @@ -0,0 +1,504 @@ +from __future__ import absolute_import + +import hashlib +import hmac +import os +import sys +import warnings +from binascii import hexlify, unhexlify + +from ..exceptions import ( + InsecurePlatformWarning, + ProxySchemeUnsupported, + SNIMissingWarning, + SSLError, +) +from ..packages import six +from .url import BRACELESS_IPV6_ADDRZ_RE, IPV4_RE + +SSLContext = None +SSLTransport = None +HAS_SNI = False +IS_PYOPENSSL = False +IS_SECURETRANSPORT = False +ALPN_PROTOCOLS = ["http/1.1"] + +# Maps the length of a digest to a possible hash function producing this digest +HASHFUNC_MAP = { + length: getattr(hashlib, algorithm, None) + for length, algorithm in ((32, "md5"), (40, "sha1"), (64, "sha256")) +} + + +def _const_compare_digest_backport(a, b): + """ + Compare two digests of equal length in constant time. + + The digests must be of type str/bytes. + Returns True if the digests match, and False otherwise. + """ + result = abs(len(a) - len(b)) + for left, right in zip(bytearray(a), bytearray(b)): + result |= left ^ right + return result == 0 + + +_const_compare_digest = getattr(hmac, "compare_digest", _const_compare_digest_backport) + +try: # Test for SSL features + import ssl + from ssl import CERT_REQUIRED, wrap_socket +except ImportError: + pass + +try: + from ssl import HAS_SNI # Has SNI? +except ImportError: + pass + +try: + from .ssltransport import SSLTransport +except ImportError: + pass + + +try: # Platform-specific: Python 3.6 + from ssl import PROTOCOL_TLS + + PROTOCOL_SSLv23 = PROTOCOL_TLS +except ImportError: + try: + from ssl import PROTOCOL_SSLv23 as PROTOCOL_TLS + + PROTOCOL_SSLv23 = PROTOCOL_TLS + except ImportError: + PROTOCOL_SSLv23 = PROTOCOL_TLS = 2 + +try: + from ssl import PROTOCOL_TLS_CLIENT +except ImportError: + PROTOCOL_TLS_CLIENT = PROTOCOL_TLS + + +try: + from ssl import OP_NO_COMPRESSION, OP_NO_SSLv2, OP_NO_SSLv3 +except ImportError: + OP_NO_SSLv2, OP_NO_SSLv3 = 0x1000000, 0x2000000 + OP_NO_COMPRESSION = 0x20000 + + +try: # OP_NO_TICKET was added in Python 3.6 + from ssl import OP_NO_TICKET +except ImportError: + OP_NO_TICKET = 0x4000 + + +# A secure default. +# Sources for more information on TLS ciphers: +# +# - https://wiki.mozilla.org/Security/Server_Side_TLS +# - https://www.ssllabs.com/projects/best-practices/index.html +# - https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/ +# +# The general intent is: +# - prefer cipher suites that offer perfect forward secrecy (DHE/ECDHE), +# - prefer ECDHE over DHE for better performance, +# - prefer any AES-GCM and ChaCha20 over any AES-CBC for better performance and +# security, +# - prefer AES-GCM over ChaCha20 because hardware-accelerated AES is common, +# - disable NULL authentication, MD5 MACs, DSS, and other +# insecure ciphers for security reasons. +# - NOTE: TLS 1.3 cipher suites are managed through a different interface +# not exposed by CPython (yet!) and are enabled by default if they're available. +DEFAULT_CIPHERS = ":".join( + [ + "ECDHE+AESGCM", + "ECDHE+CHACHA20", + "DHE+AESGCM", + "DHE+CHACHA20", + "ECDH+AESGCM", + "DH+AESGCM", + "ECDH+AES", + "DH+AES", + "RSA+AESGCM", + "RSA+AES", + "!aNULL", + "!eNULL", + "!MD5", + "!DSS", + ] +) + +try: + from ssl import SSLContext # Modern SSL? +except ImportError: + + class SSLContext(object): # Platform-specific: Python 2 + def __init__(self, protocol_version): + self.protocol = protocol_version + # Use default values from a real SSLContext + self.check_hostname = False + self.verify_mode = ssl.CERT_NONE + self.ca_certs = None + self.options = 0 + self.certfile = None + self.keyfile = None + self.ciphers = None + + def load_cert_chain(self, certfile, keyfile): + self.certfile = certfile + self.keyfile = keyfile + + def load_verify_locations(self, cafile=None, capath=None, cadata=None): + self.ca_certs = cafile + + if capath is not None: + raise SSLError("CA directories not supported in older Pythons") + + if cadata is not None: + raise SSLError("CA data not supported in older Pythons") + + def set_ciphers(self, cipher_suite): + self.ciphers = cipher_suite + + def wrap_socket(self, socket, server_hostname=None, server_side=False): + warnings.warn( + "A true SSLContext object is not available. This prevents " + "urllib3 from configuring SSL appropriately and may cause " + "certain SSL connections to fail. You can upgrade to a newer " + "version of Python to solve this. For more information, see " + "https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html" + "#ssl-warnings", + InsecurePlatformWarning, + ) + kwargs = { + "keyfile": self.keyfile, + "certfile": self.certfile, + "ca_certs": self.ca_certs, + "cert_reqs": self.verify_mode, + "ssl_version": self.protocol, + "server_side": server_side, + } + return wrap_socket(socket, ciphers=self.ciphers, **kwargs) + + +def assert_fingerprint(cert, fingerprint): + """ + Checks if given fingerprint matches the supplied certificate. + + :param cert: + Certificate as bytes object. + :param fingerprint: + Fingerprint as string of hexdigits, can be interspersed by colons. + """ + + fingerprint = fingerprint.replace(":", "").lower() + digest_length = len(fingerprint) + if digest_length not in HASHFUNC_MAP: + raise SSLError("Fingerprint of invalid length: {0}".format(fingerprint)) + hashfunc = HASHFUNC_MAP.get(digest_length) + if hashfunc is None: + raise SSLError( + "Hash function implementation unavailable for fingerprint length: {0}".format( + digest_length + ) + ) + + # We need encode() here for py32; works on py2 and p33. + fingerprint_bytes = unhexlify(fingerprint.encode()) + + cert_digest = hashfunc(cert).digest() + + if not _const_compare_digest(cert_digest, fingerprint_bytes): + raise SSLError( + 'Fingerprints did not match. Expected "{0}", got "{1}".'.format( + fingerprint, hexlify(cert_digest) + ) + ) + + +def resolve_cert_reqs(candidate): + """ + Resolves the argument to a numeric constant, which can be passed to + the wrap_socket function/method from the ssl module. + Defaults to :data:`ssl.CERT_REQUIRED`. + If given a string it is assumed to be the name of the constant in the + :mod:`ssl` module or its abbreviation. + (So you can specify `REQUIRED` instead of `CERT_REQUIRED`. + If it's neither `None` nor a string we assume it is already the numeric + constant which can directly be passed to wrap_socket. + """ + if candidate is None: + return CERT_REQUIRED + + if isinstance(candidate, str): + res = getattr(ssl, candidate, None) + if res is None: + res = getattr(ssl, "CERT_" + candidate) + return res + + return candidate + + +def resolve_ssl_version(candidate): + """ + like resolve_cert_reqs + """ + if candidate is None: + return PROTOCOL_TLS + + if isinstance(candidate, str): + res = getattr(ssl, candidate, None) + if res is None: + res = getattr(ssl, "PROTOCOL_" + candidate) + return res + + return candidate + + +def create_urllib3_context( + ssl_version=None, cert_reqs=None, options=None, ciphers=None +): + """All arguments have the same meaning as ``ssl_wrap_socket``. + + By default, this function does a lot of the same work that + ``ssl.create_default_context`` does on Python 3.4+. It: + + - Disables SSLv2, SSLv3, and compression + - Sets a restricted set of server ciphers + + If you wish to enable SSLv3, you can do:: + + from pip._vendor.urllib3.util import ssl_ + context = ssl_.create_urllib3_context() + context.options &= ~ssl_.OP_NO_SSLv3 + + You can do the same to enable compression (substituting ``COMPRESSION`` + for ``SSLv3`` in the last line above). + + :param ssl_version: + The desired protocol version to use. This will default to + PROTOCOL_SSLv23 which will negotiate the highest protocol that both + the server and your installation of OpenSSL support. + :param cert_reqs: + Whether to require the certificate verification. This defaults to + ``ssl.CERT_REQUIRED``. + :param options: + Specific OpenSSL options. These default to ``ssl.OP_NO_SSLv2``, + ``ssl.OP_NO_SSLv3``, ``ssl.OP_NO_COMPRESSION``, and ``ssl.OP_NO_TICKET``. + :param ciphers: + Which cipher suites to allow the server to select. + :returns: + Constructed SSLContext object with specified options + :rtype: SSLContext + """ + # PROTOCOL_TLS is deprecated in Python 3.10 + if not ssl_version or ssl_version == PROTOCOL_TLS: + ssl_version = PROTOCOL_TLS_CLIENT + + context = SSLContext(ssl_version) + + context.set_ciphers(ciphers or DEFAULT_CIPHERS) + + # Setting the default here, as we may have no ssl module on import + cert_reqs = ssl.CERT_REQUIRED if cert_reqs is None else cert_reqs + + if options is None: + options = 0 + # SSLv2 is easily broken and is considered harmful and dangerous + options |= OP_NO_SSLv2 + # SSLv3 has several problems and is now dangerous + options |= OP_NO_SSLv3 + # Disable compression to prevent CRIME attacks for OpenSSL 1.0+ + # (issue #309) + options |= OP_NO_COMPRESSION + # TLSv1.2 only. Unless set explicitly, do not request tickets. + # This may save some bandwidth on wire, and although the ticket is encrypted, + # there is a risk associated with it being on wire, + # if the server is not rotating its ticketing keys properly. + options |= OP_NO_TICKET + + context.options |= options + + # Enable post-handshake authentication for TLS 1.3, see GH #1634. PHA is + # necessary for conditional client cert authentication with TLS 1.3. + # The attribute is None for OpenSSL <= 1.1.0 or does not exist in older + # versions of Python. We only enable on Python 3.7.4+ or if certificate + # verification is enabled to work around Python issue #37428 + # See: https://bugs.python.org/issue37428 + if (cert_reqs == ssl.CERT_REQUIRED or sys.version_info >= (3, 7, 4)) and getattr( + context, "post_handshake_auth", None + ) is not None: + context.post_handshake_auth = True + + def disable_check_hostname(): + if ( + getattr(context, "check_hostname", None) is not None + ): # Platform-specific: Python 3.2 + # We do our own verification, including fingerprints and alternative + # hostnames. So disable it here + context.check_hostname = False + + # The order of the below lines setting verify_mode and check_hostname + # matter due to safe-guards SSLContext has to prevent an SSLContext with + # check_hostname=True, verify_mode=NONE/OPTIONAL. This is made even more + # complex because we don't know whether PROTOCOL_TLS_CLIENT will be used + # or not so we don't know the initial state of the freshly created SSLContext. + if cert_reqs == ssl.CERT_REQUIRED: + context.verify_mode = cert_reqs + disable_check_hostname() + else: + disable_check_hostname() + context.verify_mode = cert_reqs + + # Enable logging of TLS session keys via defacto standard environment variable + # 'SSLKEYLOGFILE', if the feature is available (Python 3.8+). Skip empty values. + if hasattr(context, "keylog_filename"): + sslkeylogfile = os.environ.get("SSLKEYLOGFILE") + if sslkeylogfile: + context.keylog_filename = sslkeylogfile + + return context + + +def ssl_wrap_socket( + sock, + keyfile=None, + certfile=None, + cert_reqs=None, + ca_certs=None, + server_hostname=None, + ssl_version=None, + ciphers=None, + ssl_context=None, + ca_cert_dir=None, + key_password=None, + ca_cert_data=None, + tls_in_tls=False, +): + """ + All arguments except for server_hostname, ssl_context, and ca_cert_dir have + the same meaning as they do when using :func:`ssl.wrap_socket`. + + :param server_hostname: + When SNI is supported, the expected hostname of the certificate + :param ssl_context: + A pre-made :class:`SSLContext` object. If none is provided, one will + be created using :func:`create_urllib3_context`. + :param ciphers: + A string of ciphers we wish the client to support. + :param ca_cert_dir: + A directory containing CA certificates in multiple separate files, as + supported by OpenSSL's -CApath flag or the capath argument to + SSLContext.load_verify_locations(). + :param key_password: + Optional password if the keyfile is encrypted. + :param ca_cert_data: + Optional string containing CA certificates in PEM format suitable for + passing as the cadata parameter to SSLContext.load_verify_locations() + :param tls_in_tls: + Use SSLTransport to wrap the existing socket. + """ + context = ssl_context + if context is None: + # Note: This branch of code and all the variables in it are no longer + # used by urllib3 itself. We should consider deprecating and removing + # this code. + context = create_urllib3_context(ssl_version, cert_reqs, ciphers=ciphers) + + if ca_certs or ca_cert_dir or ca_cert_data: + try: + context.load_verify_locations(ca_certs, ca_cert_dir, ca_cert_data) + except (IOError, OSError) as e: + raise SSLError(e) + + elif ssl_context is None and hasattr(context, "load_default_certs"): + # try to load OS default certs; works well on Windows (require Python3.4+) + context.load_default_certs() + + # Attempt to detect if we get the goofy behavior of the + # keyfile being encrypted and OpenSSL asking for the + # passphrase via the terminal and instead error out. + if keyfile and key_password is None and _is_key_file_encrypted(keyfile): + raise SSLError("Client private key is encrypted, password is required") + + if certfile: + if key_password is None: + context.load_cert_chain(certfile, keyfile) + else: + context.load_cert_chain(certfile, keyfile, key_password) + + try: + if hasattr(context, "set_alpn_protocols"): + context.set_alpn_protocols(ALPN_PROTOCOLS) + except NotImplementedError: # Defensive: in CI, we always have set_alpn_protocols + pass + + # If we detect server_hostname is an IP address then the SNI + # extension should not be used according to RFC3546 Section 3.1 + use_sni_hostname = server_hostname and not is_ipaddress(server_hostname) + # SecureTransport uses server_hostname in certificate verification. + send_sni = (use_sni_hostname and HAS_SNI) or ( + IS_SECURETRANSPORT and server_hostname + ) + # Do not warn the user if server_hostname is an invalid SNI hostname. + if not HAS_SNI and use_sni_hostname: + warnings.warn( + "An HTTPS request has been made, but the SNI (Server Name " + "Indication) extension to TLS is not available on this platform. " + "This may cause the server to present an incorrect TLS " + "certificate, which can cause validation failures. You can upgrade to " + "a newer version of Python to solve this. For more information, see " + "https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html" + "#ssl-warnings", + SNIMissingWarning, + ) + + if send_sni: + ssl_sock = _ssl_wrap_socket_impl( + sock, context, tls_in_tls, server_hostname=server_hostname + ) + else: + ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls) + return ssl_sock + + +def is_ipaddress(hostname): + """Detects whether the hostname given is an IPv4 or IPv6 address. + Also detects IPv6 addresses with Zone IDs. + + :param str hostname: Hostname to examine. + :return: True if the hostname is an IP address, False otherwise. + """ + if not six.PY2 and isinstance(hostname, bytes): + # IDN A-label bytes are ASCII compatible. + hostname = hostname.decode("ascii") + return bool(IPV4_RE.match(hostname) or BRACELESS_IPV6_ADDRZ_RE.match(hostname)) + + +def _is_key_file_encrypted(key_file): + """Detects if a key file is encrypted or not.""" + with open(key_file, "r") as f: + for line in f: + # Look for Proc-Type: 4,ENCRYPTED + if "ENCRYPTED" in line: + return True + + return False + + +def _ssl_wrap_socket_impl(sock, ssl_context, tls_in_tls, server_hostname=None): + if tls_in_tls: + if not SSLTransport: + # Import error, ssl is not available. + raise ProxySchemeUnsupported( + "TLS in TLS requires support for the 'ssl' module" + ) + + SSLTransport._validate_ssl_context_for_tls_in_tls(ssl_context) + return SSLTransport(sock, ssl_context, server_hostname) + + if server_hostname: + return ssl_context.wrap_socket(sock, server_hostname=server_hostname) + else: + return ssl_context.wrap_socket(sock) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py new file mode 100644 index 0000000..1dd950c --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py @@ -0,0 +1,159 @@ +"""The match_hostname() function from Python 3.3.3, essential when using SSL.""" + +# Note: This file is under the PSF license as the code comes from the python +# stdlib. http://docs.python.org/3/license.html + +import re +import sys + +# ipaddress has been backported to 2.6+ in pypi. If it is installed on the +# system, use it to handle IPAddress ServerAltnames (this was added in +# python-3.5) otherwise only do DNS matching. This allows +# util.ssl_match_hostname to continue to be used in Python 2.7. +try: + import ipaddress +except ImportError: + ipaddress = None + +__version__ = "3.5.0.1" + + +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 + + # Ported from python3-syntax: + # leftmost, *remainder = dn.split(r'.') + parts = dn.split(r".") + leftmost = parts[0] + remainder = 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 _to_unicode(obj): + if isinstance(obj, str) and sys.version_info < (3,): + # ignored flake8 # F821 to support python 2.7 function + obj = unicode(obj, encoding="ascii", errors="strict") # noqa: F821 + return obj + + +def _ipaddress_match(ipname, host_ip): + """Exact matching of IP addresses. + + RFC 6125 explicitly doesn't define an algorithm for this + (section 1.7.2 - "Out of Scope"). + """ + # OpenSSL may add a trailing newline to a subjectAltName's IP address + # Divergence from upstream: ipaddress can't handle byte str + ip = ipaddress.ip_address(_to_unicode(ipname).rstrip()) + return ip == host_ip + + +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" + ) + try: + # Divergence from upstream: ipaddress can't handle byte str + host_ip = ipaddress.ip_address(_to_unicode(hostname)) + except (UnicodeError, ValueError): + # ValueError: Not an IP address (common case) + # UnicodeError: Divergence from upstream: Have to deal with ipaddress not taking + # byte strings. addresses should be all ascii, so we consider it not + # an ipaddress in this case + host_ip = None + except AttributeError: + # Divergence from upstream: Make ipaddress library optional + if ipaddress is None: + host_ip = None + else: # Defensive + raise + dnsnames = [] + san = cert.get("subjectAltName", ()) + for key, value in san: + if key == "DNS": + if host_ip is None and _dnsname_match(value, hostname): + return + dnsnames.append(value) + elif key == "IP Address": + if host_ip is not None and _ipaddress_match(value, host_ip): + 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" + ) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssltransport.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssltransport.py new file mode 100644 index 0000000..4a7105d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssltransport.py @@ -0,0 +1,221 @@ +import io +import socket +import ssl + +from ..exceptions import ProxySchemeUnsupported +from ..packages import six + +SSL_BLOCKSIZE = 16384 + + +class SSLTransport: + """ + The SSLTransport wraps an existing socket and establishes an SSL connection. + + Contrary to Python's implementation of SSLSocket, it allows you to chain + multiple TLS connections together. It's particularly useful if you need to + implement TLS within TLS. + + The class supports most of the socket API operations. + """ + + @staticmethod + def _validate_ssl_context_for_tls_in_tls(ssl_context): + """ + Raises a ProxySchemeUnsupported if the provided ssl_context can't be used + for TLS in TLS. + + The only requirement is that the ssl_context provides the 'wrap_bio' + methods. + """ + + if not hasattr(ssl_context, "wrap_bio"): + if six.PY2: + raise ProxySchemeUnsupported( + "TLS in TLS requires SSLContext.wrap_bio() which isn't " + "supported on Python 2" + ) + else: + raise ProxySchemeUnsupported( + "TLS in TLS requires SSLContext.wrap_bio() which isn't " + "available on non-native SSLContext" + ) + + def __init__( + self, socket, ssl_context, server_hostname=None, suppress_ragged_eofs=True + ): + """ + Create an SSLTransport around socket using the provided ssl_context. + """ + self.incoming = ssl.MemoryBIO() + self.outgoing = ssl.MemoryBIO() + + self.suppress_ragged_eofs = suppress_ragged_eofs + self.socket = socket + + self.sslobj = ssl_context.wrap_bio( + self.incoming, self.outgoing, server_hostname=server_hostname + ) + + # Perform initial handshake. + self._ssl_io_loop(self.sslobj.do_handshake) + + def __enter__(self): + return self + + def __exit__(self, *_): + self.close() + + def fileno(self): + return self.socket.fileno() + + def read(self, len=1024, buffer=None): + return self._wrap_ssl_read(len, buffer) + + def recv(self, len=1024, flags=0): + if flags != 0: + raise ValueError("non-zero flags not allowed in calls to recv") + return self._wrap_ssl_read(len) + + def recv_into(self, buffer, nbytes=None, flags=0): + if flags != 0: + raise ValueError("non-zero flags not allowed in calls to recv_into") + if buffer and (nbytes is None): + nbytes = len(buffer) + elif nbytes is None: + nbytes = 1024 + return self.read(nbytes, buffer) + + def sendall(self, data, flags=0): + if flags != 0: + raise ValueError("non-zero flags not allowed in calls to sendall") + count = 0 + with memoryview(data) as view, view.cast("B") as byte_view: + amount = len(byte_view) + while count < amount: + v = self.send(byte_view[count:]) + count += v + + def send(self, data, flags=0): + if flags != 0: + raise ValueError("non-zero flags not allowed in calls to send") + response = self._ssl_io_loop(self.sslobj.write, data) + return response + + def makefile( + self, mode="r", buffering=None, encoding=None, errors=None, newline=None + ): + """ + Python's httpclient uses makefile and buffered io when reading HTTP + messages and we need to support it. + + This is unfortunately a copy and paste of socket.py makefile with small + changes to point to the socket directly. + """ + if not set(mode) <= {"r", "w", "b"}: + raise ValueError("invalid mode %r (only r, w, b allowed)" % (mode,)) + + writing = "w" in mode + reading = "r" in mode or not writing + assert reading or writing + binary = "b" in mode + rawmode = "" + if reading: + rawmode += "r" + if writing: + rawmode += "w" + raw = socket.SocketIO(self, rawmode) + self.socket._io_refs += 1 + if buffering is None: + buffering = -1 + if buffering < 0: + buffering = io.DEFAULT_BUFFER_SIZE + if buffering == 0: + if not binary: + raise ValueError("unbuffered streams must be binary") + return raw + if reading and writing: + buffer = io.BufferedRWPair(raw, raw, buffering) + elif reading: + buffer = io.BufferedReader(raw, buffering) + else: + assert writing + buffer = io.BufferedWriter(raw, buffering) + if binary: + return buffer + text = io.TextIOWrapper(buffer, encoding, errors, newline) + text.mode = mode + return text + + def unwrap(self): + self._ssl_io_loop(self.sslobj.unwrap) + + def close(self): + self.socket.close() + + def getpeercert(self, binary_form=False): + return self.sslobj.getpeercert(binary_form) + + def version(self): + return self.sslobj.version() + + def cipher(self): + return self.sslobj.cipher() + + def selected_alpn_protocol(self): + return self.sslobj.selected_alpn_protocol() + + def selected_npn_protocol(self): + return self.sslobj.selected_npn_protocol() + + def shared_ciphers(self): + return self.sslobj.shared_ciphers() + + def compression(self): + return self.sslobj.compression() + + def settimeout(self, value): + self.socket.settimeout(value) + + def gettimeout(self): + return self.socket.gettimeout() + + def _decref_socketios(self): + self.socket._decref_socketios() + + def _wrap_ssl_read(self, len, buffer=None): + try: + return self._ssl_io_loop(self.sslobj.read, len, buffer) + except ssl.SSLError as e: + if e.errno == ssl.SSL_ERROR_EOF and self.suppress_ragged_eofs: + return 0 # eof, return 0. + else: + raise + + def _ssl_io_loop(self, func, *args): + """Performs an I/O loop between incoming/outgoing and the socket.""" + should_loop = True + ret = None + + while should_loop: + errno = None + try: + ret = func(*args) + except ssl.SSLError as e: + if e.errno not in (ssl.SSL_ERROR_WANT_READ, ssl.SSL_ERROR_WANT_WRITE): + # WANT_READ, and WANT_WRITE are expected, others are not. + raise e + errno = e.errno + + buf = self.outgoing.read() + self.socket.sendall(buf) + + if errno is None: + should_loop = False + elif errno == ssl.SSL_ERROR_WANT_READ: + buf = self.socket.recv(SSL_BLOCKSIZE) + if buf: + self.incoming.write(buf) + else: + self.incoming.write_eof() + return ret diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/timeout.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/timeout.py new file mode 100644 index 0000000..78e18a6 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/timeout.py @@ -0,0 +1,271 @@ +from __future__ import absolute_import + +import time + +# The default socket timeout, used by httplib to indicate that no timeout was; specified by the user +from socket import _GLOBAL_DEFAULT_TIMEOUT, getdefaulttimeout + +from ..exceptions import TimeoutStateError + +# A sentinel value to indicate that no timeout was specified by the user in +# urllib3 +_Default = object() + + +# Use time.monotonic if available. +current_time = getattr(time, "monotonic", time.time) + + +class Timeout(object): + """Timeout configuration. + + Timeouts can be defined as a default for a pool: + + .. code-block:: python + + timeout = Timeout(connect=2.0, read=7.0) + http = PoolManager(timeout=timeout) + response = http.request('GET', 'http://example.com/') + + Or per-request (which overrides the default for the pool): + + .. code-block:: python + + response = http.request('GET', 'http://example.com/', timeout=Timeout(10)) + + Timeouts can be disabled by setting all the parameters to ``None``: + + .. code-block:: python + + no_timeout = Timeout(connect=None, read=None) + response = http.request('GET', 'http://example.com/, timeout=no_timeout) + + + :param total: + This combines the connect and read timeouts into one; the read timeout + will be set to the time leftover from the connect attempt. In the + event that both a connect timeout and a total are specified, or a read + timeout and a total are specified, the shorter timeout will be applied. + + Defaults to None. + + :type total: int, float, or None + + :param connect: + The maximum amount of time (in seconds) to wait for a connection + attempt to a server to succeed. Omitting the parameter will default the + connect timeout to the system default, probably `the global default + timeout in socket.py + `_. + None will set an infinite timeout for connection attempts. + + :type connect: int, float, or None + + :param read: + The maximum amount of time (in seconds) to wait between consecutive + read operations for a response from the server. Omitting the parameter + will default the read timeout to the system default, probably `the + global default timeout in socket.py + `_. + None will set an infinite timeout. + + :type read: int, float, or None + + .. note:: + + Many factors can affect the total amount of time for urllib3 to return + an HTTP response. + + For example, Python's DNS resolver does not obey the timeout specified + on the socket. Other factors that can affect total request time include + high CPU load, high swap, the program running at a low priority level, + or other behaviors. + + In addition, the read and total timeouts only measure the time between + read operations on the socket connecting the client and the server, + not the total amount of time for the request to return a complete + response. For most requests, the timeout is raised because the server + has not sent the first byte in the specified time. This is not always + the case; if a server streams one byte every fifteen seconds, a timeout + of 20 seconds will not trigger, even though the request will take + several minutes to complete. + + If your goal is to cut off any request after a set amount of wall clock + time, consider having a second "watcher" thread to cut off a slow + request. + """ + + #: A sentinel object representing the default timeout value + DEFAULT_TIMEOUT = _GLOBAL_DEFAULT_TIMEOUT + + def __init__(self, total=None, connect=_Default, read=_Default): + self._connect = self._validate_timeout(connect, "connect") + self._read = self._validate_timeout(read, "read") + self.total = self._validate_timeout(total, "total") + self._start_connect = None + + def __repr__(self): + return "%s(connect=%r, read=%r, total=%r)" % ( + type(self).__name__, + self._connect, + self._read, + self.total, + ) + + # __str__ provided for backwards compatibility + __str__ = __repr__ + + @classmethod + def resolve_default_timeout(cls, timeout): + return getdefaulttimeout() if timeout is cls.DEFAULT_TIMEOUT else timeout + + @classmethod + def _validate_timeout(cls, value, name): + """Check that a timeout attribute is valid. + + :param value: The timeout value to validate + :param name: The name of the timeout attribute to validate. This is + used to specify in error messages. + :return: The validated and casted version of the given value. + :raises ValueError: If it is a numeric value less than or equal to + zero, or the type is not an integer, float, or None. + """ + if value is _Default: + return cls.DEFAULT_TIMEOUT + + if value is None or value is cls.DEFAULT_TIMEOUT: + return value + + if isinstance(value, bool): + raise ValueError( + "Timeout cannot be a boolean value. It must " + "be an int, float or None." + ) + try: + float(value) + except (TypeError, ValueError): + raise ValueError( + "Timeout value %s was %s, but it must be an " + "int, float or None." % (name, value) + ) + + try: + if value <= 0: + raise ValueError( + "Attempted to set %s timeout to %s, but the " + "timeout cannot be set to a value less " + "than or equal to 0." % (name, value) + ) + except TypeError: + # Python 3 + raise ValueError( + "Timeout value %s was %s, but it must be an " + "int, float or None." % (name, value) + ) + + return value + + @classmethod + def from_float(cls, timeout): + """Create a new Timeout from a legacy timeout value. + + The timeout value used by httplib.py sets the same timeout on the + connect(), and recv() socket requests. This creates a :class:`Timeout` + object that sets the individual timeouts to the ``timeout`` value + passed to this function. + + :param timeout: The legacy timeout value. + :type timeout: integer, float, sentinel default object, or None + :return: Timeout object + :rtype: :class:`Timeout` + """ + return Timeout(read=timeout, connect=timeout) + + def clone(self): + """Create a copy of the timeout object + + Timeout properties are stored per-pool but each request needs a fresh + Timeout object to ensure each one has its own start/stop configured. + + :return: a copy of the timeout object + :rtype: :class:`Timeout` + """ + # We can't use copy.deepcopy because that will also create a new object + # for _GLOBAL_DEFAULT_TIMEOUT, which socket.py uses as a sentinel to + # detect the user default. + return Timeout(connect=self._connect, read=self._read, total=self.total) + + def start_connect(self): + """Start the timeout clock, used during a connect() attempt + + :raises urllib3.exceptions.TimeoutStateError: if you attempt + to start a timer that has been started already. + """ + if self._start_connect is not None: + raise TimeoutStateError("Timeout timer has already been started.") + self._start_connect = current_time() + return self._start_connect + + def get_connect_duration(self): + """Gets the time elapsed since the call to :meth:`start_connect`. + + :return: Elapsed time in seconds. + :rtype: float + :raises urllib3.exceptions.TimeoutStateError: if you attempt + to get duration for a timer that hasn't been started. + """ + if self._start_connect is None: + raise TimeoutStateError( + "Can't get connect duration for timer that has not started." + ) + return current_time() - self._start_connect + + @property + def connect_timeout(self): + """Get the value to use when setting a connection timeout. + + This will be a positive float or integer, the value None + (never timeout), or the default system timeout. + + :return: Connect timeout. + :rtype: int, float, :attr:`Timeout.DEFAULT_TIMEOUT` or None + """ + if self.total is None: + return self._connect + + if self._connect is None or self._connect is self.DEFAULT_TIMEOUT: + return self.total + + return min(self._connect, self.total) + + @property + def read_timeout(self): + """Get the value for the read timeout. + + This assumes some time has elapsed in the connection timeout and + computes the read timeout appropriately. + + If self.total is set, the read timeout is dependent on the amount of + time taken by the connect timeout. If the connection time has not been + established, a :exc:`~urllib3.exceptions.TimeoutStateError` will be + raised. + + :return: Value to use for the read timeout. + :rtype: int, float, :attr:`Timeout.DEFAULT_TIMEOUT` or None + :raises urllib3.exceptions.TimeoutStateError: If :meth:`start_connect` + has not yet been called on this object. + """ + if ( + self.total is not None + and self.total is not self.DEFAULT_TIMEOUT + and self._read is not None + and self._read is not self.DEFAULT_TIMEOUT + ): + # In case the connect timeout has not yet been established. + if self._start_connect is None: + return self._read + return max(0, min(self.total - self.get_connect_duration(), self._read)) + elif self.total is not None and self.total is not self.DEFAULT_TIMEOUT: + return max(0, self.total - self.get_connect_duration()) + else: + return self._read diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/url.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/url.py new file mode 100644 index 0000000..a960b2f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/url.py @@ -0,0 +1,435 @@ +from __future__ import absolute_import + +import re +from collections import namedtuple + +from ..exceptions import LocationParseError +from ..packages import six + +url_attrs = ["scheme", "auth", "host", "port", "path", "query", "fragment"] + +# We only want to normalize urls with an HTTP(S) scheme. +# urllib3 infers URLs without a scheme (None) to be http. +NORMALIZABLE_SCHEMES = ("http", "https", None) + +# Almost all of these patterns were derived from the +# 'rfc3986' module: https://github.com/python-hyper/rfc3986 +PERCENT_RE = re.compile(r"%[a-fA-F0-9]{2}") +SCHEME_RE = re.compile(r"^(?:[a-zA-Z][a-zA-Z0-9+-]*:|/)") +URI_RE = re.compile( + r"^(?:([a-zA-Z][a-zA-Z0-9+.-]*):)?" + r"(?://([^\\/?#]*))?" + r"([^?#]*)" + r"(?:\?([^#]*))?" + r"(?:#(.*))?$", + re.UNICODE | re.DOTALL, +) + +IPV4_PAT = r"(?:[0-9]{1,3}\.){3}[0-9]{1,3}" +HEX_PAT = "[0-9A-Fa-f]{1,4}" +LS32_PAT = "(?:{hex}:{hex}|{ipv4})".format(hex=HEX_PAT, ipv4=IPV4_PAT) +_subs = {"hex": HEX_PAT, "ls32": LS32_PAT} +_variations = [ + # 6( h16 ":" ) ls32 + "(?:%(hex)s:){6}%(ls32)s", + # "::" 5( h16 ":" ) ls32 + "::(?:%(hex)s:){5}%(ls32)s", + # [ h16 ] "::" 4( h16 ":" ) ls32 + "(?:%(hex)s)?::(?:%(hex)s:){4}%(ls32)s", + # [ *1( h16 ":" ) h16 ] "::" 3( h16 ":" ) ls32 + "(?:(?:%(hex)s:)?%(hex)s)?::(?:%(hex)s:){3}%(ls32)s", + # [ *2( h16 ":" ) h16 ] "::" 2( h16 ":" ) ls32 + "(?:(?:%(hex)s:){0,2}%(hex)s)?::(?:%(hex)s:){2}%(ls32)s", + # [ *3( h16 ":" ) h16 ] "::" h16 ":" ls32 + "(?:(?:%(hex)s:){0,3}%(hex)s)?::%(hex)s:%(ls32)s", + # [ *4( h16 ":" ) h16 ] "::" ls32 + "(?:(?:%(hex)s:){0,4}%(hex)s)?::%(ls32)s", + # [ *5( h16 ":" ) h16 ] "::" h16 + "(?:(?:%(hex)s:){0,5}%(hex)s)?::%(hex)s", + # [ *6( h16 ":" ) h16 ] "::" + "(?:(?:%(hex)s:){0,6}%(hex)s)?::", +] + +UNRESERVED_PAT = r"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._\-~" +IPV6_PAT = "(?:" + "|".join([x % _subs for x in _variations]) + ")" +ZONE_ID_PAT = "(?:%25|%)(?:[" + UNRESERVED_PAT + "]|%[a-fA-F0-9]{2})+" +IPV6_ADDRZ_PAT = r"\[" + IPV6_PAT + r"(?:" + ZONE_ID_PAT + r")?\]" +REG_NAME_PAT = r"(?:[^\[\]%:/?#]|%[a-fA-F0-9]{2})*" +TARGET_RE = re.compile(r"^(/[^?#]*)(?:\?([^#]*))?(?:#.*)?$") + +IPV4_RE = re.compile("^" + IPV4_PAT + "$") +IPV6_RE = re.compile("^" + IPV6_PAT + "$") +IPV6_ADDRZ_RE = re.compile("^" + IPV6_ADDRZ_PAT + "$") +BRACELESS_IPV6_ADDRZ_RE = re.compile("^" + IPV6_ADDRZ_PAT[2:-2] + "$") +ZONE_ID_RE = re.compile("(" + ZONE_ID_PAT + r")\]$") + +_HOST_PORT_PAT = ("^(%s|%s|%s)(?::0*?(|0|[1-9][0-9]{0,4}))?$") % ( + REG_NAME_PAT, + IPV4_PAT, + IPV6_ADDRZ_PAT, +) +_HOST_PORT_RE = re.compile(_HOST_PORT_PAT, re.UNICODE | re.DOTALL) + +UNRESERVED_CHARS = set( + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._-~" +) +SUB_DELIM_CHARS = set("!$&'()*+,;=") +USERINFO_CHARS = UNRESERVED_CHARS | SUB_DELIM_CHARS | {":"} +PATH_CHARS = USERINFO_CHARS | {"@", "/"} +QUERY_CHARS = FRAGMENT_CHARS = PATH_CHARS | {"?"} + + +class Url(namedtuple("Url", url_attrs)): + """ + Data structure for representing an HTTP URL. Used as a return value for + :func:`parse_url`. Both the scheme and host are normalized as they are + both case-insensitive according to RFC 3986. + """ + + __slots__ = () + + def __new__( + cls, + scheme=None, + auth=None, + host=None, + port=None, + path=None, + query=None, + fragment=None, + ): + if path and not path.startswith("/"): + path = "/" + path + if scheme is not None: + scheme = scheme.lower() + return super(Url, cls).__new__( + cls, scheme, auth, host, port, path, query, fragment + ) + + @property + def hostname(self): + """For backwards-compatibility with urlparse. We're nice like that.""" + return self.host + + @property + def request_uri(self): + """Absolute path including the query string.""" + uri = self.path or "/" + + if self.query is not None: + uri += "?" + self.query + + return uri + + @property + def netloc(self): + """Network location including host and port""" + if self.port: + return "%s:%d" % (self.host, self.port) + return self.host + + @property + def url(self): + """ + Convert self into a url + + This function should more or less round-trip with :func:`.parse_url`. The + returned url may not be exactly the same as the url inputted to + :func:`.parse_url`, but it should be equivalent by the RFC (e.g., urls + with a blank port will have : removed). + + Example: :: + + >>> U = parse_url('http://google.com/mail/') + >>> U.url + 'http://google.com/mail/' + >>> Url('http', 'username:password', 'host.com', 80, + ... '/path', 'query', 'fragment').url + 'http://username:password@host.com:80/path?query#fragment' + """ + scheme, auth, host, port, path, query, fragment = self + url = u"" + + # We use "is not None" we want things to happen with empty strings (or 0 port) + if scheme is not None: + url += scheme + u"://" + if auth is not None: + url += auth + u"@" + if host is not None: + url += host + if port is not None: + url += u":" + str(port) + if path is not None: + url += path + if query is not None: + url += u"?" + query + if fragment is not None: + url += u"#" + fragment + + return url + + def __str__(self): + return self.url + + +def split_first(s, delims): + """ + .. deprecated:: 1.25 + + Given a string and an iterable of delimiters, split on the first found + delimiter. Return two split parts and the matched delimiter. + + If not found, then the first part is the full input string. + + Example:: + + >>> split_first('foo/bar?baz', '?/=') + ('foo', 'bar?baz', '/') + >>> split_first('foo/bar?baz', '123') + ('foo/bar?baz', '', None) + + Scales linearly with number of delims. Not ideal for large number of delims. + """ + min_idx = None + min_delim = None + for d in delims: + idx = s.find(d) + if idx < 0: + continue + + if min_idx is None or idx < min_idx: + min_idx = idx + min_delim = d + + if min_idx is None or min_idx < 0: + return s, "", None + + return s[:min_idx], s[min_idx + 1 :], min_delim + + +def _encode_invalid_chars(component, allowed_chars, encoding="utf-8"): + """Percent-encodes a URI component without reapplying + onto an already percent-encoded component. + """ + if component is None: + return component + + component = six.ensure_text(component) + + # Normalize existing percent-encoded bytes. + # Try to see if the component we're encoding is already percent-encoded + # so we can skip all '%' characters but still encode all others. + component, percent_encodings = PERCENT_RE.subn( + lambda match: match.group(0).upper(), component + ) + + uri_bytes = component.encode("utf-8", "surrogatepass") + is_percent_encoded = percent_encodings == uri_bytes.count(b"%") + encoded_component = bytearray() + + for i in range(0, len(uri_bytes)): + # Will return a single character bytestring on both Python 2 & 3 + byte = uri_bytes[i : i + 1] + byte_ord = ord(byte) + if (is_percent_encoded and byte == b"%") or ( + byte_ord < 128 and byte.decode() in allowed_chars + ): + encoded_component += byte + continue + encoded_component.extend(b"%" + (hex(byte_ord)[2:].encode().zfill(2).upper())) + + return encoded_component.decode(encoding) + + +def _remove_path_dot_segments(path): + # See http://tools.ietf.org/html/rfc3986#section-5.2.4 for pseudo-code + segments = path.split("/") # Turn the path into a list of segments + output = [] # Initialize the variable to use to store output + + for segment in segments: + # '.' is the current directory, so ignore it, it is superfluous + if segment == ".": + continue + # Anything other than '..', should be appended to the output + elif segment != "..": + output.append(segment) + # In this case segment == '..', if we can, we should pop the last + # element + elif output: + output.pop() + + # If the path starts with '/' and the output is empty or the first string + # is non-empty + if path.startswith("/") and (not output or output[0]): + output.insert(0, "") + + # If the path starts with '/.' or '/..' ensure we add one more empty + # string to add a trailing '/' + if path.endswith(("/.", "/..")): + output.append("") + + return "/".join(output) + + +def _normalize_host(host, scheme): + if host: + if isinstance(host, six.binary_type): + host = six.ensure_str(host) + + if scheme in NORMALIZABLE_SCHEMES: + is_ipv6 = IPV6_ADDRZ_RE.match(host) + if is_ipv6: + # IPv6 hosts of the form 'a::b%zone' are encoded in a URL as + # such per RFC 6874: 'a::b%25zone'. Unquote the ZoneID + # separator as necessary to return a valid RFC 4007 scoped IP. + match = ZONE_ID_RE.search(host) + if match: + start, end = match.span(1) + zone_id = host[start:end] + + if zone_id.startswith("%25") and zone_id != "%25": + zone_id = zone_id[3:] + else: + zone_id = zone_id[1:] + zone_id = "%" + _encode_invalid_chars(zone_id, UNRESERVED_CHARS) + return host[:start].lower() + zone_id + host[end:] + else: + return host.lower() + elif not IPV4_RE.match(host): + return six.ensure_str( + b".".join([_idna_encode(label) for label in host.split(".")]) + ) + return host + + +def _idna_encode(name): + if name and any(ord(x) >= 128 for x in name): + try: + from pip._vendor import idna + except ImportError: + six.raise_from( + LocationParseError("Unable to parse URL without the 'idna' module"), + None, + ) + try: + return idna.encode(name.lower(), strict=True, std3_rules=True) + except idna.IDNAError: + six.raise_from( + LocationParseError(u"Name '%s' is not a valid IDNA label" % name), None + ) + return name.lower().encode("ascii") + + +def _encode_target(target): + """Percent-encodes a request target so that there are no invalid characters""" + path, query = TARGET_RE.match(target).groups() + target = _encode_invalid_chars(path, PATH_CHARS) + query = _encode_invalid_chars(query, QUERY_CHARS) + if query is not None: + target += "?" + query + return target + + +def parse_url(url): + """ + Given a url, return a parsed :class:`.Url` namedtuple. Best-effort is + performed to parse incomplete urls. Fields not provided will be None. + This parser is RFC 3986 and RFC 6874 compliant. + + The parser logic and helper functions are based heavily on + work done in the ``rfc3986`` module. + + :param str url: URL to parse into a :class:`.Url` namedtuple. + + Partly backwards-compatible with :mod:`urlparse`. + + Example:: + + >>> parse_url('http://google.com/mail/') + Url(scheme='http', host='google.com', port=None, path='/mail/', ...) + >>> parse_url('google.com:80') + Url(scheme=None, host='google.com', port=80, path=None, ...) + >>> parse_url('/foo?bar') + Url(scheme=None, host=None, port=None, path='/foo', query='bar', ...) + """ + if not url: + # Empty + return Url() + + source_url = url + if not SCHEME_RE.search(url): + url = "//" + url + + try: + scheme, authority, path, query, fragment = URI_RE.match(url).groups() + normalize_uri = scheme is None or scheme.lower() in NORMALIZABLE_SCHEMES + + if scheme: + scheme = scheme.lower() + + if authority: + auth, _, host_port = authority.rpartition("@") + auth = auth or None + host, port = _HOST_PORT_RE.match(host_port).groups() + if auth and normalize_uri: + auth = _encode_invalid_chars(auth, USERINFO_CHARS) + if port == "": + port = None + else: + auth, host, port = None, None, None + + if port is not None: + port = int(port) + if not (0 <= port <= 65535): + raise LocationParseError(url) + + host = _normalize_host(host, scheme) + + if normalize_uri and path: + path = _remove_path_dot_segments(path) + path = _encode_invalid_chars(path, PATH_CHARS) + if normalize_uri and query: + query = _encode_invalid_chars(query, QUERY_CHARS) + if normalize_uri and fragment: + fragment = _encode_invalid_chars(fragment, FRAGMENT_CHARS) + + except (ValueError, AttributeError): + return six.raise_from(LocationParseError(source_url), None) + + # For the sake of backwards compatibility we put empty + # string values for path if there are any defined values + # beyond the path in the URL. + # TODO: Remove this when we break backwards compatibility. + if not path: + if query is not None or fragment is not None: + path = "" + else: + path = None + + # Ensure that each part of the URL is a `str` for + # backwards compatibility. + if isinstance(url, six.text_type): + ensure_func = six.ensure_text + else: + ensure_func = six.ensure_str + + def ensure_type(x): + return x if x is None else ensure_func(x) + + return Url( + scheme=ensure_type(scheme), + auth=ensure_type(auth), + host=ensure_type(host), + port=port, + path=ensure_type(path), + query=ensure_type(query), + fragment=ensure_type(fragment), + ) + + +def get_host(url): + """ + Deprecated. Use :func:`parse_url` instead. + """ + p = parse_url(url) + return p.scheme or "http", p.hostname, p.port diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/wait.py b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/wait.py new file mode 100644 index 0000000..21b4590 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/wait.py @@ -0,0 +1,152 @@ +import errno +import select +import sys +from functools import partial + +try: + from time import monotonic +except ImportError: + from time import time as monotonic + +__all__ = ["NoWayToWaitForSocketError", "wait_for_read", "wait_for_write"] + + +class NoWayToWaitForSocketError(Exception): + pass + + +# How should we wait on sockets? +# +# There are two types of APIs you can use for waiting on sockets: the fancy +# modern stateful APIs like epoll/kqueue, and the older stateless APIs like +# select/poll. The stateful APIs are more efficient when you have a lots of +# sockets to keep track of, because you can set them up once and then use them +# lots of times. But we only ever want to wait on a single socket at a time +# and don't want to keep track of state, so the stateless APIs are actually +# more efficient. So we want to use select() or poll(). +# +# Now, how do we choose between select() and poll()? On traditional Unixes, +# select() has a strange calling convention that makes it slow, or fail +# altogether, for high-numbered file descriptors. The point of poll() is to fix +# that, so on Unixes, we prefer poll(). +# +# On Windows, there is no poll() (or at least Python doesn't provide a wrapper +# for it), but that's OK, because on Windows, select() doesn't have this +# strange calling convention; plain select() works fine. +# +# So: on Windows we use select(), and everywhere else we use poll(). We also +# fall back to select() in case poll() is somehow broken or missing. + +if sys.version_info >= (3, 5): + # Modern Python, that retries syscalls by default + def _retry_on_intr(fn, timeout): + return fn(timeout) + +else: + # Old and broken Pythons. + def _retry_on_intr(fn, timeout): + if timeout is None: + deadline = float("inf") + else: + deadline = monotonic() + timeout + + while True: + try: + return fn(timeout) + # OSError for 3 <= pyver < 3.5, select.error for pyver <= 2.7 + except (OSError, select.error) as e: + # 'e.args[0]' incantation works for both OSError and select.error + if e.args[0] != errno.EINTR: + raise + else: + timeout = deadline - monotonic() + if timeout < 0: + timeout = 0 + if timeout == float("inf"): + timeout = None + continue + + +def select_wait_for_socket(sock, read=False, write=False, timeout=None): + if not read and not write: + raise RuntimeError("must specify at least one of read=True, write=True") + rcheck = [] + wcheck = [] + if read: + rcheck.append(sock) + if write: + wcheck.append(sock) + # When doing a non-blocking connect, most systems signal success by + # marking the socket writable. Windows, though, signals success by marked + # it as "exceptional". We paper over the difference by checking the write + # sockets for both conditions. (The stdlib selectors module does the same + # thing.) + fn = partial(select.select, rcheck, wcheck, wcheck) + rready, wready, xready = _retry_on_intr(fn, timeout) + return bool(rready or wready or xready) + + +def poll_wait_for_socket(sock, read=False, write=False, timeout=None): + if not read and not write: + raise RuntimeError("must specify at least one of read=True, write=True") + mask = 0 + if read: + mask |= select.POLLIN + if write: + mask |= select.POLLOUT + poll_obj = select.poll() + poll_obj.register(sock, mask) + + # For some reason, poll() takes timeout in milliseconds + def do_poll(t): + if t is not None: + t *= 1000 + return poll_obj.poll(t) + + return bool(_retry_on_intr(do_poll, timeout)) + + +def null_wait_for_socket(*args, **kwargs): + raise NoWayToWaitForSocketError("no select-equivalent available") + + +def _have_working_poll(): + # Apparently some systems have a select.poll that fails as soon as you try + # to use it, either due to strange configuration or broken monkeypatching + # from libraries like eventlet/greenlet. + try: + poll_obj = select.poll() + _retry_on_intr(poll_obj.poll, 0) + except (AttributeError, OSError): + return False + else: + return True + + +def wait_for_socket(*args, **kwargs): + # We delay choosing which implementation to use until the first time we're + # called. We could do it at import time, but then we might make the wrong + # decision if someone goes wild with monkeypatching select.poll after + # we're imported. + global wait_for_socket + if _have_working_poll(): + wait_for_socket = poll_wait_for_socket + elif hasattr(select, "select"): + wait_for_socket = select_wait_for_socket + else: # Platform-specific: Appengine. + wait_for_socket = null_wait_for_socket + return wait_for_socket(*args, **kwargs) + + +def wait_for_read(sock, timeout=None): + """Waits for reading to be available on a given socket. + Returns True if the socket is readable, or False if the timeout expired. + """ + return wait_for_socket(sock, read=True, timeout=timeout) + + +def wait_for_write(sock, timeout=None): + """Waits for writing to be available on a given socket. + Returns True if the socket is readable, or False if the timeout expired. + """ + return wait_for_socket(sock, write=True, timeout=timeout) diff --git a/venv/lib/python3.10/site-packages/pip/_vendor/vendor.txt b/venv/lib/python3.10/site-packages/pip/_vendor/vendor.txt new file mode 100644 index 0000000..f04a9c1 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/_vendor/vendor.txt @@ -0,0 +1,18 @@ +CacheControl==0.14.1 +distlib==0.3.9 +distro==1.9.0 +msgpack==1.1.0 +packaging==24.2 +platformdirs==4.3.6 +pyproject-hooks==1.2.0 +requests==2.32.3 + certifi==2024.8.30 + idna==3.10 + urllib3==1.26.20 +rich==13.9.4 + pygments==2.18.0 + typing_extensions==4.12.2 +resolvelib==1.0.1 +setuptools==70.3.0 +tomli==2.2.1 +truststore==0.10.0 diff --git a/venv/lib/python3.10/site-packages/pip/py.typed b/venv/lib/python3.10/site-packages/pip/py.typed new file mode 100644 index 0000000..493b53e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pip/py.typed @@ -0,0 +1,4 @@ +pip is a command line program. While it is implemented in Python, and so is +available for import, you must not use pip's internal APIs in this way. Typing +information is provided as a convenience only and is not a guarantee. Expect +unannounced changes to the API and types in releases. diff --git a/venv/lib/python3.10/site-packages/pkg_resources/__init__.py b/venv/lib/python3.10/site-packages/pkg_resources/__init__.py new file mode 100644 index 0000000..c84f1dd --- /dev/null +++ b/venv/lib/python3.10/site-packages/pkg_resources/__init__.py @@ -0,0 +1,3288 @@ +""" +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. +""" + +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 +import importlib +from pkgutil import get_importer + +try: + import _imp +except ImportError: + # Python 3.2 compatibility + import imp as _imp + +try: + FileExistsError +except NameError: + FileExistsError = OSError + +# capture these to bypass sandboxing +from os import utime +try: + from os import mkdir, rename, unlink + WRITE_SUPPORT = True +except ImportError: + # no write support, probably under GAE + WRITE_SUPPORT = False + +from os import open as os_open +from os.path import isdir, split + +try: + import importlib.machinery as importlib_machinery + # access attribute to force import under delayed import mechanisms. + importlib_machinery.__name__ +except ImportError: + importlib_machinery = None + +from pkg_resources.extern import appdirs +from pkg_resources.extern import packaging +__import__('pkg_resources.extern.packaging.version') +__import__('pkg_resources.extern.packaging.specifiers') +__import__('pkg_resources.extern.packaging.requirements') +__import__('pkg_resources.extern.packaging.markers') + +if sys.version_info < (3, 5): + raise RuntimeError("Python 3.5 or later is required") + +# declare some globals that will be defined later to +# satisfy the linters. +require = None +working_set = None +add_activation_listener = None +resources_stream = None +cleanup_resources = None +resource_dir = None +resource_stream = None +set_extraction_path = None +resource_isdir = None +resource_string = None +iter_entry_points = None +resource_listdir = None +resource_filename = None +resource_exists = None +_distribution_finders = None +_namespace_handlers = None +_namespace_packages = None + + +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 macOS that would be required to *use* extensions produced by + distutils. But what we want when checking compatibility is to know the + version of macOS that we are *running*. To allow usage of packages that + explicitly require a newer version of macOS, we must also know the + current version of the OS. + + If this condition occurs for any other platform with a version in its + platform strings, this function should be extended accordingly. + """ + plat = get_build_platform() + m = macosVersionString.match(plat) + if m is not None and sys.platform == "darwin": + try: + plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3)) + except ValueError: + # not macOS + pass + return plat + + +__all__ = [ + # Basic resource access and distribution/entry point discovery + 'require', 'run_script', 'get_provider', 'get_distribution', + 'load_entry_point', 'get_entry_map', 'get_entry_info', + 'iter_entry_points', + 'resource_string', 'resource_stream', 'resource_filename', + 'resource_listdir', 'resource_exists', 'resource_isdir', + + # Environmental control + 'declare_namespace', 'working_set', 'add_activation_listener', + 'find_distributions', 'set_extraction_path', 'cleanup_resources', + 'get_default_cache', + + # Primary implementation classes + 'Environment', 'WorkingSet', 'ResourceManager', + 'Distribution', 'Requirement', 'EntryPoint', + + # Exceptions + 'ResolutionError', 'VersionConflict', 'DistributionNotFound', + 'UnknownExtra', 'ExtractionError', + + # Warnings + 'PEP440Warning', + + # Parsing functions and string utilities + 'parse_requirements', 'parse_version', 'safe_name', 'safe_version', + 'get_platform', 'compatible_platforms', 'yield_lines', 'split_sections', + 'safe_extra', 'to_filename', 'invalid_marker', 'evaluate_marker', + + # filesystem utilities + 'ensure_directory', 'normalize_path', + + # Distribution "precedence" constants + 'EGG_DIST', 'BINARY_DIST', 'SOURCE_DIST', 'CHECKOUT_DIST', 'DEVELOP_DIST', + + # "Provider" interfaces, implementations, and registration/lookup APIs + 'IMetadataProvider', 'IResourceProvider', 'FileMetadata', + 'PathMetadata', 'EggMetadata', 'EmptyProvider', 'empty_provider', + 'NullProvider', 'EggProvider', 'DefaultProvider', 'ZipProvider', + 'register_finder', 'register_namespace_handler', 'register_loader_type', + 'fixup_namespace_packages', 'get_importer', + + # Warnings + 'PkgResourcesDeprecationWarning', + + # Deprecated/backward compatibility only + 'run_main', 'AvailableDistributions', +] + + +class ResolutionError(Exception): + """Abstract base for dependency resolution errors""" + + def __repr__(self): + return self.__class__.__name__ + repr(self.args) + + +class VersionConflict(ResolutionError): + """ + An already-installed version conflicts with the requested version. + + Should be initialized with the installed Distribution and the requested + Requirement. + """ + + _template = "{self.dist} is installed but {self.req} is required" + + @property + def dist(self): + return self.args[0] + + @property + def req(self): + return self.args[1] + + def report(self): + return self._template.format(**locals()) + + def with_context(self, required_by): + """ + If required_by is non-empty, return a version of self that is a + ContextualVersionConflict. + """ + if not required_by: + return self + args = self.args + (required_by,) + return ContextualVersionConflict(*args) + + +class ContextualVersionConflict(VersionConflict): + """ + A VersionConflict that accepts a third parameter, the set of the + requirements that required the installed Distribution. + """ + + _template = VersionConflict._template + ' by {self.required_by}' + + @property + def required_by(self): + return self.args[2] + + +class DistributionNotFound(ResolutionError): + """A requested distribution was not found""" + + _template = ("The '{self.req}' distribution was not found " + "and is required by {self.requirers_str}") + + @property + def req(self): + return self.args[0] + + @property + def requirers(self): + return self.args[1] + + @property + def requirers_str(self): + if not self.requirers: + return 'the application' + return ', '.join(self.requirers) + + def report(self): + return self._template.format(**locals()) + + def __str__(self): + return self.report() + + +class UnknownExtra(ResolutionError): + """Distribution doesn't have an "extra feature" of the given name""" + + +_provider_factories = {} + +PY_MAJOR = '{}.{}'.format(*sys.version_info) +EGG_DIST = 3 +BINARY_DIST = 2 +SOURCE_DIST = 1 +CHECKOUT_DIST = 0 +DEVELOP_DIST = -1 + + +def register_loader_type(loader_type, provider_factory): + """Register `provider_factory` to make providers for `loader_type` + + `loader_type` is the type or class of a PEP 302 ``module.__loader__``, + and `provider_factory` is a function that, passed a *module* object, + returns an ``IResourceProvider`` for that module. + """ + _provider_factories[loader_type] = provider_factory + + +def get_provider(moduleOrReq): + """Return an IResourceProvider for the named module or requirement""" + if isinstance(moduleOrReq, Requirement): + return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0] + try: + module = sys.modules[moduleOrReq] + except KeyError: + __import__(moduleOrReq) + module = sys.modules[moduleOrReq] + loader = getattr(module, '__loader__', None) + return _find_adapter(_provider_factories, loader)(module) + + +def _macos_vers(_cache=[]): + if not _cache: + version = platform.mac_ver()[0] + # fallback for MacPorts + if version == '': + plist = '/System/Library/CoreServices/SystemVersion.plist' + if os.path.exists(plist): + if hasattr(plistlib, 'readPlist'): + plist_content = plistlib.readPlist(plist) + if 'ProductVersion' in plist_content: + version = plist_content['ProductVersion'] + + _cache.append(version.split('.')) + return _cache[0] + + +def _macos_arch(machine): + return {'PowerPC': 'ppc', 'Power_Macintosh': 'ppc'}.get(machine, machine) + + +def get_build_platform(): + """Return this platform's string for platform-specific distributions + + XXX Currently this is the same as ``distutils.util.get_platform()``, but it + needs some hacks for Linux and macOS. + """ + from sysconfig import get_platform + + plat = get_platform() + if sys.platform == "darwin" and not plat.startswith('macosx-'): + try: + version = _macos_vers() + machine = os.uname()[4].replace(" ", "_") + return "macosx-%d.%d-%s" % ( + int(version[0]), int(version[1]), + _macos_arch(machine), + ) + except ValueError: + # if someone is running a non-Mac darwin system, this will fall + # through to the default implementation + pass + return plat + + +macosVersionString = re.compile(r"macosx-(\d+)\.(\d+)-(.*)") +darwinVersionString = re.compile(r"darwin-(\d+)\.(\d+)\.(\d+)-(.*)") +# XXX backward compat +get_platform = get_build_platform + + +def compatible_platforms(provided, required): + """Can code for the `provided` platform run on the `required` platform? + + Returns true if either platform is ``None``, or the platforms are equal. + + XXX Needs compatibility checks for Linux and other unixy OSes. + """ + if provided is None or required is None or provided == required: + # easy case + return True + + # macOS special cases + reqMac = macosVersionString.match(required) + if reqMac: + provMac = macosVersionString.match(provided) + + # is this a Mac package? + if not provMac: + # this is backwards compatibility for packages built before + # setuptools 0.6. All packages built after this point will + # use the new macOS designation. + provDarwin = darwinVersionString.match(provided) + if provDarwin: + dversion = int(provDarwin.group(1)) + macosversion = "%s.%s" % (reqMac.group(1), reqMac.group(2)) + if dversion == 7 and macosversion >= "10.3" or \ + dversion == 8 and macosversion >= "10.4": + return True + # egg isn't macOS or legacy darwin + return False + + # are they the same major version and machine type? + if provMac.group(1) != reqMac.group(1) or \ + provMac.group(3) != reqMac.group(3): + return False + + # is the required OS major update >= the provided one? + if int(provMac.group(2)) > int(reqMac.group(2)): + return False + + return True + + # XXX Linux and other platforms' special cases should go here + return False + + +def run_script(dist_spec, script_name): + """Locate distribution `dist_spec` and run its `script_name` script""" + ns = sys._getframe(1).f_globals + name = ns['__name__'] + ns.clear() + ns['__name__'] = name + require(dist_spec)[0].run_script(script_name, ns) + + +# backward compatibility +run_main = run_script + + +def get_distribution(dist): + """Return a current distribution object for a Requirement or string""" + if isinstance(dist, str): + dist = Requirement.parse(dist) + if isinstance(dist, Requirement): + dist = get_provider(dist) + if not isinstance(dist, Distribution): + raise TypeError("Expected string, Requirement, or Distribution", dist) + return dist + + +def load_entry_point(dist, group, name): + """Return `name` entry point of `group` for `dist` or raise ImportError""" + return get_distribution(dist).load_entry_point(group, name) + + +def get_entry_map(dist, group=None): + """Return the entry point map for `group`, or the full entry map""" + return get_distribution(dist).get_entry_map(group) + + +def get_entry_info(dist, group, name): + """Return the EntryPoint object for `group`+`name`, or ``None``""" + return get_distribution(dist).get_entry_info(group, name) + + +class IMetadataProvider: + def has_metadata(name): + """Does the package's distribution contain the named metadata?""" + + def get_metadata(name): + """The named metadata resource as a string""" + + def get_metadata_lines(name): + """Yield named metadata resource as list of non-blank non-comment lines + + Leading and trailing whitespace is stripped from each line, and lines + with ``#`` as the first non-blank character are omitted.""" + + def metadata_isdir(name): + """Is the named metadata a directory? (like ``os.path.isdir()``)""" + + def metadata_listdir(name): + """List of metadata names in the directory (like ``os.listdir()``)""" + + def run_script(script_name, namespace): + """Execute the named script in the supplied namespace dictionary""" + + +class IResourceProvider(IMetadataProvider): + """An object that provides access to package resources""" + + def get_resource_filename(manager, resource_name): + """Return a true filesystem path for `resource_name` + + `manager` must be an ``IResourceManager``""" + + def get_resource_stream(manager, resource_name): + """Return a readable file-like object for `resource_name` + + `manager` must be an ``IResourceManager``""" + + def get_resource_string(manager, resource_name): + """Return a string containing the contents of `resource_name` + + `manager` must be an ``IResourceManager``""" + + def has_resource(resource_name): + """Does the package contain the named resource?""" + + def resource_isdir(resource_name): + """Is the named resource a directory? (like ``os.path.isdir()``)""" + + def resource_listdir(resource_name): + """List of resource names in the directory (like ``os.listdir()``)""" + + +class WorkingSet: + """A collection of active distributions on sys.path (or a similar list)""" + + def __init__(self, entries=None): + """Create working set from list of path entries (default=sys.path)""" + self.entries = [] + self.entry_keys = {} + self.by_key = {} + self.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) + + # FIXME: 'WorkingSet.resolve' is too complex (11) + def resolve(self, requirements, env=None, installer=None, # noqa: C901 + 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 = ( + "Extraction path is writable by group/others " + "and vulnerable to attack when " + "used with get_resource_filename ({path}). " + "Consider a more secure " + "location (set with .set_extraction_path or the " + "PYTHON_EGG_CACHE environment variable)." + ).format(**locals()) + warnings.warn(msg, UserWarning) + + def postprocess(self, tempname, filename): + """Perform any platform-specific postprocessing of `tempname` + + This is where Mac header rewrites should be done; other platforms don't + have anything special they should do. + + Resource providers should call this method ONLY after successfully + extracting a compressed resource. They must NOT call it on resources + that are already in the filesystem. + + `tempname` is the current (temporary) name of the file, and `filename` + is the name it will be renamed to by the caller after this routine + returns. + """ + + if os.name == 'posix': + # Make the resource executable + mode = ((os.stat(tempname).st_mode) | 0o555) & 0o7777 + os.chmod(tempname, mode) + + def set_extraction_path(self, path): + """Set the base path where resources will be extracted to, if needed. + + If you do not call this routine before any extractions take place, the + path defaults to the return value of ``get_default_cache()``. (Which + is based on the ``PYTHON_EGG_CACHE`` environment variable, with various + platform-specific fallbacks. See that routine's documentation for more + details.) + + Resources are extracted to subdirectories of this path based upon + information given by the ``IResourceProvider``. You may set this to a + temporary directory, but then you must call ``cleanup_resources()`` to + delete the extracted files when done. There is no guarantee that + ``cleanup_resources()`` will be able to remove all extracted files. + + (Note: you may not change the extraction path for a given resource + manager once resources have been extracted, unless you first call + ``cleanup_resources()``.) + """ + if self.cached_files: + raise ValueError( + "Can't change extraction path, files already extracted" + ) + + self.extraction_path = path + + def cleanup_resources(self, force=False): + """ + Delete all extracted resource files and directories, returning a list + of the file and directory names that could not be successfully removed. + This function does not have any concurrency protection, so it should + generally only be called when the extraction path is a temporary + directory exclusive to a single process. This method is not + automatically called; you must call it explicitly or register it as an + ``atexit`` function if you wish to ensure cleanup of a temporary + directory used for extractions. + """ + # XXX + + +def get_default_cache(): + """ + Return the ``PYTHON_EGG_CACHE`` environment variable + or a platform-relevant user cache dir for an app + named "Python-Eggs". + """ + return ( + os.environ.get('PYTHON_EGG_CACHE') + or appdirs.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) from e + + +class NullProvider: + """Try to implement resources and metadata for arbitrary PEP 302 loaders""" + + egg_name = None + egg_info = None + loader = None + + def __init__(self, module): + self.loader = getattr(module, '__loader__', None) + self.module_path = os.path.dirname(getattr(module, '__file__', '')) + + def get_resource_filename(self, manager, resource_name): + return self._fn(self.module_path, resource_name) + + def get_resource_stream(self, manager, resource_name): + return io.BytesIO(self.get_resource_string(manager, resource_name)) + + def get_resource_string(self, manager, resource_name): + return self._get(self._fn(self.module_path, resource_name)) + + def has_resource(self, resource_name): + return self._has(self._fn(self.module_path, resource_name)) + + def _get_metadata_path(self, name): + return self._fn(self.egg_info, name) + + def has_metadata(self, name): + if not self.egg_info: + return self.egg_info + + path = self._get_metadata_path(name) + return self._has(path) + + def get_metadata(self, name): + if not self.egg_info: + return "" + path = self._get_metadata_path(name) + value = self._get(path) + try: + return value.decode('utf-8') + except UnicodeDecodeError as exc: + # Include the path in the error message to simplify + # troubleshooting, and without changing the exception type. + exc.reason += ' in {} file at path: {}'.format(name, path) + raise + + def get_metadata_lines(self, name): + return yield_lines(self.get_metadata(name)) + + def resource_isdir(self, resource_name): + return self._isdir(self._fn(self.module_path, resource_name)) + + def metadata_isdir(self, name): + return self.egg_info and self._isdir(self._fn(self.egg_info, name)) + + def resource_listdir(self, resource_name): + return self._listdir(self._fn(self.module_path, resource_name)) + + def metadata_listdir(self, name): + if self.egg_info: + return self._listdir(self._fn(self.egg_info, name)) + return [] + + def run_script(self, script_name, namespace): + script = 'scripts/' + script_name + if not self.has_metadata(script): + raise ResolutionError( + "Script {script!r} not found in metadata at {self.egg_info!r}" + .format(**locals()), + ) + script_text = self.get_metadata(script).replace('\r\n', '\n') + script_text = script_text.replace('\r', '\n') + script_filename = self._fn(self.egg_info, script) + namespace['__file__'] = script_filename + if os.path.exists(script_filename): + with open(script_filename) as fid: + source = fid.read() + code = compile(source, script_filename, 'exec') + exec(code, namespace, namespace) + else: + from linecache import cache + cache[script_filename] = ( + len(script_text), 0, script_text.split('\n'), script_filename + ) + script_code = compile(script_text, script_filename, 'exec') + exec(script_code, namespace, namespace) + + def _has(self, path): + raise NotImplementedError( + "Can't perform this operation for unregistered loader type" + ) + + def _isdir(self, path): + raise NotImplementedError( + "Can't perform this operation for unregistered loader type" + ) + + def _listdir(self, path): + raise NotImplementedError( + "Can't perform this operation for unregistered loader type" + ) + + def _fn(self, base, resource_name): + self._validate_resource_path(resource_name) + if resource_name: + return os.path.join(base, *resource_name.split('/')) + return base + + @staticmethod + def _validate_resource_path(path): + """ + Validate the resource paths according to the docs. + https://setuptools.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) + + +def _parents(path): + """ + yield all parents of path including path + """ + last = None + while path != last: + yield path + last = path + path, _ = os.path.split(path) + + +class EggProvider(NullProvider): + """Provider based on a virtual filesystem""" + + def __init__(self, module): + NullProvider.__init__(self, module) + self._setup_prefix() + + def _setup_prefix(self): + # Assume that metadata may be nested inside a "basket" + # of multiple eggs and use module_path instead of .archive. + eggs = filter(_is_egg_path, _parents(self.module_path)) + egg = next(eggs, None) + egg and self._set_egg(egg) + + def _set_egg(self, path): + self.egg_name = os.path.basename(path) + self.egg_info = os.path.join(path, 'EGG-INFO') + self.egg_root = path + + +class DefaultProvider(EggProvider): + """Provides access to package resources in the filesystem""" + + def _has(self, path): + return os.path.exists(path) + + def _isdir(self, path): + return os.path.isdir(path) + + def _listdir(self, path): + return os.listdir(path) + + def get_resource_stream(self, manager, resource_name): + return open(self._fn(self.module_path, resource_name), 'rb') + + def _get(self, path): + with open(path, 'rb') as stream: + return stream.read() + + @classmethod + def _register(cls): + loader_names = 'SourceFileLoader', 'SourcelessFileLoader', + for name in loader_names: + loader_cls = getattr(importlib_machinery, name, type(None)) + register_loader_type(loader_cls, cls) + + +DefaultProvider._register() + + +class EmptyProvider(NullProvider): + """Provider that returns nothing for all requests""" + + module_path = None + + _isdir = _has = lambda self, path: False + + def _get(self, path): + return '' + + def _listdir(self, path): + return [] + + def __init__(self): + pass + + +empty_provider = EmptyProvider() + + +class ZipManifests(dict): + """ + zip manifest builder + """ + + @classmethod + def build(cls, path): + """ + Build a dictionary similar to the zipimport directory + caches, except instead of tuples, store ZipInfo objects. + + Use a platform-specific path separator (os.sep) for the path keys + for compatibility with pypy on Windows. + """ + with zipfile.ZipFile(path) as zfile: + items = ( + ( + name.replace('/', os.sep), + zfile.getinfo(name), + ) + for name in zfile.namelist() + ) + return dict(items) + + load = build + + +class MemoizedZipManifests(ZipManifests): + """ + Memoized zipfile manifests. + """ + manifest_mod = collections.namedtuple('manifest_mod', 'manifest mtime') + + def load(self, path): + """ + Load a manifest at path or return a suitable manifest already loaded. + """ + path = os.path.normpath(path) + mtime = os.stat(path).st_mtime + + if path not in self or self[path].mtime != mtime: + manifest = self.build(path) + self[path] = self.manifest_mod(manifest, mtime) + + return self[path].manifest + + +class ZipProvider(EggProvider): + """Resource support for zips and eggs""" + + eagers = None + _zip_manifests = MemoizedZipManifests() + + def __init__(self, module): + 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 + + # FIXME: 'ZipProvider._extract_resource' is too complex (12) + def _extract_resource(self, manager, zip_path): # noqa: C901 + + if zip_path in self._index(): + for name in self._index()[zip_path]: + last = self._extract_resource( + manager, os.path.join(zip_path, name) + ) + # return the extracted directory name + return os.path.dirname(last) + + timestamp, size = self._get_date_and_size(self.zipinfo[zip_path]) + + if not WRITE_SUPPORT: + raise IOError('"os.rename" and "os.unlink" are not supported ' + 'on this platform') + try: + + real_path = manager.get_cache_path( + self.egg_name, self._parts(zip_path) + ) + + if self._is_current(real_path, zip_path): + return real_path + + outf, tmpnam = _mkstemp( + ".$extract", + dir=os.path.dirname(real_path), + ) + os.write(outf, self.loader.get_data(zip_path)) + os.close(outf) + utime(tmpnam, (timestamp, timestamp)) + manager.postprocess(tmpnam, real_path) + + try: + rename(tmpnam, real_path) + + except os.error: + if os.path.isfile(real_path): + if self._is_current(real_path, zip_path): + # the file became current since it was checked above, + # so proceed. + return real_path + # Windows, del old file and retry + elif os.name == 'nt': + unlink(real_path) + rename(tmpnam, real_path) + return real_path + raise + + except os.error: + # report a user-friendly error + manager.extraction_error() + + return real_path + + def _is_current(self, file_path, zip_path): + """ + Return True if the file_path is current for this zip_path + """ + timestamp, size = self._get_date_and_size(self.zipinfo[zip_path]) + if not os.path.isfile(file_path): + return False + stat = os.stat(file_path) + if stat.st_size != size or stat.st_mtime != timestamp: + return False + # check that the contents match + zip_contents = self.loader.get_data(zip_path) + with open(file_path, 'rb') as f: + file_contents = f.read() + return zip_contents == file_contents + + def _get_eager_resources(self): + if self.eagers is None: + eagers = [] + for name in ('native_libs.txt', 'eager_resources.txt'): + if self.has_metadata(name): + eagers.extend(self.get_metadata_lines(name)) + self.eagers = eagers + return self.eagers + + def _index(self): + try: + return self._dirindex + except AttributeError: + ind = {} + for path in self.zipinfo: + parts = path.split(os.sep) + while parts: + parent = os.sep.join(parts[:-1]) + if parent in ind: + ind[parent].append(parts[-1]) + break + else: + ind[parent] = [parts.pop()] + self._dirindex = ind + return ind + + def _has(self, fspath): + zip_path = self._zipinfo_name(fspath) + return zip_path in self.zipinfo or zip_path in self._index() + + def _isdir(self, fspath): + return self._zipinfo_name(fspath) in self._index() + + def _listdir(self, fspath): + return list(self._index().get(self._zipinfo_name(fspath), ())) + + def _eager_to_zip(self, resource_name): + return self._zipinfo_name(self._fn(self.egg_root, resource_name)) + + def _resource_to_zip(self, resource_name): + return self._zipinfo_name(self._fn(self.module_path, resource_name)) + + +register_loader_type(zipimport.zipimporter, ZipProvider) + + +class FileMetadata(EmptyProvider): + """Metadata handler for standalone PKG-INFO files + + Usage:: + + metadata = FileMetadata("/path/to/PKG-INFO") + + This provider rejects all data and metadata requests except for PKG-INFO, + which is treated as existing, and will be the contents of the file at + the provided location. + """ + + def __init__(self, path): + self.path = path + + def _get_metadata_path(self, name): + return self.path + + def has_metadata(self, name): + return name == 'PKG-INFO' and os.path.isfile(self.path) + + def get_metadata(self, name): + if name != 'PKG-INFO': + raise KeyError("No metadata except PKG-INFO is available") + + with io.open(self.path, encoding='utf-8', errors="replace") as f: + metadata = f.read() + self._warn_on_replacement(metadata) + return metadata + + def _warn_on_replacement(self, metadata): + replacement_char = '�' + if replacement_char in metadata: + tmpl = "{self.path} could not be properly decoded in UTF-8" + msg = tmpl.format(**locals()) + warnings.warn(msg) + + def get_metadata_lines(self, name): + return yield_lines(self.get_metadata(name)) + + +class PathMetadata(DefaultProvider): + """Metadata provider for egg directories + + Usage:: + + # Development eggs: + + egg_info = "/path/to/PackageName.egg-info" + base_dir = os.path.dirname(egg_info) + metadata = PathMetadata(base_dir, egg_info) + dist_name = os.path.splitext(os.path.basename(egg_info))[0] + dist = Distribution(basedir, project_name=dist_name, metadata=metadata) + + # Unpacked egg directories: + + egg_path = "/path/to/PackageName-ver-pyver-etc.egg" + metadata = PathMetadata(egg_path, os.path.join(egg_path,'EGG-INFO')) + dist = Distribution.from_filename(egg_path, metadata=metadata) + """ + + def __init__(self, path, egg_info): + self.module_path = path + self.egg_info = egg_info + + +class EggMetadata(ZipProvider): + """Metadata provider for .egg files""" + + def __init__(self, importer): + """Create a metadata provider from a zipimporter""" + + self.zip_pre = importer.archive + os.sep + self.loader = importer + if importer.prefix: + self.module_path = os.path.join(importer.archive, importer.prefix) + else: + self.module_path = importer.archive + self._setup_prefix() + + +_declare_state('dict', _distribution_finders={}) + + +def register_finder(importer_type, distribution_finder): + """Register `distribution_finder` to find distributions in sys.path items + + `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item + handler), and `distribution_finder` is a callable that, passed a path + item and the importer instance, yields ``Distribution`` instances found on + that path item. See ``pkg_resources.find_on_path`` for an example.""" + _distribution_finders[importer_type] = distribution_finder + + +def find_distributions(path_item, only=False): + """Yield distributions accessible via `path_item`""" + importer = get_importer(path_item) + finder = _find_adapter(_distribution_finders, importer) + return finder(importer, path_item, only) + + +def find_eggs_in_zip(importer, path_item, only=False): + """ + Find eggs in zip files; possibly multiple nested eggs. + """ + if importer.archive.endswith('.whl'): + # wheels are not supported with this finder + # they don't have PKG-INFO metadata, and won't ever contain eggs + return + metadata = EggMetadata(importer) + if metadata.has_metadata('PKG-INFO'): + yield Distribution.from_filename(path_item, metadata=metadata) + if only: + # don't yield nested distros + return + for subitem in metadata.resource_listdir(''): + if _is_egg_path(subitem): + subpath = os.path.join(path_item, subitem) + dists = find_eggs_in_zip(zipimport.zipimporter(subpath), subpath) + for dist in dists: + yield dist + elif subitem.lower().endswith(('.dist-info', '.egg-info')): + subpath = os.path.join(path_item, subitem) + submeta = EggMetadata(zipimport.zipimporter(subpath)) + submeta.egg_info = subpath + yield Distribution.from_location(path_item, subitem, submeta) + + +register_finder(zipimport.zipimporter, find_eggs_in_zip) + + +def find_nothing(importer, path_item, only=False): + return () + + +register_finder(object, find_nothing) + + +def _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 = ( + os.path.join(path_item, child) + for child in 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 the given entry.""" + lower = entry.lower() + is_egg_info = lower.endswith('.egg-info') + is_dist_info = ( + lower.endswith('.dist-info') and + os.path.isdir(os.path.join(path_item, entry)) + ) + is_meta = is_egg_info or is_dist_info + return ( + distributions_from_metadata + if is_meta else + find_distributions + if not only and _is_egg_path(entry) else + resolve_egg_link + if not only and lower.endswith('.egg-link') else + NoDists() + ) + + +class NoDists: + """ + >>> bool(NoDists()) + False + + >>> list(NoDists()('anything')) + [] + """ + def __bool__(self): + return False + + def __call__(self, fullpath): + return iter(()) + + +def safe_listdir(path): + """ + Attempt to list contents of path, but suppress some exceptions. + """ + try: + return os.listdir(path) + except (PermissionError, NotADirectoryError): + pass + except OSError as e: + # Ignore the directory if does not exist, not a directory or + # permission denied + if e.errno not in (errno.ENOTDIR, errno.EACCES, errno.ENOENT): + raise + return () + + +def distributions_from_metadata(path): + root = os.path.dirname(path) + if os.path.isdir(path): + if len(os.listdir(path)) == 0: + # empty metadata dir; skip + return + metadata = PathMetadata(root, path) + else: + metadata = FileMetadata(path) + entry = os.path.basename(path) + yield Distribution.from_location( + root, entry, metadata, precedence=DEVELOP_DIST, + ) + + +def non_empty_lines(path): + """ + Yield non-empty lines from file at path + """ + with open(path) as f: + for line in f: + line = line.strip() + if line: + yield line + + +def resolve_egg_link(path): + """ + Given a path to an .egg-link, resolve distributions + present in the referenced path. + """ + referenced_paths = non_empty_lines(path) + resolved_paths = ( + os.path.join(os.path.dirname(path), ref) + for ref in referenced_paths + ) + dist_groups = map(find_distributions, resolved_paths) + return next(dist_groups, ()) + + +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 + + # use find_spec (PEP 451) and fall-back to find_module (PEP 302) + try: + loader = importer.find_spec(packageName).loader + except AttributeError: + # 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) + importlib.import_module(packageName) + _rebuild_mod_path(path, packageName, module) + return subpath + + +def _rebuild_mod_path(orig_path, package_name, module): + """ + Rebuild module.__path__ ensuring that all entries are ordered + corresponding to their sys.path order + """ + sys_path = [_normalize_cached(p) for p in sys.path] + + def safe_sys_path_index(entry): + """ + Workaround for #520 and #513. + """ + try: + return sys_path.index(entry) + except ValueError: + return float('inf') + + def position_in_sys_path(path): + """ + Return the ordinal of the path based on its position in sys.path + """ + path_parts = path.split(os.sep) + module_parts = package_name.count('.') + 1 + parts = path_parts[:-module_parts] + return safe_sys_path_index(_normalize_cached(os.sep.join(parts))) + + new_path = sorted(orig_path, key=position_in_sys_path) + new_path = [_normalize_cached(p) for p in new_path] + + if isinstance(module.__path__, list): + module.__path__[:] = new_path + else: + module.__path__ = new_path + + +def declare_namespace(packageName): + """Declare that package 'packageName' is a namespace package""" + + _imp.acquire_lock() + try: + if packageName in _namespace_packages: + return + + path = sys.path + parent, _, _ = packageName.rpartition('.') + + if parent: + declare_namespace(parent) + if parent not in _namespace_packages: + __import__(parent) + try: + path = sys.modules[parent].__path__ + except AttributeError as e: + raise TypeError("Not a package:", parent) from e + + # Track what packages are namespaces, so when new path items are added, + # they can be updated + _namespace_packages.setdefault(parent or None, []).append(packageName) + _namespace_packages.setdefault(packageName, []) + + for path_item in path: + # Ensure all the parent's path items are reflected in the child, + # if they apply + _handle_ns(packageName, path_item) + + finally: + _imp.release_lock() + + +def fixup_namespace_packages(path_item, parent=None): + """Ensure that previously-declared namespace packages include path_item""" + _imp.acquire_lock() + try: + for package in _namespace_packages.get(parent, ()): + subpath = _handle_ns(package, path_item) + if subpath: + fixup_namespace_packages(subpath, package) + finally: + _imp.release_lock() + + +def file_ns_handler(importer, path_item, packageName, module): + """Compute an ns-package subpath for a filesystem or zipfile importer""" + + subpath = os.path.join(path_item, packageName.split('.')[-1]) + normalized = _normalize_cached(subpath) + for item in module.__path__: + if _normalize_cached(item) == normalized: + break + else: + # Only return the path if it's not already there + return subpath + + +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 _is_zip_egg(path) or _is_unpacked_egg(path) + + +def _is_zip_egg(path): + return ( + path.lower().endswith('.egg') and + os.path.isfile(path) and + zipfile.is_zipfile(path) + ) + + +def _is_unpacked_egg(path): + """ + Determine if given path appears to be an unpacked egg. + """ + return ( + path.lower().endswith('.egg') and + os.path.isfile(os.path.join(path, 'EGG-INFO', 'PKG-INFO')) + ) + + +def _set_parent_ns(packageName): + parts = packageName.split('.') + name = parts.pop() + if parts: + parent = '.'.join(parts) + setattr(sys.modules[parent], name, sys.modules[packageName]) + + +def yield_lines(strs): + """Yield non-empty/non-comment lines of a string or sequence""" + if isinstance(strs, str): + 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)) from exc + + def require(self, env=None, installer=None): + if self.extras and not self.dist: + raise UnknownExtra("Can't require() without a distribution", self) + + # Get the requirements for this entry point with all its extras and + # then resolve them. We have to pass `extras` along when resolving so + # that the working set knows what extras we want. Otherwise, for + # dist-info distributions, the working set will assume that the + # requirements for that extra are purely optional and skip over them. + reqs = self.dist.requires(self.extras) + items = working_set.resolve(reqs, env, installer, extras=self.extras) + list(map(working_set.add, items)) + + pattern = re.compile( + r'\s*' + r'(?P.+?)\s*' + r'=\s*' + r'(?P[\w.]+)\s*' + r'(:\s*(?P[\w.]+))?\s*' + r'(?P\[.*\])?\s*$' + ) + + @classmethod + def parse(cls, src, dist=None): + """Parse a single entry point from string `src` + + Entry point syntax follows the form:: + + name = some.module:some.attr [extra1, extra2] + + The entry name and module name are required, but the ``:attrs`` and + ``[extras]`` parts are optional + """ + m = cls.pattern.match(src) + if not m: + msg = "EntryPoint must be in 'name=module:attrs [extras]' format" + raise ValueError(msg, src) + res = m.groupdict() + extras = cls._parse_extras(res['extras']) + attrs = res['attr'].split('.') if res['attr'] else () + return cls(res['name'], res['module'], attrs, extras, dist) + + @classmethod + def _parse_extras(cls, extras_spec): + if not extras_spec: + return () + req = Requirement.parse('x' + extras_spec) + if req.specs: + raise ValueError() + return req.extras + + @classmethod + def parse_group(cls, group, lines, dist=None): + """Parse an entry point group""" + if not MODULE(group): + raise ValueError("Invalid group name", group) + this = {} + for line in yield_lines(lines): + ep = cls.parse(line, dist) + if ep.name in this: + raise ValueError("Duplicate entry point", group, ep.name) + this[ep.name] = ep + return this + + @classmethod + def parse_map(cls, data, dist=None): + """Parse a map of entry point groups""" + if isinstance(data, dict): + data = data.items() + else: + data = split_sections(data) + maps = {} + for group, lines in data: + if group is None: + if not lines: + continue + raise ValueError("Entry points must be listed in groups") + group = group.strip() + if group in maps: + raise ValueError("Duplicate group name", group) + maps[group] = cls.parse_group(group, lines, dist) + return maps + + +def _version_from_file(lines): + """ + Given an iterable of lines from a Metadata file, return + the value of the Version field, if present, or None otherwise. + """ + def is_version_line(line): + return line.lower().startswith('version:') + version_lines = filter(is_version_line, lines) + line = next(iter(version_lines), '') + _, _, value = line.partition(':') + return safe_version(value.strip()) or None + + +class Distribution: + """Wrap an actual or potential sys.path entry w/metadata""" + PKG_INFO = 'PKG-INFO' + + def __init__( + self, location=None, metadata=None, project_name=None, + version=None, py_version=PY_MAJOR, platform=None, + precedence=EGG_DIST): + self.project_name = safe_name(project_name or 'Unknown') + if version is not None: + self._version = safe_version(version) + self.py_version = py_version + self.platform = platform + self.location = location + self.precedence = precedence + self._provider = metadata or empty_provider + + @classmethod + def from_location(cls, location, basename, metadata=None, **kw): + project_name, version, py_version, platform = [None] * 4 + basename, ext = os.path.splitext(basename) + if ext.lower() in _distributionImpl: + cls = _distributionImpl[ext.lower()] + + match = EGG_NAME(basename) + if match: + project_name, version, py_version, platform = match.group( + 'name', 'ver', 'pyver', 'plat' + ) + return cls( + location, metadata, project_name=project_name, version=version, + py_version=py_version, platform=platform, **kw + )._reload_version() + + def _reload_version(self): + return self + + @property + def hashcmp(self): + return ( + self.parsed_version, + self.precedence, + self.key, + self.location, + self.py_version or '', + self.platform or '', + ) + + def __hash__(self): + return hash(self.hashcmp) + + def __lt__(self, other): + return self.hashcmp < other.hashcmp + + def __le__(self, other): + return self.hashcmp <= other.hashcmp + + def __gt__(self, other): + return self.hashcmp > other.hashcmp + + def __ge__(self, other): + return self.hashcmp >= other.hashcmp + + def __eq__(self, other): + if not isinstance(other, self.__class__): + # It's not a Distribution, so they are not equal + return False + return self.hashcmp == other.hashcmp + + def __ne__(self, other): + return not self == other + + # These properties have to be lazy so that we don't have to load any + # metadata until/unless it's actually needed. (i.e., some distributions + # may not know their name or version without loading PKG-INFO) + + @property + def key(self): + try: + return self._key + except AttributeError: + self._key = key = self.project_name.lower() + return key + + @property + def parsed_version(self): + if not hasattr(self, "_parsed_version"): + 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 as e: + version = self._get_version() + if version is None: + path = self._get_metadata_path_for_display(self.PKG_INFO) + msg = ( + "Missing 'Version:' header and/or {} file at path: {}" + ).format(self.PKG_INFO, path) + raise ValueError(msg, self) from e + + return version + + @property + def _dep_map(self): + """ + A map of extra to its list of (direct) requirements + for this distribution, including the null extra. + """ + try: + return self.__dep_map + except AttributeError: + self.__dep_map = self._filter_extras(self._build_dep_map()) + return self.__dep_map + + @staticmethod + def _filter_extras(dm): + """ + Given a mapping of extras to dependencies, strip off + environment markers and filter out any dependencies + not matching the markers. + """ + for extra in list(filter(None, dm)): + new_extra = extra + reqs = dm.pop(extra) + new_extra, _, marker = extra.partition(':') + fails_marker = marker and ( + invalid_marker(marker) + or not evaluate_marker(marker) + ) + if fails_marker: + reqs = [] + new_extra = safe_extra(new_extra) or None + + dm.setdefault(new_extra, []).extend(reqs) + return dm + + def _build_dep_map(self): + dm = {} + for name in 'requires.txt', 'depends.txt': + for extra, reqs in split_sections(self._get_metadata(name)): + dm.setdefault(extra, []).extend(parse_requirements(reqs)) + return dm + + def requires(self, extras=()): + """List of Requirements needed for this distro if `extras` are used""" + dm = self._dep_map + deps = [] + deps.extend(dm.get(None, ())) + for ext in extras: + try: + deps.extend(dm[safe_extra(ext)]) + except KeyError as e: + raise UnknownExtra( + "%s has no such extra feature %r" % (self, ext) + ) from e + return deps + + def _get_metadata_path_for_display(self, name): + """ + Return the path to the given metadata file, if available. + """ + try: + # We need to access _get_metadata_path() on the provider object + # directly rather than through this class's __getattr__() + # since _get_metadata_path() is marked private. + path = self._provider._get_metadata_path(name) + + # Handle exceptions e.g. in case the distribution's metadata + # provider doesn't support _get_metadata_path(). + except Exception: + return '[could not detect]' + + return path + + def _get_metadata(self, name): + if self.has_metadata(name): + for line in self.get_metadata_lines(name): + yield line + + def _get_version(self): + lines = self._get_metadata(self.PKG_INFO) + version = _version_from_file(lines) + + return version + + def activate(self, path=None, replace=False): + """Ensure distribution is importable on `path` (default=sys.path)""" + if path is None: + path = sys.path + self.insert_on(path, replace=replace) + if path is sys.path: + fixup_namespace_packages(self.location) + for pkg in self._get_metadata('namespace_packages.txt'): + if pkg in sys.modules: + declare_namespace(pkg) + + def egg_name(self): + """Return what this distribution's standard .egg filename should be""" + filename = "%s-%s-py%s" % ( + to_filename(self.project_name), to_filename(self.version), + self.py_version or PY_MAJOR + ) + + if self.platform: + filename += '-' + self.platform + return filename + + def __repr__(self): + if self.location: + return "%s (%s)" % (self, self.location) + else: + return str(self) + + def __str__(self): + try: + version = getattr(self, 'version', None) + except ValueError: + version = None + version = version or "[unknown version]" + return "%s %s" % (self.project_name, version) + + def __getattr__(self, attr): + """Delegate all unrecognized public attributes to .metadata provider""" + if attr.startswith('_'): + raise AttributeError(attr) + return getattr(self._provider, attr) + + def __dir__(self): + return list( + set(super(Distribution, self).__dir__()) + | set( + attr for attr in self._provider.__dir__() + if not attr.startswith('_') + ) + ) + + @classmethod + def from_filename(cls, filename, metadata=None, **kw): + return cls.from_location( + _normalize_cached(filename), os.path.basename(filename), metadata, + **kw + ) + + def as_requirement(self): + """Return a ``Requirement`` that matches this distribution exactly""" + if isinstance(self.parsed_version, packaging.version.Version): + spec = "%s==%s" % (self.project_name, self.parsed_version) + else: + spec = "%s===%s" % (self.project_name, self.parsed_version) + + return Requirement.parse(spec) + + def load_entry_point(self, group, name): + """Return the `name` entry point of `group` or raise ImportError""" + ep = self.get_entry_info(group, name) + if ep is None: + raise ImportError("Entry point %r not found" % ((group, name),)) + return ep.load() + + def get_entry_map(self, group=None): + """Return the entry point map for `group`, or the full entry map""" + try: + ep_map = self._ep_map + except AttributeError: + ep_map = self._ep_map = EntryPoint.parse_map( + self._get_metadata('entry_points.txt'), self + ) + if group is not None: + return ep_map.get(group, {}) + return ep_map + + def get_entry_info(self, group, name): + """Return the EntryPoint object for `group`+`name`, or ``None``""" + return self.get_entry_map(group).get(name) + + # FIXME: 'Distribution.insert_on' is too complex (13) + def insert_on(self, path, loc=None, replace=False): # noqa: C901 + """Ensure self.location is on path + + If replace=False (default): + - If location is already in path anywhere, do nothing. + - Else: + - If it's an egg and its parent directory is on path, + insert just ahead of the parent. + - Else: add to the end of path. + If replace=True: + - If location is already on path anywhere (not eggs) + or higher priority than its parent (eggs) + do nothing. + - Else: + - If it's an egg and its parent directory is on path, + insert just ahead of the parent, + removing any lower-priority entries. + - Else: add it to the front of path. + """ + + loc = loc or self.location + if not loc: + return + + nloc = _normalize_cached(loc) + bdir = os.path.dirname(nloc) + npath = [(p and _normalize_cached(p) or p) for p in path] + + for p, item in enumerate(npath): + if item == nloc: + if replace: + break + else: + # don't modify path (even removing duplicates) if + # found and not replace + return + elif item == bdir and self.precedence == EGG_DIST: + # if it's an .egg, give it precedence over its directory + # UNLESS it's already been added to sys.path and replace=False + if (not replace) and nloc in npath[p:]: + return + if path is sys.path: + self.check_version_conflict() + path.insert(p, loc) + npath.insert(p, nloc) + break + else: + if path is sys.path: + self.check_version_conflict() + if replace: + path.insert(0, loc) + else: + path.append(loc) + return + + # p is the spot where we found or inserted loc; now remove duplicates + while True: + try: + np = npath.index(nloc, p + 1) + except ValueError: + break + else: + del npath[np], path[np] + # ha! + p = np + + return + + def check_version_conflict(self): + if self.key == 'setuptools': + # ignore the inevitable setuptools self-conflicts :( + return + + nsp = dict.fromkeys(self._get_metadata('namespace_packages.txt')) + loc = normalize_path(self.location) + for modname in self._get_metadata('top_level.txt'): + if (modname not in sys.modules or modname in nsp + or modname in _namespace_packages): + continue + if modname in ('pkg_resources', 'setuptools', 'site'): + continue + fn = getattr(sys.modules[modname], '__file__', None) + if fn and (normalize_path(fn).startswith(loc) or + fn.startswith(self.location)): + continue + issue_warning( + "Module %s was already imported from %s, but %s is being added" + " to sys.path" % (modname, fn, self.location), + ) + + def has_version(self): + try: + self.version + except ValueError: + issue_warning("Unbuilt egg for " + repr(self)) + return False + 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) + + +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 RequirementParseError(packaging.requirements.InvalidRequirement): + "Compatibility wrapper for InvalidRequirement" + + +class Requirement(packaging.requirements.Requirement): + def __init__(self, requirement_string): + """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!""" + super(Requirement, self).__init__(requirement_string) + self.unsafe_name = self.name + project_name = safe_name(self.name) + self.project_name, self.key = project_name, project_name.lower() + self.specs = [ + (spec.operator, spec.version) for spec in self.specifier] + self.extras = tuple(map(safe_extra, self.extras)) + self.hashCmp = ( + self.key, + self.url, + self.specifier, + frozenset(self.extras), + str(self.marker) if self.marker else None, + ) + self.__hash = hash(self.hashCmp) + + def __eq__(self, other): + return ( + isinstance(other, Requirement) and + self.hashCmp == other.hashCmp + ) + + def __ne__(self, other): + return not self == other + + def __contains__(self, item): + if isinstance(item, Distribution): + if item.key != self.key: + return False + + item = item.version + + # Allow prereleases always in order to match the previous behavior of + # this method. In the future this should be smarter and follow PEP 440 + # more accurately. + return self.specifier.contains(item, prereleases=True) + + def __hash__(self): + return self.__hash + + def __repr__(self): + return "Requirement.parse(%r)" % str(self) + + @staticmethod + def parse(s): + req, = parse_requirements(s) + return req + + +def _always_object(classes): + """ + Ensure object appears in the mro even + for old-style classes. + """ + if object not in classes: + return classes + (object,) + return classes + + +def _find_adapter(registry, ob): + """Return an adapter factory for `ob` from `registry`""" + types = _always_object(inspect.getmro(getattr(ob, '__class__', type(ob)))) + for t in types: + if t in registry: + return registry[t] + + +def ensure_directory(path): + """Ensure that the parent directory of `path` exists""" + dirname = os.path.dirname(path) + os.makedirs(dirname, exist_ok=True) + + +def _bypass_ensure_directory(path): + """Sandbox-bypassing version of ensure_directory()""" + if not WRITE_SUPPORT: + raise IOError('"os.mkdir" not supported on this platform.') + dirname, filename = split(path) + if dirname and filename and not isdir(dirname): + _bypass_ensure_directory(dirname) + try: + mkdir(dirname, 0o755) + except FileExistsError: + pass + + +def split_sections(s): + """Split a string or iterable thereof into (section, content) pairs + + Each ``section`` is a stripped version of the section header ("[section]") + and each ``content`` is a list of stripped lines excluding blank lines and + comment-only lines. If there are any such lines before the first section + header, they're returned in a first ``section`` of ``None``. + """ + section = None + content = [] + for line in yield_lines(s): + if line.startswith("["): + if line.endswith("]"): + if section or content: + yield section, content + section = line[1:-1].strip() + content = [] + else: + raise ValueError("Invalid section heading", line) + else: + content.append(line) + + # wrap up last segment + yield section, content + + +def _mkstemp(*args, **kw): + old_open = os.open + try: + # temporarily bypass sandboxing + os.open = os_open + return tempfile.mkstemp(*args, **kw) + finally: + # and then put it back + os.open = old_open + + +# Silence the PEP440Warning by default, so that end users don't get hit by it +# randomly just because they use pkg_resources. We want to append the rule +# because we want earlier uses of filterwarnings to take precedence over this +# one. +warnings.filterwarnings("ignore", category=PEP440Warning, append=True) + + +# from jaraco.functools 1.3 +def _call_aside(f, *args, **kwargs): + f(*args, **kwargs) + return f + + +@_call_aside +def _initialize(g=globals()): + "Set up global resource manager (deliberately not state-saved)" + manager = ResourceManager() + g['_manager'] = manager + g.update( + (name, getattr(manager, name)) + for name in dir(manager) + if not name.startswith('_') + ) + + +@_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/venv/lib/python3.10/site-packages/pkg_resources/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pkg_resources/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d24668549685f0a0018917c1fbb3b2f754978f3b GIT binary patch literal 100047 zcmd44d0^bvb>BN127>_zf{RFMA5jYliUegXUbK=TDVeqm(IO>Th~>c$zX3QPFa!Q( zKnf$kmQ6W!7R%XJCm|g-iPCJ&>a4Zf>`mIVuP<#TFX`UI?R#CG+B8*c>3zQE{?-8~ z$?f~2Am_K<-@WIad+xbsyZ5#>Z7OH@`}Vazn)~q|$!7kwZjyf`ZVvHl|I}b6<7K8Y zUe?PkWT&!r&Q0a)oS(|uxiD3*^T5=Aor_aNI}c6`+PO4Uvh&c?ke$m@WjhZ~4cmES zYQ)Z)rZ(AmbZXSjo2NG0d2DLT&ReFo+Iid5Hal;h+HU8ormnK{j;S4X-Z{0?&by{| z+4<_JtL=Qv)HR&*3nPoyPFPGjT)P;rI;_j*4Q?eAPTdxK zfBni&2W1RS-4=ac;)^{~d#&W5h4ICGQ~MTgpSqp=9ESEU9+;ZQX6h632O~(XU->6N zPPwUxD5vtm9gA<9dYk1m%=Mj9ckE`Im&yN}=f{2t)oMVyT!Zp#Y`bH^~BUk?>27_&rZ!{yuF{zPCZF^z@}B1Y zc5grT`|D40{{ij~coW=D)IY%eGu$8a?%@6odq2hf+q^ruztir&4mdyP-8KJg9qhc6 znfj1-_f*xpXKLDe`&7-#PM!ANF*W18(|Z>%c;3CL??YadGS|Fm zug3Yq-f3@!^G7_-t8;$AoAu^6f7CnUH8_6^Xy?7NKzosV7Q99BStOqq>t6li^%pPZ zpw6b(BIVcfe#tw>`*S?cPkn-W-)nQAtc4jTbXh z-^A1N-UXgsuzGzn_s@AN+^^KXnXf;^eb;-Q`{ymUmngq9|LOWmf`E6c-Wu=L$SXhf zE!=zu8`&c96UHp`wf6@Cm(0{x4W$){~Pf*YA z;Odj!H*ocx^>4Q_zSC;?W$zokZ{q29@$}>M@3Lp#?0t%Fznd>!@;=SG@A1CH`&OQO zFC~7P_wAJU?cnPByzlV7lc(SBeV6y$oIm4zkN3Ttf57`b@B2CbAUTfA|4{vVlxO`? zeZu?9#oV{#{6FLQ#Qf#pxr6x!1akoY4;uVG))sk%>Nv}pMN-WImgpq0Ed6a`yx2}A~^g-?@Qj_ z<-1?v>EH8ylc&GQ(=TxMTi$PT_uKU^(6YbG{qK0c%l+@#{jb!&Q2*unuXw-rnf%nR zdcW`eeRB9U?+?5`e?ZCq&ie~W{)_q_ zQtChOawjw6|GqYr%Vf$YYBOhRbM=Z}Z?~5HnR?~$iR0x18~l~ahvP(zcBNKXXw5Zd zY73Rw#zMU^(`t5Vjb`1eTxfL8G@86$a#`=MwEQ@AxxIYaYxwn|9)1uP11y#Lb4w&{#}Ave#d^EkX;seD&exSg!{^J+84f<_+I7ygP5?+{divn> z^#01eW~;NWa^Vaw&ewf?1^578wl9NkfV0sCmZPl-$t%n4dZpE#uoSJOI+-?F&31*7 z7i-PN(((eCMPQW;tjg(nqd5m8?KS{3nxs`x)MKJtzG4-@rdMw_=7c@IxX|*?8Ww@V zUkni3UTJsgiy?~I`^yvcxj939dw-?Y^eW3u;hP-d7gXhVr!rHcF&5fEzSc4ejm3sx zsJ3DSl_$E5C6}4yr6#P*EVnzY#mb3eCn|T{aVO}id3B%agTqRDd1%v{H zxZGT5G|!%Tgfs>4-5k&L1{!T88E7vpG&(#VtSv3^pv~owBQMb1y>032Ts0)%_C)rF>Do|QW41x+?(J`q)UTgghKd*K%})DG%U`VdXUTLt_vJh| z`SJjV?u{o_z*Dnw*Tg;QAEG5uAM|7ydow~`@-NHHA%3rnaj0jIu``mdk*(F6^Sw

hlXIhI(3o9aL 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__init__.py b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5593ea365efbb1dbd6f5e7c0927cb820ecab426b GIT binary patch literal 198 zcmYk0K?=e!5JgkzLWCZ~MLUXH5l`SoT!*w7lA$#TNm}T_Q+Nt*zGwPH#4+f(IyXZ)*3<(M4G1j){9U7Q}w=lO>Z!6l#%;H{?UK;mRD){3GY+q(6_ zbefEU3C#opwczHct=To(4Frl`l literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-310.pyc b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3bc60c962236f6a75b689ca7893ad99ea27b597a GIT binary patch literal 20259 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-310.pyc b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..122651f954c93a1bbbf66a6f08bcafa9a5c22a7a GIT binary patch literal 198814 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 b2__Ms*&tGhiHDg_f{%-jlYDGlGjd& literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/appdirs.py b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/appdirs.py new file mode 100644 index 0000000..ae67001 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/appdirs.py @@ -0,0 +1,608 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# Copyright (c) 2005-2010 ActiveState Software Inc. +# Copyright (c) 2013 Eddy Petrișor + +"""Utilities for determining application-specific dirs. + +See for details and usage. +""" +# Dev Notes: +# - MSDN on where to store app data files: +# http://support.microsoft.com/default.aspx?scid=kb;en-us;310294#XSLTH3194121123120121120120 +# - Mac OS X: http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/index.html +# - XDG spec for Un*x: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html + +__version_info__ = (1, 4, 3) +__version__ = '.'.join(map(str, __version_info__)) + + +import sys +import os + +PY3 = sys.version_info[0] == 3 + +if PY3: + unicode = str + +if sys.platform.startswith('java'): + import platform + os_name = platform.java_ver()[3][0] + if os_name.startswith('Windows'): # "Windows XP", "Windows 7", etc. + system = 'win32' + elif os_name.startswith('Mac'): # "Mac OS X", etc. + system = 'darwin' + else: # "Linux", "SunOS", "FreeBSD", etc. + # Setting this to "linux2" is not ideal, but only Windows or Mac + # are actually checked for and the rest of the module expects + # *sys.platform* style strings. + system = 'linux2' +else: + system = sys.platform + + + +def user_data_dir(appname=None, appauthor=None, version=None, roaming=False): + r"""Return full path to the user-specific data dir for this application. + + "appname" is the name of application. + If None, just the system directory is returned. + "appauthor" (only used on Windows) is the name of the + appauthor or distributing body for this application. Typically + it is the owning company name. This falls back to appname. You may + pass False to disable it. + "version" is 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 ".". + Only applied when appname is present. + "roaming" (boolean, default False) can be set True to use the Windows + roaming appdata directory. That means that for users on a Windows + network setup for roaming profiles, this user data will be + sync'd on login. See + + for a discussion of issues. + + Typical user data directories are: + Mac OS X: ~/Library/Application Support/ + Unix: ~/.local/share/ # or in $XDG_DATA_HOME, if defined + Win XP (not roaming): C:\Documents and Settings\\Application Data\\ + Win XP (roaming): C:\Documents and Settings\\Local Settings\Application Data\\ + Win 7 (not roaming): C:\Users\\AppData\Local\\ + Win 7 (roaming): C:\Users\\AppData\Roaming\\ + + For Unix, we follow the XDG spec and support $XDG_DATA_HOME. + That means, by default "~/.local/share/". + """ + if system == "win32": + if appauthor is None: + appauthor = appname + const = roaming and "CSIDL_APPDATA" or "CSIDL_LOCAL_APPDATA" + path = os.path.normpath(_get_win_folder(const)) + if appname: + if appauthor is not False: + path = os.path.join(path, appauthor, appname) + else: + path = os.path.join(path, appname) + elif system == 'darwin': + path = os.path.expanduser('~/Library/Application Support/') + if appname: + path = os.path.join(path, appname) + else: + path = os.getenv('XDG_DATA_HOME', os.path.expanduser("~/.local/share")) + if appname: + path = os.path.join(path, appname) + if appname and version: + path = os.path.join(path, version) + return path + + +def site_data_dir(appname=None, appauthor=None, version=None, multipath=False): + r"""Return full path to the user-shared data dir for this application. + + "appname" is the name of application. + If None, just the system directory is returned. + "appauthor" (only used on Windows) is the name of the + appauthor or distributing body for this application. Typically + it is the owning company name. This falls back to appname. You may + pass False to disable it. + "version" is 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 ".". + Only applied when appname is present. + "multipath" is an optional parameter only applicable to *nix + which indicates that the entire list of data dirs should be + returned. By default, the first item from XDG_DATA_DIRS is + returned, or '/usr/local/share/', + if XDG_DATA_DIRS is not set + + Typical site data directories are: + Mac OS X: /Library/Application Support/ + Unix: /usr/local/share/ or /usr/share/ + Win XP: C:\Documents and Settings\All Users\Application Data\\ + Vista: (Fail! "C:\ProgramData" is a hidden *system* directory on Vista.) + Win 7: C:\ProgramData\\ # Hidden, but writeable on Win 7. + + For Unix, this is using the $XDG_DATA_DIRS[0] default. + + WARNING: Do not use this on Windows. See the Vista-Fail note above for why. + """ + if system == "win32": + if appauthor is None: + appauthor = appname + path = os.path.normpath(_get_win_folder("CSIDL_COMMON_APPDATA")) + if appname: + if appauthor is not False: + path = os.path.join(path, appauthor, appname) + else: + path = os.path.join(path, appname) + elif system == 'darwin': + path = os.path.expanduser('/Library/Application Support') + if appname: + path = os.path.join(path, appname) + else: + # XDG default for $XDG_DATA_DIRS + # only first, if multipath is False + path = os.getenv('XDG_DATA_DIRS', + os.pathsep.join(['/usr/local/share', '/usr/share'])) + pathlist = [os.path.expanduser(x.rstrip(os.sep)) for x in path.split(os.pathsep)] + if appname: + if version: + appname = os.path.join(appname, version) + pathlist = [os.sep.join([x, appname]) for x in pathlist] + + if multipath: + path = os.pathsep.join(pathlist) + else: + path = pathlist[0] + return path + + if appname and version: + path = os.path.join(path, version) + return path + + +def user_config_dir(appname=None, appauthor=None, version=None, roaming=False): + r"""Return full path to the user-specific config dir for this application. + + "appname" is the name of application. + If None, just the system directory is returned. + "appauthor" (only used on Windows) is the name of the + appauthor or distributing body for this application. Typically + it is the owning company name. This falls back to appname. You may + pass False to disable it. + "version" is 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 ".". + Only applied when appname is present. + "roaming" (boolean, default False) can be set True to use the Windows + roaming appdata directory. That means that for users on a Windows + network setup for roaming profiles, this user data will be + sync'd on login. See + + for a discussion of issues. + + Typical user config directories are: + Mac OS X: same as user_data_dir + Unix: ~/.config/ # or in $XDG_CONFIG_HOME, if defined + Win *: same as user_data_dir + + For Unix, we follow the XDG spec and support $XDG_CONFIG_HOME. + That means, by default "~/.config/". + """ + if system in ["win32", "darwin"]: + path = user_data_dir(appname, appauthor, None, roaming) + else: + path = os.getenv('XDG_CONFIG_HOME', os.path.expanduser("~/.config")) + if appname: + path = os.path.join(path, appname) + if appname and version: + path = os.path.join(path, version) + return path + + +def site_config_dir(appname=None, appauthor=None, version=None, multipath=False): + r"""Return full path to the user-shared data dir for this application. + + "appname" is the name of application. + If None, just the system directory is returned. + "appauthor" (only used on Windows) is the name of the + appauthor or distributing body for this application. Typically + it is the owning company name. This falls back to appname. You may + pass False to disable it. + "version" is 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 ".". + Only applied when appname is present. + "multipath" is an optional parameter only applicable to *nix + which indicates that the entire list of config dirs should be + returned. By default, the first item from XDG_CONFIG_DIRS is + returned, or '/etc/xdg/', if XDG_CONFIG_DIRS is not set + + Typical site config directories are: + Mac OS X: same as site_data_dir + Unix: /etc/xdg/ or $XDG_CONFIG_DIRS[i]/ for each value in + $XDG_CONFIG_DIRS + Win *: same as site_data_dir + Vista: (Fail! "C:\ProgramData" is a hidden *system* directory on Vista.) + + For Unix, this is using the $XDG_CONFIG_DIRS[0] default, if multipath=False + + WARNING: Do not use this on Windows. See the Vista-Fail note above for why. + """ + if system in ["win32", "darwin"]: + path = site_data_dir(appname, appauthor) + if appname and version: + path = os.path.join(path, version) + else: + # XDG default for $XDG_CONFIG_DIRS + # only first, if multipath is False + path = os.getenv('XDG_CONFIG_DIRS', '/etc/xdg') + pathlist = [os.path.expanduser(x.rstrip(os.sep)) for x in path.split(os.pathsep)] + if appname: + if version: + appname = os.path.join(appname, version) + pathlist = [os.sep.join([x, appname]) for x in pathlist] + + if multipath: + path = os.pathsep.join(pathlist) + else: + path = pathlist[0] + return path + + +def user_cache_dir(appname=None, appauthor=None, version=None, opinion=True): + r"""Return full path to the user-specific cache dir for this application. + + "appname" is the name of application. + If None, just the system directory is returned. + "appauthor" (only used on Windows) is the name of the + appauthor or distributing body for this application. Typically + it is the owning company name. This falls back to appname. You may + pass False to disable it. + "version" is 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 ".". + Only applied when appname is present. + "opinion" (boolean) can be False to disable the appending of + "Cache" to the base app data dir for Windows. See + discussion below. + + Typical user cache directories are: + Mac OS X: ~/Library/Caches/ + Unix: ~/.cache/ (XDG default) + Win XP: C:\Documents and Settings\\Local Settings\Application Data\\\Cache + Vista: C:\Users\\AppData\Local\\\Cache + + On Windows the only suggestion in the MSDN docs is that local settings go in + the `CSIDL_LOCAL_APPDATA` directory. This is identical to the non-roaming + app data dir (the default returned by `user_data_dir` above). Apps typically + put cache data somewhere *under* the given dir here. Some examples: + ...\Mozilla\Firefox\Profiles\\Cache + ...\Acme\SuperApp\Cache\1.0 + OPINION: This function appends "Cache" to the `CSIDL_LOCAL_APPDATA` value. + This can be disabled with the `opinion=False` option. + """ + if system == "win32": + if appauthor is None: + appauthor = appname + path = os.path.normpath(_get_win_folder("CSIDL_LOCAL_APPDATA")) + if appname: + if appauthor is not False: + path = os.path.join(path, appauthor, appname) + else: + path = os.path.join(path, appname) + if opinion: + path = os.path.join(path, "Cache") + elif system == 'darwin': + path = os.path.expanduser('~/Library/Caches') + if appname: + path = os.path.join(path, appname) + else: + path = os.getenv('XDG_CACHE_HOME', os.path.expanduser('~/.cache')) + if appname: + path = os.path.join(path, appname) + if appname and version: + path = os.path.join(path, version) + return path + + +def user_state_dir(appname=None, appauthor=None, version=None, roaming=False): + r"""Return full path to the user-specific state dir for this application. + + "appname" is the name of application. + If None, just the system directory is returned. + "appauthor" (only used on Windows) is the name of the + appauthor or distributing body for this application. Typically + it is the owning company name. This falls back to appname. You may + pass False to disable it. + "version" is 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 ".". + Only applied when appname is present. + "roaming" (boolean, default False) can be set True to use the Windows + roaming appdata directory. That means that for users on a Windows + network setup for roaming profiles, this user data will be + sync'd on login. See + + for a discussion of issues. + + Typical user state directories are: + Mac OS X: same as user_data_dir + Unix: ~/.local/state/ # or in $XDG_STATE_HOME, if defined + Win *: same as user_data_dir + + For Unix, we follow this Debian proposal + to extend the XDG spec and support $XDG_STATE_HOME. + + That means, by default "~/.local/state/". + """ + if system in ["win32", "darwin"]: + path = user_data_dir(appname, appauthor, None, roaming) + else: + path = os.getenv('XDG_STATE_HOME', os.path.expanduser("~/.local/state")) + if appname: + path = os.path.join(path, appname) + if appname and version: + path = os.path.join(path, version) + return path + + +def user_log_dir(appname=None, appauthor=None, version=None, opinion=True): + r"""Return full path to the user-specific log dir for this application. + + "appname" is the name of application. + If None, just the system directory is returned. + "appauthor" (only used on Windows) is the name of the + appauthor or distributing body for this application. Typically + it is the owning company name. This falls back to appname. You may + pass False to disable it. + "version" is 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 ".". + Only applied when appname is present. + "opinion" (boolean) can be False to disable the appending of + "Logs" to the base app data dir for Windows, and "log" to the + base cache dir for Unix. See discussion below. + + Typical user log directories are: + Mac OS X: ~/Library/Logs/ + Unix: ~/.cache//log # or under $XDG_CACHE_HOME if defined + Win XP: C:\Documents and Settings\\Local Settings\Application Data\\\Logs + Vista: C:\Users\\AppData\Local\\\Logs + + On Windows the only suggestion in the MSDN docs is that local settings + go in the `CSIDL_LOCAL_APPDATA` directory. (Note: I'm interested in + examples of what some windows apps use for a logs dir.) + + OPINION: This function appends "Logs" to the `CSIDL_LOCAL_APPDATA` + value for Windows and appends "log" to the user cache dir for Unix. + This can be disabled with the `opinion=False` option. + """ + if system == "darwin": + path = os.path.join( + os.path.expanduser('~/Library/Logs'), + appname) + elif system == "win32": + path = user_data_dir(appname, appauthor, version) + version = False + if opinion: + path = os.path.join(path, "Logs") + else: + path = user_cache_dir(appname, appauthor, version) + version = False + if opinion: + path = os.path.join(path, "log") + if appname and version: + path = os.path.join(path, version) + return path + + +class AppDirs(object): + """Convenience wrapper for getting application dirs.""" + def __init__(self, appname=None, appauthor=None, version=None, + roaming=False, multipath=False): + self.appname = appname + self.appauthor = appauthor + self.version = version + self.roaming = roaming + self.multipath = multipath + + @property + def user_data_dir(self): + return user_data_dir(self.appname, self.appauthor, + version=self.version, roaming=self.roaming) + + @property + def site_data_dir(self): + return site_data_dir(self.appname, self.appauthor, + version=self.version, multipath=self.multipath) + + @property + def user_config_dir(self): + return user_config_dir(self.appname, self.appauthor, + version=self.version, roaming=self.roaming) + + @property + def site_config_dir(self): + return site_config_dir(self.appname, self.appauthor, + version=self.version, multipath=self.multipath) + + @property + def user_cache_dir(self): + return user_cache_dir(self.appname, self.appauthor, + version=self.version) + + @property + def user_state_dir(self): + return user_state_dir(self.appname, self.appauthor, + version=self.version) + + @property + def user_log_dir(self): + return user_log_dir(self.appname, self.appauthor, + version=self.version) + + +#---- internal support stuff + +def _get_win_folder_from_registry(csidl_name): + """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. + """ + if PY3: + import winreg as _winreg + else: + import _winreg + + shell_folder_name = { + "CSIDL_APPDATA": "AppData", + "CSIDL_COMMON_APPDATA": "Common AppData", + "CSIDL_LOCAL_APPDATA": "Local AppData", + }[csidl_name] + + key = _winreg.OpenKey( + _winreg.HKEY_CURRENT_USER, + r"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" + ) + dir, type = _winreg.QueryValueEx(key, shell_folder_name) + return dir + + +def _get_win_folder_with_pywin32(csidl_name): + from win32com.shell import shellcon, shell + dir = shell.SHGetFolderPath(0, getattr(shellcon, csidl_name), 0, 0) + # Try to make this a unicode path because SHGetFolderPath does + # not return unicode strings when there is unicode data in the + # path. + try: + dir = unicode(dir) + + # Downgrade to short path name if have highbit chars. See + # . + has_high_char = False + for c in dir: + if ord(c) > 255: + has_high_char = True + break + if has_high_char: + try: + import win32api + dir = win32api.GetShortPathName(dir) + except ImportError: + pass + except UnicodeError: + pass + return dir + + +def _get_win_folder_with_ctypes(csidl_name): + import ctypes + + csidl_const = { + "CSIDL_APPDATA": 26, + "CSIDL_COMMON_APPDATA": 35, + "CSIDL_LOCAL_APPDATA": 28, + }[csidl_name] + + buf = ctypes.create_unicode_buffer(1024) + ctypes.windll.shell32.SHGetFolderPathW(None, csidl_const, None, 0, buf) + + # Downgrade to short path name if have highbit chars. See + # . + has_high_char = False + for c in buf: + if ord(c) > 255: + has_high_char = True + break + if has_high_char: + buf2 = ctypes.create_unicode_buffer(1024) + if ctypes.windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024): + buf = buf2 + + return buf.value + +def _get_win_folder_with_jna(csidl_name): + import array + from com.sun import jna + from com.sun.jna.platform import win32 + + buf_size = win32.WinDef.MAX_PATH * 2 + buf = array.zeros('c', buf_size) + shell = win32.Shell32.INSTANCE + shell.SHGetFolderPath(None, getattr(win32.ShlObj, csidl_name), None, win32.ShlObj.SHGFP_TYPE_CURRENT, buf) + dir = jna.Native.toString(buf.tostring()).rstrip("\0") + + # Downgrade to short path name if have highbit chars. See + # . + has_high_char = False + for c in dir: + if ord(c) > 255: + has_high_char = True + break + if has_high_char: + buf = array.zeros('c', buf_size) + kernel = win32.Kernel32.INSTANCE + if kernel.GetShortPathName(dir, buf, buf_size): + dir = jna.Native.toString(buf.tostring()).rstrip("\0") + + return dir + +if system == "win32": + try: + import win32com.shell + _get_win_folder = _get_win_folder_with_pywin32 + except ImportError: + try: + from ctypes import windll + _get_win_folder = _get_win_folder_with_ctypes + except ImportError: + try: + import com.sun.jna + _get_win_folder = _get_win_folder_with_jna + except ImportError: + _get_win_folder = _get_win_folder_from_registry + + +#---- self test code + +if __name__ == "__main__": + appname = "MyApp" + appauthor = "MyCompany" + + props = ("user_data_dir", + "user_config_dir", + "user_cache_dir", + "user_state_dir", + "user_log_dir", + "site_data_dir", + "site_config_dir") + + print("-- app dirs %s --" % __version__) + + print("-- app dirs (with optional 'version')") + dirs = AppDirs(appname, appauthor, version="1.0") + for prop in props: + print("%s: %s" % (prop, getattr(dirs, prop))) + + print("\n-- app dirs (without optional 'version')") + dirs = AppDirs(appname, appauthor) + for prop in props: + print("%s: %s" % (prop, getattr(dirs, prop))) + + print("\n-- app dirs (without optional 'appauthor')") + dirs = AppDirs(appname) + for prop in props: + print("%s: %s" % (prop, getattr(dirs, prop))) + + print("\n-- app dirs (with disabled 'appauthor')") + dirs = AppDirs(appname, appauthor=False) + for prop in props: + print("%s: %s" % (prop, getattr(dirs, prop))) diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py new file mode 100644 index 0000000..4d99857 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__about__.py @@ -0,0 +1,27 @@ +# 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 __future__ import absolute_import, division, print_function + +__all__ = [ + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", +] + +__title__ = "packaging" +__summary__ = "Core utilities for Python packages" +__uri__ = "https://github.com/pypa/packaging" + +__version__ = "20.4" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = "Copyright 2014-2019 %s" % __author__ diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.py new file mode 100644 index 0000000..a0cf67d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__init__.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. +from __future__ import absolute_import, division, print_function + +from .__about__ import ( + __author__, + __copyright__, + __email__, + __license__, + __summary__, + __title__, + __uri__, + __version__, +) + +__all__ = [ + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", +] diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2840b254442a984177f9d5eaa81c1f136e2aa5cc GIT binary patch literal 714 zcmYk4y^ho{5XbYiyV)Q~@-zn$^_0-tvWNACdCqkiMH ze(twH9<*T|`d;PH;JcqkG|Wdd%Exq+Pv|(0=_H@hIG@pJKBqG_z4Gz}o$tNX;ty2v zR^jlR6k0acFwEOdDl^2CAGzjI49_~ng~10aN(1&P9;O%@ZW@O1FvnQiwk7HW#sp)l z_}P18%4LHw!u7uJ#To>W{^{j051EU|_+ z+;FCogH*}q6O)%W29uwO@}Bu3TD!?0%@U$C~MFU9ho?yh8G}+6YVCuUL(y7OCQxk-F<}> y)6%MvX@ntxO7$cif+h=T;aRfoG{o;(No~X4`_O~F1YCx35X~bWb^sf=@c#j0wbz^g literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd4815c7feef40d141a555d19d4ecbd70139d728 GIT binary patch literal 560 zcmYk2JC2+{5QZC=2Qv(7S=vK*f?51XEz6-JCzg{=N?`QDVgGzWe#M}9OFugr;`GBz-=`IYfnY`?Md?h)PCxmaGcU2r-@ z3Cc{)$E6f%RzW$t+)Q5C2=~eM5%pt69p!QaXj2@W2Uu!=-c47phB2Z%07%m+jjt7e zR=u=At|BC3T7O-OqKcaC_W;SOwP2Q>rUINxU*RNAYw;&SP1q4i!hx_yd_CV#n)?)! zM>|ie@&#dopfqjg5(ZnFspW;klmFAC=OGlR)foRb^RKCz@Gmsq1BPq78&#YdA!jS& zWl(WU-KF!b?MG#YW|nqtwCbAaircXt?%us^f{OAowf#do$k0p=19%x+@;xfR2H||O gekKP1WfjJ~o32aw(KwN`{6t$1^z*mHoBUM$2M4E_?EnA( literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-310.pyc b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4255a74e6bffccc73d400ee057a6b061aeedae07 GIT binary patch literal 1160 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-310.pyc b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d5a86b7929842ffb31b940cd145dbe02b212ef87 GIT binary patch literal 4106 zcmZ`+OLyDG6~+J{2vQXFux!b;>>!Tgn6X}toiwo>M-)XnY9vabq{KmvivtlO2{J*l z1JDmf>glP{P0#7+qMI(IWqwBgLD#eGDt|$Xy5AjA58Ewx=Hkx1ckT@CbJ*D+y;E)qZ=-HSX*V6& zt{r9EOq6xAO3nnm&+UtHZZ7I~`=h*@j|SWU#Y=%V=ng5|st-r!+!5gEz^hV+4`mEvU@oicgLeE?iHr-3*rg(@2g*p-gDn$+G8!q1^qv3K|go) z4flPX0LqUF@9ejAGxi^3h^ze^>5BBhzz=wKx0r+qa{}}kW9)1h> zNDrUjx!^o>Px9-$k5BG1etlG%)7&XOpeR%OOzl0*r-KWSo8i;$ZJrNC_gOH8`6qmW ze=@4Mcld3r|Crw{3);G{^6p;3Yl- z{8ROHB|bN&L3W;}`8-Zy126OP!K2^tQzX(3!slTeHXAbE5@93pHrtI_f_bH2%Dy-OZEH30A(`n;%8ft{G)1@- zHvIY;f0;aL3YlN=Ma;`DYrI8k3n`g(xo9qnrKaH0{JtpyX)i0DUze#W-{LQ2y3~v| z!UiuenO+PNF8n&sREt#o%ILgI_OJc0Quaz;mrLI)R2~;}*|$`zep9Y`0?pL}<{HX? zh8$jKJooEiQ02dGhk{4Ek#v5Wb?_7$PT1u+;*{yU@MCAQ*=__APCMozcH-@3yBO*!lI>>W&eZLh z=@^EeZ27fk{uYm?ThF#U!Q*CI)G+g~AZUu|E}Jx*`M!9n^-7H42p7m`CV;KkOi_;5 zk4Nn35xaTB3P)_>h}}P8vmIm7o02AdMkn>-@0_Q%q|p|2X(5D!A3uU`vpdbOv8qB& z+J3O(*I;Cs@r3`vi{aUtfnAOt!pUbPjF@WluD+wS%zz=>^@>FBh+ClkVn`NCR+lU} zHJG>xj8luq{%8Fn$_KV$m4YGAi8MLj9jBoes|@Ww zCBSjw|D9v*_#7iz$9VbU(;DV)JoJsT81YSjH&Y=ne%8>-%piq#DzJhy-d14aU>VtW zHaGsMN`m8`&55b3iuGg8R)_#Q%XhjZ2I++K2$R@BElA=CCvMla9i$Tl4`#>CnNZr+ ztBVtk-w2#;AWb<{Ka6?oyqm91vw`z$_(A>EF)aNP6 zlyh_hUMHPs2W*!evOWEKt#QTF68+V6rtP8UcZL!pU1`f3b+d_bWlTQXgLr(`j z1Z-IB62xpcK&-3P3M*KZ&gHHzxe!g^_=$7vrNAMLse9ZVx94DD2qP_(DgjaGo6|20@GicukAnTukEzOaxBXR znGIS_H;IEWXk?kCUjlEObw2VQL>TlzRmJBTsNESR3&S-o@aO(UyS zZ`hdZeNvh8n82c10t=JHRQd0WJUFA|rpkiC!-B59L{zW@{fG|x_9@Zx1#jV)e*;r> zhrIr_*Si9hLRwrT4VMU9CNNH5fxrrZZwZ{-3c8r;KA(Y6#ZZ0H)=XyS?D5=)AbMee zZX28Jq%CmU5EM?rAV41s>vyAG7u>!2#_eDV<(7*EZUK}C$P7UxQdk7i1XRXm2&1|w z`UvC*^b;T}O13C1Fi>ylRoYAreV<8)YnpNkH|z>`4QN1+__Wo&cq= zw0cWNX_EcUueW)bN>jIT^!srw481x}aPnAM0WPsgEbZdr%Gbrp`jWKccB_T^4`_>X z)ne(J@|v`($C$OaQmmFM(yDgfsnYV&QV}=J^3p+fD2?^%0)a)@rwFUw;=<~hw7L^`NYIs;0$QfO zD_7^1SIbcLxUyU=mx{piAg*FZ50}cjcV|xLi{;0~(hsuln7>>p%iQr~saW|z_It;S^FJd-9z2w3$XKA6hK+d+aydO~j2Qm~!;2m9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3cff9f5b8103d7c43ad19e11348bc7f985828f2f GIT binary patch literal 20467 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-310.pyc b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..63354e7c4c05104167b6ee89bb1af21640ad887f GIT binary patch literal 1651 zcmZ`(&2Jk;6rY)0@7ilSA5B1fRANCDV5MFM^%_M;p`sO%h14{tTdLLCGqE?>FJ{J0 zY!Zno{SWvDoMZkQ&U59|3m0xZAl}=!p+T_Dyv)4!=6(L&6z#T0;QRIbx6y`6$nSV~ z_p{*eH7s=sgcD9vlF^W6EM%D#S`>LKwL_a*+)itm6FQk2y1=)1Ev;vbu#tJ8M~QG` z7j&JpnYF@J)(+diYjIbsT(EFe*o!q@zog+hZ*cDw3GeVGZ^8c!&YqA?`!#qc9m}l7 z168CGEuthV3#m<=C(}eFMQ&C~ndCY;oa93d=l*MoSD0zN9^Sm1cFSds0;O)m? zW5e2mr9J|p$%1lvMlRWcU6OOEEzZv91!iOQ-_WjXfl|jd8__V%i#!=t4k9T=;?!7b zGBCBYI1y4pS1=7b2iK+sF;B!5ksH8$Q}&)J2)`$baiYr}7t>tm?kLgY$)G!saXuU; z`KUJ)`LvfNgI+n)<05|$e6`(Ei5A^59v;Udp?c-<2t2D|B8PB_-~umX?^=u&COSz~ zP|nQytza=E3`Ak(YnDgld$74x7sL-Dtg6c&u$eoWoRJH9PJbYI(!8x|DnH)R4?SvDGG57=m8^LqYgIB?$y$}HbuHuI z>kMK={dQBumm*`nvF!s0*SAcE_^_NPKD2t z!$ToOJ`|Oy6X>t6$HG5}XMTd(IZuVESW=`SR&Y~{GLh?`x*!p#bNlD*^H1mQmp=yE zovnL@7#iH_6e1YArC|N}0g#u_kryr?7ix4t51>OoF%JE?qWvoh5Y_UE85V3CdRoEp znry;N)7Tk_T%4A2w};jc9_*L*$^463@PS(3=mk4z0q9q|!OgAy|3)S;GWj7AoHBVA z31aXc@A4BkK0uZaWL^)-LTN~T?glU+xUsi@cG|LmN_8NnCdy(sHcniYfPLc};>2si zq>!s9w~vY>H}0~$#ww*SHrh27*u+tV4B&mL!|W{Ilee2%8B4AH6{FewuS#G>>K+j0 zwrGpi8T-q&J?jqr9Ozw&yPL&i0E(SW<3;f1>4_9kB(aAQn<%m55>16}q-P}zv2>7y zuZg^m1oN&cV4S4_&Z%r7`4|a4P{th=S(&6lt{@A?yYl-^I#uzjuGe?6f=^Phi+EGW T+O+Cyjjd4|md89+w_5JsG}E2k literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-310.pyc b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cea96e65c380d1962c365a1dc0b423c98e051009 GIT binary patch literal 13031 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 D&Srpp literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_compat.py b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_compat.py new file mode 100644 index 0000000..e54bd4e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_compat.py @@ -0,0 +1,38 @@ +# 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 __future__ import absolute_import, division, print_function + +import sys + +from ._typing import TYPE_CHECKING + +if TYPE_CHECKING: # pragma: no cover + from typing import Any, Dict, Tuple, Type + + +PY2 = sys.version_info[0] == 2 +PY3 = sys.version_info[0] == 3 + +# flake8: noqa + +if PY3: + string_types = (str,) +else: + string_types = (basestring,) + + +def with_metaclass(meta, *bases): + # type: (Type[Any], Tuple[Type[Any], ...]) -> Any + """ + Create a base class with a metaclass. + """ + # This requires a bit of explanation: the basic idea is to make a dummy + # metaclass for one level of class instantiation that replaces itself with + # the actual metaclass. + class metaclass(meta): # type: ignore + def __new__(cls, name, this_bases, d): + # type: (Type[Any], str, Tuple[Any], Dict[Any, Any]) -> Any + return meta(name, bases, d) + + return type.__new__(metaclass, "temporary_class", (), {}) diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py new file mode 100644 index 0000000..800d5c5 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_structures.py @@ -0,0 +1,86 @@ +# 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 __future__ import absolute_import, division, print_function + + +class InfinityType(object): + def __repr__(self): + # type: () -> str + return "Infinity" + + def __hash__(self): + # type: () -> int + return hash(repr(self)) + + def __lt__(self, other): + # type: (object) -> bool + return False + + def __le__(self, other): + # type: (object) -> bool + return False + + def __eq__(self, other): + # type: (object) -> bool + return isinstance(other, self.__class__) + + def __ne__(self, other): + # type: (object) -> bool + return not isinstance(other, self.__class__) + + def __gt__(self, other): + # type: (object) -> bool + return True + + def __ge__(self, other): + # type: (object) -> bool + return True + + def __neg__(self): + # type: (object) -> NegativeInfinityType + return NegativeInfinity + + +Infinity = InfinityType() + + +class NegativeInfinityType(object): + def __repr__(self): + # type: () -> str + return "-Infinity" + + def __hash__(self): + # type: () -> int + return hash(repr(self)) + + def __lt__(self, other): + # type: (object) -> bool + return True + + def __le__(self, other): + # type: (object) -> bool + return True + + def __eq__(self, other): + # type: (object) -> bool + return isinstance(other, self.__class__) + + def __ne__(self, other): + # type: (object) -> bool + return not isinstance(other, self.__class__) + + def __gt__(self, other): + # type: (object) -> bool + return False + + def __ge__(self, other): + # type: (object) -> bool + return False + + def __neg__(self): + # type: (object) -> InfinityType + return Infinity + + +NegativeInfinity = NegativeInfinityType() diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_typing.py b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_typing.py new file mode 100644 index 0000000..77a8b91 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_typing.py @@ -0,0 +1,48 @@ +"""For neatly implementing static typing in packaging. + +`mypy` - the static type analysis tool we use - uses the `typing` module, which +provides core functionality fundamental to mypy's functioning. + +Generally, `typing` would be imported at runtime and used in that fashion - +it acts as a no-op at runtime and does not have any run-time overhead by +design. + +As it turns out, `typing` is not vendorable - it uses separate sources for +Python 2/Python 3. Thus, this codebase can not expect it to be present. +To work around this, mypy allows the typing import to be behind a False-y +optional to prevent it from running at runtime and type-comments can be used +to remove the need for the types to be accessible directly during runtime. + +This module provides the False-y guard in a nicely named fashion so that a +curious maintainer can reach here to read this. + +In packaging, all static-typing related imports should be guarded as follows: + + from packaging._typing import TYPE_CHECKING + + if TYPE_CHECKING: + from typing import ... + +Ref: https://github.com/python/mypy/issues/3216 +""" + +__all__ = ["TYPE_CHECKING", "cast"] + +# The TYPE_CHECKING constant defined by the typing module is False at runtime +# but True while type checking. +if False: # pragma: no cover + from typing import TYPE_CHECKING +else: + TYPE_CHECKING = False + +# typing's cast syntax requires calling typing.cast at runtime, but we don't +# want to import typing at runtime. Here, we inform the type checkers that +# we're importing `typing.cast` as `cast` and re-implement typing.cast's +# runtime behavior in a block that is ignored by type checkers. +if TYPE_CHECKING: # pragma: no cover + # not executed at runtime + from typing import cast +else: + # executed at runtime + def cast(type_, value): # noqa + return value diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/markers.py b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/markers.py new file mode 100644 index 0000000..fd1559c --- /dev/null +++ b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/markers.py @@ -0,0 +1,328 @@ +# 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 __future__ import absolute_import, division, print_function + +import operator +import os +import platform +import sys + +from pkg_resources.extern.pyparsing import ParseException, ParseResults, stringStart, stringEnd +from pkg_resources.extern.pyparsing import ZeroOrMore, Group, Forward, QuotedString +from pkg_resources.extern.pyparsing import Literal as L # noqa + +from ._compat import string_types +from ._typing import TYPE_CHECKING +from .specifiers import Specifier, InvalidSpecifier + +if TYPE_CHECKING: # pragma: no cover + from typing import Any, Callable, Dict, List, Optional, Tuple, Union + + Operator = Callable[[str, str], bool] + + +__all__ = [ + "InvalidMarker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "Marker", + "default_environment", +] + + +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(object): + def __init__(self, value): + # type: (Any) -> None + self.value = value + + def __str__(self): + # type: () -> str + return str(self.value) + + def __repr__(self): + # type: () -> str + return "<{0}({1!r})>".format(self.__class__.__name__, str(self)) + + def serialize(self): + # type: () -> str + raise NotImplementedError + + +class Variable(Node): + def serialize(self): + # type: () -> str + return str(self) + + +class Value(Node): + def serialize(self): + # type: () -> str + return '"{0}"'.format(self) + + +class Op(Node): + def serialize(self): + # type: () -> 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): + # type: (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, first=True): + # type: (Union[List[str], Tuple[Node, ...], str], Optional[bool]) -> str + + assert isinstance(marker, (list, tuple, string_types)) + + # 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 = { + "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, +} # type: Dict[str, Operator] + + +def _eval_op(lhs, op, rhs): + # type: (str, Op, str) -> bool + try: + spec = Specifier("".join([op.serialize(), rhs])) + except InvalidSpecifier: + pass + else: + return spec.contains(lhs) + + oper = _operators.get(op.serialize()) # type: Optional[Operator] + if oper is None: + raise UndefinedComparison( + "Undefined {0!r} on {1!r} and {2!r}.".format(op, lhs, rhs) + ) + + return oper(lhs, rhs) + + +class Undefined(object): + pass + + +_undefined = Undefined() + + +def _get_env(environment, name): + # type: (Dict[str, str], str) -> str + value = environment.get(name, _undefined) # type: Union[str, Undefined] + + if isinstance(value, Undefined): + raise UndefinedEnvironmentName( + "{0!r} does not exist in evaluation environment.".format(name) + ) + + return value + + +def _evaluate_markers(markers, environment): + # type: (List[Any], Dict[str, str]) -> bool + groups = [[]] # type: List[List[bool]] + + for marker in markers: + assert isinstance(marker, (list, tuple, string_types)) + + 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): + # type: (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(): + # type: () -> Dict[str, str] + if hasattr(sys, "implementation"): + # Ignoring the `sys.implementation` reference for type checking due to + # mypy not liking that the attribute doesn't exist in Python 2.7 when + # run with the `--py27` flag. + iver = format_full_version(sys.implementation.version) # type: ignore + implementation_name = sys.implementation.name # type: ignore + else: + iver = "0" + 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(object): + def __init__(self, marker): + # type: (str) -> None + try: + self._markers = _coerce_parse_result(MARKER.parseString(marker)) + except ParseException as e: + err_str = "Invalid marker: {0!r}, parse error at {1!r}".format( + marker, marker[e.loc : e.loc + 8] + ) + raise InvalidMarker(err_str) + + def __str__(self): + # type: () -> str + return _format_marker(self._markers) + + def __repr__(self): + # type: () -> str + return "".format(str(self)) + + def evaluate(self, environment=None): + # type: (Optional[Dict[str, str]]) -> bool + """Evaluate a marker. + + Return the boolean from evaluating the given marker against the + environment. environment is an optional argument to override all or + part of the determined environment. + + The environment is determined from the current Python process. + """ + current_environment = default_environment() + if environment is not None: + current_environment.update(environment) + + return _evaluate_markers(self._markers, current_environment) diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/requirements.py b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/requirements.py new file mode 100644 index 0000000..9495a1d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/requirements.py @@ -0,0 +1,145 @@ +# 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 __future__ import absolute_import, division, print_function + +import string +import re + +from pkg_resources.extern.pyparsing import stringStart, stringEnd, originalTextFor, ParseException +from pkg_resources.extern.pyparsing import ZeroOrMore, Word, Optional, Regex, Combine +from pkg_resources.extern.pyparsing import Literal as L # noqa +from urllib import parse as urlparse + +from ._typing import TYPE_CHECKING +from .markers import MARKER_EXPR, Marker +from .specifiers import LegacySpecifier, Specifier, SpecifierSet + +if TYPE_CHECKING: # pragma: no cover + from typing import List + + +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 +# pkg_resources.extern.pyparsing isn't thread safe during initialization, so we do it eagerly, see +# issue #104 +REQUIREMENT.parseString("x[]") + + +class Requirement(object): + """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): + # type: (str) -> None + try: + req = REQUIREMENT.parseString(requirement_string) + except ParseException as e: + raise InvalidRequirement( + 'Parse error at "{0!r}": {1}'.format( + requirement_string[e.loc : e.loc + 8], e.msg + ) + ) + + self.name = req.name + if req.url: + parsed_url = urlparse.urlparse(req.url) + if parsed_url.scheme == "file": + if urlparse.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("Invalid URL: {0}".format(req.url)) + self.url = req.url + else: + self.url = None + self.extras = set(req.extras.asList() if req.extras else []) + self.specifier = SpecifierSet(req.specifier) + self.marker = req.marker if req.marker else None + + def __str__(self): + # type: () -> str + parts = [self.name] # type: List[str] + + if self.extras: + parts.append("[{0}]".format(",".join(sorted(self.extras)))) + + if self.specifier: + parts.append(str(self.specifier)) + + if self.url: + parts.append("@ {0}".format(self.url)) + if self.marker: + parts.append(" ") + + if self.marker: + parts.append("; {0}".format(self.marker)) + + return "".join(parts) + + def __repr__(self): + # type: () -> str + return "".format(str(self)) diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py new file mode 100644 index 0000000..fe09bb1 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/specifiers.py @@ -0,0 +1,863 @@ +# 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 __future__ import absolute_import, division, print_function + +import abc +import functools +import itertools +import re + +from ._compat import string_types, with_metaclass +from ._typing import TYPE_CHECKING +from .utils import canonicalize_version +from .version import Version, LegacyVersion, parse + +if TYPE_CHECKING: # pragma: no cover + from typing import ( + List, + Dict, + Union, + Iterable, + Iterator, + Optional, + Callable, + Tuple, + FrozenSet, + ) + + ParsedVersion = Union[Version, LegacyVersion] + UnparsedVersion = Union[Version, LegacyVersion, str] + CallableOperator = Callable[[ParsedVersion, str], bool] + + +class InvalidSpecifier(ValueError): + """ + An invalid specifier was found, users should refer to PEP 440. + """ + + +class BaseSpecifier(with_metaclass(abc.ABCMeta, object)): # type: ignore + @abc.abstractmethod + def __str__(self): + # type: () -> str + """ + Returns the str representation of this Specifier like object. This + should be representative of the Specifier itself. + """ + + @abc.abstractmethod + def __hash__(self): + # type: () -> int + """ + Returns a hash value for this Specifier like object. + """ + + @abc.abstractmethod + def __eq__(self, other): + # type: (object) -> bool + """ + Returns a boolean representing whether or not the two Specifier like + objects are equal. + """ + + @abc.abstractmethod + def __ne__(self, other): + # type: (object) -> bool + """ + Returns a boolean representing whether or not the two Specifier like + objects are not equal. + """ + + @abc.abstractproperty + def prereleases(self): + # type: () -> Optional[bool] + """ + Returns whether or not pre-releases as a whole are allowed by this + specifier. + """ + + @prereleases.setter + def prereleases(self, value): + # type: (bool) -> None + """ + Sets whether or not pre-releases as a whole are allowed by this + specifier. + """ + + @abc.abstractmethod + def contains(self, item, prereleases=None): + # type: (str, Optional[bool]) -> bool + """ + Determines if the given item is contained within this specifier. + """ + + @abc.abstractmethod + def filter(self, iterable, prereleases=None): + # type: (Iterable[UnparsedVersion], Optional[bool]) -> Iterable[UnparsedVersion] + """ + 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 = {} # type: Dict[str, str] + + def __init__(self, spec="", prereleases=None): + # type: (str, Optional[bool]) -> None + match = self._regex.search(spec) + if not match: + raise InvalidSpecifier("Invalid specifier: '{0}'".format(spec)) + + self._spec = ( + match.group("operator").strip(), + match.group("version").strip(), + ) # type: Tuple[str, str] + + # Store whether or not this Specifier should accept prereleases + self._prereleases = prereleases + + def __repr__(self): + # type: () -> str + pre = ( + ", prereleases={0!r}".format(self.prereleases) + if self._prereleases is not None + else "" + ) + + return "<{0}({1!r}{2})>".format(self.__class__.__name__, str(self), pre) + + def __str__(self): + # type: () -> str + return "{0}{1}".format(*self._spec) + + @property + def _canonical_spec(self): + # type: () -> Tuple[str, Union[Version, str]] + return self._spec[0], canonicalize_version(self._spec[1]) + + def __hash__(self): + # type: () -> int + return hash(self._canonical_spec) + + def __eq__(self, other): + # type: (object) -> bool + if isinstance(other, string_types): + 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 __ne__(self, other): + # type: (object) -> bool + if isinstance(other, string_types): + try: + other = self.__class__(str(other)) + except InvalidSpecifier: + return NotImplemented + elif not isinstance(other, self.__class__): + return NotImplemented + + return self._spec != other._spec + + def _get_operator(self, op): + # type: (str) -> CallableOperator + operator_callable = getattr( + self, "_compare_{0}".format(self._operators[op]) + ) # type: CallableOperator + return operator_callable + + def _coerce_version(self, version): + # type: (UnparsedVersion) -> ParsedVersion + if not isinstance(version, (LegacyVersion, Version)): + version = parse(version) + return version + + @property + def operator(self): + # type: () -> str + return self._spec[0] + + @property + def version(self): + # type: () -> str + return self._spec[1] + + @property + def prereleases(self): + # type: () -> Optional[bool] + return self._prereleases + + @prereleases.setter + def prereleases(self, value): + # type: (bool) -> None + self._prereleases = value + + def __contains__(self, item): + # type: (str) -> bool + return self.contains(item) + + def contains(self, item, prereleases=None): + # type: (UnparsedVersion, Optional[bool]) -> 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 = self._get_operator(self.operator) # type: CallableOperator + return operator_callable(normalized_item, self.version) + + def filter(self, iterable, prereleases=None): + # type: (Iterable[UnparsedVersion], Optional[bool]) -> Iterable[UnparsedVersion] + + 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 incase 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 _coerce_version(self, version): + # type: (Union[ParsedVersion, str]) -> LegacyVersion + if not isinstance(version, LegacyVersion): + version = LegacyVersion(str(version)) + return version + + def _compare_equal(self, prospective, spec): + # type: (LegacyVersion, str) -> bool + return prospective == self._coerce_version(spec) + + def _compare_not_equal(self, prospective, spec): + # type: (LegacyVersion, str) -> bool + return prospective != self._coerce_version(spec) + + def _compare_less_than_equal(self, prospective, spec): + # type: (LegacyVersion, str) -> bool + return prospective <= self._coerce_version(spec) + + def _compare_greater_than_equal(self, prospective, spec): + # type: (LegacyVersion, str) -> bool + return prospective >= self._coerce_version(spec) + + def _compare_less_than(self, prospective, spec): + # type: (LegacyVersion, str) -> bool + return prospective < self._coerce_version(spec) + + def _compare_greater_than(self, prospective, spec): + # type: (LegacyVersion, str) -> bool + return prospective > self._coerce_version(spec) + + +def _require_version_compare( + fn # type: (Callable[[Specifier, ParsedVersion, str], bool]) +): + # type: (...) -> Callable[[Specifier, ParsedVersion, str], bool] + @functools.wraps(fn) + def wrapped(self, prospective, spec): + # type: (Specifier, ParsedVersion, 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, spec): + # type: (ParsedVersion, 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 post and dev releases and we want to treat the pre-release as + # it's own separate segment. + prefix = ".".join( + list( + itertools.takewhile( + lambda x: (not x.startswith("post") and not x.startswith("dev")), + _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, spec): + # type: (ParsedVersion, 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, spec): + # type: (ParsedVersion, str) -> bool + return not self._compare_equal(prospective, spec) + + @_require_version_compare + def _compare_less_than_equal(self, prospective, spec): + # type: (ParsedVersion, 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, spec): + # type: (ParsedVersion, 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, spec_str): + # type: (ParsedVersion, 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, spec_str): + # type: (ParsedVersion, 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, spec): + # type: (Version, str) -> bool + return str(prospective).lower() == str(spec).lower() + + @property + def prereleases(self): + # type: () -> 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): + # type: (bool) -> None + self._prereleases = value + + +_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") + + +def _version_split(version): + # type: (str) -> List[str] + result = [] # type: 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 _pad_version(left, right): + # type: (List[str], 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="", prereleases=None): + # type: (str, Optional[bool]) -> 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() + 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): + # type: () -> str + pre = ( + ", prereleases={0!r}".format(self.prereleases) + if self._prereleases is not None + else "" + ) + + return "".format(str(self), pre) + + def __str__(self): + # type: () -> str + return ",".join(sorted(str(s) for s in self._specs)) + + def __hash__(self): + # type: () -> int + return hash(self._specs) + + def __and__(self, other): + # type: (Union[SpecifierSet, str]) -> SpecifierSet + if isinstance(other, string_types): + 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): + # type: (object) -> bool + if isinstance(other, (string_types, _IndividualSpecifier)): + other = SpecifierSet(str(other)) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + return self._specs == other._specs + + def __ne__(self, other): + # type: (object) -> bool + if isinstance(other, (string_types, _IndividualSpecifier)): + other = SpecifierSet(str(other)) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + return self._specs != other._specs + + def __len__(self): + # type: () -> int + return len(self._specs) + + def __iter__(self): + # type: () -> Iterator[FrozenSet[_IndividualSpecifier]] + return iter(self._specs) + + @property + def prereleases(self): + # type: () -> 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): + # type: (bool) -> None + self._prereleases = value + + def __contains__(self, item): + # type: (Union[ParsedVersion, str]) -> bool + return self.contains(item) + + def contains(self, item, prereleases=None): + # type: (Union[ParsedVersion, str], Optional[bool]) -> 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, # type: Iterable[Union[ParsedVersion, str]] + prereleases=None, # type: Optional[bool] + ): + # type: (...) -> Iterable[Union[ParsedVersion, str]] + + # 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 = [] # type: List[Union[ParsedVersion, str]] + found_prereleases = [] # type: List[Union[ParsedVersion, str]] + + for item in iterable: + # Ensure that we some kind of Version class for this item. + if not isinstance(item, (LegacyVersion, Version)): + parsed_version = parse(item) + else: + parsed_version = item + + # Filter out any item which is parsed as a LegacyVersion + if isinstance(parsed_version, LegacyVersion): + continue + + # Store any item which is a pre-release for later unless we've + # already found a final version or we are accepting prereleases + if parsed_version.is_prerelease and not prereleases: + if not filtered: + found_prereleases.append(item) + else: + filtered.append(item) + + # If we've found no items except for pre-releases, then we'll go + # ahead and use the pre-releases + if not filtered and found_prereleases and prereleases is None: + return found_prereleases + + return filtered diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py new file mode 100644 index 0000000..9064910 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/tags.py @@ -0,0 +1,751 @@ +# 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 __future__ import absolute_import + +import distutils.util + +try: + from importlib.machinery import EXTENSION_SUFFIXES +except ImportError: # pragma: no cover + import imp + + EXTENSION_SUFFIXES = [x[0] for x in imp.get_suffixes()] + del imp +import logging +import os +import platform +import re +import struct +import sys +import sysconfig +import warnings + +from ._typing import TYPE_CHECKING, cast + +if TYPE_CHECKING: # pragma: no cover + from typing import ( + Dict, + FrozenSet, + IO, + Iterable, + Iterator, + List, + Optional, + Sequence, + Tuple, + Union, + ) + + PythonVersion = Sequence[int] + MacVersion = Tuple[int, int] + GlibcVersion = Tuple[int, int] + + +logger = logging.getLogger(__name__) + +INTERPRETER_SHORT_NAMES = { + "python": "py", # Generic. + "cpython": "cp", + "pypy": "pp", + "ironpython": "ip", + "jython": "jy", +} # type: Dict[str, str] + + +_32_BIT_INTERPRETER = sys.maxsize <= 2 ** 32 + + +class Tag(object): + """ + 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"] + + def __init__(self, interpreter, abi, platform): + # type: (str, str, str) -> None + self._interpreter = interpreter.lower() + self._abi = abi.lower() + self._platform = platform.lower() + + @property + def interpreter(self): + # type: () -> str + return self._interpreter + + @property + def abi(self): + # type: () -> str + return self._abi + + @property + def platform(self): + # type: () -> str + return self._platform + + def __eq__(self, other): + # type: (object) -> bool + if not isinstance(other, Tag): + return NotImplemented + + return ( + (self.platform == other.platform) + and (self.abi == other.abi) + and (self.interpreter == other.interpreter) + ) + + def __hash__(self): + # type: () -> int + return hash((self._interpreter, self._abi, self._platform)) + + def __str__(self): + # type: () -> str + return "{}-{}-{}".format(self._interpreter, self._abi, self._platform) + + def __repr__(self): + # type: () -> str + return "<{self} @ {self_id}>".format(self=self, self_id=id(self)) + + +def parse_tag(tag): + # type: (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 _warn_keyword_parameter(func_name, kwargs): + # type: (str, Dict[str, bool]) -> bool + """ + Backwards-compatibility with Python 2.7 to allow treating 'warn' as keyword-only. + """ + if not kwargs: + return False + elif len(kwargs) > 1 or "warn" not in kwargs: + kwargs.pop("warn", None) + arg = next(iter(kwargs.keys())) + raise TypeError( + "{}() got an unexpected keyword argument {!r}".format(func_name, arg) + ) + return kwargs["warn"] + + +def _get_config_var(name, warn=False): + # type: (str, bool) -> 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): + # type: (str) -> str + return string.replace(".", "_").replace("-", "_") + + +def _abi3_applies(python_version): + # type: (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, warn=False): + # type: (PythonVersion, bool) -> 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("cp{version}".format(version=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=None, # type: Optional[PythonVersion] + abis=None, # type: Optional[Iterable[str]] + platforms=None, # type: Optional[Iterable[str]] + **kwargs # type: bool +): + # type: (...) -> 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. + """ + warn = _warn_keyword_parameter("cpython_tags", kwargs) + if not python_version: + python_version = sys.version_info[:2] + + interpreter = "cp{}".format(_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): + for tag in (Tag(interpreter, "abi3", platform_) for platform_ in platforms): + yield tag + for tag in (Tag(interpreter, "none", platform_) for platform_ in platforms): + yield tag + + 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(): + # type: () -> Iterator[str] + abi = sysconfig.get_config_var("SOABI") + if abi: + yield _normalize_string(abi) + + +def generic_tags( + interpreter=None, # type: Optional[str] + abis=None, # type: Optional[Iterable[str]] + platforms=None, # type: Optional[Iterable[str]] + **kwargs # type: bool +): + # type: (...) -> 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. + """ + warn = _warn_keyword_parameter("generic_tags", kwargs) + 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): + # type: (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 "py{version}".format(version=_version_nodot(py_version[:2])) + yield "py{major}".format(major=py_version[0]) + if len(py_version) > 1: + for minor in range(py_version[1] - 1, -1, -1): + yield "py{version}".format(version=_version_nodot((py_version[0], minor))) + + +def compatible_tags( + python_version=None, # type: Optional[PythonVersion] + interpreter=None, # type: Optional[str] + platforms=None, # type: Optional[Iterable[str]] +): + # type: (...) -> 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, is_32bit=_32_BIT_INTERPRETER): + # type: (str, bool) -> str + if not is_32bit: + return arch + + if arch.startswith("ppc"): + return "ppc" + + return "i386" + + +def _mac_binary_formats(version, cpu_arch): + # type: (MacVersion, 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"]) + + formats.append("universal") + return formats + + +def mac_platforms(version=None, arch=None): + # type: (Optional[MacVersion], Optional[str]) -> 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() # type: ignore + 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 + for minor_version in range(version[1], -1, -1): + compat_version = version[0], 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, + ) + + +# From PEP 513. +def _is_manylinux_compatible(name, glibc_version): + # type: (str, GlibcVersion) -> bool + # Check for presence of _manylinux module. + try: + import _manylinux # noqa + + return bool(getattr(_manylinux, name + "_compatible")) + except (ImportError, AttributeError): + # Fall through to heuristic check below. + pass + + return _have_compatible_glibc(*glibc_version) + + +def _glibc_version_string(): + # type: () -> 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(): + # type: () -> 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 + try: + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17". + version_string = os.confstr( # type: ignore[attr-defined] # noqa: F821 + "CS_GNU_LIBC_VERSION" + ) + assert version_string is not None + _, version = version_string.split() # type: Tuple[str, str] + 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(): + # type: () -> 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. + # + # Note: typeshed is wrong here so we are ignoring this line. + process_namespace = ctypes.CDLL(None) # type: ignore + 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() # type: str + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +# Separated out from have_compatible_glibc for easier unit testing. +def _check_glibc_version(version_str, required_major, minimum_minor): + # type: (str, int, int) -> bool + # Parse string and check against requested 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 False + return ( + int(m.group("major")) == required_major + and int(m.group("minor")) >= minimum_minor + ) + + +def _have_compatible_glibc(required_major, minimum_minor): + # type: (int, int) -> bool + version_str = _glibc_version_string() + if version_str is None: + return False + return _check_glibc_version(version_str, required_major, minimum_minor) + + +# Python does not provide platform information at sufficient granularity to +# identify the architecture of the running executable in some cases, so we +# determine it dynamically by reading the information from the running +# process. This only applies on Linux, which uses the ELF format. +class _ELFFileHeader(object): + # https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#File_header + class _InvalidELFFileHeader(ValueError): + """ + An invalid ELF file header was found. + """ + + ELF_MAGIC_NUMBER = 0x7F454C46 + ELFCLASS32 = 1 + ELFCLASS64 = 2 + ELFDATA2LSB = 1 + ELFDATA2MSB = 2 + EM_386 = 3 + EM_S390 = 22 + EM_ARM = 40 + EM_X86_64 = 62 + EF_ARM_ABIMASK = 0xFF000000 + EF_ARM_ABI_VER5 = 0x05000000 + EF_ARM_ABI_FLOAT_HARD = 0x00000400 + + def __init__(self, file): + # type: (IO[bytes]) -> None + def unpack(fmt): + # type: (str) -> int + try: + (result,) = struct.unpack( + fmt, file.read(struct.calcsize(fmt)) + ) # type: (int, ) + except struct.error: + raise _ELFFileHeader._InvalidELFFileHeader() + return result + + 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(): + # type: () -> Optional[_ELFFileHeader] + try: + with open(sys.executable, "rb") as f: + elf_header = _ELFFileHeader(f) + except (IOError, OSError, TypeError, _ELFFileHeader._InvalidELFFileHeader): + return None + return elf_header + + +def _is_linux_armhf(): + # type: () -> 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(): + # type: () -> 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_manylinux_abi(arch): + # type: (str) -> bool + if arch == "armv7l": + return _is_linux_armhf() + if arch == "i686": + return _is_linux_i686() + return True + + +def _linux_platforms(is_32bit=_32_BIT_INTERPRETER): + # type: (bool) -> Iterator[str] + linux = _normalize_string(distutils.util.get_platform()) + if is_32bit: + if linux == "linux_x86_64": + linux = "linux_i686" + elif linux == "linux_aarch64": + linux = "linux_armv7l" + manylinux_support = [] + _, arch = linux.split("_", 1) + if _have_compatible_manylinux_abi(arch): + if arch in {"x86_64", "i686", "aarch64", "armv7l", "ppc64", "ppc64le", "s390x"}: + manylinux_support.append( + ("manylinux2014", (2, 17)) + ) # CentOS 7 w/ glibc 2.17 (PEP 599) + if arch in {"x86_64", "i686"}: + manylinux_support.append( + ("manylinux2010", (2, 12)) + ) # CentOS 6 w/ glibc 2.12 (PEP 571) + manylinux_support.append( + ("manylinux1", (2, 5)) + ) # CentOS 5 w/ glibc 2.5 (PEP 513) + manylinux_support_iter = iter(manylinux_support) + for name, glibc_version in manylinux_support_iter: + if _is_manylinux_compatible(name, glibc_version): + yield linux.replace("linux", name) + break + # Support for a later manylinux implies support for an earlier version. + for name, _ in manylinux_support_iter: + yield linux.replace("linux", name) + yield linux + + +def _generic_platforms(): + # type: () -> Iterator[str] + yield _normalize_string(distutils.util.get_platform()) + + +def _platform_tags(): + # type: () -> 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(): + # type: () -> str + """ + Returns the name of the running interpreter. + """ + try: + name = sys.implementation.name # type: ignore + except AttributeError: # pragma: no cover + # Python 2.7 compatibility. + name = platform.python_implementation().lower() + return INTERPRETER_SHORT_NAMES.get(name) or name + + +def interpreter_version(**kwargs): + # type: (bool) -> str + """ + Returns the version of the running interpreter. + """ + warn = _warn_keyword_parameter("interpreter_version", kwargs) + 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): + # type: (PythonVersion) -> str + if any(v >= 10 for v in version): + sep = "_" + else: + sep = "" + return sep.join(map(str, version)) + + +def sys_tags(**kwargs): + # type: (bool) -> 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. + """ + warn = _warn_keyword_parameter("sys_tags", kwargs) + + interp_name = interpreter_name() + if interp_name == "cp": + for tag in cpython_tags(warn=warn): + yield tag + else: + for tag in generic_tags(): + yield tag + + for tag in compatible_tags(): + yield tag diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py new file mode 100644 index 0000000..19579c1 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/utils.py @@ -0,0 +1,65 @@ +# 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 __future__ import absolute_import, division, print_function + +import re + +from ._typing import TYPE_CHECKING, cast +from .version import InvalidVersion, Version + +if TYPE_CHECKING: # pragma: no cover + from typing import NewType, Union + + NormalizedName = NewType("NormalizedName", str) + +_canonicalize_regex = re.compile(r"[-_.]+") + + +def canonicalize_name(name): + # type: (str) -> NormalizedName + # This is taken from PEP 503. + value = _canonicalize_regex.sub("-", name).lower() + return cast("NormalizedName", value) + + +def canonicalize_version(_version): + # type: (str) -> Union[Version, str] + """ + This is very similar to Version.__str__, but has one subtle difference + with the way it handles the release segment. + """ + + try: + version = Version(_version) + except InvalidVersion: + # Legacy versions cannot be normalized + return _version + + parts = [] + + # Epoch + if version.epoch != 0: + parts.append("{0}!".format(version.epoch)) + + # Release segment + # NB: This strips trailing '.0's to normalize + parts.append(re.sub(r"(\.0)+$", "", ".".join(str(x) for x in version.release))) + + # Pre-release + if version.pre is not None: + parts.append("".join(str(x) for x in version.pre)) + + # Post-release + if version.post is not None: + parts.append(".post{0}".format(version.post)) + + # Development release + if version.dev is not None: + parts.append(".dev{0}".format(version.dev)) + + # Local version segment + if version.local is not None: + parts.append("+{0}".format(version.local)) + + return "".join(parts) diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py new file mode 100644 index 0000000..00371e8 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/version.py @@ -0,0 +1,535 @@ +# 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 __future__ import absolute_import, division, print_function + +import collections +import itertools +import re + +from ._structures import Infinity, NegativeInfinity +from ._typing import TYPE_CHECKING + +if TYPE_CHECKING: # pragma: no cover + from typing import Callable, Iterator, List, Optional, SupportsInt, Tuple, Union + + from ._structures import InfinityType, NegativeInfinityType + + 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 + ] + +__all__ = ["parse", "Version", "LegacyVersion", "InvalidVersion", "VERSION_PATTERN"] + + +_Version = collections.namedtuple( + "_Version", ["epoch", "release", "dev", "pre", "post", "local"] +) + + +def parse(version): + # type: (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(object): + _key = None # type: Union[CmpKey, LegacyCmpKey] + + def __hash__(self): + # type: () -> int + return hash(self._key) + + def __lt__(self, other): + # type: (_BaseVersion) -> bool + return self._compare(other, lambda s, o: s < o) + + def __le__(self, other): + # type: (_BaseVersion) -> bool + return self._compare(other, lambda s, o: s <= o) + + def __eq__(self, other): + # type: (object) -> bool + return self._compare(other, lambda s, o: s == o) + + def __ge__(self, other): + # type: (_BaseVersion) -> bool + return self._compare(other, lambda s, o: s >= o) + + def __gt__(self, other): + # type: (_BaseVersion) -> bool + return self._compare(other, lambda s, o: s > o) + + def __ne__(self, other): + # type: (object) -> bool + return self._compare(other, lambda s, o: s != o) + + def _compare(self, other, method): + # type: (object, VersionComparisonMethod) -> Union[bool, NotImplemented] + if not isinstance(other, _BaseVersion): + return NotImplemented + + return method(self._key, other._key) + + +class LegacyVersion(_BaseVersion): + def __init__(self, version): + # type: (str) -> None + self._version = str(version) + self._key = _legacy_cmpkey(self._version) + + def __str__(self): + # type: () -> str + return self._version + + def __repr__(self): + # type: () -> str + return "".format(repr(str(self))) + + @property + def public(self): + # type: () -> str + return self._version + + @property + def base_version(self): + # type: () -> str + return self._version + + @property + def epoch(self): + # type: () -> int + return -1 + + @property + def release(self): + # type: () -> None + return None + + @property + def pre(self): + # type: () -> None + return None + + @property + def post(self): + # type: () -> None + return None + + @property + def dev(self): + # type: () -> None + return None + + @property + def local(self): + # type: () -> None + return None + + @property + def is_prerelease(self): + # type: () -> bool + return False + + @property + def is_postrelease(self): + # type: () -> bool + return False + + @property + def is_devrelease(self): + # type: () -> 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): + # type: (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): + # type: (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 = [] # type: 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):
+        # type: (str) -> None
+
+        # Validate the version and parse it into pieces
+        match = self._regex.search(version)
+        if not match:
+            raise InvalidVersion("Invalid version: '{0}'".format(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):
+        # type: () -> str
+        return "".format(repr(str(self)))
+
+    def __str__(self):
+        # type: () -> str
+        parts = []
+
+        # Epoch
+        if self.epoch != 0:
+            parts.append("{0}!".format(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(".post{0}".format(self.post))
+
+        # Development release
+        if self.dev is not None:
+            parts.append(".dev{0}".format(self.dev))
+
+        # Local version segment
+        if self.local is not None:
+            parts.append("+{0}".format(self.local))
+
+        return "".join(parts)
+
+    @property
+    def epoch(self):
+        # type: () -> int
+        _epoch = self._version.epoch  # type: int
+        return _epoch
+
+    @property
+    def release(self):
+        # type: () -> Tuple[int, ...]
+        _release = self._version.release  # type: Tuple[int, ...]
+        return _release
+
+    @property
+    def pre(self):
+        # type: () -> Optional[Tuple[str, int]]
+        _pre = self._version.pre  # type: Optional[Tuple[str, int]]
+        return _pre
+
+    @property
+    def post(self):
+        # type: () -> Optional[Tuple[str, int]]
+        return self._version.post[1] if self._version.post else None
+
+    @property
+    def dev(self):
+        # type: () -> Optional[Tuple[str, int]]
+        return self._version.dev[1] if self._version.dev else None
+
+    @property
+    def local(self):
+        # type: () -> Optional[str]
+        if self._version.local:
+            return ".".join(str(x) for x in self._version.local)
+        else:
+            return None
+
+    @property
+    def public(self):
+        # type: () -> str
+        return str(self).split("+", 1)[0]
+
+    @property
+    def base_version(self):
+        # type: () -> str
+        parts = []
+
+        # Epoch
+        if self.epoch != 0:
+            parts.append("{0}!".format(self.epoch))
+
+        # Release segment
+        parts.append(".".join(str(x) for x in self.release))
+
+        return "".join(parts)
+
+    @property
+    def is_prerelease(self):
+        # type: () -> bool
+        return self.dev is not None or self.pre is not None
+
+    @property
+    def is_postrelease(self):
+        # type: () -> bool
+        return self.post is not None
+
+    @property
+    def is_devrelease(self):
+        # type: () -> bool
+        return self.dev is not None
+
+    @property
+    def major(self):
+        # type: () -> int
+        return self.release[0] if len(self.release) >= 1 else 0
+
+    @property
+    def minor(self):
+        # type: () -> int
+        return self.release[1] if len(self.release) >= 2 else 0
+
+    @property
+    def micro(self):
+        # type: () -> int
+        return self.release[2] if len(self.release) >= 3 else 0
+
+
+def _parse_letter_version(
+    letter,  # type: str
+    number,  # type: Union[str, bytes, SupportsInt]
+):
+    # type: (...) -> 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):
+    # type: (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,  # type: int
+    release,  # type: Tuple[int, ...]
+    pre,  # type: Optional[Tuple[str, int]]
+    post,  # type: Optional[Tuple[str, int]]
+    dev,  # type: Optional[Tuple[str, int]]
+    local,  # type: Optional[Tuple[SubLocalType]]
+):
+    # type: (...) -> 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 = NegativeInfinity  # type: PrePostDevType
+    # 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 = NegativeInfinity  # type: PrePostDevType
+
+    else:
+        _post = post
+
+    # Versions without a development segment should sort after those with one.
+    if dev is None:
+        _dev = Infinity  # type: PrePostDevType
+
+    else:
+        _dev = dev
+
+    if local is None:
+        # Versions without a local segment should sort before those with one.
+        _local = NegativeInfinity  # type: LocalType
+    else:
+        # Versions with a local segment need that segment parsed to implement
+        # the sorting rules in PEP440.
+        # - Alpha numeric segments sort before numeric segments
+        # - Alpha numeric segments sort lexicographically
+        # - Numeric segments sort numerically
+        # - Shorter versions sort before longer versions when the prefixes
+        #   match exactly
+        _local = tuple(
+            (i, "") if isinstance(i, int) else (NegativeInfinity, i) for i in local
+        )
+
+    return epoch, _release, _pre, _post, _dev, _local
diff --git a/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py
new file mode 100644
index 0000000..4cae788
--- /dev/null
+++ b/venv/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py
@@ -0,0 +1,5742 @@
+# module pyparsing.py
+#
+# Copyright (c) 2003-2018  Paul T. McGuire
+#
+# 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.
+#
+
+__doc__ = \
+"""
+pyparsing module - Classes and methods to define and execute parsing grammars
+=============================================================================
+
+The pyparsing module is an alternative approach to creating and executing simple grammars,
+vs. the traditional lex/yacc approach, or the use of regular expressions.  With pyparsing, you
+don't need to learn a new syntax for defining grammars or matching expressions - the parsing module
+provides a library of classes that you use to construct the grammar directly in Python.
+
+Here is a program to parse "Hello, World!" (or any greeting of the form 
+C{", !"}), built up using L{Word}, L{Literal}, and L{And} elements 
+(L{'+'} operator gives L{And} expressions, strings are auto-converted to
+L{Literal} expressions)::
+
+    from pyparsing import Word, alphas
+
+    # define grammar of a greeting
+    greet = Word(alphas) + "," + Word(alphas) + "!"
+
+    hello = "Hello, World!"
+    print (hello, "->", greet.parseString(hello))
+
+The program outputs the following::
+
+    Hello, World! -> ['Hello', ',', 'World', '!']
+
+The Python representation of the grammar is quite readable, owing to the self-explanatory
+class names, and the use of '+', '|' and '^' operators.
+
+The L{ParseResults} object returned from L{ParserElement.parseString} can be accessed as a nested list, a dictionary, or an
+object with named attributes.
+
+The pyparsing module handles some of the problems that are typically vexing when writing text parsers:
+ - extra or missing whitespace (the above program will also handle "Hello,World!", "Hello  ,  World  !", etc.)
+ - quoted strings
+ - embedded comments
+
+
+Getting Started -
+-----------------
+Visit the classes L{ParserElement} and L{ParseResults} to see the base classes that most other pyparsing
+classes inherit from. Use the docstrings for examples of how to:
+ - construct literal match expressions from L{Literal} and L{CaselessLiteral} classes
+ - construct character word-group expressions using the L{Word} class
+ - see how to create repetitive expressions using L{ZeroOrMore} and L{OneOrMore} classes
+ - use L{'+'}, L{'|'}, L{'^'}, and L{'&'} operators to combine simple expressions into more complex ones
+ - associate names with your parsed results using L{ParserElement.setResultsName}
+ - find some helpful expression short-cuts like L{delimitedList} and L{oneOf}
+ - find more useful common expressions in the L{pyparsing_common} namespace class
+"""
+
+__version__ = "2.2.1"
+__versionTime__ = "18 Sep 2018 00:49 UTC"
+__author__ = "Paul McGuire "
+
+import string
+from weakref import ref as wkref
+import copy
+import sys
+import warnings
+import re
+import sre_constants
+import collections
+import pprint
+import traceback
+import types
+from datetime import datetime
+
+try:
+    from _thread import RLock
+except ImportError:
+    from threading import RLock
+
+try:
+    # Python 3
+    from collections.abc import Iterable
+    from collections.abc import MutableMapping
+except ImportError:
+    # Python 2.7
+    from collections import Iterable
+    from collections import MutableMapping
+
+try:
+    from collections import OrderedDict as _OrderedDict
+except ImportError:
+    try:
+        from ordereddict import OrderedDict as _OrderedDict
+    except ImportError:
+        _OrderedDict = None
+
+#~ sys.stderr.write( "testing pyparsing module, version %s, %s\n" % (__version__,__versionTime__ ) )
+
+__all__ = [
+'And', 'CaselessKeyword', 'CaselessLiteral', 'CharsNotIn', 'Combine', 'Dict', 'Each', 'Empty',
+'FollowedBy', 'Forward', 'GoToColumn', 'Group', 'Keyword', 'LineEnd', 'LineStart', 'Literal',
+'MatchFirst', 'NoMatch', 'NotAny', 'OneOrMore', 'OnlyOnce', 'Optional', 'Or',
+'ParseBaseException', 'ParseElementEnhance', 'ParseException', 'ParseExpression', 'ParseFatalException',
+'ParseResults', 'ParseSyntaxException', 'ParserElement', 'QuotedString', 'RecursiveGrammarException',
+'Regex', 'SkipTo', 'StringEnd', 'StringStart', 'Suppress', 'Token', 'TokenConverter', 
+'White', 'Word', 'WordEnd', 'WordStart', 'ZeroOrMore',
+'alphanums', 'alphas', 'alphas8bit', 'anyCloseTag', 'anyOpenTag', 'cStyleComment', 'col',
+'commaSeparatedList', 'commonHTMLEntity', 'countedArray', 'cppStyleComment', 'dblQuotedString',
+'dblSlashComment', 'delimitedList', 'dictOf', 'downcaseTokens', 'empty', 'hexnums',
+'htmlComment', 'javaStyleComment', 'line', 'lineEnd', 'lineStart', 'lineno',
+'makeHTMLTags', 'makeXMLTags', 'matchOnlyAtCol', 'matchPreviousExpr', 'matchPreviousLiteral',
+'nestedExpr', 'nullDebugAction', 'nums', 'oneOf', 'opAssoc', 'operatorPrecedence', 'printables',
+'punc8bit', 'pythonStyleComment', 'quotedString', 'removeQuotes', 'replaceHTMLEntity', 
+'replaceWith', 'restOfLine', 'sglQuotedString', 'srange', 'stringEnd',
+'stringStart', 'traceParseAction', 'unicodeString', 'upcaseTokens', 'withAttribute',
+'indentedBlock', 'originalTextFor', 'ungroup', 'infixNotation','locatedExpr', 'withClass',
+'CloseMatch', 'tokenMap', 'pyparsing_common',
+]
+
+system_version = tuple(sys.version_info)[:3]
+PY_3 = system_version[0] == 3
+if PY_3:
+    _MAX_INT = sys.maxsize
+    basestring = str
+    unichr = chr
+    _ustr = str
+
+    # build list of single arg builtins, that can be used as parse actions
+    singleArgBuiltins = [sum, len, sorted, reversed, list, tuple, set, any, all, min, max]
+
+else:
+    _MAX_INT = sys.maxint
+    range = xrange
+
+    def _ustr(obj):
+        """Drop-in replacement for str(obj) that tries to be Unicode friendly. It first tries
+           str(obj). If that fails with a UnicodeEncodeError, then it tries unicode(obj). It
+           then < returns the unicode object | encodes it with the default encoding | ... >.
+        """
+        if isinstance(obj,unicode):
+            return obj
+
+        try:
+            # If this works, then _ustr(obj) has the same behaviour as str(obj), so
+            # it won't break any existing code.
+            return str(obj)
+
+        except UnicodeEncodeError:
+            # Else encode it
+            ret = unicode(obj).encode(sys.getdefaultencoding(), 'xmlcharrefreplace')
+            xmlcharref = Regex(r'&#\d+;')
+            xmlcharref.setParseAction(lambda t: '\\u' + hex(int(t[0][2:-1]))[2:])
+            return xmlcharref.transformString(ret)
+
+    # build list of single arg builtins, tolerant of Python version, that can be used as parse actions
+    singleArgBuiltins = []
+    import __builtin__
+    for fname in "sum len sorted reversed list tuple set any all min max".split():
+        try:
+            singleArgBuiltins.append(getattr(__builtin__,fname))
+        except AttributeError:
+            continue
+            
+_generatorType = type((y for y in range(1)))
+ 
+def _xml_escape(data):
+    """Escape &, <, >, ", ', etc. in a string of data."""
+
+    # ampersand must be replaced first
+    from_symbols = '&><"\''
+    to_symbols = ('&'+s+';' for s in "amp gt lt quot apos".split())
+    for from_,to_ in zip(from_symbols, to_symbols):
+        data = data.replace(from_, to_)
+    return data
+
+class _Constants(object):
+    pass
+
+alphas     = string.ascii_uppercase + string.ascii_lowercase
+nums       = "0123456789"
+hexnums    = nums + "ABCDEFabcdef"
+alphanums  = alphas + nums
+_bslash    = chr(92)
+printables = "".join(c for c in string.printable if c not in string.whitespace)
+
+class ParseBaseException(Exception):
+    """base exception class for all parsing runtime exceptions"""
+    # Performance tuning: we construct a *lot* of these, so keep this
+    # constructor as small and fast as possible
+    def __init__( self, pstr, loc=0, msg=None, elem=None ):
+        self.loc = loc
+        if msg is None:
+            self.msg = pstr
+            self.pstr = ""
+        else:
+            self.msg = msg
+            self.pstr = pstr
+        self.parserElement = elem
+        self.args = (pstr, loc, msg)
+
+    @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)
+
+    def __getattr__( self, aname ):
+        """supported attributes by name are:
+            - lineno - returns the line number of the exception text
+            - col - returns the column number of the exception text
+            - line - returns the line containing the exception text
+        """
+        if( aname == "lineno" ):
+            return lineno( self.loc, self.pstr )
+        elif( aname in ("col", "column") ):
+            return col( self.loc, self.pstr )
+        elif( aname == "line" ):
+            return line( self.loc, self.pstr )
+        else:
+            raise AttributeError(aname)
+
+    def __str__( self ):
+        return "%s (at char %d), (line:%d, col:%d)" % \
+                ( self.msg, self.loc, self.lineno, self.column )
+    def __repr__( self ):
+        return _ustr(self)
+    def markInputline( self, markerString = ">!<" ):
+        """Extracts the exception line from the input string, and marks
+           the location of the exception with a special symbol.
+        """
+        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 __dir__(self):
+        return "lineno col line".split() + dir(type(self))
+
+class ParseException(ParseBaseException):
+    """
+    Exception thrown when parse expressions don't match class;
+    supported attributes by name are:
+     - lineno - returns the line number of the exception text
+     - col - returns the column number of the exception text
+     - line - returns the line containing the exception text
+        
+    Example::
+        try:
+            Word(nums).setName("integer").parseString("ABC")
+        except ParseException as pe:
+            print(pe)
+            print("column: {}".format(pe.col))
+            
+    prints::
+       Expected integer (at char 0), (line:1, col:1)
+        column: 1
+    """
+    pass
+
+class ParseFatalException(ParseBaseException):
+    """user-throwable exception thrown when inconsistent parse content
+       is found; stops all parsing immediately"""
+    pass
+
+class ParseSyntaxException(ParseFatalException):
+    """just like L{ParseFatalException}, but thrown internally when an
+       L{ErrorStop} ('-' operator) indicates that parsing is to stop 
+       immediately because an unbacktrackable syntax error has been found"""
+    pass
+
+#~ class ReparseException(ParseBaseException):
+    #~ """Experimental class - parse actions can raise this exception to cause
+       #~ pyparsing to reparse the input string:
+        #~ - with a modified input string, and/or
+        #~ - with a modified start location
+       #~ Set the values of the ReparseException in the constructor, and raise the
+       #~ exception in a parse action to cause pyparsing to use the new string/location.
+       #~ Setting the values as None causes no change to be made.
+       #~ """
+    #~ def __init_( self, newstring, restartLoc ):
+        #~ self.newParseText = newstring
+        #~ self.reparseLoc = restartLoc
+
+class RecursiveGrammarException(Exception):
+    """exception thrown by L{ParserElement.validate} if the grammar could be improperly recursive"""
+    def __init__( self, parseElementList ):
+        self.parseElementTrace = parseElementList
+
+    def __str__( self ):
+        return "RecursiveGrammarException: %s" % self.parseElementTrace
+
+class _ParseResultsWithOffset(object):
+    def __init__(self,p1,p2):
+        self.tup = (p1,p2)
+    def __getitem__(self,i):
+        return self.tup[i]
+    def __repr__(self):
+        return repr(self.tup[0])
+    def setOffset(self,i):
+        self.tup = (self.tup[0],i)
+
+class ParseResults(object):
+    """
+    Structured parse results, to provide multiple means of access to the parsed data:
+       - as a list (C{len(results)})
+       - by list index (C{results[0], results[1]}, etc.)
+       - by attribute (C{results.} - see L{ParserElement.setResultsName})
+
+    Example::
+        integer = Word(nums)
+        date_str = (integer.setResultsName("year") + '/' 
+                        + integer.setResultsName("month") + '/' 
+                        + integer.setResultsName("day"))
+        # equivalent form:
+        # date_str = integer("year") + '/' + integer("month") + '/' + integer("day")
+
+        # parseString returns a ParseResults object
+        result = date_str.parseString("1999/12/31")
+
+        def test(s, fn=repr):
+            print("%s -> %s" % (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
+    """
+    def __new__(cls, toklist=None, name=None, asList=True, modal=True ):
+        if isinstance(toklist, cls):
+            return toklist
+        retobj = object.__new__(cls)
+        retobj.__doinit = True
+        return retobj
+
+    # 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 ):
+        if self.__doinit:
+            self.__doinit = False
+            self.__name = None
+            self.__parent = None
+            self.__accumNames = {}
+            self.__asList = asList
+            self.__modal = modal
+            if toklist is None:
+                toklist = []
+            if isinstance(toklist, list):
+                self.__toklist = toklist[:]
+            elif isinstance(toklist, _generatorType):
+                self.__toklist = list(toklist)
+            else:
+                self.__toklist = [toklist]
+            self.__tokdict = dict()
+
+        if name is not None and name:
+            if not modal:
+                self.__accumNames[name] = 0
+            if isinstance(name,int):
+                name = _ustr(name) # will always return a str, but use _ustr for consistency
+            self.__name = name
+            if not (isinstance(toklist, (type(None), basestring, list)) and toklist in (None,'',[])):
+                if isinstance(toklist,basestring):
+                    toklist = [ toklist ]
+                if asList:
+                    if isinstance(toklist,ParseResults):
+                        self[name] = _ParseResultsWithOffset(toklist.copy(),0)
+                    else:
+                        self[name] = _ParseResultsWithOffset(ParseResults(toklist[0]),0)
+                    self[name].__name = name
+                else:
+                    try:
+                        self[name] = toklist[0]
+                    except (KeyError,TypeError,IndexError):
+                        self[name] = toklist
+
+    def __getitem__( self, i ):
+        if isinstance( i, (int,slice) ):
+            return self.__toklist[i]
+        else:
+            if i not in self.__accumNames:
+                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 ):
+        return k in self.__tokdict
+
+    def __len__( self ): return len( self.__toklist )
+    def __bool__(self): return ( not not self.__toklist )
+    __nonzero__ = __bool__
+    def __iter__( self ): return iter( self.__toklist )
+    def __reversed__( self ): return iter( self.__toklist[::-1] )
+    def _iterkeys( self ):
+        if hasattr(self.__tokdict, "iterkeys"):
+            return self.__tokdict.iterkeys()
+        else:
+            return iter(self.__tokdict)
+
+    def _itervalues( self ):
+        return (self[k] for k in self._iterkeys())
+            
+    def _iteritems( self ):
+        return ((k, self[k]) for k in self._iterkeys())
+
+    if PY_3:
+        keys = _iterkeys       
+        """Returns an iterator of all named result keys (Python 3.x only)."""
+
+        values = _itervalues
+        """Returns an iterator of all named result values (Python 3.x only)."""
+
+        items = _iteritems
+        """Returns an iterator of all named result key-value tuples (Python 3.x only)."""
+
+    else:
+        iterkeys = _iterkeys
+        """Returns an iterator of all named result keys (Python 2.x only)."""
+
+        itervalues = _itervalues
+        """Returns an iterator of all named result values (Python 2.x only)."""
+
+        iteritems = _iteritems
+        """Returns an iterator of all named result key-value tuples (Python 2.x only)."""
+
+        def keys( self ):
+            """Returns all named result keys (as a list in Python 2.x, as an iterator in Python 3.x)."""
+            return list(self.iterkeys())
+
+        def values( self ):
+            """Returns all named result values (as a list in Python 2.x, as an iterator in Python 3.x)."""
+            return list(self.itervalues())
+                
+        def items( self ):
+            """Returns all named result key-values (as a list of tuples in Python 2.x, as an iterator in Python 3.x)."""
+            return list(self.iteritems())
+
+    def haskeys( self ):
+        """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=C{last}).
+        Supports both C{list} and C{dict} semantics for C{pop()}. If passed no
+        argument or an integer argument, it will use C{list} semantics
+        and pop tokens from the list of parsed tokens. If passed a 
+        non-integer argument (most likely a string), it will use C{dict}
+        semantics and pop the corresponding value from any defined 
+        results names. A second default return value argument is 
+        supported, just as in C{dict.pop()}.
+
+        Example::
+            def remove_first(tokens):
+                tokens.pop(0)
+            print(OneOrMore(Word(nums)).parseString("0 123 321")) # -> ['0', '123', '321']
+            print(OneOrMore(Word(nums)).addParseAction(remove_first).parseString("0 123 321")) # -> ['123', '321']
+
+            label = Word(alphas)
+            patt = label("LABEL") + OneOrMore(Word(nums))
+            print(patt.parseString("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.addParseAction(remove_LABEL)
+            print(patt.parseString("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 '%s'" % 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, defaultValue=None):
+        """
+        Returns named result matching the given key, or if there is no
+        such name, then returns the given C{defaultValue} or C{None} if no
+        C{defaultValue} is specified.
+
+        Similar to C{dict.get()}.
+        
+        Example::
+            integer = Word(nums)
+            date_str = integer("year") + '/' + integer("month") + '/' + integer("day")           
+
+            result = date_str.parseString("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 defaultValue
+
+    def insert( self, index, insStr ):
+        """
+        Inserts new element at location index in the list of parsed tokens.
+        
+        Similar to C{list.insert()}.
+
+        Example::
+            print(OneOrMore(Word(nums)).parseString("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)
+            print(OneOrMore(Word(nums)).addParseAction(insert_locn).parseString("0 123 321")) # -> [0, '0', '123', '321']
+        """
+        self.__toklist.insert(index, insStr)
+        # 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::
+            print(OneOrMore(Word(nums)).parseString("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)))
+            print(OneOrMore(Word(nums)).addParseAction(append_sum).parseString("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 = OneOrMore(Word(alphas))
+            
+            # 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)
+            print(patt.addParseAction(make_palindrome).parseString("lskdj sdlkjf lksd")) # -> 'lskdjsdlkjflksddsklfjkldsjdksl'
+        """
+        if isinstance(itemseq, ParseResults):
+            self += 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:
+            return ""
+            
+        if name in self.__tokdict:
+            if name not in self.__accumNames:
+                return self.__tokdict[name][-1][0]
+            else:
+                return ParseResults([ v[0] for v in self.__tokdict[name] ])
+        else:
+            return ""
+
+    def __add__( self, other ):
+        ret = self.copy()
+        ret += other
+        return ret
+
+    def __iadd__( self, other ):
+        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.__accumNames.update( other.__accumNames )
+        return self
+
+    def __radd__(self, other):
+        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 ):
+        return "(%s, %s)" % ( repr( self.__toklist ), repr( self.__tokdict ) )
+
+    def __str__( self ):
+        return '[' + ', '.join(_ustr(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( _ustr(item) )
+        return out
+
+    def asList( self ):
+        """
+        Returns the parse results as a nested list of matching tokens, all converted to strings.
+
+        Example::
+            patt = OneOrMore(Word(alphas))
+            result = patt.parseString("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 asList() to create an actual list
+            result_list = result.asList()
+            print(type(result_list), result_list) # ->  ['sldkj', 'lsdkj', 'sldkj']
+        """
+        return [res.asList() if isinstance(res,ParseResults) else res for res in self.__toklist]
+
+    def asDict( self ):
+        """
+        Returns the named parse results as a nested dictionary.
+
+        Example::
+            integer = Word(nums)
+            date_str = integer("year") + '/' + integer("month") + '/' + integer("day")
+            
+            result = date_str.parseString('12/31/1999')
+            print(type(result), repr(result)) # ->  (['12', '/', '31', '/', '1999'], {'day': [('1999', 4)], 'year': [('12', 0)], 'month': [('31', 2)]})
+            
+            result_dict = result.asDict()
+            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.asDict())) # -> {"month": "31", "day": "1999", "year": "12"}
+        """
+        if PY_3:
+            item_fn = self.items
+        else:
+            item_fn = self.iteritems
+            
+        def toItem(obj):
+            if isinstance(obj, ParseResults):
+                if obj.haskeys():
+                    return obj.asDict()
+                else:
+                    return [toItem(v) for v in obj]
+            else:
+                return obj
+                
+        return dict((k,toItem(v)) for k,v in item_fn())
+
+    def copy( self ):
+        """
+        Returns a new copy of a C{ParseResults} object.
+        """
+        ret = ParseResults( self.__toklist )
+        ret.__tokdict = self.__tokdict.copy()
+        ret.__parent = self.__parent
+        ret.__accumNames.update( self.__accumNames )
+        ret.__name = self.__name
+        return ret
+
+    def asXML( self, doctag=None, namedItemsOnly=False, indent="", formatted=True ):
+        """
+        (Deprecated) Returns the parse results as XML. Tags are created for tokens and lists that have defined results names.
+        """
+        nl = "\n"
+        out = []
+        namedItems = dict((v[1],k) for (k,vlist) in self.__tokdict.items()
+                                                            for v in vlist)
+        nextLevelIndent = indent + "  "
+
+        # collapse out indents if formatting is not desired
+        if not formatted:
+            indent = ""
+            nextLevelIndent = ""
+            nl = ""
+
+        selfTag = None
+        if doctag is not None:
+            selfTag = doctag
+        else:
+            if self.__name:
+                selfTag = self.__name
+
+        if not selfTag:
+            if namedItemsOnly:
+                return ""
+            else:
+                selfTag = "ITEM"
+
+        out += [ nl, indent, "<", selfTag, ">" ]
+
+        for i,res in enumerate(self.__toklist):
+            if isinstance(res,ParseResults):
+                if i in namedItems:
+                    out += [ res.asXML(namedItems[i],
+                                        namedItemsOnly and doctag is None,
+                                        nextLevelIndent,
+                                        formatted)]
+                else:
+                    out += [ res.asXML(None,
+                                        namedItemsOnly and doctag is None,
+                                        nextLevelIndent,
+                                        formatted)]
+            else:
+                # individual token, see if there is a name for it
+                resTag = None
+                if i in namedItems:
+                    resTag = namedItems[i]
+                if not resTag:
+                    if namedItemsOnly:
+                        continue
+                    else:
+                        resTag = "ITEM"
+                xmlBodyText = _xml_escape(_ustr(res))
+                out += [ nl, nextLevelIndent, "<", resTag, ">",
+                                                xmlBodyText,
+                                                "" ]
+
+        out += [ nl, indent, "" ]
+        return "".join(out)
+
+    def __lookup(self,sub):
+        for k,vlist in self.__tokdict.items():
+            for v,loc in vlist:
+                if sub is v:
+                    return k
+        return None
+
+    def getName(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 = OneOrMore(user_data)
+            
+            result = user_info.parseString("22 111-22-3333 #221B")
+            for item in result:
+                print(item.getName(), ':', item[0])
+        prints::
+            age : 22
+            ssn : 111-22-3333
+            house_number : 221B
+        """
+        if self.__name:
+            return self.__name
+        elif self.__parent:
+            par = self.__parent()
+            if par:
+                return par.__lookup(self)
+            else:
+                return 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='', depth=0, full=True):
+        """
+        Diagnostic method for listing out the contents of a C{ParseResults}.
+        Accepts an optional C{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.parseString('12/31/1999')
+            print(result.dump())
+        prints::
+            ['12', '/', '31', '/', '1999']
+            - day: 1999
+            - month: 31
+            - year: 12
+        """
+        out = []
+        NL = '\n'
+        out.append( indent+_ustr(self.asList()) )
+        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( "%s%s- %s: " % (indent,('  '*depth), k) )
+                    if isinstance(v,ParseResults):
+                        if v:
+                            out.append( v.dump(indent,depth+1) )
+                        else:
+                            out.append(_ustr(v))
+                    else:
+                        out.append(repr(v))
+            elif any(isinstance(vv,ParseResults) for vv in self):
+                v = self
+                for i,vv in enumerate(v):
+                    if isinstance(vv,ParseResults):
+                        out.append("\n%s%s[%d]:\n%s%s%s" % (indent,('  '*(depth)),i,indent,('  '*(depth+1)),vv.dump(indent,depth+1) ))
+                    else:
+                        out.append("\n%s%s[%d]:\n%s%s%s" % (indent,('  '*(depth)),i,indent,('  '*(depth+1)),_ustr(vv)))
+            
+        return "".join(out)
+
+    def pprint(self, *args, **kwargs):
+        """
+        Pretty-printer for parsed results as a list, using the C{pprint} module.
+        Accepts additional positional or keyword args as defined for the 
+        C{pprint.pprint} method. (U{http://docs.python.org/3/library/pprint.html#pprint.pprint})
+
+        Example::
+            ident = Word(alphas, alphanums)
+            num = Word(nums)
+            func = Forward()
+            term = ident | num | Group('(' + func + ')')
+            func <<= ident + Group(Optional(delimitedList(term)))
+            result = func.parseString("fna a,b,(fnb c,d,200),100")
+            result.pprint(width=40)
+        prints::
+            ['fna',
+             ['a',
+              'b',
+              ['(', 'fnb', ['c', 'd', '200'], ')'],
+              '100']]
+        """
+        pprint.pprint(self.asList(), *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.__accumNames,
+                   self.__name ) )
+
+    def __setstate__(self,state):
+        self.__toklist = state[0]
+        (self.__tokdict,
+         par,
+         inAccumNames,
+         self.__name) = state[1]
+        self.__accumNames = {}
+        self.__accumNames.update(inAccumNames)
+        if par is not None:
+            self.__parent = wkref(par)
+        else:
+            self.__parent = None
+
+    def __getnewargs__(self):
+        return self.__toklist, self.__name, self.__asList, self.__modal
+
+    def __dir__(self):
+        return (dir(type(self)) + list(self.keys()))
+
+MutableMapping.register(ParseResults)
+
+def col (loc,strg):
+    """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 L{I{ParserElement.parseString}} for more information
+   on parsing strings containing C{}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} for more information
+   on parsing strings containing C{}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
+
+def line( loc, strg ):
+    """Returns the line of text containing loc within a string, counting newlines as line separators.
+       """
+    lastCR = strg.rfind("\n", 0, loc)
+    nextCR = strg.find("\n", loc)
+    if nextCR >= 0:
+        return strg[lastCR+1:nextCR]
+    else:
+        return strg[lastCR+1:]
+
+def _defaultStartDebugAction( instring, loc, expr ):
+    print (("Match " + _ustr(expr) + " at loc " + _ustr(loc) + "(%d,%d)" % ( lineno(loc,instring), col(loc,instring) )))
+
+def _defaultSuccessDebugAction( instring, startloc, endloc, expr, toks ):
+    print ("Matched " + _ustr(expr) + " -> " + str(toks.asList()))
+
+def _defaultExceptionDebugAction( instring, loc, expr, exc ):
+    print ("Exception raised:" + _ustr(exc))
+
+def nullDebugAction(*args):
+    """'Do-nothing' debug action, to suppress debugging output during parsing."""
+    pass
+
+# Only works on Python 3.x - nonlocal is toxic to Python 2 installs
+#~ 'decorator to trim function calls to match the arity of the target'
+#~ def _trim_arity(func, maxargs=3):
+    #~ if func in singleArgBuiltins:
+        #~ return lambda s,l,t: func(t)
+    #~ limit = 0
+    #~ foundArity = False
+    #~ def wrapper(*args):
+        #~ nonlocal limit,foundArity
+        #~ while 1:
+            #~ try:
+                #~ ret = func(*args[limit:])
+                #~ foundArity = True
+                #~ return ret
+            #~ except TypeError:
+                #~ if limit == maxargs or foundArity:
+                    #~ raise
+                #~ limit += 1
+                #~ continue
+    #~ return wrapper
+
+# this version is Python 2.x-3.x cross-compatible
+'decorator to trim function calls to match the arity of the target'
+def _trim_arity(func, maxargs=2):
+    if func in singleArgBuiltins:
+        return lambda s,l,t: func(t)
+    limit = [0]
+    foundArity = [False]
+    
+    # traceback return data structure changed in Py3.5 - normalize back to plain tuples
+    if system_version[:2] >= (3,5):
+        def extract_stack(limit=0):
+            # special handling for Python 3.5.0 - extra deep call stack by 1
+            offset = -3 if system_version == (3,5,0) else -2
+            frame_summary = traceback.extract_stack(limit=-offset+limit-1)[offset]
+            return [frame_summary[:2]]
+        def extract_tb(tb, limit=0):
+            frames = traceback.extract_tb(tb, limit=limit)
+            frame_summary = frames[-1]
+            return [frame_summary[:2]]
+    else:
+        extract_stack = traceback.extract_stack
+        extract_tb = traceback.extract_tb
+    
+    # synthesize what would be returned by traceback.extract_stack at the call to 
+    # user's parse action 'func', so that we don't incur call penalty at parse time
+    
+    LINE_DIFF = 6
+    # IF ANY CODE CHANGES, EVEN JUST COMMENTS OR BLANK LINES, BETWEEN THE NEXT LINE AND 
+    # THE CALL TO FUNC INSIDE WRAPPER, LINE_DIFF MUST BE MODIFIED!!!!
+    this_line = extract_stack(limit=2)[-1]
+    pa_call_line_synth = (this_line[0], this_line[1]+LINE_DIFF)
+
+    def wrapper(*args):
+        while 1:
+            try:
+                ret = func(*args[limit[0]:])
+                foundArity[0] = True
+                return ret
+            except TypeError:
+                # re-raise TypeErrors if they did not come from our arity testing
+                if foundArity[0]:
+                    raise
+                else:
+                    try:
+                        tb = sys.exc_info()[-1]
+                        if not extract_tb(tb, limit=2)[-1][:2] == pa_call_line_synth:
+                            raise
+                    finally:
+                        del tb
+
+                if limit[0] <= maxargs:
+                    limit[0] += 1
+                    continue
+                raise
+
+    # copy func name to wrapper for sensible debug output
+    func_name = ""
+    try:
+        func_name = getattr(func, '__name__', 
+                            getattr(func, '__class__').__name__)
+    except Exception:
+        func_name = str(func)
+    wrapper.__name__ = func_name
+
+    return wrapper
+
+class ParserElement(object):
+    """Abstract base level parser element class."""
+    DEFAULT_WHITE_CHARS = " \n\t\r"
+    verbose_stacktrace = False
+
+    @staticmethod
+    def setDefaultWhitespaceChars( chars ):
+        r"""
+        Overrides the default whitespace chars
+
+        Example::
+            # default whitespace chars are space,  and newline
+            OneOrMore(Word(alphas)).parseString("abc def\nghi jkl")  # -> ['abc', 'def', 'ghi', 'jkl']
+            
+            # change to just treat newline as significant
+            ParserElement.setDefaultWhitespaceChars(" \t")
+            OneOrMore(Word(alphas)).parseString("abc def\nghi jkl")  # -> ['abc', 'def']
+        """
+        ParserElement.DEFAULT_WHITE_CHARS = chars
+
+    @staticmethod
+    def inlineLiteralsUsing(cls):
+        """
+        Set class to be used for inclusion of string literals into a parser.
+        
+        Example::
+            # default literal class used is Literal
+            integer = Word(nums)
+            date_str = integer("year") + '/' + integer("month") + '/' + integer("day")           
+
+            date_str.parseString("1999/12/31")  # -> ['1999', '/', '12', '/', '31']
+
+
+            # change to Suppress
+            ParserElement.inlineLiteralsUsing(Suppress)
+            date_str = integer("year") + '/' + integer("month") + '/' + integer("day")           
+
+            date_str.parseString("1999/12/31")  # -> ['1999', '12', '31']
+        """
+        ParserElement._literalStringClass = cls
+
+    def __init__( self, savelist=False ):
+        self.parseAction = list()
+        self.failAction = None
+        #~ self.name = ""  # don't define self.name, let subclasses try/except upcall
+        self.strRepr = None
+        self.resultsName = None
+        self.saveAsList = savelist
+        self.skipWhitespace = True
+        self.whiteChars = ParserElement.DEFAULT_WHITE_CHARS
+        self.copyDefaultWhiteChars = True
+        self.mayReturnEmpty = False # used when checking for left-recursion
+        self.keepTabs = False
+        self.ignoreExprs = list()
+        self.debug = False
+        self.streamlined = False
+        self.mayIndexError = True # used to optimize exception handling for subclasses that don't advance parse index
+        self.errmsg = ""
+        self.modalResults = True # used to mark results names as modal (report only last) or cumulative (list all)
+        self.debugActions = ( None, None, None ) #custom debug actions
+        self.re = None
+        self.callPreparse = True # used to avoid redundant calls to preParse
+        self.callDuringTry = False
+
+    def copy( self ):
+        """
+        Make a copy of this C{ParserElement}.  Useful for defining different parse actions
+        for the same parsing pattern, using copies of the original parse element.
+        
+        Example::
+            integer = Word(nums).setParseAction(lambda toks: int(toks[0]))
+            integerK = integer.copy().addParseAction(lambda toks: toks[0]*1024) + Suppress("K")
+            integerM = integer.copy().addParseAction(lambda toks: toks[0]*1024*1024) + Suppress("M")
+            
+            print(OneOrMore(integerK | integerM | integer).parseString("5K 100 640K 256M"))
+        prints::
+            [5120, 100, 655360, 268435456]
+        Equivalent form of C{expr.copy()} is just C{expr()}::
+            integerM = integer().addParseAction(lambda toks: toks[0]*1024*1024) + Suppress("M")
+        """
+        cpy = copy.copy( self )
+        cpy.parseAction = self.parseAction[:]
+        cpy.ignoreExprs = self.ignoreExprs[:]
+        if self.copyDefaultWhiteChars:
+            cpy.whiteChars = ParserElement.DEFAULT_WHITE_CHARS
+        return cpy
+
+    def setName( self, name ):
+        """
+        Define name for this expression, makes debugging and exception messages clearer.
+        
+        Example::
+            Word(nums).parseString("ABC")  # -> Exception: Expected W:(0123...) (at char 0), (line:1, col:1)
+            Word(nums).setName("integer").parseString("ABC")  # -> Exception: Expected integer (at char 0), (line:1, col:1)
+        """
+        self.name = name
+        self.errmsg = "Expected " + self.name
+        if hasattr(self,"exception"):
+            self.exception.msg = self.errmsg
+        return self
+
+    def setResultsName( self, name, listAllMatches=False ):
+        """
+        Define name for referencing matching tokens as a nested attribute
+        of the returned parse results.
+        NOTE: this returns a *copy* of the original C{ParserElement} object;
+        this is so that the client can define a basic element, such as an
+        integer, and reference it in multiple places with different names.
+
+        You can also set results names using the abbreviated syntax,
+        C{expr("name")} in place of C{expr.setResultsName("name")} - 
+        see L{I{__call__}<__call__>}.
+
+        Example::
+            date_str = (integer.setResultsName("year") + '/' 
+                        + integer.setResultsName("month") + '/' 
+                        + integer.setResultsName("day"))
+
+            # equivalent form:
+            date_str = integer("year") + '/' + integer("month") + '/' + integer("day")
+        """
+        newself = self.copy()
+        if name.endswith("*"):
+            name = name[:-1]
+            listAllMatches=True
+        newself.resultsName = name
+        newself.modalResults = not listAllMatches
+        return newself
+
+    def setBreak(self,breakFlag = True):
+        """Method to invoke the Python pdb debugger when this element is
+           about to be parsed. Set C{breakFlag} to True to enable, False to
+           disable.
+        """
+        if breakFlag:
+            _parseMethod = self._parse
+            def breaker(instring, loc, doActions=True, callPreParse=True):
+                import pdb
+                pdb.set_trace()
+                return _parseMethod( instring, loc, doActions, callPreParse )
+            breaker._originalParseMethod = _parseMethod
+            self._parse = breaker
+        else:
+            if hasattr(self._parse,"_originalParseMethod"):
+                self._parse = self._parse._originalParseMethod
+        return self
+
+    def setParseAction( self, *fns, **kwargs ):
+        """
+        Define one or more actions to perform when successfully matching parse element definition.
+        Parse action fn is a callable method with 0-3 arguments, called as C{fn(s,loc,toks)},
+        C{fn(loc,toks)}, C{fn(toks)}, or just C{fn()}, where:
+         - s   = the original string being parsed (see note below)
+         - loc = the location of the matching substring
+         - toks = a list of the matched tokens, packaged as a C{L{ParseResults}} object
+        If the functions in fns modify the tokens, they can return them as the return
+        value from fn, and the modified list of tokens will replace the original.
+        Otherwise, fn does not need to return any value.
+
+        Optional keyword arguments:
+         - callDuringTry = (default=C{False}) indicate if parse action should be run during lookaheads and alternate testing
+
+        Note: the default parsing behavior is to expand tabs in the input string
+        before starting the parsing process.  See L{I{parseString}} for more information
+        on parsing strings containing C{}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.
+        
+        Example::
+            integer = Word(nums)
+            date_str = integer + '/' + integer + '/' + integer
+
+            date_str.parseString("1999/12/31")  # -> ['1999', '/', '12', '/', '31']
+
+            # use parse action to convert to ints at parse time
+            integer = Word(nums).setParseAction(lambda toks: int(toks[0]))
+            date_str = integer + '/' + integer + '/' + integer
+
+            # note that integer fields are now ints, not strings
+            date_str.parseString("1999/12/31")  # -> [1999, '/', 12, '/', 31]
+        """
+        self.parseAction = list(map(_trim_arity, list(fns)))
+        self.callDuringTry = kwargs.get("callDuringTry", False)
+        return self
+
+    def addParseAction( self, *fns, **kwargs ):
+        """
+        Add one or more parse actions to expression's list of parse actions. See L{I{setParseAction}}.
+        
+        See examples in L{I{copy}}.
+        """
+        self.parseAction += list(map(_trim_arity, list(fns)))
+        self.callDuringTry = self.callDuringTry or kwargs.get("callDuringTry", False)
+        return self
+
+    def addCondition(self, *fns, **kwargs):
+        """Add a boolean predicate function to expression's list of parse actions. See 
+        L{I{setParseAction}} for function call signatures. Unlike C{setParseAction}, 
+        functions passed to C{addCondition} need to return boolean success/fail of the condition.
+
+        Optional keyword arguments:
+         - message = define a custom message to be used in the raised exception
+         - fatal   = if True, will raise ParseFatalException to stop parsing immediately; otherwise will raise ParseException
+         
+        Example::
+            integer = Word(nums).setParseAction(lambda toks: int(toks[0]))
+            year_int = integer.copy()
+            year_int.addCondition(lambda toks: toks[0] >= 2000, message="Only support years 2000 and later")
+            date_str = year_int + '/' + integer + '/' + integer
+
+            result = date_str.parseString("1999/12/31")  # -> Exception: Only support years 2000 and later (at char 0), (line:1, col:1)
+        """
+        msg = kwargs.get("message", "failed user-defined condition")
+        exc_type = ParseFatalException if kwargs.get("fatal", False) else ParseException
+        for fn in fns:
+            def pa(s,l,t):
+                if not bool(_trim_arity(fn)(s,l,t)):
+                    raise exc_type(s,l,msg)
+            self.parseAction.append(pa)
+        self.callDuringTry = self.callDuringTry or kwargs.get("callDuringTry", False)
+        return self
+
+    def setFailAction( self, fn ):
+        """Define action to perform if parsing fails at this expression.
+           Fail acton fn is a callable function that takes the arguments
+           C{fn(s,loc,expr,err)} where:
+            - s = string being parsed
+            - loc = location where expression match was attempted and failed
+            - expr = the parse expression that failed
+            - err = the exception thrown
+           The function returns no value.  It may throw C{L{ParseFatalException}}
+           if it is desired to stop parsing immediately."""
+        self.failAction = fn
+        return self
+
+    def _skipIgnorables( self, instring, loc ):
+        exprsFound = True
+        while exprsFound:
+            exprsFound = False
+            for e in self.ignoreExprs:
+                try:
+                    while 1:
+                        loc,dummy = e._parse( instring, loc )
+                        exprsFound = True
+                except ParseException:
+                    pass
+        return loc
+
+    def preParse( self, instring, loc ):
+        if self.ignoreExprs:
+            loc = self._skipIgnorables( instring, loc )
+
+        if self.skipWhitespace:
+            wt = self.whiteChars
+            instrlen = len(instring)
+            while loc < instrlen and instring[loc] in wt:
+                loc += 1
+
+        return loc
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        return loc, []
+
+    def postParse( self, instring, loc, tokenlist ):
+        return tokenlist
+
+    #~ @profile
+    def _parseNoCache( self, instring, loc, doActions=True, callPreParse=True ):
+        debugging = ( self.debug ) #and doActions )
+
+        if debugging or self.failAction:
+            #~ print ("Match",self,"at loc",loc,"(%d,%d)" % ( lineno(loc,instring), col(loc,instring) ))
+            if (self.debugActions[0] ):
+                self.debugActions[0]( instring, loc, self )
+            if callPreParse and self.callPreparse:
+                preloc = self.preParse( instring, loc )
+            else:
+                preloc = loc
+            tokensStart = preloc
+            try:
+                try:
+                    loc,tokens = self.parseImpl( instring, preloc, doActions )
+                except IndexError:
+                    raise ParseException( instring, len(instring), self.errmsg, self )
+            except ParseBaseException as err:
+                #~ print ("Exception raised:", err)
+                if self.debugActions[2]:
+                    self.debugActions[2]( instring, tokensStart, self, err )
+                if self.failAction:
+                    self.failAction( instring, tokensStart, self, err )
+                raise
+        else:
+            if callPreParse and self.callPreparse:
+                preloc = self.preParse( instring, loc )
+            else:
+                preloc = loc
+            tokensStart = preloc
+            if self.mayIndexError or preloc >= len(instring):
+                try:
+                    loc,tokens = self.parseImpl( instring, preloc, doActions )
+                except IndexError:
+                    raise ParseException( instring, len(instring), self.errmsg, self )
+            else:
+                loc,tokens = self.parseImpl( instring, preloc, doActions )
+
+        tokens = self.postParse( instring, loc, tokens )
+
+        retTokens = ParseResults( tokens, self.resultsName, asList=self.saveAsList, modal=self.modalResults )
+        if self.parseAction and (doActions or self.callDuringTry):
+            if debugging:
+                try:
+                    for fn in self.parseAction:
+                        tokens = fn( instring, tokensStart, retTokens )
+                        if tokens is not None:
+                            retTokens = ParseResults( tokens,
+                                                      self.resultsName,
+                                                      asList=self.saveAsList and isinstance(tokens,(ParseResults,list)),
+                                                      modal=self.modalResults )
+                except ParseBaseException as err:
+                    #~ print "Exception raised in user parse action:", err
+                    if (self.debugActions[2] ):
+                        self.debugActions[2]( instring, tokensStart, self, err )
+                    raise
+            else:
+                for fn in self.parseAction:
+                    tokens = fn( instring, tokensStart, retTokens )
+                    if tokens is not None:
+                        retTokens = ParseResults( tokens,
+                                                  self.resultsName,
+                                                  asList=self.saveAsList and isinstance(tokens,(ParseResults,list)),
+                                                  modal=self.modalResults )
+        if debugging:
+            #~ print ("Matched",self,"->",retTokens.asList())
+            if (self.debugActions[1] ):
+                self.debugActions[1]( instring, tokensStart, loc, self, retTokens )
+
+        return loc, retTokens
+
+    def tryParse( self, instring, loc ):
+        try:
+            return self._parse( instring, loc, doActions=False )[0]
+        except ParseFatalException:
+            raise ParseException( instring, loc, self.errmsg, self)
+    
+    def canParseNext(self, instring, loc):
+        try:
+            self.tryParse(instring, loc)
+        except (ParseException, IndexError):
+            return False
+        else:
+            return True
+
+    class _UnboundedCache(object):
+        def __init__(self):
+            cache = {}
+            self.not_in_cache = not_in_cache = object()
+
+            def get(self, key):
+                return cache.get(key, not_in_cache)
+
+            def set(self, key, value):
+                cache[key] = value
+
+            def clear(self):
+                cache.clear()
+                
+            def cache_len(self):
+                return len(cache)
+
+            self.get = types.MethodType(get, self)
+            self.set = types.MethodType(set, self)
+            self.clear = types.MethodType(clear, self)
+            self.__len__ = types.MethodType(cache_len, self)
+
+    if _OrderedDict is not None:
+        class _FifoCache(object):
+            def __init__(self, size):
+                self.not_in_cache = not_in_cache = object()
+
+                cache = _OrderedDict()
+
+                def get(self, key):
+                    return cache.get(key, not_in_cache)
+
+                def set(self, key, value):
+                    cache[key] = value
+                    while len(cache) > size:
+                        try:
+                            cache.popitem(False)
+                        except KeyError:
+                            pass
+
+                def clear(self):
+                    cache.clear()
+
+                def cache_len(self):
+                    return len(cache)
+
+                self.get = types.MethodType(get, self)
+                self.set = types.MethodType(set, self)
+                self.clear = types.MethodType(clear, self)
+                self.__len__ = types.MethodType(cache_len, self)
+
+    else:
+        class _FifoCache(object):
+            def __init__(self, size):
+                self.not_in_cache = not_in_cache = object()
+
+                cache = {}
+                key_fifo = collections.deque([], size)
+
+                def get(self, key):
+                    return cache.get(key, not_in_cache)
+
+                def set(self, key, value):
+                    cache[key] = value
+                    while len(key_fifo) > size:
+                        cache.pop(key_fifo.popleft(), None)
+                    key_fifo.append(key)
+
+                def clear(self):
+                    cache.clear()
+                    key_fifo.clear()
+
+                def cache_len(self):
+                    return len(cache)
+
+                self.get = types.MethodType(get, self)
+                self.set = types.MethodType(set, self)
+                self.clear = types.MethodType(clear, self)
+                self.__len__ = types.MethodType(cache_len, self)
+
+    # argument cache for optimizing repeated calls when backtracking through recursive expressions
+    packrat_cache = {} # this is set later by enabledPackrat(); this is here so that resetCache() doesn't fail
+    packrat_cache_lock = RLock()
+    packrat_cache_stats = [0, 0]
+
+    # this method gets repeatedly called during backtracking with the same arguments -
+    # we can cache these arguments and save ourselves the trouble of re-parsing the contained expression
+    def _parseCache( self, instring, loc, doActions=True, callPreParse=True ):
+        HIT, MISS = 0, 1
+        lookup = (self, instring, loc, callPreParse, doActions)
+        with ParserElement.packrat_cache_lock:
+            cache = ParserElement.packrat_cache
+            value = cache.get(lookup)
+            if value is cache.not_in_cache:
+                ParserElement.packrat_cache_stats[MISS] += 1
+                try:
+                    value = self._parseNoCache(instring, loc, doActions, callPreParse)
+                except ParseBaseException as pe:
+                    # cache a copy of the exception, without the traceback
+                    cache.set(lookup, pe.__class__(*pe.args))
+                    raise
+                else:
+                    cache.set(lookup, (value[0], value[1].copy()))
+                    return value
+            else:
+                ParserElement.packrat_cache_stats[HIT] += 1
+                if isinstance(value, Exception):
+                    raise value
+                return (value[0], value[1].copy())
+
+    _parse = _parseNoCache
+
+    @staticmethod
+    def resetCache():
+        ParserElement.packrat_cache.clear()
+        ParserElement.packrat_cache_stats[:] = [0] * len(ParserElement.packrat_cache_stats)
+
+    _packratEnabled = False
+    @staticmethod
+    def enablePackrat(cache_size_limit=128):
+        """Enables "packrat" parsing, which adds memoizing to the parsing logic.
+           Repeated parse attempts at the same string location (which happens
+           often in many complex grammars) can immediately return a cached value,
+           instead of re-executing parsing/validating code.  Memoizing is done of
+           both valid results and parsing exceptions.
+           
+           Parameters:
+            - cache_size_limit - (default=C{128}) - if an integer value is provided
+              will limit the size of the packrat cache; if None is passed, then
+              the cache size will be unbounded; if 0 is passed, the cache will
+              be effectively disabled.
+            
+           This speedup may break existing programs that use parse actions that
+           have side-effects.  For this reason, packrat parsing is disabled when
+           you first import pyparsing.  To activate the packrat feature, your
+           program must call the class method C{ParserElement.enablePackrat()}.  If
+           your program uses C{psyco} to "compile as you go", you must call
+           C{enablePackrat} before calling C{psyco.full()}.  If you do not do this,
+           Python will crash.  For best results, call C{enablePackrat()} immediately
+           after importing pyparsing.
+           
+           Example::
+               import pyparsing
+               pyparsing.ParserElement.enablePackrat()
+        """
+        if not ParserElement._packratEnabled:
+            ParserElement._packratEnabled = True
+            if cache_size_limit is None:
+                ParserElement.packrat_cache = ParserElement._UnboundedCache()
+            else:
+                ParserElement.packrat_cache = ParserElement._FifoCache(cache_size_limit)
+            ParserElement._parse = ParserElement._parseCache
+
+    def parseString( self, instring, parseAll=False ):
+        """
+        Execute the parse expression with the given string.
+        This is the main interface to the client code, once the complete
+        expression has been built.
+
+        If you want the grammar to require that the entire input string be
+        successfully parsed, then set C{parseAll} to True (equivalent to ending
+        the grammar with C{L{StringEnd()}}).
+
+        Note: C{parseString} implicitly calls C{expandtabs()} on the input string,
+        in order to report proper column numbers in parse actions.
+        If the input string contains tabs and
+        the grammar uses parse actions that use the C{loc} argument to index into the
+        string being parsed, you can ensure you have a consistent view of the input
+        string by:
+         - calling C{parseWithTabs} on your grammar before calling C{parseString}
+           (see L{I{parseWithTabs}})
+         - define your parse action using the full C{(s,loc,toks)} signature, and
+           reference the input string using the parse action's C{s} argument
+         - explicitly expand the tabs in your input string before calling
+           C{parseString}
+        
+        Example::
+            Word('a').parseString('aaaaabaaa')  # -> ['aaaaa']
+            Word('a').parseString('aaaaabaaa', parseAll=True)  # -> Exception: Expected end of text
+        """
+        ParserElement.resetCache()
+        if not self.streamlined:
+            self.streamline()
+            #~ self.saveAsList = True
+        for e in self.ignoreExprs:
+            e.streamline()
+        if not self.keepTabs:
+            instring = instring.expandtabs()
+        try:
+            loc, tokens = self._parse( instring, 0 )
+            if parseAll:
+                loc = self.preParse( instring, loc )
+                se = Empty() + StringEnd()
+                se._parse( instring, loc )
+        except ParseBaseException as exc:
+            if ParserElement.verbose_stacktrace:
+                raise
+            else:
+                # catch and re-raise exception from here, clears out pyparsing internal stack trace
+                raise exc
+        else:
+            return tokens
+
+    def scanString( self, instring, maxMatches=_MAX_INT, overlap=False ):
+        """
+        Scan the input string for expression matches.  Each match will return the
+        matching tokens, start location, and end location.  May be called with optional
+        C{maxMatches} argument, to clip scanning after 'n' matches are found.  If
+        C{overlap} is specified, then overlapping matches will be reported.
+
+        Note that the start and end locations are reported relative to the string
+        being parsed.  See L{I{parseString}} for more information on parsing
+        strings with embedded tabs.
+
+        Example::
+            source = "sldjf123lsdjjkf345sldkjf879lkjsfd987"
+            print(source)
+            for tokens,start,end in Word(alphas).scanString(source):
+                print(' '*start + '^'*(end-start))
+                print(' '*start + tokens[0])
+        
+        prints::
+        
+            sldjf123lsdjjkf345sldkjf879lkjsfd987
+            ^^^^^
+            sldjf
+                    ^^^^^^^
+                    lsdjjkf
+                              ^^^^^^
+                              sldkjf
+                                       ^^^^^^
+                                       lkjsfd
+        """
+        if not self.streamlined:
+            self.streamline()
+        for e in self.ignoreExprs:
+            e.streamline()
+
+        if not self.keepTabs:
+            instring = _ustr(instring).expandtabs()
+        instrlen = len(instring)
+        loc = 0
+        preparseFn = self.preParse
+        parseFn = self._parse
+        ParserElement.resetCache()
+        matches = 0
+        try:
+            while loc <= instrlen and matches < maxMatches:
+                try:
+                    preloc = preparseFn( instring, loc )
+                    nextLoc,tokens = parseFn( instring, preloc, callPreParse=False )
+                except ParseException:
+                    loc = preloc+1
+                else:
+                    if nextLoc > loc:
+                        matches += 1
+                        yield tokens, preloc, nextLoc
+                        if overlap:
+                            nextloc = preparseFn( instring, loc )
+                            if nextloc > loc:
+                                loc = nextLoc
+                            else:
+                                loc += 1
+                        else:
+                            loc = nextLoc
+                    else:
+                        loc = preloc+1
+        except ParseBaseException as exc:
+            if ParserElement.verbose_stacktrace:
+                raise
+            else:
+                # catch and re-raise exception from here, clears out pyparsing internal stack trace
+                raise exc
+
+    def transformString( self, instring ):
+        """
+        Extension to C{L{scanString}}, to modify matching text with modified tokens that may
+        be returned from a parse action.  To use C{transformString}, define a grammar and
+        attach a parse action to it that modifies the returned token list.
+        Invoking C{transformString()} on a target string will then scan for matches,
+        and replace the matched text patterns according to the logic in the parse
+        action.  C{transformString()} returns the resulting transformed string.
+        
+        Example::
+            wd = Word(alphas)
+            wd.setParseAction(lambda toks: toks[0].title())
+            
+            print(wd.transformString("now is the winter of our discontent made glorious summer by this sun of york."))
+        Prints::
+            Now Is The Winter Of Our Discontent Made Glorious Summer By This Sun Of York.
+        """
+        out = []
+        lastE = 0
+        # force preservation of s, to minimize unwanted transformation of string, and to
+        # keep string locs straight between transformString and scanString
+        self.keepTabs = True
+        try:
+            for t,s,e in self.scanString( instring ):
+                out.append( instring[lastE:s] )
+                if t:
+                    if isinstance(t,ParseResults):
+                        out += t.asList()
+                    elif isinstance(t,list):
+                        out += t
+                    else:
+                        out.append(t)
+                lastE = e
+            out.append(instring[lastE:])
+            out = [o for o in out if o]
+            return "".join(map(_ustr,_flatten(out)))
+        except ParseBaseException as exc:
+            if ParserElement.verbose_stacktrace:
+                raise
+            else:
+                # catch and re-raise exception from here, clears out pyparsing internal stack trace
+                raise exc
+
+    def searchString( self, instring, maxMatches=_MAX_INT ):
+        """
+        Another extension to C{L{scanString}}, simplifying the access to the tokens found
+        to match the given parse expression.  May be called with optional
+        C{maxMatches} argument, to clip searching after 'n' matches are found.
+        
+        Example::
+            # a capitalized word starts with an uppercase letter, followed by zero or more lowercase letters
+            cap_word = Word(alphas.upper(), alphas.lower())
+            
+            print(cap_word.searchString("More than Iron, more than Lead, more than Gold I need Electricity"))
+
+            # the sum() builtin can be used to merge results into a single ParseResults object
+            print(sum(cap_word.searchString("More than Iron, more than Lead, more than Gold I need Electricity")))
+        prints::
+            [['More'], ['Iron'], ['Lead'], ['Gold'], ['I'], ['Electricity']]
+            ['More', 'Iron', 'Lead', 'Gold', 'I', 'Electricity']
+        """
+        try:
+            return ParseResults([ t for t,s,e in self.scanString( instring, maxMatches ) ])
+        except ParseBaseException as exc:
+            if ParserElement.verbose_stacktrace:
+                raise
+            else:
+                # catch and re-raise exception from here, clears out pyparsing internal stack trace
+                raise exc
+
+    def split(self, instring, maxsplit=_MAX_INT, includeSeparators=False):
+        """
+        Generator method to split a string using the given expression as a separator.
+        May be called with optional C{maxsplit} argument, to limit the number of splits;
+        and the optional C{includeSeparators} argument (default=C{False}), if the separating
+        matching text should be included in the split results.
+        
+        Example::        
+            punc = oneOf(list(".,;:/-!?"))
+            print(list(punc.split("This, this?, this sentence, is badly punctuated!")))
+        prints::
+            ['This', ' this', '', ' this sentence', ' is badly punctuated', '']
+        """
+        splits = 0
+        last = 0
+        for t,s,e in self.scanString(instring, maxMatches=maxsplit):
+            yield instring[last:s]
+            if includeSeparators:
+                yield t[0]
+            last = e
+        yield instring[last:]
+
+    def __add__(self, other ):
+        """
+        Implementation of + operator - returns C{L{And}}. Adding strings to a ParserElement
+        converts them to L{Literal}s by default.
+        
+        Example::
+            greet = Word(alphas) + "," + Word(alphas) + "!"
+            hello = "Hello, World!"
+            print (hello, "->", greet.parseString(hello))
+        Prints::
+            Hello, World! -> ['Hello', ',', 'World', '!']
+        """
+        if isinstance( other, basestring ):
+            other = ParserElement._literalStringClass( other )
+        if not isinstance( other, ParserElement ):
+            warnings.warn("Cannot combine element of type %s with ParserElement" % type(other),
+                    SyntaxWarning, stacklevel=2)
+            return None
+        return And( [ self, other ] )
+
+    def __radd__(self, other ):
+        """
+        Implementation of + operator when left operand is not a C{L{ParserElement}}
+        """
+        if isinstance( other, basestring ):
+            other = ParserElement._literalStringClass( other )
+        if not isinstance( other, ParserElement ):
+            warnings.warn("Cannot combine element of type %s with ParserElement" % type(other),
+                    SyntaxWarning, stacklevel=2)
+            return None
+        return other + self
+
+    def __sub__(self, other):
+        """
+        Implementation of - operator, returns C{L{And}} with error stop
+        """
+        if isinstance( other, basestring ):
+            other = ParserElement._literalStringClass( other )
+        if not isinstance( other, ParserElement ):
+            warnings.warn("Cannot combine element of type %s with ParserElement" % type(other),
+                    SyntaxWarning, stacklevel=2)
+            return None
+        return self + And._ErrorStop() + other
+
+    def __rsub__(self, other ):
+        """
+        Implementation of - operator when left operand is not a C{L{ParserElement}}
+        """
+        if isinstance( other, basestring ):
+            other = ParserElement._literalStringClass( other )
+        if not isinstance( other, ParserElement ):
+            warnings.warn("Cannot combine element of type %s with ParserElement" % type(other),
+                    SyntaxWarning, stacklevel=2)
+            return None
+        return other - self
+
+    def __mul__(self,other):
+        """
+        Implementation of * operator, allows use of C{expr * 3} in place of
+        C{expr + expr + expr}.  Expressions may also me multiplied by a 2-integer
+        tuple, similar to C{{min,max}} multipliers in regular expressions.  Tuples
+        may also include C{None} as in:
+         - C{expr*(n,None)} or C{expr*(n,)} is equivalent
+              to C{expr*n + L{ZeroOrMore}(expr)}
+              (read as "at least n instances of C{expr}")
+         - C{expr*(None,n)} is equivalent to C{expr*(0,n)}
+              (read as "0 to n instances of C{expr}")
+         - C{expr*(None,None)} is equivalent to C{L{ZeroOrMore}(expr)}
+         - C{expr*(1,None)} is equivalent to C{L{OneOrMore}(expr)}
+
+        Note that C{expr*(None,n)} does not raise an exception if
+        more than n exprs exist in the input stream; that is,
+        C{expr*(None,n)} does not enforce a maximum number of expr
+        occurrences.  If this behavior is desired, then write
+        C{expr*(None,n) + ~expr}
+        """
+        if isinstance(other,int):
+            minElements, optElements = other,0
+        elif isinstance(other,tuple):
+            other = (other + (None, None))[:2]
+            if other[0] is None:
+                other = (0, other[1])
+            if isinstance(other[0],int) and other[1] is None:
+                if other[0] == 0:
+                    return ZeroOrMore(self)
+                if other[0] == 1:
+                    return OneOrMore(self)
+                else:
+                    return self*other[0] + ZeroOrMore(self)
+            elif isinstance(other[0],int) and isinstance(other[1],int):
+                minElements, optElements = other
+                optElements -= minElements
+            else:
+                raise TypeError("cannot multiply 'ParserElement' and ('%s','%s') objects", type(other[0]),type(other[1]))
+        else:
+            raise TypeError("cannot multiply 'ParserElement' and '%s' objects", type(other))
+
+        if minElements < 0:
+            raise ValueError("cannot multiply ParserElement by negative value")
+        if optElements < 0:
+            raise ValueError("second tuple value must be greater or equal to first tuple value")
+        if minElements == optElements == 0:
+            raise ValueError("cannot multiply ParserElement by 0 or (0,0)")
+
+        if (optElements):
+            def makeOptionalList(n):
+                if n>1:
+                    return Optional(self + makeOptionalList(n-1))
+                else:
+                    return Optional(self)
+            if minElements:
+                if minElements == 1:
+                    ret = self + makeOptionalList(optElements)
+                else:
+                    ret = And([self]*minElements) + makeOptionalList(optElements)
+            else:
+                ret = makeOptionalList(optElements)
+        else:
+            if minElements == 1:
+                ret = self
+            else:
+                ret = And([self]*minElements)
+        return ret
+
+    def __rmul__(self, other):
+        return self.__mul__(other)
+
+    def __or__(self, other ):
+        """
+        Implementation of | operator - returns C{L{MatchFirst}}
+        """
+        if isinstance( other, basestring ):
+            other = ParserElement._literalStringClass( other )
+        if not isinstance( other, ParserElement ):
+            warnings.warn("Cannot combine element of type %s with ParserElement" % type(other),
+                    SyntaxWarning, stacklevel=2)
+            return None
+        return MatchFirst( [ self, other ] )
+
+    def __ror__(self, other ):
+        """
+        Implementation of | operator when left operand is not a C{L{ParserElement}}
+        """
+        if isinstance( other, basestring ):
+            other = ParserElement._literalStringClass( other )
+        if not isinstance( other, ParserElement ):
+            warnings.warn("Cannot combine element of type %s with ParserElement" % type(other),
+                    SyntaxWarning, stacklevel=2)
+            return None
+        return other | self
+
+    def __xor__(self, other ):
+        """
+        Implementation of ^ operator - returns C{L{Or}}
+        """
+        if isinstance( other, basestring ):
+            other = ParserElement._literalStringClass( other )
+        if not isinstance( other, ParserElement ):
+            warnings.warn("Cannot combine element of type %s with ParserElement" % type(other),
+                    SyntaxWarning, stacklevel=2)
+            return None
+        return Or( [ self, other ] )
+
+    def __rxor__(self, other ):
+        """
+        Implementation of ^ operator when left operand is not a C{L{ParserElement}}
+        """
+        if isinstance( other, basestring ):
+            other = ParserElement._literalStringClass( other )
+        if not isinstance( other, ParserElement ):
+            warnings.warn("Cannot combine element of type %s with ParserElement" % type(other),
+                    SyntaxWarning, stacklevel=2)
+            return None
+        return other ^ self
+
+    def __and__(self, other ):
+        """
+        Implementation of & operator - returns C{L{Each}}
+        """
+        if isinstance( other, basestring ):
+            other = ParserElement._literalStringClass( other )
+        if not isinstance( other, ParserElement ):
+            warnings.warn("Cannot combine element of type %s with ParserElement" % type(other),
+                    SyntaxWarning, stacklevel=2)
+            return None
+        return Each( [ self, other ] )
+
+    def __rand__(self, other ):
+        """
+        Implementation of & operator when left operand is not a C{L{ParserElement}}
+        """
+        if isinstance( other, basestring ):
+            other = ParserElement._literalStringClass( other )
+        if not isinstance( other, ParserElement ):
+            warnings.warn("Cannot combine element of type %s with ParserElement" % type(other),
+                    SyntaxWarning, stacklevel=2)
+            return None
+        return other & self
+
+    def __invert__( self ):
+        """
+        Implementation of ~ operator - returns C{L{NotAny}}
+        """
+        return NotAny( self )
+
+    def __call__(self, name=None):
+        """
+        Shortcut for C{L{setResultsName}}, with C{listAllMatches=False}.
+        
+        If C{name} is given with a trailing C{'*'} character, then C{listAllMatches} will be
+        passed as C{True}.
+           
+        If C{name} is omitted, same as calling C{L{copy}}.
+
+        Example::
+            # these are equivalent
+            userdata = Word(alphas).setResultsName("name") + Word(nums+"-").setResultsName("socsecno")
+            userdata = Word(alphas)("name") + Word(nums+"-")("socsecno")             
+        """
+        if name is not None:
+            return self.setResultsName(name)
+        else:
+            return self.copy()
+
+    def suppress( self ):
+        """
+        Suppresses the output of this C{ParserElement}; useful to keep punctuation from
+        cluttering up returned output.
+        """
+        return Suppress( self )
+
+    def leaveWhitespace( self ):
+        """
+        Disables the skipping of whitespace before matching the characters in the
+        C{ParserElement}'s defined pattern.  This is normally only used internally by
+        the pyparsing module, but may be needed in some whitespace-sensitive grammars.
+        """
+        self.skipWhitespace = False
+        return self
+
+    def setWhitespaceChars( self, chars ):
+        """
+        Overrides the default whitespace chars
+        """
+        self.skipWhitespace = True
+        self.whiteChars = chars
+        self.copyDefaultWhiteChars = False
+        return self
+
+    def parseWithTabs( self ):
+        """
+        Overrides default behavior to expand C{}s to spaces before parsing the input string.
+        Must be called before C{parseString} when the input grammar contains elements that
+        match C{} characters.
+        """
+        self.keepTabs = True
+        return self
+
+    def ignore( self, other ):
+        """
+        Define expression to be ignored (e.g., comments) while doing pattern
+        matching; may be called repeatedly, to define multiple comment or other
+        ignorable patterns.
+        
+        Example::
+            patt = OneOrMore(Word(alphas))
+            patt.parseString('ablaj /* comment */ lskjd') # -> ['ablaj']
+            
+            patt.ignore(cStyleComment)
+            patt.parseString('ablaj /* comment */ lskjd') # -> ['ablaj', 'lskjd']
+        """
+        if isinstance(other, basestring):
+            other = Suppress(other)
+
+        if isinstance( other, Suppress ):
+            if other not in self.ignoreExprs:
+                self.ignoreExprs.append(other)
+        else:
+            self.ignoreExprs.append( Suppress( other.copy() ) )
+        return self
+
+    def setDebugActions( self, startAction, successAction, exceptionAction ):
+        """
+        Enable display of debugging messages while doing pattern matching.
+        """
+        self.debugActions = (startAction or _defaultStartDebugAction,
+                             successAction or _defaultSuccessDebugAction,
+                             exceptionAction or _defaultExceptionDebugAction)
+        self.debug = True
+        return self
+
+    def setDebug( self, flag=True ):
+        """
+        Enable display of debugging messages while doing pattern matching.
+        Set C{flag} to True to enable, False to disable.
+
+        Example::
+            wd = Word(alphas).setName("alphaword")
+            integer = Word(nums).setName("numword")
+            term = wd | integer
+            
+            # turn on debugging for wd
+            wd.setDebug()
+
+            OneOrMore(term).parseString("abc 123 xyz 890")
+        
+        prints::
+            Match alphaword at loc 0(1,1)
+            Matched alphaword -> ['abc']
+            Match alphaword at loc 3(1,4)
+            Exception raised:Expected alphaword (at char 4), (line:1, col:5)
+            Match alphaword at loc 7(1,8)
+            Matched alphaword -> ['xyz']
+            Match alphaword at loc 11(1,12)
+            Exception raised:Expected alphaword (at char 12), (line:1, col:13)
+            Match alphaword at loc 15(1,16)
+            Exception raised:Expected alphaword (at char 15), (line:1, col:16)
+
+        The output shown is that produced by the default debug actions - custom debug actions can be
+        specified using L{setDebugActions}. Prior to attempting
+        to match the C{wd} expression, the debugging message C{"Match  at loc (,)"}
+        is shown. Then if the parse succeeds, a C{"Matched"} message is shown, or an C{"Exception raised"}
+        message is shown. Also note the use of L{setName} to assign a human-readable name to the expression,
+        which makes debugging and exception messages easier to understand - for instance, the default
+        name created for the C{Word} expression without calling C{setName} is C{"W:(ABCD...)"}.
+        """
+        if flag:
+            self.setDebugActions( _defaultStartDebugAction, _defaultSuccessDebugAction, _defaultExceptionDebugAction )
+        else:
+            self.debug = False
+        return self
+
+    def __str__( self ):
+        return self.name
+
+    def __repr__( self ):
+        return _ustr(self)
+
+    def streamline( self ):
+        self.streamlined = True
+        self.strRepr = None
+        return self
+
+    def checkRecursion( self, parseElementList ):
+        pass
+
+    def validate( self, validateTrace=[] ):
+        """
+        Check defined expressions for valid structure, check for infinite recursive definitions.
+        """
+        self.checkRecursion( [] )
+
+    def parseFile( self, file_or_filename, parseAll=False ):
+        """
+        Execute the parse expression on the given file or filename.
+        If a filename is specified (instead of a file object),
+        the entire file is opened, read, and closed before parsing.
+        """
+        try:
+            file_contents = file_or_filename.read()
+        except AttributeError:
+            with open(file_or_filename, "r") as f:
+                file_contents = f.read()
+        try:
+            return self.parseString(file_contents, parseAll)
+        except ParseBaseException as exc:
+            if ParserElement.verbose_stacktrace:
+                raise
+            else:
+                # catch and re-raise exception from here, clears out pyparsing internal stack trace
+                raise exc
+
+    def __eq__(self,other):
+        if isinstance(other, ParserElement):
+            return self is other or vars(self) == vars(other)
+        elif isinstance(other, basestring):
+            return self.matches(other)
+        else:
+            return super(ParserElement,self)==other
+
+    def __ne__(self,other):
+        return not (self == other)
+
+    def __hash__(self):
+        return hash(id(self))
+
+    def __req__(self,other):
+        return self == other
+
+    def __rne__(self,other):
+        return not (self == other)
+
+    def matches(self, testString, parseAll=True):
+        """
+        Method for quick testing of a parser against a test string. Good for simple 
+        inline microtests of sub expressions while building up larger parser.
+           
+        Parameters:
+         - testString - to test against this expression for a match
+         - parseAll - (default=C{True}) - flag to pass to C{L{parseString}} when running tests
+            
+        Example::
+            expr = Word(nums)
+            assert expr.matches("100")
+        """
+        try:
+            self.parseString(_ustr(testString), parseAll=parseAll)
+            return True
+        except ParseBaseException:
+            return False
+                
+    def runTests(self, tests, parseAll=True, comment='#', fullDump=True, printResults=True, failureTests=False):
+        """
+        Execute the parse expression on a series of test strings, showing each
+        test, the parsed results or where the parse failed. Quick and easy way to
+        run a parse expression against a list of sample strings.
+           
+        Parameters:
+         - tests - a list of separate test strings, or a multiline string of test strings
+         - parseAll - (default=C{True}) - flag to pass to C{L{parseString}} when running tests           
+         - comment - (default=C{'#'}) - expression for indicating embedded comments in the test 
+              string; pass None to disable comment filtering
+         - fullDump - (default=C{True}) - dump results as list followed by results names in nested outline;
+              if False, only dump nested list
+         - printResults - (default=C{True}) prints test output to stdout
+         - failureTests - (default=C{False}) indicates if these tests are expected to fail parsing
+
+        Returns: a (success, results) tuple, where success indicates that all tests succeeded
+        (or failed if C{failureTests} is True), and the results contain a list of lines of each 
+        test's output
+        
+        Example::
+            number_expr = pyparsing_common.number.copy()
+
+            result = number_expr.runTests('''
+                # unsigned integer
+                100
+                # negative integer
+                -100
+                # float with scientific notation
+                6.02e23
+                # integer with scientific notation
+                1e-12
+                ''')
+            print("Success" if result[0] else "Failed!")
+
+            result = number_expr.runTests('''
+                # stray character
+                100Z
+                # missing leading digit before '.'
+                -.100
+                # too many '.'
+                3.14.159
+                ''', failureTests=True)
+            print("Success" if result[0] else "Failed!")
+        prints::
+            # unsigned integer
+            100
+            [100]
+
+            # negative integer
+            -100
+            [-100]
+
+            # float with scientific notation
+            6.02e23
+            [6.02e+23]
+
+            # integer with scientific notation
+            1e-12
+            [1e-12]
+
+            Success
+            
+            # stray character
+            100Z
+               ^
+            FAIL: Expected end of text (at char 3), (line:1, col:4)
+
+            # missing leading digit before '.'
+            -.100
+            ^
+            FAIL: Expected {real number with scientific notation | real number | signed integer} (at char 0), (line:1, col:1)
+
+            # too many '.'
+            3.14.159
+                ^
+            FAIL: Expected end of text (at char 4), (line:1, col:5)
+
+            Success
+
+        Each test string must be on a single line. If you want to test a string that spans multiple
+        lines, create a test like this::
+
+            expr.runTest(r"this is a test\\n of strings that spans \\n 3 lines")
+        
+        (Note that this is a raw string literal, you must include the leading 'r'.)
+        """
+        if isinstance(tests, basestring):
+            tests = list(map(str.strip, tests.rstrip().splitlines()))
+        if isinstance(comment, basestring):
+            comment = Literal(comment)
+        allResults = []
+        comments = []
+        success = True
+        for t in tests:
+            if comment is not None and comment.matches(t, False) or comments and not t:
+                comments.append(t)
+                continue
+            if not t:
+                continue
+            out = ['\n'.join(comments), t]
+            comments = []
+            try:
+                t = t.replace(r'\n','\n')
+                result = self.parseString(t, parseAll=parseAll)
+                out.append(result.dump(full=fullDump))
+                success = success and not failureTests
+            except ParseBaseException as pe:
+                fatal = "(FATAL)" if isinstance(pe, ParseFatalException) else ""
+                if '\n' in t:
+                    out.append(line(pe.loc, t))
+                    out.append(' '*(col(pe.loc,t)-1) + '^' + fatal)
+                else:
+                    out.append(' '*pe.loc + '^' + fatal)
+                out.append("FAIL: " + str(pe))
+                success = success and failureTests
+                result = pe
+            except Exception as exc:
+                out.append("FAIL-EXCEPTION: " + str(exc))
+                success = success and failureTests
+                result = exc
+
+            if printResults:
+                if fullDump:
+                    out.append('')
+                print('\n'.join(out))
+
+            allResults.append((t, result))
+        
+        return success, allResults
+
+        
+class Token(ParserElement):
+    """
+    Abstract C{ParserElement} subclass, for defining atomic matching patterns.
+    """
+    def __init__( self ):
+        super(Token,self).__init__( savelist=False )
+
+
+class Empty(Token):
+    """
+    An empty token, will always match.
+    """
+    def __init__( self ):
+        super(Empty,self).__init__()
+        self.name = "Empty"
+        self.mayReturnEmpty = True
+        self.mayIndexError = False
+
+
+class NoMatch(Token):
+    """
+    A token that will never match.
+    """
+    def __init__( self ):
+        super(NoMatch,self).__init__()
+        self.name = "NoMatch"
+        self.mayReturnEmpty = True
+        self.mayIndexError = False
+        self.errmsg = "Unmatchable token"
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        raise ParseException(instring, loc, self.errmsg, self)
+
+
+class Literal(Token):
+    """
+    Token to exactly match a specified string.
+    
+    Example::
+        Literal('blah').parseString('blah')  # -> ['blah']
+        Literal('blah').parseString('blahfooblah')  # -> ['blah']
+        Literal('blah').parseString('bla')  # -> Exception: Expected "blah"
+    
+    For case-insensitive matching, use L{CaselessLiteral}.
+    
+    For keyword matching (force word break before and after the matched string),
+    use L{Keyword} or L{CaselessKeyword}.
+    """
+    def __init__( self, matchString ):
+        super(Literal,self).__init__()
+        self.match = matchString
+        self.matchLen = len(matchString)
+        try:
+            self.firstMatchChar = matchString[0]
+        except IndexError:
+            warnings.warn("null string passed to Literal; use Empty() instead",
+                            SyntaxWarning, stacklevel=2)
+            self.__class__ = Empty
+        self.name = '"%s"' % _ustr(self.match)
+        self.errmsg = "Expected " + self.name
+        self.mayReturnEmpty = False
+        self.mayIndexError = False
+
+    # Performance tuning: this routine gets called a *lot*
+    # if this is a single character match string  and the first character matches,
+    # short-circuit as quickly as possible, and avoid calling startswith
+    #~ @profile
+    def parseImpl( self, instring, loc, doActions=True ):
+        if (instring[loc] == self.firstMatchChar and
+            (self.matchLen==1 or instring.startswith(self.match,loc)) ):
+            return loc+self.matchLen, self.match
+        raise ParseException(instring, loc, self.errmsg, self)
+_L = Literal
+ParserElement._literalStringClass = Literal
+
+class Keyword(Token):
+    """
+    Token to exactly match a specified string as a keyword, that is, it must be
+    immediately followed by a non-keyword character.  Compare with C{L{Literal}}:
+     - C{Literal("if")} will match the leading C{'if'} in C{'ifAndOnlyIf'}.
+     - C{Keyword("if")} will not; it will only match the leading C{'if'} in C{'if x=1'}, or C{'if(y==2)'}
+    Accepts two optional constructor arguments in addition to the keyword string:
+     - C{identChars} is a string of characters that would be valid identifier characters,
+          defaulting to all alphanumerics + "_" and "$"
+     - C{caseless} allows case-insensitive matching, default is C{False}.
+       
+    Example::
+        Keyword("start").parseString("start")  # -> ['start']
+        Keyword("start").parseString("starting")  # -> Exception
+
+    For case-insensitive matching, use L{CaselessKeyword}.
+    """
+    DEFAULT_KEYWORD_CHARS = alphanums+"_$"
+
+    def __init__( self, matchString, identChars=None, caseless=False ):
+        super(Keyword,self).__init__()
+        if identChars is None:
+            identChars = Keyword.DEFAULT_KEYWORD_CHARS
+        self.match = matchString
+        self.matchLen = len(matchString)
+        try:
+            self.firstMatchChar = matchString[0]
+        except IndexError:
+            warnings.warn("null string passed to Keyword; use Empty() instead",
+                            SyntaxWarning, stacklevel=2)
+        self.name = '"%s"' % self.match
+        self.errmsg = "Expected " + self.name
+        self.mayReturnEmpty = False
+        self.mayIndexError = False
+        self.caseless = caseless
+        if caseless:
+            self.caselessmatch = matchString.upper()
+            identChars = identChars.upper()
+        self.identChars = set(identChars)
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        if self.caseless:
+            if ( (instring[ loc:loc+self.matchLen ].upper() == self.caselessmatch) and
+                 (loc >= len(instring)-self.matchLen or instring[loc+self.matchLen].upper() not in self.identChars) and
+                 (loc == 0 or instring[loc-1].upper() not in self.identChars) ):
+                return loc+self.matchLen, self.match
+        else:
+            if (instring[loc] == self.firstMatchChar and
+                (self.matchLen==1 or instring.startswith(self.match,loc)) and
+                (loc >= len(instring)-self.matchLen or instring[loc+self.matchLen] not in self.identChars) and
+                (loc == 0 or instring[loc-1] not in self.identChars) ):
+                return loc+self.matchLen, self.match
+        raise ParseException(instring, loc, self.errmsg, self)
+
+    def copy(self):
+        c = super(Keyword,self).copy()
+        c.identChars = Keyword.DEFAULT_KEYWORD_CHARS
+        return c
+
+    @staticmethod
+    def setDefaultKeywordChars( chars ):
+        """Overrides the default Keyword chars
+        """
+        Keyword.DEFAULT_KEYWORD_CHARS = chars
+
+class CaselessLiteral(Literal):
+    """
+    Token to match a specified string, ignoring case of letters.
+    Note: the matched results will always be in the case of the given
+    match string, NOT the case of the input text.
+
+    Example::
+        OneOrMore(CaselessLiteral("CMD")).parseString("cmd CMD Cmd10") # -> ['CMD', 'CMD', 'CMD']
+        
+    (Contrast with example for L{CaselessKeyword}.)
+    """
+    def __init__( self, matchString ):
+        super(CaselessLiteral,self).__init__( matchString.upper() )
+        # Preserve the defining literal.
+        self.returnString = matchString
+        self.name = "'%s'" % self.returnString
+        self.errmsg = "Expected " + self.name
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        if instring[ loc:loc+self.matchLen ].upper() == self.match:
+            return loc+self.matchLen, self.returnString
+        raise ParseException(instring, loc, self.errmsg, self)
+
+class CaselessKeyword(Keyword):
+    """
+    Caseless version of L{Keyword}.
+
+    Example::
+        OneOrMore(CaselessKeyword("CMD")).parseString("cmd CMD Cmd10") # -> ['CMD', 'CMD']
+        
+    (Contrast with example for L{CaselessLiteral}.)
+    """
+    def __init__( self, matchString, identChars=None ):
+        super(CaselessKeyword,self).__init__( matchString, identChars, caseless=True )
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        if ( (instring[ loc:loc+self.matchLen ].upper() == self.caselessmatch) and
+             (loc >= len(instring)-self.matchLen or instring[loc+self.matchLen].upper() not in self.identChars) ):
+            return loc+self.matchLen, self.match
+        raise ParseException(instring, loc, self.errmsg, self)
+
+class CloseMatch(Token):
+    """
+    A variation on L{Literal} which matches "close" matches, that is, 
+    strings with at most 'n' mismatching characters. C{CloseMatch} takes parameters:
+     - C{match_string} - string to be matched
+     - C{maxMismatches} - (C{default=1}) maximum number of mismatches allowed to count as a match
+    
+    The results from a successful parse will contain the matched text from the input string and the following named results:
+     - C{mismatches} - a list of the positions within the match_string where mismatches were found
+     - C{original} - the original match_string used to compare against the input string
+    
+    If C{mismatches} is an empty list, then the match was an exact match.
+    
+    Example::
+        patt = CloseMatch("ATCATCGAATGGA")
+        patt.parseString("ATCATCGAAXGGA") # -> (['ATCATCGAAXGGA'], {'mismatches': [[9]], 'original': ['ATCATCGAATGGA']})
+        patt.parseString("ATCAXCGAAXGGA") # -> Exception: Expected 'ATCATCGAATGGA' (with up to 1 mismatches) (at char 0), (line:1, col:1)
+
+        # exact match
+        patt.parseString("ATCATCGAATGGA") # -> (['ATCATCGAATGGA'], {'mismatches': [[]], 'original': ['ATCATCGAATGGA']})
+
+        # close match allowing up to 2 mismatches
+        patt = CloseMatch("ATCATCGAATGGA", maxMismatches=2)
+        patt.parseString("ATCAXCGAAXGGA") # -> (['ATCAXCGAAXGGA'], {'mismatches': [[4, 9]], 'original': ['ATCATCGAATGGA']})
+    """
+    def __init__(self, match_string, maxMismatches=1):
+        super(CloseMatch,self).__init__()
+        self.name = match_string
+        self.match_string = match_string
+        self.maxMismatches = maxMismatches
+        self.errmsg = "Expected %r (with up to %d mismatches)" % (self.match_string, self.maxMismatches)
+        self.mayIndexError = False
+        self.mayReturnEmpty = False
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        start = loc
+        instrlen = len(instring)
+        maxloc = start + len(self.match_string)
+
+        if maxloc <= instrlen:
+            match_string = self.match_string
+            match_stringloc = 0
+            mismatches = []
+            maxMismatches = self.maxMismatches
+
+            for match_stringloc,s_m in enumerate(zip(instring[loc:maxloc], self.match_string)):
+                src,mat = s_m
+                if src != mat:
+                    mismatches.append(match_stringloc)
+                    if len(mismatches) > maxMismatches:
+                        break
+            else:
+                loc = match_stringloc + 1
+                results = ParseResults([instring[start:loc]])
+                results['original'] = self.match_string
+                results['mismatches'] = mismatches
+                return loc, results
+
+        raise ParseException(instring, loc, self.errmsg, self)
+
+
+class Word(Token):
+    """
+    Token for matching words composed of allowed character sets.
+    Defined with string containing all allowed initial characters,
+    an optional string containing allowed body characters (if omitted,
+    defaults to the initial character set), and an optional minimum,
+    maximum, and/or exact length.  The default value for C{min} is 1 (a
+    minimum value < 1 is not valid); the default values for C{max} and C{exact}
+    are 0, meaning no maximum or exact length restriction. An optional
+    C{excludeChars} parameter can list characters that might be found in 
+    the input C{bodyChars} string; useful to define a word of all printables
+    except for one or two characters, for instance.
+    
+    L{srange} is useful for defining custom character set strings for defining 
+    C{Word} expressions, using range notation from regular expression character sets.
+    
+    A common mistake is to use C{Word} to match a specific literal string, as in 
+    C{Word("Address")}. Remember that C{Word} uses the string argument to define
+    I{sets} of matchable characters. This expression would match "Add", "AAA",
+    "dAred", or any other word made up of the characters 'A', 'd', 'r', 'e', and 's'.
+    To match an exact literal string, use L{Literal} or L{Keyword}.
+
+    pyparsing includes helper strings for building Words:
+     - L{alphas}
+     - L{nums}
+     - L{alphanums}
+     - L{hexnums}
+     - L{alphas8bit} (alphabetic characters in ASCII range 128-255 - accented, tilded, umlauted, etc.)
+     - L{punc8bit} (non-alphabetic characters in ASCII range 128-255 - currency, symbols, superscripts, diacriticals, etc.)
+     - L{printables} (any non-whitespace character)
+
+    Example::
+        # a word composed of digits
+        integer = Word(nums) # equivalent to Word("0123456789") or Word(srange("0-9"))
+        
+        # a word with a leading capital, and zero or more lowercase
+        capital_word = Word(alphas.upper(), alphas.lower())
+
+        # hostnames are alphanumeric, with leading alpha, and '-'
+        hostname = Word(alphas, alphanums+'-')
+        
+        # roman numeral (not a strict parser, accepts invalid mix of characters)
+        roman = Word("IVXLCDM")
+        
+        # any string of non-whitespace characters, except for ','
+        csv_value = Word(printables, excludeChars=",")
+    """
+    def __init__( self, initChars, bodyChars=None, min=1, max=0, exact=0, asKeyword=False, excludeChars=None ):
+        super(Word,self).__init__()
+        if excludeChars:
+            initChars = ''.join(c for c in initChars if c not in excludeChars)
+            if bodyChars:
+                bodyChars = ''.join(c for c in bodyChars if c not in excludeChars)
+        self.initCharsOrig = initChars
+        self.initChars = set(initChars)
+        if bodyChars :
+            self.bodyCharsOrig = bodyChars
+            self.bodyChars = set(bodyChars)
+        else:
+            self.bodyCharsOrig = initChars
+            self.bodyChars = set(initChars)
+
+        self.maxSpecified = max > 0
+
+        if min < 1:
+            raise ValueError("cannot specify a minimum length < 1; use Optional(Word()) if zero-length word is permitted")
+
+        self.minLen = min
+
+        if max > 0:
+            self.maxLen = max
+        else:
+            self.maxLen = _MAX_INT
+
+        if exact > 0:
+            self.maxLen = exact
+            self.minLen = exact
+
+        self.name = _ustr(self)
+        self.errmsg = "Expected " + self.name
+        self.mayIndexError = False
+        self.asKeyword = asKeyword
+
+        if ' ' not in self.initCharsOrig+self.bodyCharsOrig and (min==1 and max==0 and exact==0):
+            if self.bodyCharsOrig == self.initCharsOrig:
+                self.reString = "[%s]+" % _escapeRegexRangeChars(self.initCharsOrig)
+            elif len(self.initCharsOrig) == 1:
+                self.reString = "%s[%s]*" % \
+                                      (re.escape(self.initCharsOrig),
+                                      _escapeRegexRangeChars(self.bodyCharsOrig),)
+            else:
+                self.reString = "[%s][%s]*" % \
+                                      (_escapeRegexRangeChars(self.initCharsOrig),
+                                      _escapeRegexRangeChars(self.bodyCharsOrig),)
+            if self.asKeyword:
+                self.reString = r"\b"+self.reString+r"\b"
+            try:
+                self.re = re.compile( self.reString )
+            except Exception:
+                self.re = None
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        if self.re:
+            result = self.re.match(instring,loc)
+            if not result:
+                raise ParseException(instring, loc, self.errmsg, self)
+
+            loc = result.end()
+            return loc, result.group()
+
+        if not(instring[ loc ] in self.initChars):
+            raise ParseException(instring, loc, self.errmsg, self)
+
+        start = loc
+        loc += 1
+        instrlen = len(instring)
+        bodychars = self.bodyChars
+        maxloc = start + self.maxLen
+        maxloc = min( maxloc, instrlen )
+        while loc < maxloc and instring[loc] in bodychars:
+            loc += 1
+
+        throwException = False
+        if loc - start < self.minLen:
+            throwException = True
+        if self.maxSpecified and loc < instrlen and instring[loc] in bodychars:
+            throwException = True
+        if self.asKeyword:
+            if (start>0 and instring[start-1] in bodychars) or (loc4:
+                    return s[:4]+"..."
+                else:
+                    return s
+
+            if ( self.initCharsOrig != self.bodyCharsOrig ):
+                self.strRepr = "W:(%s,%s)" % ( charsAsStr(self.initCharsOrig), charsAsStr(self.bodyCharsOrig) )
+            else:
+                self.strRepr = "W:(%s)" % charsAsStr(self.initCharsOrig)
+
+        return self.strRepr
+
+
+class Regex(Token):
+    r"""
+    Token for matching strings that match a given regular expression.
+    Defined with string specifying the regular expression in a form recognized by the inbuilt Python re module.
+    If the given regex contains named groups (defined using C{(?P...)}), these will be preserved as 
+    named parse results.
+
+    Example::
+        realnum = Regex(r"[+-]?\d+\.\d*")
+        date = Regex(r'(?P\d{4})-(?P\d\d?)-(?P\d\d?)')
+        # ref: http://stackoverflow.com/questions/267399/how-do-you-match-only-valid-roman-numerals-with-a-regular-expression
+        roman = Regex(r"M{0,4}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})")
+    """
+    compiledREtype = type(re.compile("[A-Z]"))
+    def __init__( self, pattern, flags=0):
+        """The parameters C{pattern} and C{flags} are passed to the C{re.compile()} function as-is. See the Python C{re} module for an explanation of the acceptable patterns and flags."""
+        super(Regex,self).__init__()
+
+        if isinstance(pattern, basestring):
+            if not pattern:
+                warnings.warn("null string passed to Regex; use Empty() instead",
+                        SyntaxWarning, stacklevel=2)
+
+            self.pattern = pattern
+            self.flags = flags
+
+            try:
+                self.re = re.compile(self.pattern, self.flags)
+                self.reString = self.pattern
+            except sre_constants.error:
+                warnings.warn("invalid pattern (%s) passed to Regex" % pattern,
+                    SyntaxWarning, stacklevel=2)
+                raise
+
+        elif isinstance(pattern, Regex.compiledREtype):
+            self.re = pattern
+            self.pattern = \
+            self.reString = str(pattern)
+            self.flags = flags
+            
+        else:
+            raise ValueError("Regex may only be constructed with a string or a compiled RE object")
+
+        self.name = _ustr(self)
+        self.errmsg = "Expected " + self.name
+        self.mayIndexError = False
+        self.mayReturnEmpty = True
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        result = self.re.match(instring,loc)
+        if not result:
+            raise ParseException(instring, loc, self.errmsg, self)
+
+        loc = result.end()
+        d = result.groupdict()
+        ret = ParseResults(result.group())
+        if d:
+            for k in d:
+                ret[k] = d[k]
+        return loc,ret
+
+    def __str__( self ):
+        try:
+            return super(Regex,self).__str__()
+        except Exception:
+            pass
+
+        if self.strRepr is None:
+            self.strRepr = "Re:(%s)" % repr(self.pattern)
+
+        return self.strRepr
+
+
+class QuotedString(Token):
+    r"""
+    Token for matching strings that are delimited by quoting characters.
+    
+    Defined with the following parameters:
+        - quoteChar - string of one or more characters defining the quote delimiting string
+        - escChar - character to escape quotes, typically backslash (default=C{None})
+        - escQuote - special quote sequence to escape an embedded quote string (such as SQL's "" to escape an embedded ") (default=C{None})
+        - multiline - boolean indicating whether quotes can span multiple lines (default=C{False})
+        - unquoteResults - boolean indicating whether the matched text should be unquoted (default=C{True})
+        - endQuoteChar - string of one or more characters defining the end of the quote delimited string (default=C{None} => same as quoteChar)
+        - convertWhitespaceEscapes - convert escaped whitespace (C{'\t'}, C{'\n'}, etc.) to actual whitespace (default=C{True})
+
+    Example::
+        qs = QuotedString('"')
+        print(qs.searchString('lsjdf "This is the quote" sldjf'))
+        complex_qs = QuotedString('{{', endQuoteChar='}}')
+        print(complex_qs.searchString('lsjdf {{This is the "quote"}} sldjf'))
+        sql_qs = QuotedString('"', escQuote='""')
+        print(sql_qs.searchString('lsjdf "This is the quote with ""embedded"" quotes" sldjf'))
+    prints::
+        [['This is the quote']]
+        [['This is the "quote"']]
+        [['This is the quote with "embedded" quotes']]
+    """
+    def __init__( self, quoteChar, escChar=None, escQuote=None, multiline=False, unquoteResults=True, endQuoteChar=None, convertWhitespaceEscapes=True):
+        super(QuotedString,self).__init__()
+
+        # remove white space from quote chars - wont work anyway
+        quoteChar = quoteChar.strip()
+        if not quoteChar:
+            warnings.warn("quoteChar cannot be the empty string",SyntaxWarning,stacklevel=2)
+            raise SyntaxError()
+
+        if endQuoteChar is None:
+            endQuoteChar = quoteChar
+        else:
+            endQuoteChar = endQuoteChar.strip()
+            if not endQuoteChar:
+                warnings.warn("endQuoteChar cannot be the empty string",SyntaxWarning,stacklevel=2)
+                raise SyntaxError()
+
+        self.quoteChar = quoteChar
+        self.quoteCharLen = len(quoteChar)
+        self.firstQuoteChar = quoteChar[0]
+        self.endQuoteChar = endQuoteChar
+        self.endQuoteCharLen = len(endQuoteChar)
+        self.escChar = escChar
+        self.escQuote = escQuote
+        self.unquoteResults = unquoteResults
+        self.convertWhitespaceEscapes = convertWhitespaceEscapes
+
+        if multiline:
+            self.flags = re.MULTILINE | re.DOTALL
+            self.pattern = r'%s(?:[^%s%s]' % \
+                ( re.escape(self.quoteChar),
+                  _escapeRegexRangeChars(self.endQuoteChar[0]),
+                  (escChar is not None and _escapeRegexRangeChars(escChar) or '') )
+        else:
+            self.flags = 0
+            self.pattern = r'%s(?:[^%s\n\r%s]' % \
+                ( re.escape(self.quoteChar),
+                  _escapeRegexRangeChars(self.endQuoteChar[0]),
+                  (escChar is not None and _escapeRegexRangeChars(escChar) or '') )
+        if len(self.endQuoteChar) > 1:
+            self.pattern += (
+                '|(?:' + ')|(?:'.join("%s[^%s]" % (re.escape(self.endQuoteChar[:i]),
+                                               _escapeRegexRangeChars(self.endQuoteChar[i]))
+                                    for i in range(len(self.endQuoteChar)-1,0,-1)) + ')'
+                )
+        if escQuote:
+            self.pattern += (r'|(?:%s)' % re.escape(escQuote))
+        if escChar:
+            self.pattern += (r'|(?:%s.)' % re.escape(escChar))
+            self.escCharReplacePattern = re.escape(self.escChar)+"(.)"
+        self.pattern += (r')*%s' % re.escape(self.endQuoteChar))
+
+        try:
+            self.re = re.compile(self.pattern, self.flags)
+            self.reString = self.pattern
+        except sre_constants.error:
+            warnings.warn("invalid pattern (%s) passed to Regex" % self.pattern,
+                SyntaxWarning, stacklevel=2)
+            raise
+
+        self.name = _ustr(self)
+        self.errmsg = "Expected " + self.name
+        self.mayIndexError = False
+        self.mayReturnEmpty = True
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        result = instring[loc] == self.firstQuoteChar and self.re.match(instring,loc) or None
+        if not result:
+            raise ParseException(instring, loc, self.errmsg, self)
+
+        loc = result.end()
+        ret = result.group()
+
+        if self.unquoteResults:
+
+            # strip off quotes
+            ret = ret[self.quoteCharLen:-self.endQuoteCharLen]
+
+            if isinstance(ret,basestring):
+                # replace escaped whitespace
+                if '\\' in ret and self.convertWhitespaceEscapes:
+                    ws_map = {
+                        r'\t' : '\t',
+                        r'\n' : '\n',
+                        r'\f' : '\f',
+                        r'\r' : '\r',
+                    }
+                    for wslit,wschar in ws_map.items():
+                        ret = ret.replace(wslit, wschar)
+
+                # replace escaped characters
+                if self.escChar:
+                    ret = re.sub(self.escCharReplacePattern, r"\g<1>", ret)
+
+                # replace escaped quotes
+                if self.escQuote:
+                    ret = ret.replace(self.escQuote, self.endQuoteChar)
+
+        return loc, ret
+
+    def __str__( self ):
+        try:
+            return super(QuotedString,self).__str__()
+        except Exception:
+            pass
+
+        if self.strRepr is None:
+            self.strRepr = "quoted string, starting with %s ending with %s" % (self.quoteChar, self.endQuoteChar)
+
+        return self.strRepr
+
+
+class CharsNotIn(Token):
+    """
+    Token for matching words composed of characters I{not} in a given set (will
+    include whitespace in matched characters if not listed in the provided exclusion set - see example).
+    Defined with string containing all disallowed characters, and an optional
+    minimum, maximum, and/or exact length.  The default value for C{min} is 1 (a
+    minimum value < 1 is not valid); the default values for C{max} and C{exact}
+    are 0, meaning no maximum or exact length restriction.
+
+    Example::
+        # define a comma-separated-value as anything that is not a ','
+        csv_value = CharsNotIn(',')
+        print(delimitedList(csv_value).parseString("dkls,lsdkjf,s12 34,@!#,213"))
+    prints::
+        ['dkls', 'lsdkjf', 's12 34', '@!#', '213']
+    """
+    def __init__( self, notChars, min=1, max=0, exact=0 ):
+        super(CharsNotIn,self).__init__()
+        self.skipWhitespace = False
+        self.notChars = notChars
+
+        if min < 1:
+            raise ValueError("cannot specify a minimum length < 1; use Optional(CharsNotIn()) if zero-length char group is permitted")
+
+        self.minLen = min
+
+        if max > 0:
+            self.maxLen = max
+        else:
+            self.maxLen = _MAX_INT
+
+        if exact > 0:
+            self.maxLen = exact
+            self.minLen = exact
+
+        self.name = _ustr(self)
+        self.errmsg = "Expected " + self.name
+        self.mayReturnEmpty = ( self.minLen == 0 )
+        self.mayIndexError = False
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        if instring[loc] in self.notChars:
+            raise ParseException(instring, loc, self.errmsg, self)
+
+        start = loc
+        loc += 1
+        notchars = self.notChars
+        maxlen = min( start+self.maxLen, len(instring) )
+        while loc < maxlen and \
+              (instring[loc] not in notchars):
+            loc += 1
+
+        if loc - start < self.minLen:
+            raise ParseException(instring, loc, self.errmsg, self)
+
+        return loc, instring[start:loc]
+
+    def __str__( self ):
+        try:
+            return super(CharsNotIn, self).__str__()
+        except Exception:
+            pass
+
+        if self.strRepr is None:
+            if len(self.notChars) > 4:
+                self.strRepr = "!W:(%s...)" % self.notChars[:4]
+            else:
+                self.strRepr = "!W:(%s)" % self.notChars
+
+        return self.strRepr
+
+class White(Token):
+    """
+    Special matching class for matching whitespace.  Normally, whitespace is ignored
+    by pyparsing grammars.  This class is included when some whitespace structures
+    are significant.  Define with a string containing the whitespace characters to be
+    matched; default is C{" \\t\\r\\n"}.  Also takes optional C{min}, C{max}, and C{exact} arguments,
+    as defined for the C{L{Word}} class.
+    """
+    whiteStrs = {
+        " " : "",
+        "\t": "",
+        "\n": "",
+        "\r": "",
+        "\f": "",
+        }
+    def __init__(self, ws=" \t\r\n", min=1, max=0, exact=0):
+        super(White,self).__init__()
+        self.matchWhite = ws
+        self.setWhitespaceChars( "".join(c for c in self.whiteChars if c not in self.matchWhite) )
+        #~ self.leaveWhitespace()
+        self.name = ("".join(White.whiteStrs[c] for c in self.matchWhite))
+        self.mayReturnEmpty = True
+        self.errmsg = "Expected " + self.name
+
+        self.minLen = min
+
+        if max > 0:
+            self.maxLen = max
+        else:
+            self.maxLen = _MAX_INT
+
+        if exact > 0:
+            self.maxLen = exact
+            self.minLen = exact
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        if not(instring[ loc ] in self.matchWhite):
+            raise ParseException(instring, loc, self.errmsg, self)
+        start = loc
+        loc += 1
+        maxloc = start + self.maxLen
+        maxloc = min( maxloc, len(instring) )
+        while loc < maxloc and instring[loc] in self.matchWhite:
+            loc += 1
+
+        if loc - start < self.minLen:
+            raise ParseException(instring, loc, self.errmsg, self)
+
+        return loc, instring[start:loc]
+
+
+class _PositionToken(Token):
+    def __init__( self ):
+        super(_PositionToken,self).__init__()
+        self.name=self.__class__.__name__
+        self.mayReturnEmpty = True
+        self.mayIndexError = False
+
+class GoToColumn(_PositionToken):
+    """
+    Token to advance to a specific column of input text; useful for tabular report scraping.
+    """
+    def __init__( self, colno ):
+        super(GoToColumn,self).__init__()
+        self.col = colno
+
+    def preParse( self, instring, loc ):
+        if col(loc,instring) != self.col:
+            instrlen = len(instring)
+            if self.ignoreExprs:
+                loc = self._skipIgnorables( instring, loc )
+            while loc < instrlen and instring[loc].isspace() and col( loc, instring ) != self.col :
+                loc += 1
+        return loc
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        thiscol = col( loc, instring )
+        if thiscol > self.col:
+            raise ParseException( instring, loc, "Text not in expected column", self )
+        newloc = loc + self.col - thiscol
+        ret = instring[ loc: newloc ]
+        return newloc, ret
+
+
+class LineStart(_PositionToken):
+    """
+    Matches if current position is at the beginning of a line within the parse string
+    
+    Example::
+    
+        test = '''\
+        AAA this line
+        AAA and this line
+          AAA but not this one
+        B AAA and definitely not this one
+        '''
+
+        for t in (LineStart() + 'AAA' + restOfLine).searchString(test):
+            print(t)
+    
+    Prints::
+        ['AAA', ' this line']
+        ['AAA', ' and this line']    
+
+    """
+    def __init__( self ):
+        super(LineStart,self).__init__()
+        self.errmsg = "Expected start of line"
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        if col(loc, instring) == 1:
+            return loc, []
+        raise ParseException(instring, loc, self.errmsg, self)
+
+class LineEnd(_PositionToken):
+    """
+    Matches if current position is at the end of a line within the parse string
+    """
+    def __init__( self ):
+        super(LineEnd,self).__init__()
+        self.setWhitespaceChars( ParserElement.DEFAULT_WHITE_CHARS.replace("\n","") )
+        self.errmsg = "Expected end of line"
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        if loc len(instring):
+            return loc, []
+        else:
+            raise ParseException(instring, loc, self.errmsg, self)
+
+class WordStart(_PositionToken):
+    """
+    Matches if the current position is at the beginning of a Word, and
+    is not preceded by any character in a given set of C{wordChars}
+    (default=C{printables}). To emulate the C{\b} behavior of regular expressions,
+    use C{WordStart(alphanums)}. C{WordStart} will also match at the beginning of
+    the string being parsed, or at the beginning of a line.
+    """
+    def __init__(self, wordChars = printables):
+        super(WordStart,self).__init__()
+        self.wordChars = set(wordChars)
+        self.errmsg = "Not at the start of a word"
+
+    def parseImpl(self, instring, loc, doActions=True ):
+        if loc != 0:
+            if (instring[loc-1] in self.wordChars or
+                instring[loc] not in self.wordChars):
+                raise ParseException(instring, loc, self.errmsg, self)
+        return loc, []
+
+class WordEnd(_PositionToken):
+    """
+    Matches if the current position is at the end of a Word, and
+    is not followed by any character in a given set of C{wordChars}
+    (default=C{printables}). To emulate the C{\b} behavior of regular expressions,
+    use C{WordEnd(alphanums)}. C{WordEnd} will also match at the end of
+    the string being parsed, or at the end of a line.
+    """
+    def __init__(self, wordChars = printables):
+        super(WordEnd,self).__init__()
+        self.wordChars = set(wordChars)
+        self.skipWhitespace = False
+        self.errmsg = "Not at the end of a word"
+
+    def parseImpl(self, instring, loc, doActions=True ):
+        instrlen = len(instring)
+        if instrlen>0 and loc maxExcLoc:
+                    maxException = err
+                    maxExcLoc = err.loc
+            except IndexError:
+                if len(instring) > maxExcLoc:
+                    maxException = ParseException(instring,len(instring),e.errmsg,self)
+                    maxExcLoc = len(instring)
+            else:
+                # save match among all matches, to retry longest to shortest
+                matches.append((loc2, e))
+
+        if matches:
+            matches.sort(key=lambda x: -x[0])
+            for _,e in matches:
+                try:
+                    return e._parse( instring, loc, doActions )
+                except ParseException as err:
+                    err.__traceback__ = None
+                    if err.loc > maxExcLoc:
+                        maxException = err
+                        maxExcLoc = err.loc
+
+        if maxException is not None:
+            maxException.msg = self.errmsg
+            raise maxException
+        else:
+            raise ParseException(instring, loc, "no defined alternatives to match", self)
+
+
+    def __ixor__(self, other ):
+        if isinstance( other, basestring ):
+            other = ParserElement._literalStringClass( other )
+        return self.append( other ) #Or( [ self, other ] )
+
+    def __str__( self ):
+        if hasattr(self,"name"):
+            return self.name
+
+        if self.strRepr is None:
+            self.strRepr = "{" + " ^ ".join(_ustr(e) for e in self.exprs) + "}"
+
+        return self.strRepr
+
+    def checkRecursion( self, parseElementList ):
+        subRecCheckList = parseElementList[:] + [ self ]
+        for e in self.exprs:
+            e.checkRecursion( subRecCheckList )
+
+
+class MatchFirst(ParseExpression):
+    """
+    Requires that at least one C{ParseExpression} is found.
+    If two expressions match, the first one listed is the one that will match.
+    May be constructed using the C{'|'} operator.
+
+    Example::
+        # construct MatchFirst using '|' operator
+        
+        # watch the order of expressions to match
+        number = Word(nums) | Combine(Word(nums) + '.' + Word(nums))
+        print(number.searchString("123 3.1416 789")) #  Fail! -> [['123'], ['3'], ['1416'], ['789']]
+
+        # put more selective expression first
+        number = Combine(Word(nums) + '.' + Word(nums)) | Word(nums)
+        print(number.searchString("123 3.1416 789")) #  Better -> [['123'], ['3.1416'], ['789']]
+    """
+    def __init__( self, exprs, savelist = False ):
+        super(MatchFirst,self).__init__(exprs, savelist)
+        if self.exprs:
+            self.mayReturnEmpty = any(e.mayReturnEmpty for e in self.exprs)
+        else:
+            self.mayReturnEmpty = True
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        maxExcLoc = -1
+        maxException = None
+        for e in self.exprs:
+            try:
+                ret = e._parse( instring, loc, doActions )
+                return ret
+            except ParseException as err:
+                if err.loc > maxExcLoc:
+                    maxException = err
+                    maxExcLoc = err.loc
+            except IndexError:
+                if len(instring) > maxExcLoc:
+                    maxException = ParseException(instring,len(instring),e.errmsg,self)
+                    maxExcLoc = len(instring)
+
+        # only got here if no expression matched, raise exception for match that made it the furthest
+        else:
+            if maxException is not None:
+                maxException.msg = self.errmsg
+                raise maxException
+            else:
+                raise ParseException(instring, loc, "no defined alternatives to match", self)
+
+    def __ior__(self, other ):
+        if isinstance( other, basestring ):
+            other = ParserElement._literalStringClass( other )
+        return self.append( other ) #MatchFirst( [ self, other ] )
+
+    def __str__( self ):
+        if hasattr(self,"name"):
+            return self.name
+
+        if self.strRepr is None:
+            self.strRepr = "{" + " | ".join(_ustr(e) for e in self.exprs) + "}"
+
+        return self.strRepr
+
+    def checkRecursion( self, parseElementList ):
+        subRecCheckList = parseElementList[:] + [ self ]
+        for e in self.exprs:
+            e.checkRecursion( subRecCheckList )
+
+
+class Each(ParseExpression):
+    """
+    Requires all given C{ParseExpression}s to be found, but in any order.
+    Expressions may be separated by whitespace.
+    May be constructed using the C{'&'} operator.
+
+    Example::
+        color = oneOf("RED ORANGE YELLOW GREEN BLUE PURPLE BLACK WHITE BROWN")
+        shape_type = oneOf("SQUARE CIRCLE TRIANGLE STAR HEXAGON OCTAGON")
+        integer = Word(nums)
+        shape_attr = "shape:" + shape_type("shape")
+        posn_attr = "posn:" + Group(integer("x") + ',' + integer("y"))("posn")
+        color_attr = "color:" + color("color")
+        size_attr = "size:" + integer("size")
+
+        # use Each (using operator '&') to accept attributes in any order 
+        # (shape and posn are required, color and size are optional)
+        shape_spec = shape_attr & posn_attr & Optional(color_attr) & Optional(size_attr)
+
+        shape_spec.runTests('''
+            shape: SQUARE color: BLACK posn: 100, 120
+            shape: CIRCLE size: 50 color: BLUE posn: 50,80
+            color:GREEN size:20 shape:TRIANGLE posn:20,40
+            '''
+            )
+    prints::
+        shape: SQUARE color: BLACK posn: 100, 120
+        ['shape:', 'SQUARE', 'color:', 'BLACK', 'posn:', ['100', ',', '120']]
+        - color: BLACK
+        - posn: ['100', ',', '120']
+          - x: 100
+          - y: 120
+        - shape: SQUARE
+
+
+        shape: CIRCLE size: 50 color: BLUE posn: 50,80
+        ['shape:', 'CIRCLE', 'size:', '50', 'color:', 'BLUE', 'posn:', ['50', ',', '80']]
+        - color: BLUE
+        - posn: ['50', ',', '80']
+          - x: 50
+          - y: 80
+        - shape: CIRCLE
+        - size: 50
+
+
+        color: GREEN size: 20 shape: TRIANGLE posn: 20,40
+        ['color:', 'GREEN', 'size:', '20', 'shape:', 'TRIANGLE', 'posn:', ['20', ',', '40']]
+        - color: GREEN
+        - posn: ['20', ',', '40']
+          - x: 20
+          - y: 40
+        - shape: TRIANGLE
+        - size: 20
+    """
+    def __init__( self, exprs, savelist = True ):
+        super(Each,self).__init__(exprs, savelist)
+        self.mayReturnEmpty = all(e.mayReturnEmpty for e in self.exprs)
+        self.skipWhitespace = True
+        self.initExprGroups = True
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        if self.initExprGroups:
+            self.opt1map = dict((id(e.expr),e) for e in self.exprs if isinstance(e,Optional))
+            opt1 = [ e.expr for e in self.exprs if isinstance(e,Optional) ]
+            opt2 = [ e for e in self.exprs if e.mayReturnEmpty and not isinstance(e,Optional)]
+            self.optionals = opt1 + opt2
+            self.multioptionals = [ e.expr for e in self.exprs if isinstance(e,ZeroOrMore) ]
+            self.multirequired = [ e.expr for e in self.exprs if isinstance(e,OneOrMore) ]
+            self.required = [ e for e in self.exprs if not isinstance(e,(Optional,ZeroOrMore,OneOrMore)) ]
+            self.required += self.multirequired
+            self.initExprGroups = False
+        tmpLoc = loc
+        tmpReqd = self.required[:]
+        tmpOpt  = self.optionals[:]
+        matchOrder = []
+
+        keepMatching = True
+        while keepMatching:
+            tmpExprs = tmpReqd + tmpOpt + self.multioptionals + self.multirequired
+            failed = []
+            for e in tmpExprs:
+                try:
+                    tmpLoc = e.tryParse( instring, tmpLoc )
+                except ParseException:
+                    failed.append(e)
+                else:
+                    matchOrder.append(self.opt1map.get(id(e),e))
+                    if e in tmpReqd:
+                        tmpReqd.remove(e)
+                    elif e in tmpOpt:
+                        tmpOpt.remove(e)
+            if len(failed) == len(tmpExprs):
+                keepMatching = False
+
+        if tmpReqd:
+            missing = ", ".join(_ustr(e) for e in tmpReqd)
+            raise ParseException(instring,loc,"Missing one or more required elements (%s)" % missing )
+
+        # add any unmatched Optionals, in case they have default values defined
+        matchOrder += [e for e in self.exprs if isinstance(e,Optional) and e.expr in tmpOpt]
+
+        resultlist = []
+        for e in matchOrder:
+            loc,results = e._parse(instring,loc,doActions)
+            resultlist.append(results)
+
+        finalResults = sum(resultlist, ParseResults([]))
+        return loc, finalResults
+
+    def __str__( self ):
+        if hasattr(self,"name"):
+            return self.name
+
+        if self.strRepr is None:
+            self.strRepr = "{" + " & ".join(_ustr(e) for e in self.exprs) + "}"
+
+        return self.strRepr
+
+    def checkRecursion( self, parseElementList ):
+        subRecCheckList = parseElementList[:] + [ self ]
+        for e in self.exprs:
+            e.checkRecursion( subRecCheckList )
+
+
+class ParseElementEnhance(ParserElement):
+    """
+    Abstract subclass of C{ParserElement}, for combining and post-processing parsed tokens.
+    """
+    def __init__( self, expr, savelist=False ):
+        super(ParseElementEnhance,self).__init__(savelist)
+        if isinstance( expr, basestring ):
+            if issubclass(ParserElement._literalStringClass, Token):
+                expr = ParserElement._literalStringClass(expr)
+            else:
+                expr = ParserElement._literalStringClass(Literal(expr))
+        self.expr = expr
+        self.strRepr = None
+        if expr is not None:
+            self.mayIndexError = expr.mayIndexError
+            self.mayReturnEmpty = expr.mayReturnEmpty
+            self.setWhitespaceChars( expr.whiteChars )
+            self.skipWhitespace = expr.skipWhitespace
+            self.saveAsList = expr.saveAsList
+            self.callPreparse = expr.callPreparse
+            self.ignoreExprs.extend(expr.ignoreExprs)
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        if self.expr is not None:
+            return self.expr._parse( instring, loc, doActions, callPreParse=False )
+        else:
+            raise ParseException("",loc,self.errmsg,self)
+
+    def leaveWhitespace( self ):
+        self.skipWhitespace = False
+        self.expr = self.expr.copy()
+        if self.expr is not None:
+            self.expr.leaveWhitespace()
+        return self
+
+    def ignore( self, other ):
+        if isinstance( other, Suppress ):
+            if other not in self.ignoreExprs:
+                super( ParseElementEnhance, self).ignore( other )
+                if self.expr is not None:
+                    self.expr.ignore( self.ignoreExprs[-1] )
+        else:
+            super( ParseElementEnhance, self).ignore( other )
+            if self.expr is not None:
+                self.expr.ignore( self.ignoreExprs[-1] )
+        return self
+
+    def streamline( self ):
+        super(ParseElementEnhance,self).streamline()
+        if self.expr is not None:
+            self.expr.streamline()
+        return self
+
+    def checkRecursion( self, parseElementList ):
+        if self in parseElementList:
+            raise RecursiveGrammarException( parseElementList+[self] )
+        subRecCheckList = parseElementList[:] + [ self ]
+        if self.expr is not None:
+            self.expr.checkRecursion( subRecCheckList )
+
+    def validate( self, validateTrace=[] ):
+        tmp = validateTrace[:]+[self]
+        if self.expr is not None:
+            self.expr.validate(tmp)
+        self.checkRecursion( [] )
+
+    def __str__( self ):
+        try:
+            return super(ParseElementEnhance,self).__str__()
+        except Exception:
+            pass
+
+        if self.strRepr is None and self.expr is not None:
+            self.strRepr = "%s:(%s)" % ( self.__class__.__name__, _ustr(self.expr) )
+        return self.strRepr
+
+
+class FollowedBy(ParseElementEnhance):
+    """
+    Lookahead matching of the given parse expression.  C{FollowedBy}
+    does I{not} advance the parsing position within the input string, it only
+    verifies that the specified parse expression matches at the current
+    position.  C{FollowedBy} always returns a null token list.
+
+    Example::
+        # use FollowedBy to match a label only if it is followed by a ':'
+        data_word = Word(alphas)
+        label = data_word + FollowedBy(':')
+        attr_expr = Group(label + Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join))
+        
+        OneOrMore(attr_expr).parseString("shape: SQUARE color: BLACK posn: upper left").pprint()
+    prints::
+        [['shape', 'SQUARE'], ['color', 'BLACK'], ['posn', 'upper left']]
+    """
+    def __init__( self, expr ):
+        super(FollowedBy,self).__init__(expr)
+        self.mayReturnEmpty = True
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        self.expr.tryParse( instring, loc )
+        return loc, []
+
+
+class NotAny(ParseElementEnhance):
+    """
+    Lookahead to disallow matching with the given parse expression.  C{NotAny}
+    does I{not} advance the parsing position within the input string, it only
+    verifies that the specified parse expression does I{not} match at the current
+    position.  Also, C{NotAny} does I{not} skip over leading whitespace. C{NotAny}
+    always returns a null token list.  May be constructed using the '~' operator.
+
+    Example::
+        
+    """
+    def __init__( self, expr ):
+        super(NotAny,self).__init__(expr)
+        #~ self.leaveWhitespace()
+        self.skipWhitespace = False  # do NOT use self.leaveWhitespace(), don't want to propagate to exprs
+        self.mayReturnEmpty = True
+        self.errmsg = "Found unwanted token, "+_ustr(self.expr)
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        if self.expr.canParseNext(instring, loc):
+            raise ParseException(instring, loc, self.errmsg, self)
+        return loc, []
+
+    def __str__( self ):
+        if hasattr(self,"name"):
+            return self.name
+
+        if self.strRepr is None:
+            self.strRepr = "~{" + _ustr(self.expr) + "}"
+
+        return self.strRepr
+
+class _MultipleMatch(ParseElementEnhance):
+    def __init__( self, expr, stopOn=None):
+        super(_MultipleMatch, self).__init__(expr)
+        self.saveAsList = True
+        ender = stopOn
+        if isinstance(ender, basestring):
+            ender = ParserElement._literalStringClass(ender)
+        self.not_ender = ~ender if ender is not None else None
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        self_expr_parse = self.expr._parse
+        self_skip_ignorables = self._skipIgnorables
+        check_ender = self.not_ender is not None
+        if check_ender:
+            try_not_ender = self.not_ender.tryParse
+        
+        # must be at least one (but first see if we are the stopOn sentinel;
+        # if so, fail)
+        if check_ender:
+            try_not_ender(instring, loc)
+        loc, tokens = self_expr_parse( instring, loc, doActions, callPreParse=False )
+        try:
+            hasIgnoreExprs = (not not self.ignoreExprs)
+            while 1:
+                if check_ender:
+                    try_not_ender(instring, loc)
+                if hasIgnoreExprs:
+                    preloc = self_skip_ignorables( instring, loc )
+                else:
+                    preloc = loc
+                loc, tmptokens = self_expr_parse( instring, preloc, doActions )
+                if tmptokens or tmptokens.haskeys():
+                    tokens += tmptokens
+        except (ParseException,IndexError):
+            pass
+
+        return loc, tokens
+        
+class OneOrMore(_MultipleMatch):
+    """
+    Repetition of one or more of the given expression.
+    
+    Parameters:
+     - expr - expression that must match one or more times
+     - stopOn - (default=C{None}) - expression for a terminating sentinel
+          (only required if the sentinel would ordinarily match the repetition 
+          expression)          
+
+    Example::
+        data_word = Word(alphas)
+        label = data_word + FollowedBy(':')
+        attr_expr = Group(label + Suppress(':') + OneOrMore(data_word).setParseAction(' '.join))
+
+        text = "shape: SQUARE posn: upper left color: BLACK"
+        OneOrMore(attr_expr).parseString(text).pprint()  # Fail! read 'color' as data instead of next label -> [['shape', 'SQUARE color']]
+
+        # use stopOn attribute for OneOrMore to avoid reading label string as part of the data
+        attr_expr = Group(label + Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join))
+        OneOrMore(attr_expr).parseString(text).pprint() # Better -> [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'BLACK']]
+        
+        # could also be written as
+        (attr_expr * (1,)).parseString(text).pprint()
+    """
+
+    def __str__( self ):
+        if hasattr(self,"name"):
+            return self.name
+
+        if self.strRepr is None:
+            self.strRepr = "{" + _ustr(self.expr) + "}..."
+
+        return self.strRepr
+
+class ZeroOrMore(_MultipleMatch):
+    """
+    Optional repetition of zero or more of the given expression.
+    
+    Parameters:
+     - expr - expression that must match zero or more times
+     - stopOn - (default=C{None}) - expression for a terminating sentinel
+          (only required if the sentinel would ordinarily match the repetition 
+          expression)          
+
+    Example: similar to L{OneOrMore}
+    """
+    def __init__( self, expr, stopOn=None):
+        super(ZeroOrMore,self).__init__(expr, stopOn=stopOn)
+        self.mayReturnEmpty = True
+        
+    def parseImpl( self, instring, loc, doActions=True ):
+        try:
+            return super(ZeroOrMore, self).parseImpl(instring, loc, doActions)
+        except (ParseException,IndexError):
+            return loc, []
+
+    def __str__( self ):
+        if hasattr(self,"name"):
+            return self.name
+
+        if self.strRepr is None:
+            self.strRepr = "[" + _ustr(self.expr) + "]..."
+
+        return self.strRepr
+
+class _NullToken(object):
+    def __bool__(self):
+        return False
+    __nonzero__ = __bool__
+    def __str__(self):
+        return ""
+
+_optionalNotMatched = _NullToken()
+class Optional(ParseElementEnhance):
+    """
+    Optional matching of the given expression.
+
+    Parameters:
+     - expr - expression that must match zero or more times
+     - default (optional) - value to be returned if the optional expression is not found.
+
+    Example::
+        # US postal code can be a 5-digit zip, plus optional 4-digit qualifier
+        zip = Combine(Word(nums, exact=5) + Optional('-' + Word(nums, exact=4)))
+        zip.runTests('''
+            # traditional ZIP code
+            12345
+            
+            # ZIP+4 form
+            12101-0001
+            
+            # invalid ZIP
+            98765-
+            ''')
+    prints::
+        # traditional ZIP code
+        12345
+        ['12345']
+
+        # ZIP+4 form
+        12101-0001
+        ['12101-0001']
+
+        # invalid ZIP
+        98765-
+             ^
+        FAIL: Expected end of text (at char 5), (line:1, col:6)
+    """
+    def __init__( self, expr, default=_optionalNotMatched ):
+        super(Optional,self).__init__( expr, savelist=False )
+        self.saveAsList = self.expr.saveAsList
+        self.defaultValue = default
+        self.mayReturnEmpty = True
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        try:
+            loc, tokens = self.expr._parse( instring, loc, doActions, callPreParse=False )
+        except (ParseException,IndexError):
+            if self.defaultValue is not _optionalNotMatched:
+                if self.expr.resultsName:
+                    tokens = ParseResults([ self.defaultValue ])
+                    tokens[self.expr.resultsName] = self.defaultValue
+                else:
+                    tokens = [ self.defaultValue ]
+            else:
+                tokens = []
+        return loc, tokens
+
+    def __str__( self ):
+        if hasattr(self,"name"):
+            return self.name
+
+        if self.strRepr is None:
+            self.strRepr = "[" + _ustr(self.expr) + "]"
+
+        return self.strRepr
+
+class SkipTo(ParseElementEnhance):
+    """
+    Token for skipping over all undefined text until the matched expression is found.
+
+    Parameters:
+     - expr - target expression marking the end of the data to be skipped
+     - include - (default=C{False}) if True, the target expression is also parsed 
+          (the skipped text and target expression are returned as a 2-element list).
+     - ignore - (default=C{None}) used to define grammars (typically quoted strings and 
+          comments) that might contain false matches to the target expression
+     - failOn - (default=C{None}) define expressions that are not allowed to be 
+          included in the skipped test; if found before the target expression is found, 
+          the SkipTo is not a match
+
+    Example::
+        report = '''
+            Outstanding Issues Report - 1 Jan 2000
+
+               # | Severity | Description                               |  Days Open
+            -----+----------+-------------------------------------------+-----------
+             101 | Critical | Intermittent system crash                 |          6
+              94 | Cosmetic | Spelling error on Login ('log|n')         |         14
+              79 | Minor    | System slow when running too many reports |         47
+            '''
+        integer = Word(nums)
+        SEP = Suppress('|')
+        # use SkipTo to simply match everything up until the next SEP
+        # - ignore quoted strings, so that a '|' character inside a quoted string does not match
+        # - parse action will call token.strip() for each matched token, i.e., the description body
+        string_data = SkipTo(SEP, ignore=quotedString)
+        string_data.setParseAction(tokenMap(str.strip))
+        ticket_expr = (integer("issue_num") + SEP 
+                      + string_data("sev") + SEP 
+                      + string_data("desc") + SEP 
+                      + integer("days_open"))
+        
+        for tkt in ticket_expr.searchString(report):
+            print tkt.dump()
+    prints::
+        ['101', 'Critical', 'Intermittent system crash', '6']
+        - days_open: 6
+        - desc: Intermittent system crash
+        - issue_num: 101
+        - sev: Critical
+        ['94', 'Cosmetic', "Spelling error on Login ('log|n')", '14']
+        - days_open: 14
+        - desc: Spelling error on Login ('log|n')
+        - issue_num: 94
+        - sev: Cosmetic
+        ['79', 'Minor', 'System slow when running too many reports', '47']
+        - days_open: 47
+        - desc: System slow when running too many reports
+        - issue_num: 79
+        - sev: Minor
+    """
+    def __init__( self, other, include=False, ignore=None, failOn=None ):
+        super( SkipTo, self ).__init__( other )
+        self.ignoreExpr = ignore
+        self.mayReturnEmpty = True
+        self.mayIndexError = False
+        self.includeMatch = include
+        self.asList = False
+        if isinstance(failOn, basestring):
+            self.failOn = ParserElement._literalStringClass(failOn)
+        else:
+            self.failOn = failOn
+        self.errmsg = "No match found for "+_ustr(self.expr)
+
+    def parseImpl( self, instring, loc, doActions=True ):
+        startloc = loc
+        instrlen = len(instring)
+        expr = self.expr
+        expr_parse = self.expr._parse
+        self_failOn_canParseNext = self.failOn.canParseNext if self.failOn is not None else None
+        self_ignoreExpr_tryParse = self.ignoreExpr.tryParse if self.ignoreExpr is not None else None
+        
+        tmploc = loc
+        while tmploc <= instrlen:
+            if self_failOn_canParseNext is not None:
+                # break if failOn expression matches
+                if self_failOn_canParseNext(instring, tmploc):
+                    break
+                    
+            if self_ignoreExpr_tryParse is not None:
+                # advance past ignore expressions
+                while 1:
+                    try:
+                        tmploc = self_ignoreExpr_tryParse(instring, tmploc)
+                    except ParseBaseException:
+                        break
+            
+            try:
+                expr_parse(instring, tmploc, doActions=False, callPreParse=False)
+            except (ParseException, IndexError):
+                # no match, advance loc in string
+                tmploc += 1
+            else:
+                # matched skipto expr, done
+                break
+
+        else:
+            # ran off the end of the input string without matching skipto expr, fail
+            raise ParseException(instring, loc, self.errmsg, self)
+
+        # build up return values
+        loc = tmploc
+        skiptext = instring[startloc:loc]
+        skipresult = ParseResults(skiptext)
+        
+        if self.includeMatch:
+            loc, mat = expr_parse(instring,loc,doActions,callPreParse=False)
+            skipresult += mat
+
+        return loc, skipresult
+
+class Forward(ParseElementEnhance):
+    """
+    Forward declaration of an expression to be defined later -
+    used for recursive grammars, such as algebraic infix notation.
+    When the expression is known, it is assigned to the C{Forward} variable using the '<<' operator.
+
+    Note: take care when assigning to C{Forward} not to overlook precedence of operators.
+    Specifically, '|' has a lower precedence than '<<', so that::
+        fwdExpr << a | b | c
+    will actually be evaluated as::
+        (fwdExpr << a) | b | c
+    thereby leaving b and c out as parseable alternatives.  It is recommended that you
+    explicitly group the values inserted into the C{Forward}::
+        fwdExpr << (a | b | c)
+    Converting to use the '<<=' operator instead will avoid this problem.
+
+    See L{ParseResults.pprint} for an example of a recursive parser created using
+    C{Forward}.
+    """
+    def __init__( self, other=None ):
+        super(Forward,self).__init__( other, savelist=False )
+
+    def __lshift__( self, other ):
+        if isinstance( other, basestring ):
+            other = ParserElement._literalStringClass(other)
+        self.expr = other
+        self.strRepr = None
+        self.mayIndexError = self.expr.mayIndexError
+        self.mayReturnEmpty = self.expr.mayReturnEmpty
+        self.setWhitespaceChars( self.expr.whiteChars )
+        self.skipWhitespace = self.expr.skipWhitespace
+        self.saveAsList = self.expr.saveAsList
+        self.ignoreExprs.extend(self.expr.ignoreExprs)
+        return self
+        
+    def __ilshift__(self, other):
+        return self << other
+    
+    def leaveWhitespace( self ):
+        self.skipWhitespace = False
+        return self
+
+    def streamline( self ):
+        if not self.streamlined:
+            self.streamlined = True
+            if self.expr is not None:
+                self.expr.streamline()
+        return self
+
+    def validate( self, validateTrace=[] ):
+        if self not in validateTrace:
+            tmp = validateTrace[:]+[self]
+            if self.expr is not None:
+                self.expr.validate(tmp)
+        self.checkRecursion([])
+
+    def __str__( self ):
+        if hasattr(self,"name"):
+            return self.name
+        return self.__class__.__name__ + ": ..."
+
+        # stubbed out for now - creates awful memory and perf issues
+        self._revertClass = self.__class__
+        self.__class__ = _ForwardNoRecurse
+        try:
+            if self.expr is not None:
+                retString = _ustr(self.expr)
+            else:
+                retString = "None"
+        finally:
+            self.__class__ = self._revertClass
+        return self.__class__.__name__ + ": " + retString
+
+    def copy(self):
+        if self.expr is not None:
+            return super(Forward,self).copy()
+        else:
+            ret = Forward()
+            ret <<= self
+            return ret
+
+class _ForwardNoRecurse(Forward):
+    def __str__( self ):
+        return "..."
+
+class TokenConverter(ParseElementEnhance):
+    """
+    Abstract subclass of C{ParseExpression}, for converting parsed results.
+    """
+    def __init__( self, expr, savelist=False ):
+        super(TokenConverter,self).__init__( expr )#, savelist )
+        self.saveAsList = False
+
+class Combine(TokenConverter):
+    """
+    Converter to concatenate all matching tokens to a single string.
+    By default, the matching patterns must also be contiguous in the input string;
+    this can be disabled by specifying C{'adjacent=False'} in the constructor.
+
+    Example::
+        real = Word(nums) + '.' + Word(nums)
+        print(real.parseString('3.1416')) # -> ['3', '.', '1416']
+        # will also erroneously match the following
+        print(real.parseString('3. 1416')) # -> ['3', '.', '1416']
+
+        real = Combine(Word(nums) + '.' + Word(nums))
+        print(real.parseString('3.1416')) # -> ['3.1416']
+        # no match when there are internal spaces
+        print(real.parseString('3. 1416')) # -> Exception: Expected W:(0123...)
+    """
+    def __init__( self, expr, joinString="", adjacent=True ):
+        super(Combine,self).__init__( expr )
+        # suppress whitespace-stripping in contained parse expressions, but re-enable it on the Combine itself
+        if adjacent:
+            self.leaveWhitespace()
+        self.adjacent = adjacent
+        self.skipWhitespace = True
+        self.joinString = joinString
+        self.callPreparse = True
+
+    def ignore( self, other ):
+        if self.adjacent:
+            ParserElement.ignore(self, other)
+        else:
+            super( Combine, self).ignore( other )
+        return self
+
+    def postParse( self, instring, loc, tokenlist ):
+        retToks = tokenlist.copy()
+        del retToks[:]
+        retToks += ParseResults([ "".join(tokenlist._asStringList(self.joinString)) ], modal=self.modalResults)
+
+        if self.resultsName and retToks.haskeys():
+            return [ retToks ]
+        else:
+            return retToks
+
+class Group(TokenConverter):
+    """
+    Converter to return the matched tokens as a list - useful for returning tokens of C{L{ZeroOrMore}} and C{L{OneOrMore}} expressions.
+
+    Example::
+        ident = Word(alphas)
+        num = Word(nums)
+        term = ident | num
+        func = ident + Optional(delimitedList(term))
+        print(func.parseString("fn a,b,100"))  # -> ['fn', 'a', 'b', '100']
+
+        func = ident + Group(Optional(delimitedList(term)))
+        print(func.parseString("fn a,b,100"))  # -> ['fn', ['a', 'b', '100']]
+    """
+    def __init__( self, expr ):
+        super(Group,self).__init__( expr )
+        self.saveAsList = True
+
+    def postParse( self, instring, loc, tokenlist ):
+        return [ tokenlist ]
+
+class Dict(TokenConverter):
+    """
+    Converter to return a repetitive expression as a list, but also as a dictionary.
+    Each element can also be referenced using the first token in the expression as its key.
+    Useful for tabular report scraping when the first column can be used as a item key.
+
+    Example::
+        data_word = Word(alphas)
+        label = data_word + FollowedBy(':')
+        attr_expr = Group(label + Suppress(':') + OneOrMore(data_word).setParseAction(' '.join))
+
+        text = "shape: SQUARE posn: upper left color: light blue texture: burlap"
+        attr_expr = (label + Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join))
+        
+        # print attributes as plain groups
+        print(OneOrMore(attr_expr).parseString(text).dump())
+        
+        # instead of OneOrMore(expr), parse using Dict(OneOrMore(Group(expr))) - Dict will auto-assign names
+        result = Dict(OneOrMore(Group(attr_expr))).parseString(text)
+        print(result.dump())
+        
+        # access named fields as dict entries, or output as dict
+        print(result['shape'])        
+        print(result.asDict())
+    prints::
+        ['shape', 'SQUARE', 'posn', 'upper left', 'color', 'light blue', 'texture', 'burlap']
+
+        [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'light blue'], ['texture', 'burlap']]
+        - color: light blue
+        - posn: upper left
+        - shape: SQUARE
+        - texture: burlap
+        SQUARE
+        {'color': 'light blue', 'posn': 'upper left', 'texture': 'burlap', 'shape': 'SQUARE'}
+    See more examples at L{ParseResults} of accessing fields by results name.
+    """
+    def __init__( self, expr ):
+        super(Dict,self).__init__( expr )
+        self.saveAsList = True
+
+    def postParse( self, instring, loc, tokenlist ):
+        for i,tok in enumerate(tokenlist):
+            if len(tok) == 0:
+                continue
+            ikey = tok[0]
+            if isinstance(ikey,int):
+                ikey = _ustr(tok[0]).strip()
+            if len(tok)==1:
+                tokenlist[ikey] = _ParseResultsWithOffset("",i)
+            elif len(tok)==2 and not isinstance(tok[1],ParseResults):
+                tokenlist[ikey] = _ParseResultsWithOffset(tok[1],i)
+            else:
+                dictvalue = tok.copy() #ParseResults(i)
+                del dictvalue[0]
+                if len(dictvalue)!= 1 or (isinstance(dictvalue,ParseResults) and dictvalue.haskeys()):
+                    tokenlist[ikey] = _ParseResultsWithOffset(dictvalue,i)
+                else:
+                    tokenlist[ikey] = _ParseResultsWithOffset(dictvalue[0],i)
+
+        if self.resultsName:
+            return [ tokenlist ]
+        else:
+            return tokenlist
+
+
+class Suppress(TokenConverter):
+    """
+    Converter for ignoring the results of a parsed expression.
+
+    Example::
+        source = "a, b, c,d"
+        wd = Word(alphas)
+        wd_list1 = wd + ZeroOrMore(',' + wd)
+        print(wd_list1.parseString(source))
+
+        # often, delimiters that are useful during parsing are just in the
+        # way afterward - use Suppress to keep them out of the parsed output
+        wd_list2 = wd + ZeroOrMore(Suppress(',') + wd)
+        print(wd_list2.parseString(source))
+    prints::
+        ['a', ',', 'b', ',', 'c', ',', 'd']
+        ['a', 'b', 'c', 'd']
+    (See also L{delimitedList}.)
+    """
+    def postParse( self, instring, loc, tokenlist ):
+        return []
+
+    def suppress( self ):
+        return self
+
+
+class OnlyOnce(object):
+    """
+    Wrapper for parse actions, to ensure they are only called once.
+    """
+    def __init__(self, methodCall):
+        self.callable = _trim_arity(methodCall)
+        self.called = False
+    def __call__(self,s,l,t):
+        if not self.called:
+            results = self.callable(s,l,t)
+            self.called = True
+            return results
+        raise ParseException(s,l,"")
+    def reset(self):
+        self.called = False
+
+def traceParseAction(f):
+    """
+    Decorator for debugging parse actions. 
+    
+    When the parse action is called, this decorator will print C{">> entering I{method-name}(line:I{current_source_line}, I{parse_location}, I{matched_tokens})".}
+    When the parse action completes, the decorator will print C{"<<"} followed by the returned value, or any exception that the parse action raised.
+
+    Example::
+        wd = Word(alphas)
+
+        @traceParseAction
+        def remove_duplicate_chars(tokens):
+            return ''.join(sorted(set(''.join(tokens))))
+
+        wds = OneOrMore(wd).setParseAction(remove_duplicate_chars)
+        print(wds.parseString("slkdjs sld sldd sdlf sdljf"))
+    prints::
+        >>entering remove_duplicate_chars(line: 'slkdjs sld sldd sdlf sdljf', 0, (['slkdjs', 'sld', 'sldd', 'sdlf', 'sdljf'], {}))
+        <3:
+            thisFunc = paArgs[0].__class__.__name__ + '.' + thisFunc
+        sys.stderr.write( ">>entering %s(line: '%s', %d, %r)\n" % (thisFunc,line(l,s),l,t) )
+        try:
+            ret = f(*paArgs)
+        except Exception as exc:
+            sys.stderr.write( "< ['aa', 'bb', 'cc']
+        delimitedList(Word(hexnums), delim=':', combine=True).parseString("AA:BB:CC:DD:EE") # -> ['AA:BB:CC:DD:EE']
+    """
+    dlName = _ustr(expr)+" ["+_ustr(delim)+" "+_ustr(expr)+"]..."
+    if combine:
+        return Combine( expr + ZeroOrMore( delim + expr ) ).setName(dlName)
+    else:
+        return ( expr + ZeroOrMore( Suppress( delim ) + expr ) ).setName(dlName)
+
+def countedArray( expr, intExpr=None ):
+    """
+    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 C{intExpr} is specified, it should be a pyparsing expression that produces an integer value.
+
+    Example::
+        countedArray(Word(alphas)).parseString('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
+        binaryConstant = Word('01').setParseAction(lambda t: int(t[0], 2))
+        countedArray(Word(alphas), intExpr=binaryConstant).parseString('10 ab cd ef')  # -> ['ab', 'cd']
+    """
+    arrayExpr = Forward()
+    def countFieldParseAction(s,l,t):
+        n = t[0]
+        arrayExpr << (n and Group(And([expr]*n)) or Group(empty))
+        return []
+    if intExpr is None:
+        intExpr = Word(nums).setParseAction(lambda t:int(t[0]))
+    else:
+        intExpr = intExpr.copy()
+    intExpr.setName("arrayLen")
+    intExpr.addParseAction(countFieldParseAction, callDuringTry=True)
+    return ( intExpr + arrayExpr ).setName('(len) ' + _ustr(expr) + '...')
+
+def _flatten(L):
+    ret = []
+    for i in L:
+        if isinstance(i,list):
+            ret.extend(_flatten(i))
+        else:
+            ret.append(i)
+    return ret
+
+def matchPreviousLiteral(expr):
+    """
+    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 = matchPreviousLiteral(first)
+        matchExpr = first + ":" + second
+    will match C{"1:1"}, but not C{"1:2"}.  Because this matches a
+    previous literal, will also match the leading C{"1:1"} in C{"1:10"}.
+    If this is not desired, use C{matchPreviousExpr}.
+    Do I{not} use with packrat parsing enabled.
+    """
+    rep = Forward()
+    def copyTokenToRepeater(s,l,t):
+        if t:
+            if len(t) == 1:
+                rep << t[0]
+            else:
+                # flatten t tokens
+                tflat = _flatten(t.asList())
+                rep << And(Literal(tt) for tt in tflat)
+        else:
+            rep << Empty()
+    expr.addParseAction(copyTokenToRepeater, callDuringTry=True)
+    rep.setName('(prev) ' + _ustr(expr))
+    return rep
+
+def matchPreviousExpr(expr):
+    """
+    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 = matchPreviousExpr(first)
+        matchExpr = first + ":" + second
+    will match C{"1:1"}, but not C{"1:2"}.  Because this matches by
+    expressions, will I{not} match the leading C{"1:1"} in C{"1:10"};
+    the expressions are evaluated first, and then compared, so
+    C{"1"} is compared with C{"10"}.
+    Do I{not} use with packrat parsing enabled.
+    """
+    rep = Forward()
+    e2 = expr.copy()
+    rep <<= e2
+    def copyTokenToRepeater(s,l,t):
+        matchTokens = _flatten(t.asList())
+        def mustMatchTheseTokens(s,l,t):
+            theseTokens = _flatten(t.asList())
+            if  theseTokens != matchTokens:
+                raise ParseException("",0,"")
+        rep.setParseAction( mustMatchTheseTokens, callDuringTry=True )
+    expr.addParseAction(copyTokenToRepeater, callDuringTry=True)
+    rep.setName('(prev) ' + _ustr(expr))
+    return rep
+
+def _escapeRegexRangeChars(s):
+    #~  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 _ustr(s)
+
+def oneOf( strs, caseless=False, useRegex=True ):
+    """
+    Helper to quickly define a set of alternative Literals, and makes sure to do
+    longest-first testing when there is a conflict, regardless of the input order,
+    but returns a C{L{MatchFirst}} for best performance.
+
+    Parameters:
+     - strs - a string of space-delimited literals, or a collection of string literals
+     - caseless - (default=C{False}) - treat all literals as caseless
+     - useRegex - (default=C{True}) - as an optimization, will generate a Regex
+          object; otherwise, will generate a C{MatchFirst} object (if C{caseless=True}, or
+          if creating a C{Regex} raises an exception)
+
+    Example::
+        comp_oper = oneOf("< = > <= >= !=")
+        var = Word(alphas)
+        number = Word(nums)
+        term = var | number
+        comparison_expr = term + comp_oper + term
+        print(comparison_expr.searchString("B = 12  AA=23 B<=AA AA>12"))
+    prints::
+        [['B', '=', '12'], ['AA', '=', '23'], ['B', '<=', 'AA'], ['AA', '>', '12']]
+    """
+    if caseless:
+        isequal = ( lambda a,b: a.upper() == b.upper() )
+        masks = ( lambda a,b: b.upper().startswith(a.upper()) )
+        parseElementClass = CaselessLiteral
+    else:
+        isequal = ( lambda a,b: a == b )
+        masks = ( lambda a,b: b.startswith(a) )
+        parseElementClass = Literal
+
+    symbols = []
+    if isinstance(strs,basestring):
+        symbols = strs.split()
+    elif isinstance(strs, Iterable):
+        symbols = list(strs)
+    else:
+        warnings.warn("Invalid argument to oneOf, expected string or iterable",
+                SyntaxWarning, stacklevel=2)
+    if not symbols:
+        return NoMatch()
+
+    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)
+                cur = other
+                break
+        else:
+            i += 1
+
+    if not caseless and useRegex:
+        #~ print (strs,"->", "|".join( [ _escapeRegexChars(sym) for sym in symbols] ))
+        try:
+            if len(symbols)==len("".join(symbols)):
+                return Regex( "[%s]" % "".join(_escapeRegexRangeChars(sym) for sym in symbols) ).setName(' | '.join(symbols))
+            else:
+                return Regex( "|".join(re.escape(sym) for sym in symbols) ).setName(' | '.join(symbols))
+        except Exception:
+            warnings.warn("Exception creating Regex for oneOf, building MatchFirst",
+                    SyntaxWarning, stacklevel=2)
+
+
+    # last resort, just use MatchFirst
+    return MatchFirst(parseElementClass(sym) for sym in symbols).setName(' | '.join(symbols))
+
+def dictOf( key, value ):
+    """
+    Helper to easily and clearly define a dictionary by specifying the respective patterns
+    for the key and value.  Takes care of defining the C{L{Dict}}, C{L{ZeroOrMore}}, and C{L{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 C{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, stopOn=label).setParseAction(' '.join))
+        print(OneOrMore(attr_expr).parseString(text).dump())
+        
+        attr_label = label
+        attr_value = Suppress(':') + OneOrMore(data_word, stopOn=label).setParseAction(' '.join)
+
+        # similar to Dict, but simpler call format
+        result = dictOf(attr_label, attr_value).parseString(text)
+        print(result.dump())
+        print(result['shape'])
+        print(result.shape)  # object attribute access works too
+        print(result.asDict())
+    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( ZeroOrMore( Group ( key + value ) ) )
+
+def originalTextFor(expr, asString=True):
+    """
+    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 C{asString} argument is passed as C{False}, then the return value is a 
+    C{L{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 C{L{originalTextFor}} contains expressions with defined
+    results names, you must set C{asString} to C{False} if you want to preserve those
+    results name values.
+
+    Example::
+        src = "this is test  bold text  normal text "
+        for tag in ("b","i"):
+            opener,closer = makeHTMLTags(tag)
+            patt = originalTextFor(opener + SkipTo(closer) + closer)
+            print(patt.searchString(src)[0])
+    prints::
+        [' bold text ']
+        ['text']
+    """
+    locMarker = Empty().setParseAction(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.setParseAction(extractText)
+    matchExpr.ignoreExprs = expr.ignoreExprs
+    return matchExpr
+
+def ungroup(expr): 
+    """
+    Helper to undo pyparsing's default grouping of And expressions, even
+    if all but one are non-empty.
+    """
+    return TokenConverter(expr).setParseAction(lambda t:t[0])
+
+def locatedExpr(expr):
+    """
+    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 C{} characters, you may want to call
+    C{L{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().setParseAction(lambda s,l,t: l)
+    return Group(locator("locn_start") + expr("value") + locator.copy().leaveWhitespace()("locn_end"))
+
+
+# convenience constants for positional expressions
+empty       = Empty().setName("empty")
+lineStart   = LineStart().setName("lineStart")
+lineEnd     = LineEnd().setName("lineEnd")
+stringStart = StringStart().setName("stringStart")
+stringEnd   = StringEnd().setName("stringEnd")
+
+_escapedPunc = Word( _bslash, r"\[]-*.$+^?()~ ", exact=2 ).setParseAction(lambda s,l,t:t[0][1])
+_escapedHexChar = Regex(r"\\0?[xX][0-9a-fA-F]+").setParseAction(lambda s,l,t:unichr(int(t[0].lstrip(r'\0x'),16)))
+_escapedOctChar = Regex(r"\\0[0-7]+").setParseAction(lambda s,l,t:unichr(int(t[0][1:],8)))
+_singleChar = _escapedPunc | _escapedHexChar | _escapedOctChar | CharsNotIn(r'\]', exact=1)
+_charRange = Group(_singleChar + Suppress("-") + _singleChar)
+_reBracketExpr = Literal("[") + Optional("^").setResultsName("negate") + Group( OneOrMore( _charRange | _singleChar ) ).setResultsName("body") + "]"
+
+def srange(s):
+    r"""
+    Helper to easily define string ranges for use in Word construction.  Borrows
+    syntax from regexp '[]' string range definitions::
+        srange("[0-9]")   -> "0123456789"
+        srange("[a-z]")   -> "abcdefghijklmnopqrstuvwxyz"
+        srange("[a-z$_]") -> "abcdefghijklmnopqrstuvwxyz$_"
+    The input string must be enclosed in []'s, and the returned string is the expanded
+    character set joined into a single string.
+    The values enclosed in the []'s may be:
+     - a single character
+     - an escaped character with a leading backslash (such as C{\-} or C{\]})
+     - an escaped hex character with a leading C{'\x'} (C{\x21}, which is a C{'!'} character) 
+         (C{\0x##} is also supported for backwards compatibility) 
+     - an escaped octal character with a leading C{'\0'} (C{\041}, which is a C{'!'} character)
+     - a range of any of the above, separated by a dash (C{'a-z'}, etc.)
+     - any combination of the above (C{'aeiouy'}, C{'a-zA-Z0-9_$'}, etc.)
+    """
+    _expanded = lambda p: p if not isinstance(p,ParseResults) else ''.join(unichr(c) for c in range(ord(p[0]),ord(p[1])+1))
+    try:
+        return "".join(_expanded(part) for part in _reBracketExpr.parseString(s).body)
+    except Exception:
+        return ""
+
+def matchOnlyAtCol(n):
+    """
+    Helper method for defining parse actions that require matching at a specific
+    column in the input text.
+    """
+    def verifyCol(strg,locn,toks):
+        if col(locn,strg) != n:
+            raise ParseException(strg,locn,"matched token not at column %d" % n)
+    return verifyCol
+
+def replaceWith(replStr):
+    """
+    Helper method for common parse actions that simply return a literal value.  Especially
+    useful when used with C{L{transformString}()}.
+
+    Example::
+        num = Word(nums).setParseAction(lambda toks: int(toks[0]))
+        na = oneOf("N/A NA").setParseAction(replaceWith(math.nan))
+        term = na | num
+        
+        OneOrMore(term).parseString("324 234 N/A 234") # -> [324, 234, nan, 234]
+    """
+    return lambda s,l,t: [replStr]
+
+def removeQuotes(s,l,t):
+    """
+    Helper parse action for removing quotation marks from parsed quoted strings.
+
+    Example::
+        # by default, quotation marks are included in parsed results
+        quotedString.parseString("'Now is the Winter of our Discontent'") # -> ["'Now is the Winter of our Discontent'"]
+
+        # use removeQuotes to strip quotation marks from parsed results
+        quotedString.setParseAction(removeQuotes)
+        quotedString.parseString("'Now is the Winter of our Discontent'") # -> ["Now is the Winter of our Discontent"]
+    """
+    return t[0][1:-1]
+
+def tokenMap(func, *args):
+    """
+    Helper to define a parse action by mapping a function to all elements of a ParseResults list.If any additional 
+    args are passed, they are forwarded to the given function as additional arguments after
+    the token, as in C{hex_integer = Word(hexnums).setParseAction(tokenMap(int, 16))}, which will convert the
+    parsed data to an integer using base 16.
+
+    Example (compare the last to example in L{ParserElement.transformString}::
+        hex_ints = OneOrMore(Word(hexnums)).setParseAction(tokenMap(int, 16))
+        hex_ints.runTests('''
+            00 11 22 aa FF 0a 0d 1a
+            ''')
+        
+        upperword = Word(alphas).setParseAction(tokenMap(str.upper))
+        OneOrMore(upperword).runTests('''
+            my kingdom for a horse
+            ''')
+
+        wd = Word(alphas).setParseAction(tokenMap(str.title))
+        OneOrMore(wd).setParseAction(' '.join).runTests('''
+            now is the winter of our discontent made glorious summer by this sun of york
+            ''')
+    prints::
+        00 11 22 aa FF 0a 0d 1a
+        [0, 17, 34, 170, 255, 10, 13, 26]
+
+        my kingdom for a horse
+        ['MY', 'KINGDOM', 'FOR', 'A', 'HORSE']
+
+        now is the winter of our discontent made glorious summer by this sun of york
+        ['Now Is The Winter Of Our Discontent Made Glorious Summer By This Sun Of York']
+    """
+    def pa(s,l,t):
+        return [func(tokn, *args) for tokn in t]
+
+    try:
+        func_name = getattr(func, '__name__', 
+                            getattr(func, '__class__').__name__)
+    except Exception:
+        func_name = str(func)
+    pa.__name__ = func_name
+
+    return pa
+
+upcaseTokens = tokenMap(lambda t: _ustr(t).upper())
+"""(Deprecated) Helper parse action to convert tokens to upper case. Deprecated in favor of L{pyparsing_common.upcaseTokens}"""
+
+downcaseTokens = tokenMap(lambda t: _ustr(t).lower())
+"""(Deprecated) Helper parse action to convert tokens to lower case. Deprecated in favor of L{pyparsing_common.downcaseTokens}"""
+    
+def _makeTags(tagStr, xml):
+    """Internal helper to construct opening and closing tag expressions, given a tag name"""
+    if isinstance(tagStr,basestring):
+        resname = tagStr
+        tagStr = Keyword(tagStr, caseless=not xml)
+    else:
+        resname = tagStr.name
+
+    tagAttrName = Word(alphas,alphanums+"_-:")
+    if (xml):
+        tagAttrValue = dblQuotedString.copy().setParseAction( removeQuotes )
+        openTag = Suppress("<") + tagStr("tag") + \
+                Dict(ZeroOrMore(Group( tagAttrName + Suppress("=") + tagAttrValue ))) + \
+                Optional("/",default=[False]).setResultsName("empty").setParseAction(lambda s,l,t:t[0]=='/') + Suppress(">")
+    else:
+        printablesLessRAbrack = "".join(c for c in printables if c not in ">")
+        tagAttrValue = quotedString.copy().setParseAction( removeQuotes ) | Word(printablesLessRAbrack)
+        openTag = Suppress("<") + tagStr("tag") + \
+                Dict(ZeroOrMore(Group( tagAttrName.setParseAction(downcaseTokens) + \
+                Optional( Suppress("=") + tagAttrValue ) ))) + \
+                Optional("/",default=[False]).setResultsName("empty").setParseAction(lambda s,l,t:t[0]=='/') + Suppress(">")
+    closeTag = Combine(_L("")
+
+    openTag = openTag.setResultsName("start"+"".join(resname.replace(":"," ").title().split())).setName("<%s>" % resname)
+    closeTag = closeTag.setResultsName("end"+"".join(resname.replace(":"," ").title().split())).setName("" % resname)
+    openTag.tag = resname
+    closeTag.tag = resname
+    return openTag, closeTag
+
+def makeHTMLTags(tagStr):
+    """
+    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'
+        # makeHTMLTags returns pyparsing expressions for the opening and closing tags as a 2-tuple
+        a,a_end = makeHTMLTags("A")
+        link_expr = a + SkipTo(a_end)("link_text") + a_end
+        
+        for link in link_expr.searchString(text):
+            # attributes in the  tag (like "href" shown here) are also accessible as named results
+            print(link.link_text, '->', link.href)
+    prints::
+        pyparsing -> http://pyparsing.wikispaces.com
+    """
+    return _makeTags( tagStr, False )
+
+def makeXMLTags(tagStr):
+    """
+    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 L{makeHTMLTags}
+    """
+    return _makeTags( tagStr, True )
+
+def withAttribute(*args,**attrDict):
+    """
+    Helper to create a validating parse action to be used with start tags created
+    with C{L{makeXMLTags}} or C{L{makeHTMLTags}}. Use C{withAttribute} to qualify a starting tag
+    with a required attribute value, to avoid false matches on common tags such as
+    C{} or C{
}. + + Call C{withAttribute} with a series of attribute names and values. Specify the list + of filter attributes names and values as: + - keyword arguments, as in C{(align="right")}, or + - as an explicit dict with C{**} operator, when an attribute name is also a Python + reserved word, as in C{**{"class":"Customer", "align":"right"}} + - a list of name-value tuples, as in ( ("ns1:class", "Customer"), ("ns2:align","right") ) + For attribute names with a namespace prefix, you must use the second form. Attribute + names are matched insensitive to upper/lower case. + + If just testing for C{class} (with or without a namespace), use C{L{withClass}}. + + To verify that the attribute exists, but without specifying a value, pass + C{withAttribute.ANY_VALUE} as the value. + + Example:: + html = ''' +
+ Some text +
1 4 0 1 0
+
1,3 2,3 1,1
+
this has no type
+
+ + ''' + div,div_end = makeHTMLTags("div") + + # only match div tag having a type attribute with value "grid" + div_grid = div().setParseAction(withAttribute(type="grid")) + grid_expr = div_grid + SkipTo(div | div_end)("body") + for grid_header in grid_expr.searchString(html): + print(grid_header.body) + + # construct a match with any div tag having a type attribute, regardless of the value + div_any_type = div().setParseAction(withAttribute(type=withAttribute.ANY_VALUE)) + div_expr = div_any_type + SkipTo(div | div_end)("body") + for div_header in div_expr.searchString(html): + print(div_header.body) + prints:: + 1 4 0 1 0 + + 1 4 0 1 0 + 1,3 2,3 1,1 + """ + if args: + attrs = args[:] + else: + attrs = attrDict.items() + attrs = [(k,v) for k,v in attrs] + def pa(s,l,tokens): + for attrName,attrValue in attrs: + if attrName not in tokens: + raise ParseException(s,l,"no matching attribute " + attrName) + if attrValue != withAttribute.ANY_VALUE and tokens[attrName] != attrValue: + raise ParseException(s,l,"attribute '%s' has value '%s', must be '%s'" % + (attrName, tokens[attrName], attrValue)) + return pa +withAttribute.ANY_VALUE = object() + +def withClass(classname, namespace=''): + """ + Simplified version of C{L{withAttribute}} when matching on a div class - made + difficult because C{class} is a reserved word in Python. + + Example:: + html = ''' +
+ Some text +
1 4 0 1 0
+
1,3 2,3 1,1
+
this <div> has no class
+
+ + ''' + div,div_end = makeHTMLTags("div") + div_grid = div().setParseAction(withClass("grid")) + + grid_expr = div_grid + SkipTo(div | div_end)("body") + for grid_header in grid_expr.searchString(html): + print(grid_header.body) + + div_any_type = div().setParseAction(withClass(withAttribute.ANY_VALUE)) + div_expr = div_any_type + SkipTo(div | div_end)("body") + for div_header in div_expr.searchString(html): + print(div_header.body) + prints:: + 1 4 0 1 0 + + 1 4 0 1 0 + 1,3 2,3 1,1 + """ + classattr = "%s:class" % namespace if namespace else "class" + return withAttribute(**{classattr : classname}) + +opAssoc = _Constants() +opAssoc.LEFT = object() +opAssoc.RIGHT = object() + +def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress(')') ): + """ + 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 infixNotation. See L{ParserElement.enablePackrat} for a + mechanism to potentially improve your parser performance. + + Parameters: + - baseExpr - expression representing the most basic element for the nested + - opList - list of tuples, one for each operator precedence level in the + expression grammar; each tuple is of the form + (opExpr, numTerms, rightLeftAssoc, parseAction), where: + - opExpr is the pyparsing expression for the operator; + may also be a string, which will be converted to a Literal; + if numTerms is 3, opExpr is a tuple of two expressions, for the + two operators separating the 3 terms + - numTerms is the number of terms for this operator (must + be 1, 2, or 3) + - rightLeftAssoc is the indicator whether the operator is + right or left associative, using the pyparsing-defined + constants C{opAssoc.RIGHT} and C{opAssoc.LEFT}. + - parseAction 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 C{setParseAction(*fn)} (L{ParserElement.setParseAction}) + - lpar - expression for matching left-parentheses (default=C{Suppress('(')}) + - rpar - expression for matching right-parentheses (default=C{Suppress(')')}) + + Example:: + # simple example of four-function arithmetic with ints and variable names + integer = pyparsing_common.signed_integer + varname = pyparsing_common.identifier + + arith_expr = infixNotation(integer | varname, + [ + ('-', 1, opAssoc.RIGHT), + (oneOf('* /'), 2, opAssoc.LEFT), + (oneOf('+ -'), 2, opAssoc.LEFT), + ]) + + arith_expr.runTests(''' + 5+3*6 + (5+3)*6 + -2--11 + ''', fullDump=False) + prints:: + 5+3*6 + [[5, '+', [3, '*', 6]]] + + (5+3)*6 + [[[5, '+', 3], '*', 6]] + + -2--11 + [[['-', 2], '-', ['-', 11]]] + """ + ret = Forward() + lastExpr = baseExpr | ( lpar + ret + rpar ) + for i,operDef in enumerate(opList): + opExpr,arity,rightLeftAssoc,pa = (operDef + (None,))[:4] + termName = "%s term" % opExpr if arity < 3 else "%s%s term" % opExpr + if arity == 3: + if opExpr is None or len(opExpr) != 2: + raise ValueError("if numterms=3, opExpr must be a tuple or list of two expressions") + opExpr1, opExpr2 = opExpr + thisExpr = Forward().setName(termName) + if rightLeftAssoc == opAssoc.LEFT: + if arity == 1: + matchExpr = FollowedBy(lastExpr + opExpr) + Group( lastExpr + OneOrMore( opExpr ) ) + elif arity == 2: + if opExpr is not None: + matchExpr = FollowedBy(lastExpr + opExpr + lastExpr) + Group( lastExpr + OneOrMore( opExpr + lastExpr ) ) + else: + matchExpr = FollowedBy(lastExpr+lastExpr) + Group( lastExpr + OneOrMore(lastExpr) ) + elif arity == 3: + matchExpr = FollowedBy(lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr) + \ + Group( lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr ) + else: + raise ValueError("operator must be unary (1), binary (2), or ternary (3)") + elif rightLeftAssoc == opAssoc.RIGHT: + if arity == 1: + # try to avoid LR with this extra test + if not isinstance(opExpr, Optional): + opExpr = Optional(opExpr) + matchExpr = FollowedBy(opExpr.expr + thisExpr) + Group( opExpr + thisExpr ) + elif arity == 2: + if opExpr is not None: + matchExpr = FollowedBy(lastExpr + opExpr + thisExpr) + Group( lastExpr + OneOrMore( opExpr + thisExpr ) ) + else: + matchExpr = FollowedBy(lastExpr + thisExpr) + Group( lastExpr + OneOrMore( thisExpr ) ) + elif arity == 3: + matchExpr = FollowedBy(lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr) + \ + Group( lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr ) + else: + raise ValueError("operator must be unary (1), binary (2), or ternary (3)") + else: + raise ValueError("operator must indicate right or left associativity") + if pa: + if isinstance(pa, (tuple, list)): + matchExpr.setParseAction(*pa) + else: + matchExpr.setParseAction(pa) + thisExpr <<= ( matchExpr.setName(termName) | lastExpr ) + lastExpr = thisExpr + ret <<= lastExpr + return ret + +operatorPrecedence = infixNotation +"""(Deprecated) Former name of C{L{infixNotation}}, will be dropped in a future release.""" + +dblQuotedString = Combine(Regex(r'"(?:[^"\n\r\\]|(?:"")|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*')+'"').setName("string enclosed in double quotes") +sglQuotedString = Combine(Regex(r"'(?:[^'\n\r\\]|(?:'')|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*")+"'").setName("string enclosed in single quotes") +quotedString = Combine(Regex(r'"(?:[^"\n\r\\]|(?:"")|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*')+'"'| + Regex(r"'(?:[^'\n\r\\]|(?:'')|(?:\\(?:[^x]|x[0-9a-fA-F]+)))*")+"'").setName("quotedString using single or double quotes") +unicodeString = Combine(_L('u') + quotedString.copy()).setName("unicode string literal") + +def nestedExpr(opener="(", closer=")", content=None, ignoreExpr=quotedString.copy()): + """ + 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=C{"("}); can also be a pyparsing expression + - closer - closing character for a nested list (default=C{")"}); can also be a pyparsing expression + - content - expression for items within the nested lists (default=C{None}) + - ignoreExpr - expression for ignoring opening and closing delimiters (default=C{quotedString}) + + 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 C{ignoreExpr} 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 quotedString or a comment + expression. Specify multiple expressions using an C{L{Or}} or C{L{MatchFirst}}. + The default is L{quotedString}, but if no expressions are to be ignored, + then pass C{None} for this argument. + + Example:: + data_type = oneOf("void int short long char float double") + decl_data_type = Combine(data_type + Optional(Word('*'))) + ident = Word(alphas+'_', alphanums+'_') + number = pyparsing_common.number + arg = Group(decl_data_type + ident) + LPAR,RPAR = map(Suppress, "()") + + code_body = nestedExpr('{', '}', ignoreExpr=(quotedString | cStyleComment)) + + c_function = (decl_data_type("type") + + ident("name") + + LPAR + Optional(delimitedList(arg), [])("args") + RPAR + + code_body("body")) + c_function.ignore(cStyleComment) + + 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.searchString(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 opener == closer: + raise ValueError("opening and closing strings cannot be the same") + if content is None: + if isinstance(opener,basestring) and isinstance(closer,basestring): + 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)) + ).setParseAction(lambda t:t[0].strip())) + else: + content = (empty.copy()+CharsNotIn(opener+closer+ParserElement.DEFAULT_WHITE_CHARS + ).setParseAction(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)) + ).setParseAction(lambda t:t[0].strip())) + else: + content = (Combine(OneOrMore(~Literal(opener) + ~Literal(closer) + + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS,exact=1)) + ).setParseAction(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.setName('nested %s%s expression' % (opener,closer)) + return ret + +def indentedBlock(blockStatementExpr, indentStack, indent=True): + """ + 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 + the current level; set to False for block of left-most statements + (default=C{True}) + + A valid block must contain at least one C{blockStatement}. + + 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( "(" + Optional( delimitedList(identifier) ) + ")" ) + ":") + func_body = indentedBlock(stmt, indentStack) + funcDef = Group( funcDecl + func_body ) + + rvalue = Forward() + funcCall = Group(identifier + "(" + Optional(delimitedList(rvalue)) + ")") + rvalue << (funcCall | identifier | Word(nums)) + assignment = Group(identifier + "=" + rvalue) + stmt << ( funcDef | assignment | identifier ) + + module_body = OneOrMore(stmt) + + 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']]]]]]] + """ + def checkPeerIndent(s,l,t): + if l >= len(s): return + curCol = col(l,s) + if curCol != indentStack[-1]: + if curCol > indentStack[-1]: + raise ParseFatalException(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 < indentStack[-1] and curCol <= indentStack[-2]): + raise ParseException(s,l,"not an unindent") + indentStack.pop() + + NL = OneOrMore(LineEnd().setWhitespaceChars("\t ").suppress()) + INDENT = (Empty() + Empty().setParseAction(checkSubIndent)).setName('INDENT') + PEER = Empty().setParseAction(checkPeerIndent).setName('') + UNDENT = Empty().setParseAction(checkUnindent).setName('UNINDENT') + if indent: + smExpr = Group( Optional(NL) + + #~ FollowedBy(blockStatementExpr) + + INDENT + (OneOrMore( PEER + Group(blockStatementExpr) + Optional(NL) )) + UNDENT) + else: + smExpr = Group( Optional(NL) + + (OneOrMore( PEER + Group(blockStatementExpr) + Optional(NL) )) ) + blockStatementExpr.ignore(_bslash + LineEnd()) + return smExpr.setName('indented block') + +alphas8bit = srange(r"[\0xc0-\0xd6\0xd8-\0xf6\0xf8-\0xff]") +punc8bit = srange(r"[\0xa1-\0xbf\0xd7\0xf7]") + +anyOpenTag,anyCloseTag = makeHTMLTags(Word(alphas,alphanums+"_:").setName('any tag')) +_htmlEntityMap = dict(zip("gt lt amp nbsp quot apos".split(),'><& "\'')) +commonHTMLEntity = Regex('&(?P' + '|'.join(_htmlEntityMap.keys()) +");").setName("common HTML entity") +def replaceHTMLEntity(t): + """Helper parser action to replace common HTML entities with their special characters""" + return _htmlEntityMap.get(t.entity) + +# it's easy to get these comment structures wrong - they're very common, so may as well make them available +cStyleComment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + '*/').setName("C style comment") +"Comment of the form C{/* ... */}" + +htmlComment = Regex(r"").setName("HTML comment") +"Comment of the form C{}" + +restOfLine = Regex(r".*").leaveWhitespace().setName("rest of line") +dblSlashComment = Regex(r"//(?:\\\n|[^\n])*").setName("// comment") +"Comment of the form C{// ... (to end of line)}" + +cppStyleComment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + '*/'| dblSlashComment).setName("C++ style comment") +"Comment of either form C{L{cStyleComment}} or C{L{dblSlashComment}}" + +javaStyleComment = cppStyleComment +"Same as C{L{cppStyleComment}}" + +pythonStyleComment = Regex(r"#.*").setName("Python style comment") +"Comment of the form C{# ... (to end of line)}" + +_commasepitem = Combine(OneOrMore(Word(printables, excludeChars=',') + + Optional( Word(" \t") + + ~Literal(",") + ~LineEnd() ) ) ).streamline().setName("commaItem") +commaSeparatedList = delimitedList( Optional( quotedString.copy() | _commasepitem, default="") ).setName("commaSeparatedList") +"""(Deprecated) Predefined expression of 1 or more printable words or quoted strings, separated by commas. + This expression is deprecated in favor of L{pyparsing_common.comma_separated_list}.""" + +# some other useful expressions - using lower-case class name since we are really using this as a namespace +class pyparsing_common: + """ + Here are some common low-level expressions that may be useful in jump-starting parser development: + - numeric forms (L{integers}, L{reals}, L{scientific notation}) + - common L{programming identifiers} + - network addresses (L{MAC}, L{IPv4}, L{IPv6}) + - ISO8601 L{dates} and L{datetime} + - L{UUID} + - L{comma-separated list} + Parse actions: + - C{L{convertToInteger}} + - C{L{convertToFloat}} + - C{L{convertToDate}} + - C{L{convertToDatetime}} + - C{L{stripHTMLTags}} + - C{L{upcaseTokens}} + - C{L{downcaseTokens}} + + Example:: + pyparsing_common.number.runTests(''' + # any int or real number, returned as the appropriate type + 100 + -100 + +100 + 3.14159 + 6.02e23 + 1e-12 + ''') + + pyparsing_common.fnumber.runTests(''' + # any int or real number, returned as float + 100 + -100 + +100 + 3.14159 + 6.02e23 + 1e-12 + ''') + + pyparsing_common.hex_integer.runTests(''' + # hex numbers + 100 + FF + ''') + + pyparsing_common.fraction.runTests(''' + # fractions + 1/2 + -3/4 + ''') + + pyparsing_common.mixed_integer.runTests(''' + # mixed fractions + 1 + 1/2 + -3/4 + 1-3/4 + ''') + + import uuid + pyparsing_common.uuid.setParseAction(tokenMap(uuid.UUID)) + pyparsing_common.uuid.runTests(''' + # uuid + 12345678-1234-5678-1234-567812345678 + ''') + prints:: + # any int or real number, returned as the appropriate type + 100 + [100] + + -100 + [-100] + + +100 + [100] + + 3.14159 + [3.14159] + + 6.02e23 + [6.02e+23] + + 1e-12 + [1e-12] + + # any int or real number, returned as float + 100 + [100.0] + + -100 + [-100.0] + + +100 + [100.0] + + 3.14159 + [3.14159] + + 6.02e23 + [6.02e+23] + + 1e-12 + [1e-12] + + # hex numbers + 100 + [256] + + FF + [255] + + # fractions + 1/2 + [0.5] + + -3/4 + [-0.75] + + # mixed fractions + 1 + [1] + + 1/2 + [0.5] + + -3/4 + [-0.75] + + 1-3/4 + [1.75] + + # uuid + 12345678-1234-5678-1234-567812345678 + [UUID('12345678-1234-5678-1234-567812345678')] + """ + + convertToInteger = tokenMap(int) + """ + Parse action for converting parsed integers to Python int + """ + + convertToFloat = tokenMap(float) + """ + Parse action for converting parsed numbers to Python float + """ + + integer = Word(nums).setName("integer").setParseAction(convertToInteger) + """expression that parses an unsigned integer, returns an int""" + + hex_integer = Word(hexnums).setName("hex integer").setParseAction(tokenMap(int,16)) + """expression that parses a hexadecimal integer, returns an int""" + + signed_integer = Regex(r'[+-]?\d+').setName("signed integer").setParseAction(convertToInteger) + """expression that parses an integer with optional leading sign, returns an int""" + + fraction = (signed_integer().setParseAction(convertToFloat) + '/' + signed_integer().setParseAction(convertToFloat)).setName("fraction") + """fractional expression of an integer divided by an integer, returns a float""" + fraction.addParseAction(lambda t: t[0]/t[-1]) + + mixed_integer = (fraction | signed_integer + Optional(Optional('-').suppress() + fraction)).setName("fraction or mixed integer-fraction") + """mixed integer of the form 'integer - fraction', with optional leading integer, returns float""" + mixed_integer.addParseAction(sum) + + real = Regex(r'[+-]?\d+\.\d*').setName("real number").setParseAction(convertToFloat) + """expression that parses a floating point number and returns a float""" + + sci_real = Regex(r'[+-]?\d+([eE][+-]?\d+|\.\d*([eE][+-]?\d+)?)').setName("real number with scientific notation").setParseAction(convertToFloat) + """expression that parses a floating point number with optional scientific notation and returns a float""" + + # streamlining this expression makes the docs nicer-looking + number = (sci_real | real | signed_integer).streamline() + """any numeric expression, returns the corresponding Python type""" + + fnumber = Regex(r'[+-]?\d+\.?\d*([eE][+-]?\d+)?').setName("fnumber").setParseAction(convertToFloat) + """any int or real number, returned as float""" + + identifier = Word(alphas+'_', alphanums+'_').setName("identifier") + """typical code identifier (leading alpha or '_', followed by 0 or more alphas, nums, or '_')""" + + ipv4_address = Regex(r'(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})(\.(25[0-5]|2[0-4][0-9]|1?[0-9]{1,2})){3}').setName("IPv4 address") + "IPv4 address (C{0.0.0.0 - 255.255.255.255})" + + _ipv6_part = Regex(r'[0-9a-fA-F]{1,4}').setName("hex_integer") + _full_ipv6_address = (_ipv6_part + (':' + _ipv6_part)*7).setName("full IPv6 address") + _short_ipv6_address = (Optional(_ipv6_part + (':' + _ipv6_part)*(0,6)) + "::" + Optional(_ipv6_part + (':' + _ipv6_part)*(0,6))).setName("short IPv6 address") + _short_ipv6_address.addCondition(lambda t: sum(1 for tt in t if pyparsing_common._ipv6_part.matches(tt)) < 8) + _mixed_ipv6_address = ("::ffff:" + ipv4_address).setName("mixed IPv6 address") + ipv6_address = Combine((_full_ipv6_address | _mixed_ipv6_address | _short_ipv6_address).setName("IPv6 address")).setName("IPv6 address") + "IPv6 address (long, short, or mixed form)" + + mac_address = Regex(r'[0-9a-fA-F]{2}([:.-])[0-9a-fA-F]{2}(?:\1[0-9a-fA-F]{2}){4}').setName("MAC address") + "MAC address xx:xx:xx:xx:xx (may also have '-' or '.' delimiters)" + + @staticmethod + def convertToDate(fmt="%Y-%m-%d"): + """ + Helper to create a parse action for converting parsed date string to Python datetime.date + + Params - + - fmt - format to be passed to datetime.strptime (default=C{"%Y-%m-%d"}) + + Example:: + date_expr = pyparsing_common.iso8601_date.copy() + date_expr.setParseAction(pyparsing_common.convertToDate()) + print(date_expr.parseString("1999-12-31")) + prints:: + [datetime.date(1999, 12, 31)] + """ + def cvt_fn(s,l,t): + try: + return datetime.strptime(t[0], fmt).date() + except ValueError as ve: + raise ParseException(s, l, str(ve)) + return cvt_fn + + @staticmethod + def convertToDatetime(fmt="%Y-%m-%dT%H:%M:%S.%f"): + """ + Helper to create a parse action for converting parsed datetime string to Python datetime.datetime + + Params - + - fmt - format to be passed to datetime.strptime (default=C{"%Y-%m-%dT%H:%M:%S.%f"}) + + Example:: + dt_expr = pyparsing_common.iso8601_datetime.copy() + dt_expr.setParseAction(pyparsing_common.convertToDatetime()) + print(dt_expr.parseString("1999-12-31T23:59:59.999")) + prints:: + [datetime.datetime(1999, 12, 31, 23, 59, 59, 999000)] + """ + def cvt_fn(s,l,t): + try: + return datetime.strptime(t[0], fmt) + except ValueError as ve: + raise ParseException(s, l, str(ve)) + return cvt_fn + + iso8601_date = Regex(r'(?P\d{4})(?:-(?P\d\d)(?:-(?P\d\d))?)?').setName("ISO8601 date") + "ISO8601 date (C{yyyy-mm-dd})" + + iso8601_datetime = Regex(r'(?P\d{4})-(?P\d\d)-(?P\d\d)[T ](?P\d\d):(?P\d\d)(:(?P\d\d(\.\d*)?)?)?(?PZ|[+-]\d\d:?\d\d)?').setName("ISO8601 datetime") + "ISO8601 datetime (C{yyyy-mm-ddThh:mm:ss.s(Z|+-00:00)}) - trailing seconds, milliseconds, and timezone optional; accepts separating C{'T'} or C{' '}" + + uuid = Regex(r'[0-9a-fA-F]{8}(-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}').setName("UUID") + "UUID (C{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx})" + + _html_stripper = anyOpenTag.suppress() | anyCloseTag.suppress() + @staticmethod + def stripHTMLTags(s, l, tokens): + """ + Parse action to remove HTML tags from web page HTML source + + Example:: + # strip HTML links from normal text + text = 'More info at the
pyparsing wiki page' + td,td_end = makeHTMLTags("TD") + table_text = td + SkipTo(td_end).setParseAction(pyparsing_common.stripHTMLTags)("body") + td_end + + print(table_text.parseString(text).body) # -> 'More info at the pyparsing wiki page' + """ + return pyparsing_common._html_stripper.transformString(tokens[0]) + + _commasepitem = Combine(OneOrMore(~Literal(",") + ~LineEnd() + Word(printables, excludeChars=',') + + Optional( White(" \t") ) ) ).streamline().setName("commaItem") + comma_separated_list = delimitedList( Optional( quotedString.copy() | _commasepitem, default="") ).setName("comma separated list") + """Predefined expression of 1 or more printable words or quoted strings, separated by commas.""" + + upcaseTokens = staticmethod(tokenMap(lambda t: _ustr(t).upper())) + """Parse action to convert tokens to upper case.""" + + downcaseTokens = staticmethod(tokenMap(lambda t: _ustr(t).lower())) + """Parse action to convert tokens to lower case.""" + + +if __name__ == "__main__": + + selectToken = CaselessLiteral("select") + fromToken = CaselessLiteral("from") + + ident = Word(alphas, alphanums + "_$") + + columnName = delimitedList(ident, ".", combine=True).setParseAction(upcaseTokens) + columnNameList = Group(delimitedList(columnName)).setName("columns") + columnSpec = ('*' | columnNameList) + + tableName = delimitedList(ident, ".", combine=True).setParseAction(upcaseTokens) + tableNameList = Group(delimitedList(tableName)).setName("tables") + + simpleSQL = selectToken("command") + columnSpec("columns") + fromToken + tableNameList("tables") + + # demo runTests method, including embedded comments in test string + simpleSQL.runTests(""" + # '*' as column list and dotted table name + select * from SYS.XYZZY + + # caseless match on "SELECT", and casts back to "select" + SELECT * from XYZZY, ABC + + # list of column names, and mixed case SELECT keyword + Select AA,BB,CC from Sys.dual + + # multiple tables + Select A, B, C from Sys.dual, Table2 + + # invalid SELECT keyword - should fail + Xelect A, B, C from Sys.dual + + # incomplete command - should fail + Select + + # invalid column name - should fail + Select ^^^ frox Sys.dual + + """) + + pyparsing_common.number.runTests(""" + 100 + -100 + +100 + 3.14159 + 6.02e23 + 1e-12 + """) + + # any int or real number, returned as float + pyparsing_common.fnumber.runTests(""" + 100 + -100 + +100 + 3.14159 + 6.02e23 + 1e-12 + """) + + pyparsing_common.hex_integer.runTests(""" + 100 + FF + """) + + import uuid + pyparsing_common.uuid.setParseAction(tokenMap(uuid.UUID)) + pyparsing_common.uuid.runTests(""" + 12345678-1234-5678-1234-567812345678 + """) diff --git a/venv/lib/python3.10/site-packages/pkg_resources/extern/__init__.py b/venv/lib/python3.10/site-packages/pkg_resources/extern/__init__.py new file mode 100644 index 0000000..fed5929 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pkg_resources/extern/__init__.py @@ -0,0 +1,73 @@ +import importlib.util +import sys + + +class VendorImporter: + """ + A PEP 302 meta path importer for finding optionally-vendored + or otherwise naturally-installed packages from root_name. + """ + + def __init__(self, root_name, vendored_names=(), vendor_pkg=None): + self.root_name = root_name + self.vendored_names = set(vendored_names) + self.vendor_pkg = vendor_pkg or root_name.replace('extern', '_vendor') + + @property + def search_path(self): + """ + Search first the vendor package then as a natural package. + """ + yield self.vendor_pkg + '.' + yield '' + + def _module_matches_namespace(self, fullname): + """Figure out if the target module is vendored.""" + root, base, target = fullname.partition(self.root_name + '.') + return not root and any(map(target.startswith, self.vendored_names)) + + def load_module(self, fullname): + """ + Iterate over the search path to locate and load fullname. + """ + root, base, target = fullname.partition(self.root_name + '.') + for prefix in self.search_path: + try: + extant = prefix + target + __import__(extant) + mod = sys.modules[extant] + sys.modules[fullname] = mod + return mod + except ImportError: + pass + else: + raise ImportError( + "The '{target}' package is required; " + "normally this is bundled with this package so if you get " + "this warning, consult the packager of your " + "distribution.".format(**locals()) + ) + + def create_module(self, spec): + return self.load_module(spec.name) + + def exec_module(self, module): + pass + + def find_spec(self, fullname, path=None, target=None): + """Return a module spec for vendored names.""" + return ( + importlib.util.spec_from_loader(fullname, self) + if self._module_matches_namespace(fullname) else None + ) + + def install(self): + """ + Install this importer into sys.meta_path if not already present. + """ + if self not in sys.meta_path: + sys.meta_path.append(self) + + +names = 'packaging', 'pyparsing', 'appdirs' +VendorImporter(__name__, names).install() diff --git a/venv/lib/python3.10/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dc2eba55b5ba6d45d308bc38c24de449d54fe8aa GIT binary patch literal 2906 zcmZ`*UvC>l5Z~Q9pU;kyriD5!6m%+x_N2y6DMA7&R8$J8Kvva40Sk1xcsKE-_T6=N zoy5kLfaIAM#Csy~(r?4_zVgIZK!P%}XXlTjoPBe9d$Th;GryVHY;mzl;QDRy=jMkM zLjJ;+la~W8_uy9V0pWzx9%)niWNr32;fy=`ggbkz?Qpm43P+TLyT=Z^LqdW32? zU*Z?wS>>1cGQS9`7WgIp3e42F1KR6m>8VJ0CLi|mOll!V`_%xhPl87e9tC&S-VORf z$3Y(JZjek_f{jcD8%fHObTi0uon&d;>kU`8tsudz0AR^6@ zgUHUacvGlgLuUOzW|@xCxGx%Z^$T!_d%_zy#``|p>K!0sIwld(bj%CJX)o7 zI$C*pDwd5IUxxzE?7}gF8xg0j0Qs4W$rgZdg*-)2GD{I0?&wP!4Ftp!5z9^&!Y-8# zAh1EYS;zj9XpC7i(--RTNdU==_kFop^Z zuCpt2baT#2=PoFm zs1LuY{ne;T*-Pdy${hD!7w?y6^74eBQy9Y>#d2veR)fKqKwi=jM!vItCnrgH{S6&5qrcz)CI*oAwZ#}b&OCs#H5k^Qz;It(e5o27exE3w* zrdF`kN4WR{G!&Qk?$S$u0b~D-uFN_7i1|#`suKj8r^Fn< z=BF_Ied5w;i9zG^%YMnP`%cxVl`T)`V6(#G7gQ`54xw`?9G1Zw96EehHcLnFX&`!J lhzihqR)Q&6w8`5zao&E6f48vvW6ZMxIK-z*j(h(S{U0dw=%D}r literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-310.pyc b/venv/lib/python3.10/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d65f9ab8ba95f788e61f5e1905ae7936c411d3e6 GIT binary patch literal 326 zcmZ9GOG?B*5QaOiF$4!M;03ZsY6iC=p1_T|na$9XE|YeW?k3dd!B$#b +Copyright © 2009-2014 Florent Xicluna +Copyright © 2014-2020 Ian Lee + +Licensed under the terms of the Expat License + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/METADATA b/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/METADATA new file mode 100644 index 0000000..cf39bdd --- /dev/null +++ b/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/METADATA @@ -0,0 +1,131 @@ +Metadata-Version: 2.1 +Name: pycodestyle +Version: 2.12.1 +Summary: Python style guide checker +Home-page: https://pycodestyle.pycqa.org/ +Author: Johann C. Rocholl +Author-email: johann@rocholl.net +Maintainer: Ian Lee +Maintainer-email: IanLee1521@gmail.com +License: MIT +Project-URL: Changes, https://pycodestyle.pycqa.org/en/latest/developer.html#changes +Keywords: pycodestyle,pep8,PEP 8,PEP-8,PEP8 +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE + +pycodestyle (formerly called pep8) - Python style guide checker +=============================================================== + +.. image:: https://github.com/PyCQA/pycodestyle/actions/workflows/main.yml/badge.svg + :target: https://github.com/PyCQA/pycodestyle/actions/workflows/main.yml + :alt: Build status + +.. image:: https://readthedocs.org/projects/pycodestyle/badge/?version=latest + :target: https://pycodestyle.pycqa.org + :alt: Documentation Status + +.. image:: https://img.shields.io/pypi/wheel/pycodestyle.svg + :target: https://pypi.org/project/pycodestyle/ + :alt: Wheel Status + +.. image:: https://badges.gitter.im/PyCQA/pycodestyle.svg + :alt: Join the chat at https://gitter.im/PyCQA/pycodestyle + :target: https://gitter.im/PyCQA/pycodestyle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge + +pycodestyle is a tool to check your Python code against some of the style +conventions in `PEP 8`_. + +.. _PEP 8: http://www.python.org/dev/peps/pep-0008/ + +.. note:: + + This package used to be called ``pep8`` but was renamed to ``pycodestyle`` + to reduce confusion. Further discussion can be found `in the issue where + Guido requested this + change `_, or in the + lightning talk at PyCon 2016 by @IanLee1521: + `slides `_ + `video `_. + +Features +-------- + +* Plugin architecture: Adding new checks is easy. + +* Parseable output: Jump to error location in your editor. + +* Small: Just one Python file, requires only stdlib. You can use just + the ``pycodestyle.py`` file for this purpose. + +* Comes with a comprehensive test suite. + +Installation +------------ + +You can install, upgrade, and uninstall ``pycodestyle.py`` with these commands:: + + $ pip install pycodestyle + $ pip install --upgrade pycodestyle + $ pip uninstall pycodestyle + +There's also a package for Debian/Ubuntu, but it's not always the +latest version. + +Example usage and output +------------------------ + +:: + + $ pycodestyle --first optparse.py + optparse.py:69:11: E401 multiple imports on one line + optparse.py:77:1: E302 expected 2 blank lines, found 1 + optparse.py:88:5: E301 expected 1 blank line, found 0 + optparse.py:347:31: E211 whitespace before '(' + optparse.py:357:17: E201 whitespace after '{' + optparse.py:472:29: E221 multiple spaces before operator + +You can also make ``pycodestyle.py`` show the source code for each error, and +even the relevant text from PEP 8:: + + $ pycodestyle --show-source --show-pep8 testing/data/E40.py + testing/data/E40.py:2:10: E401 multiple imports on one line + import os, sys + ^ + Imports should usually be on separate lines. + + Okay: import os\nimport sys + E401: import sys, os + + +Or you can display how often each error was found:: + + $ pycodestyle --statistics -qq Python-2.5/Lib + 232 E201 whitespace after '[' + 599 E202 whitespace before ')' + 631 E203 whitespace before ',' + 842 E211 whitespace before '(' + 2531 E221 multiple spaces before operator + 4473 E301 expected 1 blank line, found 0 + 4006 E302 expected 2 blank lines, found 1 + 165 E303 too many blank lines (4) + 325 E401 multiple imports on one line + 3615 E501 line too long (82 characters) + +Links +----- + +* `Read the documentation `_ + +* `Fork me on GitHub `_ diff --git a/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/RECORD b/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/RECORD new file mode 100644 index 0000000..c46add2 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/RECORD @@ -0,0 +1,10 @@ +../../../bin/pycodestyle,sha256=RWf8mHJHODj1vuW6bdOWh0kax3NtbM65FkC6BkrrY_c,250 +__pycache__/pycodestyle.cpython-310.pyc,, +pycodestyle-2.12.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pycodestyle-2.12.1.dist-info/LICENSE,sha256=93IpXoGvNHjTTojlLQdiACMOx91qOeEjvFyzWqZqva4,1254 +pycodestyle-2.12.1.dist-info/METADATA,sha256=5uAibd7yFKrv4g1JhlYgBwjc0OgFdmC8EMNUj8nV4-A,4533 +pycodestyle-2.12.1.dist-info/RECORD,, +pycodestyle-2.12.1.dist-info/WHEEL,sha256=a-zpFRIJzOq5QfuhBzbhiA1eHTzNCJn8OdRvhdNX0Rk,110 +pycodestyle-2.12.1.dist-info/entry_points.txt,sha256=MwLE0guIt64aEHtZzaErZQwFVsR4U1jmzn1L_C3RfXo,50 +pycodestyle-2.12.1.dist-info/top_level.txt,sha256=rHbIEiXmvsJ016mFcLVcF_d-dKgP3VdfOB6CWbivZug,12 +pycodestyle.py,sha256=MrmGSK-_4i1YiWHsd3CGK77dl2nuhT15BSs0XK_CrnM,100248 diff --git a/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/WHEEL b/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/WHEEL new file mode 100644 index 0000000..f771c29 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.40.0) +Root-Is-Purelib: true +Tag: py2-none-any +Tag: py3-none-any + diff --git a/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/entry_points.txt b/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/entry_points.txt new file mode 100644 index 0000000..9b5d849 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +pycodestyle = pycodestyle:_main diff --git a/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/top_level.txt b/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/top_level.txt new file mode 100644 index 0000000..282a93f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pycodestyle-2.12.1.dist-info/top_level.txt @@ -0,0 +1 @@ +pycodestyle diff --git a/venv/lib/python3.10/site-packages/pycodestyle.py b/venv/lib/python3.10/site-packages/pycodestyle.py new file mode 100644 index 0000000..c4c8dba --- /dev/null +++ b/venv/lib/python3.10/site-packages/pycodestyle.py @@ -0,0 +1,2667 @@ +#!/usr/bin/env python +# pycodestyle.py - Check Python source code formatting, according to +# PEP 8 +# +# Copyright (C) 2006-2009 Johann C. Rocholl +# Copyright (C) 2009-2014 Florent Xicluna +# Copyright (C) 2014-2016 Ian Lee +# +# 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. +r""" +Check Python source code formatting, according to PEP 8. + +For usage and a list of options, try this: +$ python pycodestyle.py -h + +This program and its regression test suite live here: +https://github.com/pycqa/pycodestyle + +Groups of errors and warnings: +E errors +W warnings +100 indentation +200 whitespace +300 blank lines +400 imports +500 line length +600 deprecation +700 statements +900 syntax error +""" +import bisect +import configparser +import inspect +import io +import keyword +import os +import re +import sys +import time +import tokenize +import warnings +from fnmatch import fnmatch +from functools import lru_cache +from optparse import OptionParser + +# this is a performance hack. see https://bugs.python.org/issue43014 +if ( + sys.version_info < (3, 10) and + callable(getattr(tokenize, '_compile', None)) +): # pragma: no cover (>', '**', '*', '+', '-']) +ARITHMETIC_OP = frozenset(['**', '*', '/', '//', '+', '-', '@']) +WS_OPTIONAL_OPERATORS = ARITHMETIC_OP.union(['^', '&', '|', '<<', '>>', '%']) +WS_NEEDED_OPERATORS = frozenset([ + '**=', '*=', '/=', '//=', '+=', '-=', '!=', '<', '>', + '%=', '^=', '&=', '|=', '==', '<=', '>=', '<<=', '>>=', '=', + 'and', 'in', 'is', 'or', '->', ':=']) +WHITESPACE = frozenset(' \t\xa0') +NEWLINE = frozenset([tokenize.NL, tokenize.NEWLINE]) +SKIP_TOKENS = NEWLINE.union([tokenize.INDENT, tokenize.DEDENT]) +# ERRORTOKEN is triggered by backticks in Python 3 +SKIP_COMMENTS = SKIP_TOKENS.union([tokenize.COMMENT, tokenize.ERRORTOKEN]) +BENCHMARK_KEYS = ['directories', 'files', 'logical lines', 'physical lines'] + +INDENT_REGEX = re.compile(r'([ \t]*)') +ERRORCODE_REGEX = re.compile(r'\b[A-Z]\d{3}\b') +DOCSTRING_REGEX = re.compile(r'u?r?["\']') +EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[\[({][ \t]|[ \t][\]}),;:](?!=)') +WHITESPACE_AFTER_DECORATOR_REGEX = re.compile(r'@\s') +WHITESPACE_AFTER_COMMA_REGEX = re.compile(r'[,;:]\s*(?: |\t)') +COMPARE_SINGLETON_REGEX = re.compile(r'(\bNone|\bFalse|\bTrue)?\s*([=!]=)' + r'\s*(?(1)|(None|False|True))\b') +COMPARE_NEGATIVE_REGEX = re.compile(r'\b(?%&^]+|:=)(\s*)') +LAMBDA_REGEX = re.compile(r'\blambda\b') +HUNK_REGEX = re.compile(r'^@@ -\d+(?:,\d+)? \+(\d+)(?:,(\d+))? @@.*$') +STARTSWITH_DEF_REGEX = re.compile(r'^(async\s+def|def)\b') +STARTSWITH_TOP_LEVEL_REGEX = re.compile(r'^(async\s+def\s+|def\s+|class\s+|@)') +STARTSWITH_INDENT_STATEMENT_REGEX = re.compile( + r'^\s*({})\b'.format('|'.join(s.replace(' ', r'\s+') for s in ( + 'def', 'async def', + 'for', 'async for', + 'if', 'elif', 'else', + 'try', 'except', 'finally', + 'with', 'async with', + 'class', + 'while', + ))) +) +DUNDER_REGEX = re.compile(r"^__([^\s]+)__(?::\s*[a-zA-Z.0-9_\[\]\"]+)? = ") +BLANK_EXCEPT_REGEX = re.compile(r"except\s*:") + +if sys.version_info >= (3, 12): # pragma: >=3.12 cover + FSTRING_START = tokenize.FSTRING_START + FSTRING_MIDDLE = tokenize.FSTRING_MIDDLE + FSTRING_END = tokenize.FSTRING_END +else: # pragma: <3.12 cover + FSTRING_START = FSTRING_MIDDLE = FSTRING_END = -1 + +_checks = {'physical_line': {}, 'logical_line': {}, 'tree': {}} + + +def _get_parameters(function): + return [parameter.name + for parameter + in inspect.signature(function).parameters.values() + if parameter.kind == parameter.POSITIONAL_OR_KEYWORD] + + +def register_check(check, codes=None): + """Register a new check object.""" + def _add_check(check, kind, codes, args): + if check in _checks[kind]: + _checks[kind][check][0].extend(codes or []) + else: + _checks[kind][check] = (codes or [''], args) + if inspect.isfunction(check): + args = _get_parameters(check) + if args and args[0] in ('physical_line', 'logical_line'): + if codes is None: + codes = ERRORCODE_REGEX.findall(check.__doc__ or '') + _add_check(check, args[0], codes, args) + elif inspect.isclass(check): + if _get_parameters(check.__init__)[:2] == ['self', 'tree']: + _add_check(check, 'tree', codes, None) + return check + + +######################################################################## +# Plugins (check functions) for physical lines +######################################################################## + +@register_check +def tabs_or_spaces(physical_line, indent_char): + r"""Never mix tabs and spaces. + + The most popular way of indenting Python is with spaces only. The + second-most popular way is with tabs only. Code indented with a + mixture of tabs and spaces should be converted to using spaces + exclusively. When invoking the Python command line interpreter with + the -t option, it issues warnings about code that illegally mixes + tabs and spaces. When using -tt these warnings become errors. + These options are highly recommended! + + Okay: if a == 0:\n a = 1\n b = 1 + """ + indent = INDENT_REGEX.match(physical_line).group(1) + for offset, char in enumerate(indent): + if char != indent_char: + return offset, "E101 indentation contains mixed spaces and tabs" + + +@register_check +def tabs_obsolete(physical_line): + r"""On new projects, spaces-only are strongly recommended over tabs. + + Okay: if True:\n return + W191: if True:\n\treturn + """ + indent = INDENT_REGEX.match(physical_line).group(1) + if '\t' in indent: + return indent.index('\t'), "W191 indentation contains tabs" + + +@register_check +def trailing_whitespace(physical_line): + r"""Trailing whitespace is superfluous. + + The warning returned varies on whether the line itself is blank, + for easier filtering for those who want to indent their blank lines. + + Okay: spam(1)\n# + W291: spam(1) \n# + W293: class Foo(object):\n \n bang = 12 + """ + physical_line = physical_line.rstrip('\n') # chr(10), newline + physical_line = physical_line.rstrip('\r') # chr(13), carriage return + physical_line = physical_line.rstrip('\x0c') # chr(12), form feed, ^L + stripped = physical_line.rstrip(' \t\v') + if physical_line != stripped: + if stripped: + return len(stripped), "W291 trailing whitespace" + else: + return 0, "W293 blank line contains whitespace" + + +@register_check +def trailing_blank_lines(physical_line, lines, line_number, total_lines): + r"""Trailing blank lines are superfluous. + + Okay: spam(1) + W391: spam(1)\n + + However the last line should end with a new line (warning W292). + """ + if line_number == total_lines: + stripped_last_line = physical_line.rstrip('\r\n') + if physical_line and not stripped_last_line: + return 0, "W391 blank line at end of file" + if stripped_last_line == physical_line: + return len(lines[-1]), "W292 no newline at end of file" + + +@register_check +def maximum_line_length(physical_line, max_line_length, multiline, + line_number, noqa): + r"""Limit all lines to a maximum of 79 characters. + + There are still many devices around that are limited to 80 character + lines; plus, limiting windows to 80 characters makes it possible to + have several windows side-by-side. The default wrapping on such + devices looks ugly. Therefore, please limit all lines to a maximum + of 79 characters. For flowing long blocks of text (docstrings or + comments), limiting the length to 72 characters is recommended. + + Reports error E501. + """ + line = physical_line.rstrip() + length = len(line) + if length > max_line_length and not noqa: + # Special case: ignore long shebang lines. + if line_number == 1 and line.startswith('#!'): + return + # Special case for long URLs in multi-line docstrings or + # comments, but still report the error when the 72 first chars + # are whitespaces. + chunks = line.split() + if ((len(chunks) == 1 and multiline) or + (len(chunks) == 2 and chunks[0] == '#')) and \ + len(line) - len(chunks[-1]) < max_line_length - 7: + return + if length > max_line_length: + return (max_line_length, "E501 line too long " + "(%d > %d characters)" % (length, max_line_length)) + + +######################################################################## +# Plugins (check functions) for logical lines +######################################################################## + + +def _is_one_liner(logical_line, indent_level, lines, line_number): + if not STARTSWITH_TOP_LEVEL_REGEX.match(logical_line): + return False + + line_idx = line_number - 1 + + if line_idx < 1: + prev_indent = 0 + else: + prev_indent = expand_indent(lines[line_idx - 1]) + + if prev_indent > indent_level: + return False + + while line_idx < len(lines): + line = lines[line_idx].strip() + if not line.startswith('@') and STARTSWITH_TOP_LEVEL_REGEX.match(line): + break + else: + line_idx += 1 + else: + return False # invalid syntax: EOF while searching for def/class + + next_idx = line_idx + 1 + while next_idx < len(lines): + if lines[next_idx].strip(): + break + else: + next_idx += 1 + else: + return True # line is last in the file + + return expand_indent(lines[next_idx]) <= indent_level + + +@register_check +def blank_lines(logical_line, blank_lines, indent_level, line_number, + blank_before, previous_logical, + previous_unindented_logical_line, previous_indent_level, + lines): + r"""Separate top-level function and class definitions with two blank + lines. + + Method definitions inside a class are separated by a single blank + line. + + Extra blank lines may be used (sparingly) to separate groups of + related functions. Blank lines may be omitted between a bunch of + related one-liners (e.g. a set of dummy implementations). + + Use blank lines in functions, sparingly, to indicate logical + sections. + + Okay: def a():\n pass\n\n\ndef b():\n pass + Okay: def a():\n pass\n\n\nasync def b():\n pass + Okay: def a():\n pass\n\n\n# Foo\n# Bar\n\ndef b():\n pass + Okay: default = 1\nfoo = 1 + Okay: classify = 1\nfoo = 1 + + E301: class Foo:\n b = 0\n def bar():\n pass + E302: def a():\n pass\n\ndef b(n):\n pass + E302: def a():\n pass\n\nasync def b(n):\n pass + E303: def a():\n pass\n\n\n\ndef b(n):\n pass + E303: def a():\n\n\n\n pass + E304: @decorator\n\ndef a():\n pass + E305: def a():\n pass\na() + E306: def a():\n def b():\n pass\n def c():\n pass + """ # noqa + top_level_lines = BLANK_LINES_CONFIG['top_level'] + method_lines = BLANK_LINES_CONFIG['method'] + + if not previous_logical and blank_before < top_level_lines: + return # Don't expect blank lines before the first line + if previous_logical.startswith('@'): + if blank_lines: + yield 0, "E304 blank lines found after function decorator" + elif (blank_lines > top_level_lines or + (indent_level and blank_lines == method_lines + 1) + ): + yield 0, "E303 too many blank lines (%d)" % blank_lines + elif STARTSWITH_TOP_LEVEL_REGEX.match(logical_line): + # allow a group of one-liners + if ( + _is_one_liner(logical_line, indent_level, lines, line_number) and + blank_before == 0 + ): + return + if indent_level: + if not (blank_before == method_lines or + previous_indent_level < indent_level or + DOCSTRING_REGEX.match(previous_logical) + ): + ancestor_level = indent_level + nested = False + # Search backwards for a def ancestor or tree root + # (top level). + for line in lines[line_number - top_level_lines::-1]: + if line.strip() and expand_indent(line) < ancestor_level: + ancestor_level = expand_indent(line) + nested = STARTSWITH_DEF_REGEX.match(line.lstrip()) + if nested or ancestor_level == 0: + break + if nested: + yield 0, "E306 expected %s blank line before a " \ + "nested definition, found 0" % (method_lines,) + else: + yield 0, "E301 expected {} blank line, found 0".format( + method_lines) + elif blank_before != top_level_lines: + yield 0, "E302 expected %s blank lines, found %d" % ( + top_level_lines, blank_before) + elif (logical_line and + not indent_level and + blank_before != top_level_lines and + previous_unindented_logical_line.startswith(('def ', 'class ')) + ): + yield 0, "E305 expected %s blank lines after " \ + "class or function definition, found %d" % ( + top_level_lines, blank_before) + + +@register_check +def extraneous_whitespace(logical_line): + r"""Avoid extraneous whitespace. + + Avoid extraneous whitespace in these situations: + - Immediately inside parentheses, brackets or braces. + - Immediately before a comma, semicolon, or colon. + + Okay: spam(ham[1], {eggs: 2}) + E201: spam( ham[1], {eggs: 2}) + E201: spam(ham[ 1], {eggs: 2}) + E201: spam(ham[1], { eggs: 2}) + E202: spam(ham[1], {eggs: 2} ) + E202: spam(ham[1 ], {eggs: 2}) + E202: spam(ham[1], {eggs: 2 }) + + E203: if x == 4: print x, y; x, y = y , x + E203: if x == 4: print x, y ; x, y = y, x + E203: if x == 4 : print x, y; x, y = y, x + + Okay: @decorator + E204: @ decorator + """ + line = logical_line + for match in EXTRANEOUS_WHITESPACE_REGEX.finditer(line): + text = match.group() + char = text.strip() + found = match.start() + if text[-1].isspace(): + # assert char in '([{' + yield found + 1, "E201 whitespace after '%s'" % char + elif line[found - 1] != ',': + code = ('E202' if char in '}])' else 'E203') # if char in ',;:' + yield found, f"{code} whitespace before '{char}'" + + if WHITESPACE_AFTER_DECORATOR_REGEX.match(logical_line): + yield 1, "E204 whitespace after decorator '@'" + + +@register_check +def whitespace_around_keywords(logical_line): + r"""Avoid extraneous whitespace around keywords. + + Okay: True and False + E271: True and False + E272: True and False + E273: True and\tFalse + E274: True\tand False + """ + for match in KEYWORD_REGEX.finditer(logical_line): + before, after = match.groups() + + if '\t' in before: + yield match.start(1), "E274 tab before keyword" + elif len(before) > 1: + yield match.start(1), "E272 multiple spaces before keyword" + + if '\t' in after: + yield match.start(2), "E273 tab after keyword" + elif len(after) > 1: + yield match.start(2), "E271 multiple spaces after keyword" + + +@register_check +def missing_whitespace_after_keyword(logical_line, tokens): + r"""Keywords should be followed by whitespace. + + Okay: from foo import (bar, baz) + E275: from foo import(bar, baz) + E275: from importable.module import(bar, baz) + E275: if(foo): bar + """ + for tok0, tok1 in zip(tokens, tokens[1:]): + # This must exclude the True/False/None singletons, which can + # appear e.g. as "if x is None:", and async/await, which were + # valid identifier names in old Python versions. + if (tok0.end == tok1.start and + tok0.type == tokenize.NAME and + keyword.iskeyword(tok0.string) and + tok0.string not in SINGLETONS and + not (tok0.string == 'except' and tok1.string == '*') and + not (tok0.string == 'yield' and tok1.string == ')') and + tok1.string not in ':\n'): + yield tok0.end, "E275 missing whitespace after keyword" + + +@register_check +def indentation(logical_line, previous_logical, indent_char, + indent_level, previous_indent_level, + indent_size): + r"""Use indent_size (PEP8 says 4) spaces per indentation level. + + For really old code that you don't want to mess up, you can continue + to use 8-space tabs. + + Okay: a = 1 + Okay: if a == 0:\n a = 1 + E111: a = 1 + E114: # a = 1 + + Okay: for item in items:\n pass + E112: for item in items:\npass + E115: for item in items:\n# Hi\n pass + + Okay: a = 1\nb = 2 + E113: a = 1\n b = 2 + E116: a = 1\n # b = 2 + """ + c = 0 if logical_line else 3 + tmpl = "E11%d %s" if logical_line else "E11%d %s (comment)" + if indent_level % indent_size: + yield 0, tmpl % ( + 1 + c, + "indentation is not a multiple of " + str(indent_size), + ) + indent_expect = previous_logical.endswith(':') + if indent_expect and indent_level <= previous_indent_level: + yield 0, tmpl % (2 + c, "expected an indented block") + elif not indent_expect and indent_level > previous_indent_level: + yield 0, tmpl % (3 + c, "unexpected indentation") + + if indent_expect: + expected_indent_amount = 8 if indent_char == '\t' else 4 + expected_indent_level = previous_indent_level + expected_indent_amount + if indent_level > expected_indent_level: + yield 0, tmpl % (7, 'over-indented') + + +@register_check +def continued_indentation(logical_line, tokens, indent_level, hang_closing, + indent_char, indent_size, noqa, verbose): + r"""Continuation lines indentation. + + Continuation lines should align wrapped elements either vertically + using Python's implicit line joining inside parentheses, brackets + and braces, or using a hanging indent. + + When using a hanging indent these considerations should be applied: + - there should be no arguments on the first line, and + - further indentation should be used to clearly distinguish itself + as a continuation line. + + Okay: a = (\n) + E123: a = (\n ) + + Okay: a = (\n 42) + E121: a = (\n 42) + E122: a = (\n42) + E123: a = (\n 42\n ) + E124: a = (24,\n 42\n) + E125: if (\n b):\n pass + E126: a = (\n 42) + E127: a = (24,\n 42) + E128: a = (24,\n 42) + E129: if (a or\n b):\n pass + E131: a = (\n 42\n 24) + """ + first_row = tokens[0][2][0] + nrows = 1 + tokens[-1][2][0] - first_row + if noqa or nrows == 1: + return + + # indent_next tells us whether the next block is indented; assuming + # that it is indented by 4 spaces, then we should not allow 4-space + # indents on the final continuation line; in turn, some other + # indents are allowed to have an extra 4 spaces. + indent_next = logical_line.endswith(':') + + row = depth = 0 + valid_hangs = (indent_size,) if indent_char != '\t' \ + else (indent_size, indent_size * 2) + # remember how many brackets were opened on each line + parens = [0] * nrows + # relative indents of physical lines + rel_indent = [0] * nrows + # for each depth, collect a list of opening rows + open_rows = [[0]] + # for each depth, memorize the hanging indentation + hangs = [None] + # visual indents + indent_chances = {} + last_indent = tokens[0][2] + visual_indent = None + last_token_multiline = False + # for each depth, memorize the visual indent column + indent = [last_indent[1]] + if verbose >= 3: + print(">>> " + tokens[0][4].rstrip()) + + for token_type, text, start, end, line in tokens: + + newline = row < start[0] - first_row + if newline: + row = start[0] - first_row + newline = not last_token_multiline and token_type not in NEWLINE + + if newline: + # this is the beginning of a continuation line. + last_indent = start + if verbose >= 3: + print("... " + line.rstrip()) + + # record the initial indent. + rel_indent[row] = expand_indent(line) - indent_level + + # identify closing bracket + close_bracket = (token_type == tokenize.OP and text in ']})') + + # is the indent relative to an opening bracket line? + for open_row in reversed(open_rows[depth]): + hang = rel_indent[row] - rel_indent[open_row] + hanging_indent = hang in valid_hangs + if hanging_indent: + break + if hangs[depth]: + hanging_indent = (hang == hangs[depth]) + # is there any chance of visual indent? + visual_indent = (not close_bracket and hang > 0 and + indent_chances.get(start[1])) + + if close_bracket and indent[depth]: + # closing bracket for visual indent + if start[1] != indent[depth]: + yield (start, "E124 closing bracket does not match " + "visual indentation") + elif close_bracket and not hang: + # closing bracket matches indentation of opening + # bracket's line + if hang_closing: + yield start, "E133 closing bracket is missing indentation" + elif indent[depth] and start[1] < indent[depth]: + if visual_indent is not True: + # visual indent is broken + yield (start, "E128 continuation line " + "under-indented for visual indent") + elif hanging_indent or (indent_next and + rel_indent[row] == 2 * indent_size): + # hanging indent is verified + if close_bracket and not hang_closing: + yield (start, "E123 closing bracket does not match " + "indentation of opening bracket's line") + hangs[depth] = hang + elif visual_indent is True: + # visual indent is verified + indent[depth] = start[1] + elif visual_indent in (text, str): + # ignore token lined up with matching one from a + # previous line + pass + else: + # indent is broken + if hang <= 0: + error = "E122", "missing indentation or outdented" + elif indent[depth]: + error = "E127", "over-indented for visual indent" + elif not close_bracket and hangs[depth]: + error = "E131", "unaligned for hanging indent" + else: + hangs[depth] = hang + if hang > indent_size: + error = "E126", "over-indented for hanging indent" + else: + error = "E121", "under-indented for hanging indent" + yield start, "%s continuation line %s" % error + + # look for visual indenting + if (parens[row] and + token_type not in (tokenize.NL, tokenize.COMMENT) and + not indent[depth]): + indent[depth] = start[1] + indent_chances[start[1]] = True + if verbose >= 4: + print(f"bracket depth {depth} indent to {start[1]}") + # deal with implicit string concatenation + elif token_type in (tokenize.STRING, tokenize.COMMENT, FSTRING_START): + indent_chances[start[1]] = str + # visual indent after assert/raise/with + elif not row and not depth and text in ["assert", "raise", "with"]: + indent_chances[end[1] + 1] = True + # special case for the "if" statement because len("if (") == 4 + elif not indent_chances and not row and not depth and text == 'if': + indent_chances[end[1] + 1] = True + elif text == ':' and line[end[1]:].isspace(): + open_rows[depth].append(row) + + # keep track of bracket depth + if token_type == tokenize.OP: + if text in '([{': + depth += 1 + indent.append(0) + hangs.append(None) + if len(open_rows) == depth: + open_rows.append([]) + open_rows[depth].append(row) + parens[row] += 1 + if verbose >= 4: + print("bracket depth %s seen, col %s, visual min = %s" % + (depth, start[1], indent[depth])) + elif text in ')]}' and depth > 0: + # parent indents should not be more than this one + prev_indent = indent.pop() or last_indent[1] + hangs.pop() + for d in range(depth): + if indent[d] > prev_indent: + indent[d] = 0 + for ind in list(indent_chances): + if ind >= prev_indent: + del indent_chances[ind] + del open_rows[depth + 1:] + depth -= 1 + if depth: + indent_chances[indent[depth]] = True + for idx in range(row, -1, -1): + if parens[idx]: + parens[idx] -= 1 + break + assert len(indent) == depth + 1 + if start[1] not in indent_chances: + # allow lining up tokens + indent_chances[start[1]] = text + + last_token_multiline = (start[0] != end[0]) + if last_token_multiline: + rel_indent[end[0] - first_row] = rel_indent[row] + + if indent_next and expand_indent(line) == indent_level + indent_size: + pos = (start[0], indent[0] + indent_size) + if visual_indent: + code = "E129 visually indented line" + else: + code = "E125 continuation line" + yield pos, "%s with same indent as next logical line" % code + + +@register_check +def whitespace_before_parameters(logical_line, tokens): + r"""Avoid extraneous whitespace. + + Avoid extraneous whitespace in the following situations: + - before the open parenthesis that starts the argument list of a + function call. + - before the open parenthesis that starts an indexing or slicing. + + Okay: spam(1) + E211: spam (1) + + Okay: dict['key'] = list[index] + E211: dict ['key'] = list[index] + E211: dict['key'] = list [index] + """ + prev_type, prev_text, __, prev_end, __ = tokens[0] + for index in range(1, len(tokens)): + token_type, text, start, end, __ = tokens[index] + if ( + token_type == tokenize.OP and + text in '([' and + start != prev_end and + (prev_type == tokenize.NAME or prev_text in '}])') and + # Syntax "class A (B):" is allowed, but avoid it + (index < 2 or tokens[index - 2][1] != 'class') and + # Allow "return (a.foo for a in range(5))" + not keyword.iskeyword(prev_text) and + ( + sys.version_info < (3, 9) or + # 3.12+: type is a soft keyword but no braces after + prev_text == 'type' or + not keyword.issoftkeyword(prev_text) + ) + ): + yield prev_end, "E211 whitespace before '%s'" % text + prev_type = token_type + prev_text = text + prev_end = end + + +@register_check +def whitespace_around_operator(logical_line): + r"""Avoid extraneous whitespace around an operator. + + Okay: a = 12 + 3 + E221: a = 4 + 5 + E222: a = 4 + 5 + E223: a = 4\t+ 5 + E224: a = 4 +\t5 + """ + for match in OPERATOR_REGEX.finditer(logical_line): + before, after = match.groups() + + if '\t' in before: + yield match.start(1), "E223 tab before operator" + elif len(before) > 1: + yield match.start(1), "E221 multiple spaces before operator" + + if '\t' in after: + yield match.start(2), "E224 tab after operator" + elif len(after) > 1: + yield match.start(2), "E222 multiple spaces after operator" + + +@register_check +def missing_whitespace(logical_line, tokens): + r"""Surround operators with the correct amount of whitespace. + + - Always surround these binary operators with a single space on + either side: assignment (=), augmented assignment (+=, -= etc.), + comparisons (==, <, >, !=, <=, >=, in, not in, is, is not), + Booleans (and, or, not). + + - Each comma, semicolon or colon should be followed by whitespace. + + - If operators with different priorities are used, consider adding + whitespace around the operators with the lowest priorities. + + Okay: i = i + 1 + Okay: submitted += 1 + Okay: x = x * 2 - 1 + Okay: hypot2 = x * x + y * y + Okay: c = (a + b) * (a - b) + Okay: foo(bar, key='word', *args, **kwargs) + Okay: alpha[:-i] + Okay: [a, b] + Okay: (3,) + Okay: a[3,] = 1 + Okay: a[1:4] + Okay: a[:4] + Okay: a[1:] + Okay: a[1:4:2] + + E225: i=i+1 + E225: submitted +=1 + E225: x = x /2 - 1 + E225: z = x **y + E225: z = 1and 1 + E226: c = (a+b) * (a-b) + E226: hypot2 = x*x + y*y + E227: c = a|b + E228: msg = fmt%(errno, errmsg) + E231: ['a','b'] + E231: foo(bar,baz) + E231: [{'a':'b'}] + """ + need_space = False + prev_type = tokenize.OP + prev_text = prev_end = None + operator_types = (tokenize.OP, tokenize.NAME) + brace_stack = [] + for token_type, text, start, end, line in tokens: + if token_type == tokenize.OP and text in {'[', '(', '{'}: + brace_stack.append(text) + elif token_type == FSTRING_START: # pragma: >=3.12 cover + brace_stack.append('f') + elif token_type == tokenize.NAME and text == 'lambda': + brace_stack.append('l') + elif brace_stack: + if token_type == tokenize.OP and text in {']', ')', '}'}: + brace_stack.pop() + elif token_type == FSTRING_END: # pragma: >=3.12 cover + brace_stack.pop() + elif ( + brace_stack[-1] == 'l' and + token_type == tokenize.OP and + text == ':' + ): + brace_stack.pop() + + if token_type in SKIP_COMMENTS: + continue + + if token_type == tokenize.OP and text in {',', ';', ':'}: + next_char = line[end[1]:end[1] + 1] + if next_char not in WHITESPACE and next_char not in '\r\n': + # slice + if text == ':' and brace_stack[-1:] == ['[']: + pass + # 3.12+ fstring format specifier + elif text == ':' and brace_stack[-2:] == ['f', '{']: # pragma: >=3.12 cover # noqa: E501 + pass + # tuple (and list for some reason?) + elif text == ',' and next_char in ')]': + pass + else: + yield start, f'E231 missing whitespace after {text!r}' + + if need_space: + if start != prev_end: + # Found a (probably) needed space + if need_space is not True and not need_space[1]: + yield (need_space[0], + "E225 missing whitespace around operator") + need_space = False + elif ( + # def f(a, /, b): + # ^ + # def f(a, b, /): + # ^ + # f = lambda a, /: + # ^ + prev_text == '/' and text in {',', ')', ':'} or + # def f(a, b, /): + # ^ + prev_text == ')' and text == ':' + ): + # Tolerate the "/" operator in function definition + # For more info see PEP570 + pass + else: + if need_space is True or need_space[1]: + # A needed trailing space was not found + yield prev_end, "E225 missing whitespace around operator" + elif prev_text != '**': + code, optype = 'E226', 'arithmetic' + if prev_text == '%': + code, optype = 'E228', 'modulo' + elif prev_text not in ARITHMETIC_OP: + code, optype = 'E227', 'bitwise or shift' + yield (need_space[0], "%s missing whitespace " + "around %s operator" % (code, optype)) + need_space = False + elif token_type in operator_types and prev_end is not None: + if ( + text == '=' and ( + # allow lambda default args: lambda x=None: None + brace_stack[-1:] == ['l'] or + # allow keyword args or defaults: foo(bar=None). + brace_stack[-1:] == ['('] or + # allow python 3.8 fstring repr specifier + brace_stack[-2:] == ['f', '{'] + ) + ): + pass + elif text in WS_NEEDED_OPERATORS: + need_space = True + elif text in UNARY_OPERATORS: + # Check if the operator is used as a binary operator + # Allow unary operators: -123, -x, +1. + # Allow argument unpacking: foo(*args, **kwargs). + if prev_type == tokenize.OP and prev_text in '}])' or ( + prev_type != tokenize.OP and + prev_text not in KEYWORDS and ( + sys.version_info < (3, 9) or + not keyword.issoftkeyword(prev_text) + ) + ): + need_space = None + elif text in WS_OPTIONAL_OPERATORS: + need_space = None + + if need_space is None: + # Surrounding space is optional, but ensure that + # trailing space matches opening space + need_space = (prev_end, start != prev_end) + elif need_space and start == prev_end: + # A needed opening space was not found + yield prev_end, "E225 missing whitespace around operator" + need_space = False + prev_type = token_type + prev_text = text + prev_end = end + + +@register_check +def whitespace_around_comma(logical_line): + r"""Avoid extraneous whitespace after a comma or a colon. + + Note: these checks are disabled by default + + Okay: a = (1, 2) + E241: a = (1, 2) + E242: a = (1,\t2) + """ + line = logical_line + for m in WHITESPACE_AFTER_COMMA_REGEX.finditer(line): + found = m.start() + 1 + if '\t' in m.group(): + yield found, "E242 tab after '%s'" % m.group()[0] + else: + yield found, "E241 multiple spaces after '%s'" % m.group()[0] + + +@register_check +def whitespace_around_named_parameter_equals(logical_line, tokens): + r"""Don't use spaces around the '=' sign in function arguments. + + Don't use spaces around the '=' sign when used to indicate a + keyword argument or a default parameter value, except when + using a type annotation. + + Okay: def complex(real, imag=0.0): + Okay: return magic(r=real, i=imag) + Okay: boolean(a == b) + Okay: boolean(a != b) + Okay: boolean(a <= b) + Okay: boolean(a >= b) + Okay: def foo(arg: int = 42): + Okay: async def foo(arg: int = 42): + + E251: def complex(real, imag = 0.0): + E251: return magic(r = real, i = imag) + E252: def complex(real, image: float=0.0): + """ + parens = 0 + no_space = False + require_space = False + prev_end = None + annotated_func_arg = False + in_def = bool(STARTSWITH_DEF_REGEX.match(logical_line)) + + message = "E251 unexpected spaces around keyword / parameter equals" + missing_message = "E252 missing whitespace around parameter equals" + + for token_type, text, start, end, line in tokens: + if token_type == tokenize.NL: + continue + if no_space: + no_space = False + if start != prev_end: + yield (prev_end, message) + if require_space: + require_space = False + if start == prev_end: + yield (prev_end, missing_message) + if token_type == tokenize.OP: + if text in '([': + parens += 1 + elif text in ')]': + parens -= 1 + elif in_def and text == ':' and parens == 1: + annotated_func_arg = True + elif parens == 1 and text == ',': + annotated_func_arg = False + elif parens and text == '=': + if annotated_func_arg and parens == 1: + require_space = True + if start == prev_end: + yield (prev_end, missing_message) + else: + no_space = True + if start != prev_end: + yield (prev_end, message) + if not parens: + annotated_func_arg = False + + prev_end = end + + +@register_check +def whitespace_before_comment(logical_line, tokens): + """Separate inline comments by at least two spaces. + + An inline comment is a comment on the same line as a statement. + Inline comments should be separated by at least two spaces from the + statement. They should start with a # and a single space. + + Each line of a block comment starts with a # and one or multiple + spaces as there can be indented text inside the comment. + + Okay: x = x + 1 # Increment x + Okay: x = x + 1 # Increment x + Okay: # Block comments: + Okay: # - Block comment list + Okay: # \xa0- Block comment list + E261: x = x + 1 # Increment x + E262: x = x + 1 #Increment x + E262: x = x + 1 # Increment x + E262: x = x + 1 # \xa0Increment x + E265: #Block comment + E266: ### Block comment + """ + prev_end = (0, 0) + for token_type, text, start, end, line in tokens: + if token_type == tokenize.COMMENT: + inline_comment = line[:start[1]].strip() + if inline_comment: + if prev_end[0] == start[0] and start[1] < prev_end[1] + 2: + yield (prev_end, + "E261 at least two spaces before inline comment") + symbol, sp, comment = text.partition(' ') + bad_prefix = symbol not in '#:' and (symbol.lstrip('#')[:1] or '#') + if inline_comment: + if bad_prefix or comment[:1] in WHITESPACE: + yield start, "E262 inline comment should start with '# '" + elif bad_prefix and (bad_prefix != '!' or start[0] > 1): + if bad_prefix != '#': + yield start, "E265 block comment should start with '# '" + elif comment: + yield start, "E266 too many leading '#' for block comment" + elif token_type != tokenize.NL: + prev_end = end + + +@register_check +def imports_on_separate_lines(logical_line): + r"""Place imports on separate lines. + + Okay: import os\nimport sys + E401: import sys, os + + Okay: from subprocess import Popen, PIPE + Okay: from myclas import MyClass + Okay: from foo.bar.yourclass import YourClass + Okay: import myclass + Okay: import foo.bar.yourclass + """ + line = logical_line + if line.startswith('import '): + found = line.find(',') + if -1 < found and ';' not in line[:found]: + yield found, "E401 multiple imports on one line" + + +@register_check +def module_imports_on_top_of_file( + logical_line, indent_level, checker_state, noqa): + r"""Place imports at the top of the file. + + Always put imports at the top of the file, just after any module + comments and docstrings, and before module globals and constants. + + Okay: import os + Okay: # this is a comment\nimport os + Okay: '''this is a module docstring'''\nimport os + Okay: r'''this is a module docstring'''\nimport os + E402: a=1\nimport os + E402: 'One string'\n"Two string"\nimport os + E402: a=1\nfrom sys import x + + Okay: if x:\n import os + """ # noqa + def is_string_literal(line): + if line[0] in 'uUbB': + line = line[1:] + if line and line[0] in 'rR': + line = line[1:] + return line and (line[0] == '"' or line[0] == "'") + + allowed_keywords = ( + 'try', 'except', 'else', 'finally', 'with', 'if', 'elif') + + if indent_level: # Allow imports in conditional statement/function + return + if not logical_line: # Allow empty lines or comments + return + if noqa: + return + line = logical_line + if line.startswith('import ') or line.startswith('from '): + if checker_state.get('seen_non_imports', False): + yield 0, "E402 module level import not at top of file" + elif re.match(DUNDER_REGEX, line): + return + elif any(line.startswith(kw) for kw in allowed_keywords): + # Allow certain keywords intermixed with imports in order to + # support conditional or filtered importing + return + elif is_string_literal(line): + # The first literal is a docstring, allow it. Otherwise, report + # error. + if checker_state.get('seen_docstring', False): + checker_state['seen_non_imports'] = True + else: + checker_state['seen_docstring'] = True + else: + checker_state['seen_non_imports'] = True + + +@register_check +def compound_statements(logical_line): + r"""Compound statements (on the same line) are generally + discouraged. + + While sometimes it's okay to put an if/for/while with a small body + on the same line, never do this for multi-clause statements. + Also avoid folding such long lines! + + Always use a def statement instead of an assignment statement that + binds a lambda expression directly to a name. + + Okay: if foo == 'blah':\n do_blah_thing() + Okay: do_one() + Okay: do_two() + Okay: do_three() + + E701: if foo == 'blah': do_blah_thing() + E701: for x in lst: total += x + E701: while t < 10: t = delay() + E701: if foo == 'blah': do_blah_thing() + E701: else: do_non_blah_thing() + E701: try: something() + E701: finally: cleanup() + E701: if foo == 'blah': one(); two(); three() + E702: do_one(); do_two(); do_three() + E703: do_four(); # useless semicolon + E704: def f(x): return 2*x + E731: f = lambda x: 2*x + """ + line = logical_line + last_char = len(line) - 1 + found = line.find(':') + prev_found = 0 + counts = {char: 0 for char in '{}[]()'} + while -1 < found < last_char: + update_counts(line[prev_found:found], counts) + if ( + counts['{'] <= counts['}'] and # {'a': 1} (dict) + counts['['] <= counts[']'] and # [1:2] (slice) + counts['('] <= counts[')'] and # (annotation) + line[found + 1] != '=' # assignment expression + ): + lambda_kw = LAMBDA_REGEX.search(line, 0, found) + if lambda_kw: + before = line[:lambda_kw.start()].rstrip() + if before[-1:] == '=' and before[:-1].strip().isidentifier(): + yield 0, ("E731 do not assign a lambda expression, use a " + "def") + break + if STARTSWITH_DEF_REGEX.match(line): + yield 0, "E704 multiple statements on one line (def)" + elif STARTSWITH_INDENT_STATEMENT_REGEX.match(line): + yield found, "E701 multiple statements on one line (colon)" + prev_found = found + found = line.find(':', found + 1) + found = line.find(';') + while -1 < found: + if found < last_char: + yield found, "E702 multiple statements on one line (semicolon)" + else: + yield found, "E703 statement ends with a semicolon" + found = line.find(';', found + 1) + + +@register_check +def explicit_line_join(logical_line, tokens): + r"""Avoid explicit line join between brackets. + + The preferred way of wrapping long lines is by using Python's + implied line continuation inside parentheses, brackets and braces. + Long lines can be broken over multiple lines by wrapping expressions + in parentheses. These should be used in preference to using a + backslash for line continuation. + + E502: aaa = [123, \\n 123] + E502: aaa = ("bbb " \\n "ccc") + + Okay: aaa = [123,\n 123] + Okay: aaa = ("bbb "\n "ccc") + Okay: aaa = "bbb " \\n "ccc" + Okay: aaa = 123 # \\ + """ + prev_start = prev_end = parens = 0 + comment = False + backslash = None + for token_type, text, start, end, line in tokens: + if token_type == tokenize.COMMENT: + comment = True + if start[0] != prev_start and parens and backslash and not comment: + yield backslash, "E502 the backslash is redundant between brackets" + if start[0] != prev_start: + comment = False # Reset comment flag on newline + if end[0] != prev_end: + if line.rstrip('\r\n').endswith('\\'): + backslash = (end[0], len(line.splitlines()[-1]) - 1) + else: + backslash = None + prev_start = prev_end = end[0] + else: + prev_start = start[0] + if token_type == tokenize.OP: + if text in '([{': + parens += 1 + elif text in ')]}': + parens -= 1 + + +# The % character is strictly speaking a binary operator, but the +# common usage seems to be to put it next to the format parameters, +# after a line break. +_SYMBOLIC_OPS = frozenset("()[]{},:.;@=%~") | frozenset(("...",)) + + +def _is_binary_operator(token_type, text): + return ( + token_type == tokenize.OP or + text in {'and', 'or'} + ) and ( + text not in _SYMBOLIC_OPS + ) + + +def _break_around_binary_operators(tokens): + """Private function to reduce duplication. + + This factors out the shared details between + :func:`break_before_binary_operator` and + :func:`break_after_binary_operator`. + """ + line_break = False + unary_context = True + # Previous non-newline token types and text + previous_token_type = None + previous_text = None + for token_type, text, start, end, line in tokens: + if token_type == tokenize.COMMENT: + continue + if ('\n' in text or '\r' in text) and token_type != tokenize.STRING: + line_break = True + else: + yield (token_type, text, previous_token_type, previous_text, + line_break, unary_context, start) + unary_context = text in '([{,;' + line_break = False + previous_token_type = token_type + previous_text = text + + +@register_check +def break_before_binary_operator(logical_line, tokens): + r""" + Avoid breaks before binary operators. + + The preferred place to break around a binary operator is after the + operator, not before it. + + W503: (width == 0\n + height == 0) + W503: (width == 0\n and height == 0) + W503: var = (1\n & ~2) + W503: var = (1\n / -2) + W503: var = (1\n + -1\n + -2) + + Okay: foo(\n -x) + Okay: foo(x\n []) + Okay: x = '''\n''' + '' + Okay: foo(x,\n -y) + Okay: foo(x, # comment\n -y) + """ + for context in _break_around_binary_operators(tokens): + (token_type, text, previous_token_type, previous_text, + line_break, unary_context, start) = context + if (_is_binary_operator(token_type, text) and line_break and + not unary_context and + not _is_binary_operator(previous_token_type, + previous_text)): + yield start, "W503 line break before binary operator" + + +@register_check +def break_after_binary_operator(logical_line, tokens): + r""" + Avoid breaks after binary operators. + + The preferred place to break around a binary operator is before the + operator, not after it. + + W504: (width == 0 +\n height == 0) + W504: (width == 0 and\n height == 0) + W504: var = (1 &\n ~2) + + Okay: foo(\n -x) + Okay: foo(x\n []) + Okay: x = '''\n''' + '' + Okay: x = '' + '''\n''' + Okay: foo(x,\n -y) + Okay: foo(x, # comment\n -y) + + The following should be W504 but unary_context is tricky with these + Okay: var = (1 /\n -2) + Okay: var = (1 +\n -1 +\n -2) + """ + prev_start = None + for context in _break_around_binary_operators(tokens): + (token_type, text, previous_token_type, previous_text, + line_break, unary_context, start) = context + if (_is_binary_operator(previous_token_type, previous_text) and + line_break and + not unary_context and + not _is_binary_operator(token_type, text)): + yield prev_start, "W504 line break after binary operator" + prev_start = start + + +@register_check +def comparison_to_singleton(logical_line, noqa): + r"""Comparison to singletons should use "is" or "is not". + + Comparisons to singletons like None should always be done + with "is" or "is not", never the equality operators. + + Okay: if arg is not None: + E711: if arg != None: + E711: if None == arg: + E712: if arg == True: + E712: if False == arg: + + Also, beware of writing if x when you really mean if x is not None + -- e.g. when testing whether a variable or argument that defaults to + None was set to some other value. The other value might have a type + (such as a container) that could be false in a boolean context! + """ + if noqa: + return + + for match in COMPARE_SINGLETON_REGEX.finditer(logical_line): + singleton = match.group(1) or match.group(3) + same = (match.group(2) == '==') + + msg = "'if cond is %s:'" % (('' if same else 'not ') + singleton) + if singleton in ('None',): + code = 'E711' + else: + code = 'E712' + nonzero = ((singleton == 'True' and same) or + (singleton == 'False' and not same)) + msg += " or 'if %scond:'" % ('' if nonzero else 'not ') + yield match.start(2), ("%s comparison to %s should be %s" % + (code, singleton, msg)) + + +@register_check +def comparison_negative(logical_line): + r"""Negative comparison should be done using "not in" and "is not". + + Okay: if x not in y:\n pass + Okay: assert (X in Y or X is Z) + Okay: if not (X in Y):\n pass + Okay: zz = x is not y + E713: Z = not X in Y + E713: if not X.B in Y:\n pass + E714: if not X is Y:\n pass + E714: Z = not X.B is Y + """ + match = COMPARE_NEGATIVE_REGEX.search(logical_line) + if match: + pos = match.start(1) + if match.group(2) == 'in': + yield pos, "E713 test for membership should be 'not in'" + else: + yield pos, "E714 test for object identity should be 'is not'" + + +@register_check +def comparison_type(logical_line, noqa): + r"""Object type comparisons should `is` / `is not` / `isinstance()`. + + Do not compare types directly. + + Okay: if isinstance(obj, int): + Okay: if type(obj) is int: + E721: if type(obj) == type(1): + """ + match = COMPARE_TYPE_REGEX.search(logical_line) + if match and not noqa: + inst = match.group(1) + if inst and inst.isidentifier() and inst not in SINGLETONS: + return # Allow comparison for types which are not obvious + yield ( + match.start(), + "E721 do not compare types, for exact checks use `is` / `is not`, " + "for instance checks use `isinstance()`", + ) + + +@register_check +def bare_except(logical_line, noqa): + r"""When catching exceptions, mention specific exceptions when + possible. + + Okay: except Exception: + Okay: except BaseException: + E722: except: + """ + if noqa: + return + + match = BLANK_EXCEPT_REGEX.match(logical_line) + if match: + yield match.start(), "E722 do not use bare 'except'" + + +@register_check +def ambiguous_identifier(logical_line, tokens): + r"""Never use the characters 'l', 'O', or 'I' as variable names. + + In some fonts, these characters are indistinguishable from the + numerals one and zero. When tempted to use 'l', use 'L' instead. + + Okay: L = 0 + Okay: o = 123 + Okay: i = 42 + E741: l = 0 + E741: O = 123 + E741: I = 42 + + Variables can be bound in several other contexts, including class + and function definitions, lambda functions, 'global' and 'nonlocal' + statements, exception handlers, and 'with' and 'for' statements. + In addition, we have a special handling for function parameters. + + Okay: except AttributeError as o: + Okay: with lock as L: + Okay: foo(l=12) + Okay: foo(l=I) + Okay: for a in foo(l=12): + Okay: lambda arg: arg * l + Okay: lambda a=l[I:5]: None + Okay: lambda x=a.I: None + Okay: if l >= 12: + E741: except AttributeError as O: + E741: with lock as l: + E741: global I + E741: nonlocal l + E741: def foo(l): + E741: def foo(l=12): + E741: l = foo(l=12) + E741: for l in range(10): + E741: [l for l in lines if l] + E741: lambda l: None + E741: lambda a=x[1:5], l: None + E741: lambda **l: + E741: def f(**l): + E742: class I(object): + E743: def l(x): + """ + func_depth = None # set to brace depth if 'def' or 'lambda' is found + seen_colon = False # set to true if we're done with function parameters + brace_depth = 0 + idents_to_avoid = ('l', 'O', 'I') + prev_type, prev_text, prev_start, prev_end, __ = tokens[0] + for index in range(1, len(tokens)): + token_type, text, start, end, line = tokens[index] + ident = pos = None + # find function definitions + if prev_text in {'def', 'lambda'}: + func_depth = brace_depth + seen_colon = False + elif ( + func_depth is not None and + text == ':' and + brace_depth == func_depth + ): + seen_colon = True + # update parameter parentheses level + if text in '([{': + brace_depth += 1 + elif text in ')]}': + brace_depth -= 1 + # identifiers on the lhs of an assignment operator + if text == ':=' or (text == '=' and brace_depth == 0): + if prev_text in idents_to_avoid: + ident = prev_text + pos = prev_start + # identifiers bound to values with 'as', 'for', + # 'global', or 'nonlocal' + if prev_text in ('as', 'for', 'global', 'nonlocal'): + if text in idents_to_avoid: + ident = text + pos = start + # function / lambda parameter definitions + if ( + func_depth is not None and + not seen_colon and + index < len(tokens) - 1 and tokens[index + 1][1] in ':,=)' and + prev_text in {'lambda', ',', '*', '**', '('} and + text in idents_to_avoid + ): + ident = text + pos = start + if prev_text == 'class': + if text in idents_to_avoid: + yield start, "E742 ambiguous class definition '%s'" % text + if prev_text == 'def': + if text in idents_to_avoid: + yield start, "E743 ambiguous function definition '%s'" % text + if ident: + yield pos, "E741 ambiguous variable name '%s'" % ident + prev_text = text + prev_start = start + + +@register_check +def python_3000_invalid_escape_sequence(logical_line, tokens, noqa): + r"""Invalid escape sequences are deprecated in Python 3.6. + + Okay: regex = r'\.png$' + W605: regex = '\.png$' + """ + if noqa: + return + + # https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals + valid = [ + '\n', + '\\', + '\'', + '"', + 'a', + 'b', + 'f', + 'n', + 'r', + 't', + 'v', + '0', '1', '2', '3', '4', '5', '6', '7', + 'x', + + # Escape sequences only recognized in string literals + 'N', + 'u', + 'U', + ] + + prefixes = [] + for token_type, text, start, _, _ in tokens: + if token_type in {tokenize.STRING, FSTRING_START}: + # Extract string modifiers (e.g. u or r) + prefixes.append(text[:text.index(text[-1])].lower()) + + if token_type in {tokenize.STRING, FSTRING_MIDDLE}: + if 'r' not in prefixes[-1]: + start_line, start_col = start + pos = text.find('\\') + while pos >= 0: + pos += 1 + if text[pos] not in valid: + line = start_line + text.count('\n', 0, pos) + if line == start_line: + col = start_col + pos + else: + col = pos - text.rfind('\n', 0, pos) - 1 + yield ( + (line, col - 1), + f"W605 invalid escape sequence '\\{text[pos]}'" + ) + pos = text.find('\\', pos + 1) + + if token_type in {tokenize.STRING, FSTRING_END}: + prefixes.pop() + + +######################################################################## +@register_check +def maximum_doc_length(logical_line, max_doc_length, noqa, tokens): + r"""Limit all doc lines to a maximum of 72 characters. + + For flowing long blocks of text (docstrings or comments), limiting + the length to 72 characters is recommended. + + Reports warning W505 + """ + if max_doc_length is None or noqa: + return + + prev_token = None + skip_lines = set() + # Skip lines that + for token_type, text, start, end, line in tokens: + if token_type not in SKIP_COMMENTS.union([tokenize.STRING]): + skip_lines.add(line) + + for token_type, text, start, end, line in tokens: + # Skip lines that aren't pure strings + if token_type == tokenize.STRING and skip_lines: + continue + if token_type in (tokenize.STRING, tokenize.COMMENT): + # Only check comment-only lines + if prev_token is None or prev_token in SKIP_TOKENS: + lines = line.splitlines() + for line_num, physical_line in enumerate(lines): + if start[0] + line_num == 1 and line.startswith('#!'): + return + length = len(physical_line) + chunks = physical_line.split() + if token_type == tokenize.COMMENT: + if (len(chunks) == 2 and + length - len(chunks[-1]) < MAX_DOC_LENGTH): + continue + if len(chunks) == 1 and line_num + 1 < len(lines): + if (len(chunks) == 1 and + length - len(chunks[-1]) < MAX_DOC_LENGTH): + continue + if length > max_doc_length: + doc_error = (start[0] + line_num, max_doc_length) + yield (doc_error, "W505 doc line too long " + "(%d > %d characters)" + % (length, max_doc_length)) + prev_token = token_type + + +######################################################################## +# Helper functions +######################################################################## + + +def readlines(filename): + """Read the source code.""" + try: + with tokenize.open(filename) as f: + return f.readlines() + except (LookupError, SyntaxError, UnicodeError): + # Fall back if file encoding is improperly declared + with open(filename, encoding='latin-1') as f: + return f.readlines() + + +def stdin_get_value(): + """Read the value from stdin.""" + return io.TextIOWrapper(sys.stdin.buffer, errors='ignore').read() + + +noqa = lru_cache(512)(re.compile(r'# no(?:qa|pep8)\b', re.I).search) + + +def expand_indent(line): + r"""Return the amount of indentation. + + Tabs are expanded to the next multiple of 8. + """ + line = line.rstrip('\n\r') + if '\t' not in line: + return len(line) - len(line.lstrip()) + result = 0 + for char in line: + if char == '\t': + result = result // 8 * 8 + 8 + elif char == ' ': + result += 1 + else: + break + return result + + +def mute_string(text): + """Replace contents with 'xxx' to prevent syntax matching.""" + # String modifiers (e.g. u or r) + start = text.index(text[-1]) + 1 + end = len(text) - 1 + # Triple quotes + if text[-3:] in ('"""', "'''"): + start += 2 + end -= 2 + return text[:start] + 'x' * (end - start) + text[end:] + + +def parse_udiff(diff, patterns=None, parent='.'): + """Return a dictionary of matching lines.""" + # For each file of the diff, the entry key is the filename, + # and the value is a set of row numbers to consider. + rv = {} + path = nrows = None + for line in diff.splitlines(): + if nrows: + if line[:1] != '-': + nrows -= 1 + continue + if line[:3] == '@@ ': + hunk_match = HUNK_REGEX.match(line) + (row, nrows) = (int(g or '1') for g in hunk_match.groups()) + rv[path].update(range(row, row + nrows)) + elif line[:3] == '+++': + path = line[4:].split('\t', 1)[0] + # Git diff will use (i)ndex, (w)ork tree, (c)ommit and + # (o)bject instead of a/b/c/d as prefixes for patches + if path[:2] in ('b/', 'w/', 'i/'): + path = path[2:] + rv[path] = set() + return { + os.path.join(parent, filepath): rows + for (filepath, rows) in rv.items() + if rows and filename_match(filepath, patterns) + } + + +def normalize_paths(value, parent=os.curdir): + """Parse a comma-separated list of paths. + + Return a list of absolute paths. + """ + if not value: + return [] + if isinstance(value, list): + return value + paths = [] + for path in value.split(','): + path = path.strip() + if '/' in path: + path = os.path.abspath(os.path.join(parent, path)) + paths.append(path.rstrip('/')) + return paths + + +def filename_match(filename, patterns, default=True): + """Check if patterns contains a pattern that matches filename. + + If patterns is unspecified, this always returns True. + """ + if not patterns: + return default + return any(fnmatch(filename, pattern) for pattern in patterns) + + +def update_counts(s, counts): + r"""Adds one to the counts of each appearance of characters in s, + for characters in counts""" + for char in s: + if char in counts: + counts[char] += 1 + + +def _is_eol_token(token): + return token[0] in NEWLINE or token[4][token[3][1]:].lstrip() == '\\\n' + + +######################################################################## +# Framework to run all checks +######################################################################## + + +class Checker: + """Load a Python source file, tokenize it, check coding style.""" + + def __init__(self, filename=None, lines=None, + options=None, report=None, **kwargs): + if options is None: + options = StyleGuide(kwargs).options + else: + assert not kwargs + self._io_error = None + self._physical_checks = options.physical_checks + self._logical_checks = options.logical_checks + self._ast_checks = options.ast_checks + self.max_line_length = options.max_line_length + self.max_doc_length = options.max_doc_length + self.indent_size = options.indent_size + self.fstring_start = 0 + self.multiline = False # in a multiline string? + self.hang_closing = options.hang_closing + self.indent_size = options.indent_size + self.verbose = options.verbose + self.filename = filename + # Dictionary where a checker can store its custom state. + self._checker_states = {} + if filename is None: + self.filename = 'stdin' + self.lines = lines or [] + elif filename == '-': + self.filename = 'stdin' + self.lines = stdin_get_value().splitlines(True) + elif lines is None: + try: + self.lines = readlines(filename) + except OSError: + (exc_type, exc) = sys.exc_info()[:2] + self._io_error = f'{exc_type.__name__}: {exc}' + self.lines = [] + else: + self.lines = lines + if self.lines: + ord0 = ord(self.lines[0][0]) + if ord0 in (0xef, 0xfeff): # Strip the UTF-8 BOM + if ord0 == 0xfeff: + self.lines[0] = self.lines[0][1:] + elif self.lines[0][:3] == '\xef\xbb\xbf': + self.lines[0] = self.lines[0][3:] + self.report = report or options.report + self.report_error = self.report.error + self.noqa = False + + def report_invalid_syntax(self): + """Check if the syntax is valid.""" + (exc_type, exc) = sys.exc_info()[:2] + if len(exc.args) > 1: + offset = exc.args[1] + if len(offset) > 2: + offset = offset[1:3] + else: + offset = (1, 0) + self.report_error(offset[0], offset[1] or 0, + f'E901 {exc_type.__name__}: {exc.args[0]}', + self.report_invalid_syntax) + + def readline(self): + """Get the next line from the input buffer.""" + if self.line_number >= self.total_lines: + return '' + line = self.lines[self.line_number] + self.line_number += 1 + if self.indent_char is None and line[:1] in WHITESPACE: + self.indent_char = line[0] + return line + + def run_check(self, check, argument_names): + """Run a check plugin.""" + arguments = [] + for name in argument_names: + arguments.append(getattr(self, name)) + return check(*arguments) + + def init_checker_state(self, name, argument_names): + """Prepare custom state for the specific checker plugin.""" + if 'checker_state' in argument_names: + self.checker_state = self._checker_states.setdefault(name, {}) + + def check_physical(self, line): + """Run all physical checks on a raw input line.""" + self.physical_line = line + for name, check, argument_names in self._physical_checks: + self.init_checker_state(name, argument_names) + result = self.run_check(check, argument_names) + if result is not None: + (offset, text) = result + self.report_error(self.line_number, offset, text, check) + if text[:4] == 'E101': + self.indent_char = line[0] + + def build_tokens_line(self): + """Build a logical line from tokens.""" + logical = [] + comments = [] + length = 0 + prev_row = prev_col = mapping = None + for token_type, text, start, end, line in self.tokens: + if token_type in SKIP_TOKENS: + continue + if not mapping: + mapping = [(0, start)] + if token_type == tokenize.COMMENT: + comments.append(text) + continue + if token_type == tokenize.STRING: + text = mute_string(text) + elif token_type == FSTRING_MIDDLE: # pragma: >=3.12 cover + # fstring tokens are "unescaped" braces -- re-escape! + brace_count = text.count('{') + text.count('}') + text = 'x' * (len(text) + brace_count) + end = (end[0], end[1] + brace_count) + if prev_row: + (start_row, start_col) = start + if prev_row != start_row: # different row + prev_text = self.lines[prev_row - 1][prev_col - 1] + if prev_text == ',' or (prev_text not in '{[(' and + text not in '}])'): + text = ' ' + text + elif prev_col != start_col: # different column + text = line[prev_col:start_col] + text + logical.append(text) + length += len(text) + mapping.append((length, end)) + (prev_row, prev_col) = end + self.logical_line = ''.join(logical) + self.noqa = comments and noqa(''.join(comments)) + return mapping + + def check_logical(self): + """Build a line from tokens and run all logical checks on it.""" + self.report.increment_logical_line() + mapping = self.build_tokens_line() + if not mapping: + return + + mapping_offsets = [offset for offset, _ in mapping] + (start_row, start_col) = mapping[0][1] + start_line = self.lines[start_row - 1] + self.indent_level = expand_indent(start_line[:start_col]) + if self.blank_before < self.blank_lines: + self.blank_before = self.blank_lines + if self.verbose >= 2: + print(self.logical_line[:80].rstrip()) + for name, check, argument_names in self._logical_checks: + if self.verbose >= 4: + print(' ' + name) + self.init_checker_state(name, argument_names) + for offset, text in self.run_check(check, argument_names) or (): + if not isinstance(offset, tuple): + # As mappings are ordered, bisecting is a fast way + # to find a given offset in them. + token_offset, pos = mapping[bisect.bisect_left( + mapping_offsets, offset)] + offset = (pos[0], pos[1] + offset - token_offset) + self.report_error(offset[0], offset[1], text, check) + if self.logical_line: + self.previous_indent_level = self.indent_level + self.previous_logical = self.logical_line + if not self.indent_level: + self.previous_unindented_logical_line = self.logical_line + self.blank_lines = 0 + self.tokens = [] + + def check_ast(self): + """Build the file's AST and run all AST checks.""" + try: + tree = compile(''.join(self.lines), '', 'exec', PyCF_ONLY_AST) + except (ValueError, SyntaxError, TypeError): + return self.report_invalid_syntax() + for name, cls, __ in self._ast_checks: + checker = cls(tree, self.filename) + for lineno, offset, text, check in checker.run(): + if not self.lines or not noqa(self.lines[lineno - 1]): + self.report_error(lineno, offset, text, check) + + def generate_tokens(self): + """Tokenize file, run physical line checks and yield tokens.""" + if self._io_error: + self.report_error(1, 0, 'E902 %s' % self._io_error, readlines) + tokengen = tokenize.generate_tokens(self.readline) + try: + prev_physical = '' + for token in tokengen: + if token[2][0] > self.total_lines: + return + self.noqa = token[4] and noqa(token[4]) + self.maybe_check_physical(token, prev_physical) + yield token + prev_physical = token[4] + except (SyntaxError, tokenize.TokenError): + self.report_invalid_syntax() + + def maybe_check_physical(self, token, prev_physical): + """If appropriate for token, check current physical line(s).""" + # Called after every token, but act only on end of line. + + if token.type == FSTRING_START: # pragma: >=3.12 cover + self.fstring_start = token.start[0] + # a newline token ends a single physical line. + elif _is_eol_token(token): + # if the file does not end with a newline, the NEWLINE + # token is inserted by the parser, but it does not contain + # the previous physical line in `token[4]` + if token.line == '': + self.check_physical(prev_physical) + else: + self.check_physical(token.line) + elif ( + token.type == tokenize.STRING and '\n' in token.string or + token.type == FSTRING_END + ): + # Less obviously, a string that contains newlines is a + # multiline string, either triple-quoted or with internal + # newlines backslash-escaped. Check every physical line in + # the string *except* for the last one: its newline is + # outside of the multiline string, so we consider it a + # regular physical line, and will check it like any other + # physical line. + # + # Subtleties: + # - we don't *completely* ignore the last line; if it + # contains the magical "# noqa" comment, we disable all + # physical checks for the entire multiline string + # - have to wind self.line_number back because initially it + # points to the last line of the string, and we want + # check_physical() to give accurate feedback + if noqa(token.line): + return + if token.type == FSTRING_END: # pragma: >=3.12 cover + start = self.fstring_start + else: + start = token.start[0] + end = token.end[0] + + self.multiline = True + self.line_number = start + for line_number in range(start, end): + self.check_physical(self.lines[line_number - 1] + '\n') + self.line_number += 1 + self.multiline = False + + def check_all(self, expected=None, line_offset=0): + """Run all checks on the input file.""" + self.report.init_file(self.filename, self.lines, expected, line_offset) + self.total_lines = len(self.lines) + if self._ast_checks: + self.check_ast() + self.line_number = 0 + self.indent_char = None + self.indent_level = self.previous_indent_level = 0 + self.previous_logical = '' + self.previous_unindented_logical_line = '' + self.tokens = [] + self.blank_lines = self.blank_before = 0 + parens = 0 + for token in self.generate_tokens(): + self.tokens.append(token) + token_type, text = token[0:2] + if self.verbose >= 3: + if token[2][0] == token[3][0]: + pos = '[{}:{}]'.format(token[2][1] or '', token[3][1]) + else: + pos = 'l.%s' % token[3][0] + print('l.%s\t%s\t%s\t%r' % + (token[2][0], pos, tokenize.tok_name[token[0]], text)) + if token_type == tokenize.OP: + if text in '([{': + parens += 1 + elif text in '}])': + parens -= 1 + elif not parens: + if token_type in NEWLINE: + if token_type == tokenize.NEWLINE: + self.check_logical() + self.blank_before = 0 + elif len(self.tokens) == 1: + # The physical line contains only this token. + self.blank_lines += 1 + del self.tokens[0] + else: + self.check_logical() + if self.tokens: + self.check_physical(self.lines[-1]) + self.check_logical() + return self.report.get_file_results() + + +class BaseReport: + """Collect the results of the checks.""" + + print_filename = False + + def __init__(self, options): + self._benchmark_keys = options.benchmark_keys + self._ignore_code = options.ignore_code + # Results + self.elapsed = 0 + self.total_errors = 0 + self.counters = dict.fromkeys(self._benchmark_keys, 0) + self.messages = {} + + def start(self): + """Start the timer.""" + self._start_time = time.time() + + def stop(self): + """Stop the timer.""" + self.elapsed = time.time() - self._start_time + + def init_file(self, filename, lines, expected, line_offset): + """Signal a new file.""" + self.filename = filename + self.lines = lines + self.expected = expected or () + self.line_offset = line_offset + self.file_errors = 0 + self.counters['files'] += 1 + self.counters['physical lines'] += len(lines) + + def increment_logical_line(self): + """Signal a new logical line.""" + self.counters['logical lines'] += 1 + + def error(self, line_number, offset, text, check): + """Report an error, according to options.""" + code = text[:4] + if self._ignore_code(code): + return + if code in self.counters: + self.counters[code] += 1 + else: + self.counters[code] = 1 + self.messages[code] = text[5:] + # Don't care about expected errors or warnings + if code in self.expected: + return + if self.print_filename and not self.file_errors: + print(self.filename) + self.file_errors += 1 + self.total_errors += 1 + return code + + def get_file_results(self): + """Return the count of errors and warnings for this file.""" + return self.file_errors + + def get_count(self, prefix=''): + """Return the total count of errors and warnings.""" + return sum(self.counters[key] + for key in self.messages if key.startswith(prefix)) + + def get_statistics(self, prefix=''): + """Get statistics for message codes that start with the prefix. + + prefix='' matches all errors and warnings + prefix='E' matches all errors + prefix='W' matches all warnings + prefix='E4' matches all errors that have to do with imports + """ + return ['%-7s %s %s' % (self.counters[key], key, self.messages[key]) + for key in sorted(self.messages) if key.startswith(prefix)] + + def print_statistics(self, prefix=''): + """Print overall statistics (number of errors and warnings).""" + for line in self.get_statistics(prefix): + print(line) + + def print_benchmark(self): + """Print benchmark numbers.""" + print('{:<7.2f} {}'.format(self.elapsed, 'seconds elapsed')) + if self.elapsed: + for key in self._benchmark_keys: + print('%-7d %s per second (%d total)' % + (self.counters[key] / self.elapsed, key, + self.counters[key])) + + +class FileReport(BaseReport): + """Collect the results of the checks and print the filenames.""" + + print_filename = True + + +class StandardReport(BaseReport): + """Collect and print the results of the checks.""" + + def __init__(self, options): + super().__init__(options) + self._fmt = REPORT_FORMAT.get(options.format.lower(), + options.format) + self._repeat = options.repeat + self._show_source = options.show_source + self._show_pep8 = options.show_pep8 + + def init_file(self, filename, lines, expected, line_offset): + """Signal a new file.""" + self._deferred_print = [] + return super().init_file( + filename, lines, expected, line_offset) + + def error(self, line_number, offset, text, check): + """Report an error, according to options.""" + code = super().error(line_number, offset, text, check) + if code and (self.counters[code] == 1 or self._repeat): + self._deferred_print.append( + (line_number, offset, code, text[5:], check.__doc__)) + return code + + def get_file_results(self): + """Print results and return the overall count for this file.""" + self._deferred_print.sort() + for line_number, offset, code, text, doc in self._deferred_print: + print(self._fmt % { + 'path': self.filename, + 'row': self.line_offset + line_number, 'col': offset + 1, + 'code': code, 'text': text, + }) + if self._show_source: + if line_number > len(self.lines): + line = '' + else: + line = self.lines[line_number - 1] + print(line.rstrip()) + print(re.sub(r'\S', ' ', line[:offset]) + '^') + if self._show_pep8 and doc: + print(' ' + doc.strip()) + + # stdout is block buffered when not stdout.isatty(). + # line can be broken where buffer boundary since other + # processes write to same file. + # flush() after print() to avoid buffer boundary. + # Typical buffer size is 8192. line written safely when + # len(line) < 8192. + sys.stdout.flush() + return self.file_errors + + +class DiffReport(StandardReport): + """Collect and print the results for the changed lines only.""" + + def __init__(self, options): + super().__init__(options) + self._selected = options.selected_lines + + def error(self, line_number, offset, text, check): + if line_number not in self._selected[self.filename]: + return + return super().error(line_number, offset, text, check) + + +class StyleGuide: + """Initialize a PEP-8 instance with few options.""" + + def __init__(self, *args, **kwargs): + # build options from the command line + self.checker_class = kwargs.pop('checker_class', Checker) + parse_argv = kwargs.pop('parse_argv', False) + config_file = kwargs.pop('config_file', False) + parser = kwargs.pop('parser', None) + # build options from dict + options_dict = dict(*args, **kwargs) + arglist = None if parse_argv else options_dict.get('paths', None) + verbose = options_dict.get('verbose', None) + options, self.paths = process_options( + arglist, parse_argv, config_file, parser, verbose) + if options_dict: + options.__dict__.update(options_dict) + if 'paths' in options_dict: + self.paths = options_dict['paths'] + + self.runner = self.input_file + self.options = options + + if not options.reporter: + options.reporter = BaseReport if options.quiet else StandardReport + + options.select = tuple(options.select or ()) + if not (options.select or options.ignore) and DEFAULT_IGNORE: + # The default choice: ignore controversial checks + options.ignore = tuple(DEFAULT_IGNORE.split(',')) + else: + # Ignore all checks which are not explicitly selected + options.ignore = ('',) if options.select else tuple(options.ignore) + options.benchmark_keys = BENCHMARK_KEYS[:] + options.ignore_code = self.ignore_code + options.physical_checks = self.get_checks('physical_line') + options.logical_checks = self.get_checks('logical_line') + options.ast_checks = self.get_checks('tree') + self.init_report() + + def init_report(self, reporter=None): + """Initialize the report instance.""" + self.options.report = (reporter or self.options.reporter)(self.options) + return self.options.report + + def check_files(self, paths=None): + """Run all checks on the paths.""" + if paths is None: + paths = self.paths + report = self.options.report + runner = self.runner + report.start() + try: + for path in paths: + if os.path.isdir(path): + self.input_dir(path) + elif not self.excluded(path): + runner(path) + except KeyboardInterrupt: + print('... stopped') + report.stop() + return report + + def input_file(self, filename, lines=None, expected=None, line_offset=0): + """Run all checks on a Python source file.""" + if self.options.verbose: + print('checking %s' % filename) + fchecker = self.checker_class( + filename, lines=lines, options=self.options) + return fchecker.check_all(expected=expected, line_offset=line_offset) + + def input_dir(self, dirname): + """Check all files in this directory and all subdirectories.""" + dirname = dirname.rstrip('/') + if self.excluded(dirname): + return 0 + counters = self.options.report.counters + verbose = self.options.verbose + filepatterns = self.options.filename + runner = self.runner + for root, dirs, files in os.walk(dirname): + if verbose: + print('directory ' + root) + counters['directories'] += 1 + for subdir in sorted(dirs): + if self.excluded(subdir, root): + dirs.remove(subdir) + for filename in sorted(files): + # contain a pattern that matches? + if ( + filename_match(filename, filepatterns) and + not self.excluded(filename, root) + ): + runner(os.path.join(root, filename)) + + def excluded(self, filename, parent=None): + """Check if the file should be excluded. + + Check if 'options.exclude' contains a pattern matching filename. + """ + if not self.options.exclude: + return False + basename = os.path.basename(filename) + if filename_match(basename, self.options.exclude): + return True + if parent: + filename = os.path.join(parent, filename) + filename = os.path.abspath(filename) + return filename_match(filename, self.options.exclude) + + def ignore_code(self, code): + """Check if the error code should be ignored. + + If 'options.select' contains a prefix of the error code, + return False. Else, if 'options.ignore' contains a prefix of + the error code, return True. + """ + if len(code) < 4 and any(s.startswith(code) + for s in self.options.select): + return False + return (code.startswith(self.options.ignore) and + not code.startswith(self.options.select)) + + def get_checks(self, argument_name): + """Get all the checks for this category. + + Find all globally visible functions where the first argument + name starts with argument_name and which contain selected tests. + """ + checks = [] + for check, attrs in _checks[argument_name].items(): + (codes, args) = attrs + if any(not (code and self.ignore_code(code)) for code in codes): + checks.append((check.__name__, check, args)) + return sorted(checks) + + +def get_parser(prog='pycodestyle', version=__version__): + """Create the parser for the program.""" + parser = OptionParser(prog=prog, version=version, + usage="%prog [options] input ...") + parser.config_options = [ + 'exclude', 'filename', 'select', 'ignore', 'max-line-length', + 'max-doc-length', 'indent-size', 'hang-closing', 'count', 'format', + 'quiet', 'show-pep8', 'show-source', 'statistics', 'verbose'] + parser.add_option('-v', '--verbose', default=0, action='count', + help="print status messages, or debug with -vv") + parser.add_option('-q', '--quiet', default=0, action='count', + help="report only file names, or nothing with -qq") + parser.add_option('-r', '--repeat', default=True, action='store_true', + help="(obsolete) show all occurrences of the same error") + parser.add_option('--first', action='store_false', dest='repeat', + help="show first occurrence of each error") + parser.add_option('--exclude', metavar='patterns', default=DEFAULT_EXCLUDE, + help="exclude files or directories which match these " + "comma separated patterns (default: %default)") + parser.add_option('--filename', metavar='patterns', default='*.py', + help="when parsing directories, only check filenames " + "matching these comma separated patterns " + "(default: %default)") + parser.add_option('--select', metavar='errors', default='', + help="select errors and warnings (e.g. E,W6)") + parser.add_option('--ignore', metavar='errors', default='', + help="skip errors and warnings (e.g. E4,W) " + "(default: %s)" % DEFAULT_IGNORE) + parser.add_option('--show-source', action='store_true', + help="show source code for each error") + parser.add_option('--show-pep8', action='store_true', + help="show text of PEP 8 for each error " + "(implies --first)") + parser.add_option('--statistics', action='store_true', + help="count errors and warnings") + parser.add_option('--count', action='store_true', + help="print total number of errors and warnings " + "to standard error and set exit code to 1 if " + "total is not null") + parser.add_option('--max-line-length', type='int', metavar='n', + default=MAX_LINE_LENGTH, + help="set maximum allowed line length " + "(default: %default)") + parser.add_option('--max-doc-length', type='int', metavar='n', + default=None, + help="set maximum allowed doc line length and perform " + "these checks (unchecked if not set)") + parser.add_option('--indent-size', type='int', metavar='n', + default=INDENT_SIZE, + help="set how many spaces make up an indent " + "(default: %default)") + parser.add_option('--hang-closing', action='store_true', + help="hang closing bracket instead of matching " + "indentation of opening bracket's line") + parser.add_option('--format', metavar='format', default='default', + help="set the error format [default|pylint|]") + parser.add_option('--diff', action='store_true', + help="report changes only within line number ranges in " + "the unified diff received on STDIN") + group = parser.add_option_group("Testing Options") + group.add_option('--benchmark', action='store_true', + help="measure processing speed") + return parser + + +def read_config(options, args, arglist, parser): + """Read and parse configurations. + + If a config file is specified on the command line with the + "--config" option, then only it is used for configuration. + + Otherwise, the user configuration (~/.config/pycodestyle) and any + local configurations in the current directory or above will be + merged together (in that order) using the read method of + ConfigParser. + """ + config = configparser.RawConfigParser() + + cli_conf = options.config + + local_dir = os.curdir + + if USER_CONFIG and os.path.isfile(USER_CONFIG): + if options.verbose: + print('user configuration: %s' % USER_CONFIG) + config.read(USER_CONFIG) + + parent = tail = args and os.path.abspath(os.path.commonprefix(args)) + while tail: + if config.read(os.path.join(parent, fn) for fn in PROJECT_CONFIG): + local_dir = parent + if options.verbose: + print('local configuration: in %s' % parent) + break + (parent, tail) = os.path.split(parent) + + if cli_conf and os.path.isfile(cli_conf): + if options.verbose: + print('cli configuration: %s' % cli_conf) + config.read(cli_conf) + + pycodestyle_section = None + if config.has_section(parser.prog): + pycodestyle_section = parser.prog + elif config.has_section('pep8'): + pycodestyle_section = 'pep8' # Deprecated + warnings.warn('[pep8] section is deprecated. Use [pycodestyle].') + + if pycodestyle_section: + option_list = {o.dest: o.type or o.action for o in parser.option_list} + + # First, read the default values + (new_options, __) = parser.parse_args([]) + + # Second, parse the configuration + for opt in config.options(pycodestyle_section): + if opt.replace('_', '-') not in parser.config_options: + print(" unknown option '%s' ignored" % opt) + continue + if options.verbose > 1: + print(" {} = {}".format(opt, + config.get(pycodestyle_section, opt))) + normalized_opt = opt.replace('-', '_') + opt_type = option_list[normalized_opt] + if opt_type in ('int', 'count'): + value = config.getint(pycodestyle_section, opt) + elif opt_type in ('store_true', 'store_false'): + value = config.getboolean(pycodestyle_section, opt) + else: + value = config.get(pycodestyle_section, opt) + if normalized_opt == 'exclude': + value = normalize_paths(value, local_dir) + setattr(new_options, normalized_opt, value) + + # Third, overwrite with the command-line options + (options, __) = parser.parse_args(arglist, values=new_options) + return options + + +def process_options(arglist=None, parse_argv=False, config_file=None, + parser=None, verbose=None): + """Process options passed either via arglist or command line args. + + Passing in the ``config_file`` parameter allows other tools, such as + flake8 to specify their own options to be processed in pycodestyle. + """ + if not parser: + parser = get_parser() + if not parser.has_option('--config'): + group = parser.add_option_group("Configuration", description=( + "The project options are read from the [%s] section of the " + "tox.ini file or the setup.cfg file located in any parent folder " + "of the path(s) being processed. Allowed options are: %s." % + (parser.prog, ', '.join(parser.config_options)))) + group.add_option('--config', metavar='path', default=config_file, + help="user config file location") + # Don't read the command line if the module is used as a library. + if not arglist and not parse_argv: + arglist = [] + # If parse_argv is True and arglist is None, arguments are + # parsed from the command line (sys.argv) + (options, args) = parser.parse_args(arglist) + options.reporter = None + + # If explicitly specified verbosity, override any `-v` CLI flag + if verbose is not None: + options.verbose = verbose + + if parse_argv and not args: + if options.diff or any(os.path.exists(name) + for name in PROJECT_CONFIG): + args = ['.'] + else: + parser.error('input not specified') + options = read_config(options, args, arglist, parser) + options.reporter = parse_argv and options.quiet == 1 and FileReport + + options.filename = _parse_multi_options(options.filename) + options.exclude = normalize_paths(options.exclude) + options.select = _parse_multi_options(options.select) + options.ignore = _parse_multi_options(options.ignore) + + if options.diff: + options.reporter = DiffReport + stdin = stdin_get_value() + options.selected_lines = parse_udiff(stdin, options.filename, args[0]) + args = sorted(options.selected_lines) + + return options, args + + +def _parse_multi_options(options, split_token=','): + r"""Split and strip and discard empties. + + Turns the following: + + A, + B, + + into ["A", "B"] + """ + if options: + return [o.strip() for o in options.split(split_token) if o.strip()] + else: + return options + + +def _main(): + """Parse options and run checks on Python source.""" + import signal + + # Handle "Broken pipe" gracefully + try: + signal.signal(signal.SIGPIPE, lambda signum, frame: sys.exit(1)) + except AttributeError: + pass # not supported on Windows + + style_guide = StyleGuide(parse_argv=True) + options = style_guide.options + + report = style_guide.check_files() + + if options.statistics: + report.print_statistics() + + if options.benchmark: + report.print_benchmark() + + if report.total_errors: + if options.count: + sys.stderr.write(str(report.total_errors) + '\n') + sys.exit(1) + + +if __name__ == '__main__': + _main() diff --git a/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/INSTALLER b/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/METADATA b/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/METADATA new file mode 100644 index 0000000..e283852 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/METADATA @@ -0,0 +1,112 @@ +Metadata-Version: 2.1 +Name: pydocstyle +Version: 6.3.0 +Summary: Python docstring style checker +Home-page: https://www.pydocstyle.org/en/stable/ +License: MIT +Author: Amir Rachum +Author-email: amir@rachum.com +Requires-Python: >=3.6 +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +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 +Provides-Extra: toml +Requires-Dist: importlib-metadata (>=2.0.0,<5.0.0) ; python_version < "3.8" +Requires-Dist: snowballstemmer (>=2.2.0) +Requires-Dist: tomli (>=1.2.3) ; (python_version < "3.11") and (extra == "toml") +Project-URL: Documentation, https://www.pydocstyle.org/en/stable/ +Project-URL: Repository, https://github.com/PyCQA/pydocstyle +Project-URL: Release Notes, https://www.pydocstyle.org/en/stable/release_notes.html +Description-Content-Type: text/x-rst + +pydocstyle - docstring style checker +==================================== + + +.. image:: https://github.com/PyCQA/pydocstyle/workflows/Run%20tests/badge.svg + :target: https://github.com/PyCQA/pydocstyle/actions?query=workflow%3A%22Run+tests%22+branch%3Amaster + +.. image:: https://readthedocs.org/projects/pydocstyle/badge/?version=latest + :target: https://readthedocs.org/projects/pydocstyle/?badge=latest + :alt: Documentation Status + +.. image:: https://img.shields.io/pypi/pyversions/pydocstyle.svg + :target: https://pypi.org/project/pydocstyle + +.. image:: https://pepy.tech/badge/pydocstyle + :target: https://pepy.tech/project/pydocstyle + +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/psf/black + +.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336 + :target: https://pycqa.github.io/isort/ + +.. image:: https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod + :target: https://gitpod.io/#https://github.com/PyCQA/pydocstyle + :alt: Gitpod ready-to-code + +**pydocstyle** is a static analysis tool for checking compliance with Python +docstring conventions. + +**pydocstyle** supports most of +`PEP 257 `_ out of the box, but it +should not be considered a reference implementation. + +**pydocstyle** supports Python 3.6+. + + +Quick Start +----------- + +Install +^^^^^^^ + +.. code:: + + pip install pydocstyle + + +Run +^^^ + +.. code:: + + $ pydocstyle test.py + test.py:18 in private nested class `meta`: + D101: Docstring missing + test.py:27 in public function `get_user`: + D300: Use """triple double quotes""" (found '''-quotes) + test:75 in public function `init_database`: + D201: No blank lines allowed before function docstring (found 1) + ... + +Develop +^^^^^^^ + +You can use Gitpod to run pre-configured dev environment in the cloud right from your browser - + +.. image:: https://gitpod.io/button/open-in-gitpod.svg + :target: https://gitpod.io/#https://github.com/PyCQA/pydocstyle + :alt: Open in Gitpod + +Before submitting a PR make sure that you run `make all`. + +Links +----- + +* `Read the full documentation here `_. + +* `Fork pydocstyle on GitHub `_. + +* `PyPI project page `_. + diff --git a/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/RECORD b/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/RECORD new file mode 100644 index 0000000..4aea5a7 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/RECORD @@ -0,0 +1,28 @@ +../../../bin/pydocstyle,sha256=Djy7bFhwmbP0CSgpSoxZPJbh6BzcZYaeRg6dsJVkEvk,251 +pydocstyle-6.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pydocstyle-6.3.0.dist-info/METADATA,sha256=xseHVtiK7QM2-XSHG07081HME-9ldhRZlRGBBdawB7Q,3674 +pydocstyle-6.3.0.dist-info/RECORD,, +pydocstyle-6.3.0.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88 +pydocstyle-6.3.0.dist-info/entry_points.txt,sha256=xDMbdayn6MYM50iqH6Q7rsz1GWTfKqD0LP4WUgWrvx8,50 +pydocstyle/__init__.py,sha256=Uh2sVMcXyBycC2fPCeynT9O6_qLBOINp1mzeebG4b8Y,194 +pydocstyle/__main__.py,sha256=HATvzyMLOcTgtnmapcs0PYUaUGBpuePTj3YAW2-pfJQ,288 +pydocstyle/__pycache__/__init__.cpython-310.pyc,, +pydocstyle/__pycache__/__main__.cpython-310.pyc,, +pydocstyle/__pycache__/_version.cpython-310.pyc,, +pydocstyle/__pycache__/checker.cpython-310.pyc,, +pydocstyle/__pycache__/cli.cpython-310.pyc,, +pydocstyle/__pycache__/config.cpython-310.pyc,, +pydocstyle/__pycache__/parser.cpython-310.pyc,, +pydocstyle/__pycache__/utils.cpython-310.pyc,, +pydocstyle/__pycache__/violations.cpython-310.pyc,, +pydocstyle/__pycache__/wordlists.cpython-310.pyc,, +pydocstyle/_version.py,sha256=o3CP1RJTutC6kRAEq7Upvxst8gAyqAx-lDFe4qUADy4,400 +pydocstyle/checker.py,sha256=tJ57Xpy-awIkb_XmthVKaFF3KrvmhwMFrXFa-bsvG_4,44884 +pydocstyle/cli.py,sha256=0kxyKYoV6hM2ajEzuT2iRU7QY5BB014waLtUUeu4J6I,2993 +pydocstyle/config.py,sha256=i42oPmXBWCdis3PRXyvwsHgZ7GXkXoCksq_et_Q-Zm0,33488 +pydocstyle/data/imperatives.txt,sha256=TjYSLNwGdI-2_p8Z6QpOLJWoYpoka8TW4UoQhCE9bY4,1821 +pydocstyle/data/imperatives_blacklist.txt,sha256=AseBIcN35ZixSuKhhz7H3GjUsmCvSeyIcTBBv-DjFOM,1443 +pydocstyle/parser.py,sha256=fG2pAXaM4rzJzuwb6qJZPPy3l0ZkPI2C0s7GEqlT5H8,28291 +pydocstyle/utils.py,sha256=F3BoQNIyg2vwBYgvhsd4gBSWNqikI56lCOJQ_ghA8lA,1291 +pydocstyle/violations.py,sha256=1Lz40OlC6Shv_Tl-o8DCzuW7-ayN9YnBigU9JCcRTuw,12411 +pydocstyle/wordlists.py,sha256=7ltJSjmHcpEskkIXSUD8XBIbm_yVBjqH9MgR-eMiCwg,1548 diff --git a/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/WHEEL b/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/WHEEL new file mode 100644 index 0000000..4ba7671 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: poetry-core 1.4.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/entry_points.txt b/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/entry_points.txt new file mode 100644 index 0000000..63dcf6e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle-6.3.0.dist-info/entry_points.txt @@ -0,0 +1,3 @@ +[console_scripts] +pydocstyle=pydocstyle.cli:main + diff --git a/venv/lib/python3.10/site-packages/pydocstyle/__init__.py b/venv/lib/python3.10/site-packages/pydocstyle/__init__.py new file mode 100644 index 0000000..363ea3f --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle/__init__.py @@ -0,0 +1,6 @@ +from ._version import __version__ + +# Temporary hotfix for flake8-docstrings +from .checker import ConventionChecker, check +from .parser import AllError +from .violations import Error, conventions diff --git a/venv/lib/python3.10/site-packages/pydocstyle/__main__.py b/venv/lib/python3.10/site-packages/pydocstyle/__main__.py new file mode 100644 index 0000000..cbde4e5 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle/__main__.py @@ -0,0 +1,20 @@ +#! /usr/bin/env python +"""Static analysis tool for checking docstring conventions and style. + +The repository is located at: +http://github.com/PyCQA/pydocstyle + +""" + + +__all__ = () + + +def main() -> None: + from pydocstyle import cli + + cli.main() + + +if __name__ == '__main__': + main() diff --git a/venv/lib/python3.10/site-packages/pydocstyle/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pydocstyle/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2db58ba64b1b6bad1a95a70fb4198648afd28fb9 GIT binary patch literal 397 zcmYk2yGjHx6ow~r+u0i^_!3j>MzLK)S!`{@CWT=xVJ2)YLy{fX!nd*UHGBf=v{t@? zl_vv=2XgX%Cx1>3(d+dhf_Q!T=-y%f4DdfCT*nL&Ds z%rfYZzMt_ExGgri=Wf6)8x?b#j=TO?Z)#Jirst}|F!G26ukmnly;j%Tt4nOTW1FFB q4pql29JIQz?j#tdlq>Ei-3}*T?4)jwg58Agumz-5be62p1^NLWyKKz> literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pydocstyle/__pycache__/__main__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pydocstyle/__pycache__/__main__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1baa72e938346958d619d58a419e4cbcef06ef70 GIT binary patch literal 567 zcmYjNv5pfl5Vd#rl9iP-RFp2+A~A^Wgb?WZ2$Z8qf#ujHYsG7?Y$wtpt^)BLAYF5R zL%l5(zd!@yoCr748_jrT-psR~&j|v%z4@`D7@?mzd1xghuK@80IE6My;SE+(RjG?F z)uzy;n(T}4NEe?GMygz&(9|Elu9HYcQsIOhqKPzlZ|MggsBE>|8@Hp%%a}rrq<2T{ zlJPFWfTA%CRxb&;ZZ!?M_t7LD1_~_JOOdpqB3+U;rT&t!ok{IsyOh3TZ-%S4uUS8w zn1OMI(!2%KA~^L_bdmkQB$sdK^fiQv6R*{ z<%ay{4;N4wt4tY*(lPxG`Ap6Ly*}~DO z_3rud*;58;^`aMYFLpXUP{TOSn>b(gLzuv(IUwe}GdwF!FJt|$rzt|#w`!_!$~k-p r=Q$A8a(-@gqSKI`ufC6_FgMmOIbB+GIEEZX+pp^zJ7pc=2yM z=jy4y;6S4!DX=Vi$0by_6*@3lmx%J}k+A9g_*QmV&8@M%dOOL=hnG@7+HuVSS*H-8N zqZLK$)0KtSYVF=9m78%BvB*SAXE?y@H!4e)x@r|%=|qY!5%;ocBv~$%Nt3a1P#1Ln zc(~J7^{t}X3&T8`%%dp}!!_AW3WMIoZ+#@qxm*Z#rj%6gpjtR{17COkl}2M<$v82& z&v+rY@urE17h`X%A~A^*G4%^B3Lm%e^U}mp91RYKzD^AHw#FJ8Oir{ZQ||8;802N; d9%qs*QhtIT0=kRfLYH=kOR2q2I;2VH_YY}Lc~AfV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pydocstyle/__pycache__/checker.cpython-310.pyc b/venv/lib/python3.10/site-packages/pydocstyle/__pycache__/checker.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b7d6fa4b031b129180241b890a7ad33dc5370643 GIT binary patch literal 35143 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 Zun#(yAP=@!7dF}gHtjfpAN-;f{12wqG literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pydocstyle/__pycache__/config.cpython-310.pyc b/venv/lib/python3.10/site-packages/pydocstyle/__pycache__/config.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e095b4aa76e2a8947b0e4f29929989da364992ae GIT binary patch literal 25845 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 P$%pms#F!?5`FH<6%MD>E literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pydocstyle/__pycache__/parser.cpython-310.pyc b/venv/lib/python3.10/site-packages/pydocstyle/__pycache__/parser.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cad4c2ab08c846c27c5ee460a98305e3f8ec0bcc GIT binary patch literal 24895 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pydocstyle/__pycache__/violations.cpython-310.pyc b/venv/lib/python3.10/site-packages/pydocstyle/__pycache__/violations.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aea30a769b1115bbbbe782f56225a0abf4602d0a GIT binary patch literal 11174 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 H8GrG=!O(J3 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pydocstyle/__pycache__/wordlists.cpython-310.pyc b/venv/lib/python3.10/site-packages/pydocstyle/__pycache__/wordlists.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74d9043361bdd97f5099b2d487427b4fb1fc8b38 GIT binary patch literal 1572 zcmZ8hPj4eN6t`!bWSULd>{7aFB_xX#E2Y{dATAsbqTB7EVp~vKw$f

}33s44r@2 zPTNGOw5WUvPKm^Y1K)%LXJ0w-72v}2B-I8i*)x8B?Du}Z_nbGIb%NuU+dl@4Dj|Q` z&FZM(=1ZLFXIupFiJ-zss87qU<2(3u6E|f(ODldQt@>5Eu&MbqaAuxhbLy`_ZB`eR zIsN{D-w;)3iW*d)xlQ^^cw+4*=C6zTLV_9wO+XveI;F(}(Ljq0*noA>yrXy2Z^1+S zUoZb33FnNoHzvPbh%lYQJ8TpA=F$CA?2Y$ z8>xBTw|gGt0(d`{L)77=dA27YMQ4oTFNBkvv|Ynq#E~}Mk+v7*(zs`!C)L+#_ep2h)F2yRN<+i4 zFa=YUphq%`sC8ZrhTjU#2&X#7D$I+%sZlyE^%O5h3vW3iC(9}5+VdY(G_r&f!-Tn_M_fjPlj29Fbuj^kX?0? zxYsSldYEUQc0T#It1$V!C2|TC_epf`Sx}u~Y?`(Kf_ss@Q*Ghmylt&{v`!neMH#J9 z=Pmn(Int_(cW?cl;&M@Ci|YWV+QlU%SWdQZ*0G4_jA%M_?x=R|u+V1i)R|K(8#bj_ zGIX+kV7m-?;sR?t&a+UCc^Vc4W`_g;(j_=nQ%`Z7m$a|+8@5*3X)^>Iw19p%N)Scs zgiwPvZYV_Cm5(tdzxB>7D33GDW>bQ_Sl&l7vy+CG5d7aZu(3V0`FXf7$D=z4j{E>O zlZ|)As-ti8WP3#r^b&kp?1N)f?e|PA2#}5-koHA2j>LY|W1FjVP#`Uq(srxAp|bqC z7beL918Hhlx&=0lT(|1lQtW&7=fY;PjdILe%aW`zIKOpt{LSI%{`t|X!{F87>GLzW zW4$+5#Lr*uAAI%l=C=)uWr#bLwux-Eu#C)bLvF EzkjF1rvLx| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pydocstyle/_version.py b/venv/lib/python3.10/site-packages/pydocstyle/_version.py new file mode 100644 index 0000000..185d331 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle/_version.py @@ -0,0 +1,13 @@ +import sys + +if sys.version_info[:2] >= (3, 8): + from importlib import metadata +else: + import importlib_metadata as metadata # pragma: no cover + +# Used to automatically set version number from github actions +# as well as not break when being tested locally +try: + __version__ = metadata.version(__package__) +except metadata.PackageNotFoundError: # pragma: no cover + __version__ = "0.0.0" diff --git a/venv/lib/python3.10/site-packages/pydocstyle/checker.py b/venv/lib/python3.10/site-packages/pydocstyle/checker.py new file mode 100644 index 0000000..9b6376b --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle/checker.py @@ -0,0 +1,1224 @@ +"""Parsed source code checkers for docstring violations.""" + +import ast +import string +import tokenize as tk +from collections import namedtuple +from itertools import chain, takewhile +from re import compile as re +from textwrap import dedent + +from . import violations +from .config import IllegalConfiguration +from .parser import ( + AllError, + Class, + Definition, + Function, + Method, + Module, + NestedClass, + NestedFunction, + Package, + ParseError, + Parser, + StringIO, +) +from .utils import ( + common_prefix_length, + is_blank, + log, + pairwise, + strip_non_alphanumeric, +) +from .wordlists import IMPERATIVE_BLACKLIST, IMPERATIVE_VERBS, stem + +__all__ = ('check',) + + +def check_for(kind, terminal=False): + def decorator(f): + f._check_for = kind + f._terminal = terminal + return f + + return decorator + + +class ConventionChecker: + """Checker for PEP 257, NumPy and Google conventions. + + D10x: Missing docstrings + D20x: Whitespace issues + D30x: Docstring formatting + D40x: Docstring content issues + + """ + + NUMPY_SECTION_NAMES = ( + 'Short Summary', + 'Extended Summary', + 'Parameters', + 'Returns', + 'Yields', + 'Other Parameters', + 'Raises', + 'See Also', + 'Notes', + 'References', + 'Examples', + 'Attributes', + 'Methods', + ) + + GOOGLE_SECTION_NAMES = ( + 'Args', + 'Arguments', + 'Attention', + 'Attributes', + 'Caution', + 'Danger', + 'Error', + 'Example', + 'Examples', + 'Hint', + 'Important', + 'Keyword Args', + 'Keyword Arguments', + 'Methods', + 'Note', + 'Notes', + 'Return', + 'Returns', + 'Raises', + 'References', + 'See Also', + 'Tip', + 'Todo', + 'Warning', + 'Warnings', + 'Warns', + 'Yield', + 'Yields', + ) + + # Examples that will be matched - + # " random: Test" where random will be captured as the param + # " random : test" where random will be captured as the param + # " random_t (Test) : test " where random_t will be captured as the param + # Matches anything that fulfills all the following conditions: + GOOGLE_ARGS_REGEX = re( + # Begins with 0 or more whitespace characters + r"^\s*" + # Followed by 1 or more unicode chars, numbers or underscores + # The above is captured as the first group as this is the paramater name. + r"(\w+)" + # Followed by 0 or more whitespace characters + r"\s*" + # Matches patterns contained within round brackets. + # The `.*?`matches any sequence of characters in a non-greedy + # way (denoted by the `*?`) + r"(\(.*?\))?" + # Followed by 0 or more whitespace chars + r"\s*" + # Followed by a colon + r":" + # Might have a new line and leading whitespace + r"\n?\s*" + # Followed by 1 or more characters - which is the docstring for the parameter + ".+" + ) + + def check_source( + self, + source, + filename, + ignore_decorators=None, + property_decorators=None, + ignore_inline_noqa=False, + ignore_self_only_init=False, + ): + self.property_decorators = ( + {} if property_decorators is None else property_decorators + ) + self.ignore_self_only_init = ignore_self_only_init + module = parse(StringIO(source), filename) + for definition in module: + for this_check in self.checks: + terminate = False + if isinstance(definition, this_check._check_for): + skipping_all = definition.skipped_error_codes == 'all' + decorator_skip = ignore_decorators is not None and any( + len(ignore_decorators.findall(dec.name)) > 0 + for dec in definition.decorators + ) + if ( + ignore_inline_noqa or not skipping_all + ) and not decorator_skip: + error = this_check( + self, definition, definition.docstring + ) + else: + error = None + errors = error if hasattr(error, '__iter__') else [error] + for error in errors: + if error is not None and ( + ignore_inline_noqa + or error.code not in definition.skipped_error_codes + ): + partition = this_check.__doc__.partition('.\n') + message, _, explanation = partition + error.set_context( + explanation=explanation, definition=definition + ) + yield error + if this_check._terminal: + terminate = True + break + if terminate: + break + + @property + def checks(self): + all = [ + this_check + for this_check in vars(type(self)).values() + if hasattr(this_check, '_check_for') + ] + return sorted(all, key=lambda this_check: not this_check._terminal) + + @check_for(Definition, terminal=True) + def check_docstring_missing(self, definition, docstring): + """D10{0,1,2,3}: Public definitions should have docstrings. + + All modules should normally have docstrings. [...] all functions and + classes exported by a module should also have docstrings. Public + methods (including the __init__ constructor) should also have + docstrings. + + Note: Public (exported) definitions are either those with names listed + in __all__ variable (if present), or those that do not start + with a single underscore. + + """ + + def method_violation(): + if definition.is_magic: + return violations.D105() + if definition.is_init: + if ( + self.ignore_self_only_init + and len(definition.param_names) == 1 + ): + return None + return violations.D107() + if not definition.is_overload: + return violations.D102() + return None + + if not docstring and definition.is_public: + codes = { + Module: violations.D100, + Class: violations.D101, + NestedClass: violations.D106, + Method: method_violation, + NestedFunction: violations.D103, + Function: ( + lambda: violations.D103() + if not definition.is_overload + else None + ), + Package: violations.D104, + } + return codes[type(definition)]() + + @check_for(Definition, terminal=True) + def check_docstring_empty(self, definition, docstring): + """D419: Docstring is empty. + + If the user provided a docstring but it was empty, it is like they never provided one. + + NOTE: This used to report as D10X errors. + + """ + if docstring and is_blank(ast.literal_eval(docstring)): + return violations.D419() + + @check_for(Definition) + def check_one_liners(self, definition, docstring): + """D200: One-liner docstrings should fit on one line with quotes. + + The closing quotes are on the same line as the opening quotes. + This looks better for one-liners. + + """ + if docstring: + lines = ast.literal_eval(docstring).split('\n') + if len(lines) > 1: + non_empty_lines = sum(1 for l in lines if not is_blank(l)) + if non_empty_lines == 1: + return violations.D200(len(lines)) + + @check_for(Function) + def check_no_blank_before(self, function, docstring): # def + """D20{1,2}: No blank lines allowed around function/method docstring. + + There's no blank line either before or after the docstring unless directly + followed by an inner function or class. + """ + if docstring: + before, _, after = function.source.partition(docstring) + blanks_before = list(map(is_blank, before.split('\n')[:-1])) + blanks_after = list(map(is_blank, after.split('\n')[1:])) + blanks_before_count = sum(takewhile(bool, reversed(blanks_before))) + blanks_after_count = sum(takewhile(bool, blanks_after)) + if blanks_before_count != 0: + yield violations.D201(blanks_before_count) + if not all(blanks_after) and blanks_after_count != 0: + # Report a D202 violation if the docstring is followed by a blank line + # and the blank line is not itself followed by an inner function or + # class. + if not ( + blanks_after_count == 1 + and re(r"\s+(?:(?:class|def|async def)\s|@)").match(after) + ): + yield violations.D202(blanks_after_count) + + @check_for(Class) + def check_blank_before_after_class(self, class_, docstring): + """D20{3,4}: Class docstring should have 1 blank line around them. + + Insert a blank line before and after all docstrings (one-line or + multi-line) that document a class -- generally speaking, the class's + methods are separated from each other by a single blank line, and the + docstring needs to be offset from the first method by a blank line; + for symmetry, put a blank line between the class header and the + docstring. + + """ + # NOTE: this gives false-positive in this case + # class Foo: + # + # """Docstring.""" + # + # + # # comment here + # def foo(): pass + if docstring: + before, _, after = class_.source.partition(docstring) + blanks_before = list(map(is_blank, before.split('\n')[:-1])) + blanks_after = list(map(is_blank, after.split('\n')[1:])) + blanks_before_count = sum(takewhile(bool, reversed(blanks_before))) + blanks_after_count = sum(takewhile(bool, blanks_after)) + if blanks_before_count != 0: + yield violations.D211(blanks_before_count) + if blanks_before_count != 1: + yield violations.D203(blanks_before_count) + if not all(blanks_after) and blanks_after_count != 1: + yield violations.D204(blanks_after_count) + + @check_for(Definition) + def check_blank_after_summary(self, definition, docstring): + """D205: Put one blank line between summary line and description. + + Multi-line docstrings consist of a summary line just like a one-line + docstring, followed by a blank line, followed by a more elaborate + description. The summary line may be used by automatic indexing tools; + it is important that it fits on one line and is separated from the + rest of the docstring by a blank line. + + """ + if docstring: + lines = ast.literal_eval(docstring).strip().split('\n') + if len(lines) > 1: + post_summary_blanks = list(map(is_blank, lines[1:])) + blanks_count = sum(takewhile(bool, post_summary_blanks)) + if blanks_count != 1: + return violations.D205(blanks_count) + + @staticmethod + def _get_docstring_indent(definition, docstring): + """Return the indentation of the docstring's opening quotes.""" + before_docstring, _, _ = definition.source.partition(docstring) + _, _, indent = before_docstring.rpartition('\n') + return indent + + @check_for(Definition) + def check_indent(self, definition, docstring): + """D20{6,7,8}: The entire docstring should be indented same as code. + + The entire docstring is indented the same as the quotes at its + first line. + + """ + if docstring: + indent = self._get_docstring_indent(definition, docstring) + lines = docstring.split('\n') + if len(lines) > 1: + # First line and line continuations need no indent. + lines = [ + line + for i, line in enumerate(lines) + if i and not lines[i - 1].endswith('\\') + ] + indents = [leading_space(l) for l in lines if not is_blank(l)] + if set(' \t') == set(''.join(indents) + indent): + yield violations.D206() + if (len(indents) > 1 and min(indents[:-1]) > indent) or ( + len(indents) > 0 and indents[-1] > indent + ): + yield violations.D208() + if len(indents) > 0 and min(indents) < indent: + yield violations.D207() + + @check_for(Definition) + def check_newline_after_last_paragraph(self, definition, docstring): + """D209: Put multi-line docstring closing quotes on separate line. + + Unless the entire docstring fits on a line, place the closing + quotes on a line by themselves. + + """ + if docstring: + lines = [ + l + for l in ast.literal_eval(docstring).split('\n') + if not is_blank(l) + ] + if len(lines) > 1: + if docstring.split("\n")[-1].strip() not in ['"""', "'''"]: + return violations.D209() + + @check_for(Definition) + def check_surrounding_whitespaces(self, definition, docstring): + """D210: No whitespaces allowed surrounding docstring text.""" + if docstring: + lines = ast.literal_eval(docstring).split('\n') + if ( + lines[0].startswith(' ') + or len(lines) == 1 + and lines[0].endswith(' ') + ): + return violations.D210() + + @check_for(Definition) + def check_multi_line_summary_start(self, definition, docstring): + """D21{2,3}: Multi-line docstring summary style check. + + A multi-line docstring summary should start either at the first, + or separately at the second line of a docstring. + + """ + if docstring: + start_triple = [ + '"""', + "'''", + 'u"""', + "u'''", + 'r"""', + "r'''", + 'ur"""', + "ur'''", + ] + + lines = ast.literal_eval(docstring).split('\n') + if len(lines) > 1: + first = docstring.split("\n")[0].strip().lower() + if first in start_triple: + return violations.D212() + else: + return violations.D213() + + @check_for(Definition) + def check_triple_double_quotes(self, definition, docstring): + r'''D300: Use """triple double quotes""". + + For consistency, always use """triple double quotes""" around + docstrings. Use r"""raw triple double quotes""" if you use any + backslashes in your docstrings. For Unicode docstrings, use + u"""Unicode triple-quoted strings""". + + Note: Exception to this is made if the docstring contains + """ quotes in its body. + + ''' + if docstring: + if '"""' in ast.literal_eval(docstring): + # Allow ''' quotes if docstring contains """, because + # otherwise """ quotes could not be expressed inside + # docstring. Not in PEP 257. + regex = re(r"[uU]?[rR]?'''[^'].*") + else: + regex = re(r'[uU]?[rR]?"""[^"].*') + + if not regex.match(docstring): + illegal_matcher = re(r"""[uU]?[rR]?("+|'+).*""") + illegal_quotes = illegal_matcher.match(docstring).group(1) + return violations.D300(illegal_quotes) + + @check_for(Definition) + def check_backslashes(self, definition, docstring): + r'''D301: Use r""" if any backslashes in a docstring. + + Use r"""raw triple double quotes""" if you use any backslashes + (\) in your docstrings. + + Exceptions are backslashes for line-continuation and unicode escape + sequences \N... and \u... These are considered intended unescaped + content in docstrings. + ''' + # Just check that docstring is raw, check_triple_double_quotes + # ensures the correct quotes. + + if ( + docstring + and re(r'\\[^\nuN]').search(docstring) + and not docstring.startswith(('r', 'ur')) + ): + return violations.D301() + + @staticmethod + def _check_ends_with(docstring, chars, violation): + """First line ends with one of `chars`. + + First line of the docstring should end with one of the characters in `chars`. + `chars` supports either a `str` or an `Iterable[str]`. If the condition is + evaluated to be false, it raises `violation`. + + """ + if docstring: + summary_line = ast.literal_eval(docstring).strip().split('\n')[0] + if not summary_line.endswith(chars): + return violation(summary_line[-1]) + + @check_for(Definition) + def check_ends_with_period(self, definition, docstring): + """D400: First line should end with a period. + + The [first line of a] docstring is a phrase ending in a period. + + """ + return self._check_ends_with(docstring, '.', violations.D400) + + @check_for(Definition) + def check_ends_with_punctuation(self, definition, docstring): + """D415: should end with proper punctuation. + + The [first line of a] docstring is a phrase ending in a period, + question mark, or exclamation point + + """ + return self._check_ends_with( + docstring, ('.', '!', '?'), violations.D415 + ) + + @check_for(Function) + def check_imperative_mood(self, function, docstring): # def context + """D401: First line should be in imperative mood: 'Do', not 'Does'. + + [Docstring] prescribes the function or method's effect as a command: + ("Do this", "Return that"), not as a description; e.g. don't write + "Returns the pathname ...". + + """ + if ( + docstring + and not function.is_test + and not function.is_property(self.property_decorators) + ): + stripped = ast.literal_eval(docstring).strip() + if stripped: + first_word = strip_non_alphanumeric(stripped.split()[0]) + check_word = first_word.lower() + + if check_word in IMPERATIVE_BLACKLIST: + return violations.D401b(first_word) + + correct_forms = IMPERATIVE_VERBS.get(stem(check_word)) + + if correct_forms and check_word not in correct_forms: + best = max( + correct_forms, + key=lambda f: common_prefix_length(check_word, f), + ) + return violations.D401(best.capitalize(), first_word) + + @check_for(Function) + def check_no_signature(self, function, docstring): # def context + """D402: First line should not be function's or method's "signature". + + The one-line docstring should NOT be a "signature" reiterating the + function/method parameters (which can be obtained by introspection). + + """ + if docstring: + first_line = ast.literal_eval(docstring).strip().split('\n')[0] + if function.name + '(' in first_line.replace(' ', ''): + return violations.D402() + + @check_for(Function) + def check_capitalized(self, function, docstring): + """D403: First word of the first line should be properly capitalized. + + The [first line of a] docstring is a phrase ending in a period. + + """ + if docstring: + first_word = ast.literal_eval(docstring).split()[0] + if first_word == first_word.upper(): + return + for char in first_word: + if char not in string.ascii_letters and char != "'": + return + if first_word != first_word.capitalize(): + return violations.D403(first_word.capitalize(), first_word) + + @check_for(Function) + def check_if_needed(self, function, docstring): + """D418: Function decorated with @overload shouldn't contain a docstring. + + Functions that are decorated with @overload are definitions, + and are for the benefit of the type checker only, + since they will be overwritten by the non-@overload-decorated definition. + + """ + if docstring and function.is_overload: + return violations.D418() + + @check_for(Definition) + def check_starts_with_this(self, function, docstring): + """D404: First word of the docstring should not be `This`. + + Docstrings should use short, simple language. They should not begin + with "This class is [..]" or "This module contains [..]". + + """ + if not docstring: + return + + stripped = ast.literal_eval(docstring).strip() + if not stripped: + return + + first_word = strip_non_alphanumeric(stripped.split()[0]) + if first_word.lower() == 'this': + return violations.D404() + + @staticmethod + def _is_docstring_section(context): + """Check if the suspected context is really a section header. + + Lets have a look at the following example docstring: + '''Title. + + Some part of the docstring that specifies what the function + returns. <----- Not a real section name. It has a suffix and the + previous line is not empty and does not end with + a punctuation sign. + + This is another line in the docstring. It describes stuff, + but we forgot to add a blank line between it and the section name. + Parameters <-- A real section name. The previous line ends with + ---------- a period, therefore it is in a new + grammatical context. + param : int + examples : list <------- Not a section - previous line doesn't end + A list of examples. with punctuation. + notes : list <---------- Not a section - there's text after the + A list of notes. colon. + + Notes: <--- Suspected as a context because there's a suffix to the + ----- section, but it's a colon so it's probably a mistake. + Bla. + + ''' + + To make sure this is really a section we check these conditions: + * There's no suffix to the section name or it's just a colon AND + * The previous line is empty OR it ends with punctuation. + + If one of the conditions is true, we will consider the line as + a section name. + """ + section_name_suffix = ( + context.line.strip().lstrip(context.section_name.strip()).strip() + ) + + section_suffix_is_only_colon = section_name_suffix == ':' + + punctuation = [',', ';', '.', '-', '\\', '/', ']', '}', ')'] + prev_line_ends_with_punctuation = any( + context.previous_line.strip().endswith(x) for x in punctuation + ) + + this_line_looks_like_a_section_name = ( + is_blank(section_name_suffix) or section_suffix_is_only_colon + ) + + prev_line_looks_like_end_of_paragraph = ( + prev_line_ends_with_punctuation or is_blank(context.previous_line) + ) + + return ( + this_line_looks_like_a_section_name + and prev_line_looks_like_end_of_paragraph + ) + + @classmethod + def _check_blanks_and_section_underline( + cls, section_name, context, indentation + ): + """D4{07,08,09,12,14}, D215: Section underline checks. + + Check for correct formatting for docstring sections. Checks that: + * The line that follows the section name contains + dashes (D40{7,8}). + * The amount of dashes is equal to the length of the section + name (D409). + * The section's content does not begin in the line that follows + the section header (D412). + * The section has no content (D414). + * The indentation of the dashed line is equal to the docstring's + indentation (D215). + """ + blank_lines_after_header = 0 + + for line in context.following_lines: + if not is_blank(line): + break + blank_lines_after_header += 1 + else: + # There are only blank lines after the header. + yield violations.D407(section_name) + yield violations.D414(section_name) + return + + non_empty_line = context.following_lines[blank_lines_after_header] + dash_line_found = ''.join(set(non_empty_line.strip())) == '-' + + if not dash_line_found: + yield violations.D407(section_name) + if blank_lines_after_header > 0: + yield violations.D412(section_name) + else: + if blank_lines_after_header > 0: + yield violations.D408(section_name) + + if non_empty_line.strip() != "-" * len(section_name): + yield violations.D409( + len(section_name), + section_name, + len(non_empty_line.strip()), + ) + + if leading_space(non_empty_line) > indentation: + yield violations.D215(section_name) + + line_after_dashes_index = blank_lines_after_header + 1 + # If the line index after the dashes is in range (perhaps we have + # a header + underline followed by another section header). + if line_after_dashes_index < len(context.following_lines): + line_after_dashes = context.following_lines[ + line_after_dashes_index + ] + if is_blank(line_after_dashes): + rest_of_lines = context.following_lines[ + line_after_dashes_index: + ] + if not is_blank(''.join(rest_of_lines)): + yield violations.D412(section_name) + else: + yield violations.D414(section_name) + else: + yield violations.D414(section_name) + + @classmethod + def _check_common_section( + cls, docstring, definition, context, valid_section_names + ): + """D4{05,10,11,13}, D214: Section name checks. + + Check for valid section names. Checks that: + * The section name is properly capitalized (D405). + * The section is not over-indented (D214). + * There's a blank line after the section (D410, D413). + * There's a blank line before the section (D411). + + Also yields all the errors from `_check_blanks_and_section_underline`. + """ + indentation = cls._get_docstring_indent(definition, docstring) + capitalized_section = context.section_name.title() + + if ( + context.section_name not in valid_section_names + and capitalized_section in valid_section_names + ): + yield violations.D405(capitalized_section, context.section_name) + + if leading_space(context.line) > indentation: + yield violations.D214(capitalized_section) + + if not context.following_lines or not is_blank( + context.following_lines[-1] + ): + if context.is_last_section: + yield violations.D413(capitalized_section) + else: + yield violations.D410(capitalized_section) + + if not is_blank(context.previous_line): + yield violations.D411(capitalized_section) + + yield from cls._check_blanks_and_section_underline( + capitalized_section, context, indentation + ) + + @classmethod + def _check_numpy_section(cls, docstring, definition, context): + """D406: NumPy-style section name checks. + + Check for valid section names. Checks that: + * The section name has no superfluous suffix to it (D406). + + Additionally, also yield all violations from `_check_common_section` + which are style-agnostic section checks. + """ + indentation = cls._get_docstring_indent(definition, docstring) + capitalized_section = context.section_name.title() + yield from cls._check_common_section( + docstring, definition, context, cls.NUMPY_SECTION_NAMES + ) + suffix = context.line.strip().lstrip(context.section_name) + if suffix: + yield violations.D406(capitalized_section, context.line.strip()) + + if capitalized_section == "Parameters": + yield from cls._check_parameters_section( + docstring, definition, context + ) + + @staticmethod + def _check_parameters_section(docstring, definition, context): + """D417: `Parameters` section check for numpy style. + + Check for a valid `Parameters` section. Checks that: + * The section documents all function arguments (D417) + except `self` or `cls` if it is a method. + + """ + docstring_args = set() + section_level_indent = leading_space(context.line) + # Join line continuations, then resplit by line. + content = ( + '\n'.join(context.following_lines).replace('\\\n', '').split('\n') + ) + for current_line, next_line in zip(content, content[1:]): + # All parameter definitions in the Numpy parameters + # section must be at the same indent level as the section + # name. + # Also, we ensure that the following line is indented, + # and has some string, to ensure that the parameter actually + # has a description. + # This means, this is a parameter doc with some description + if ( + (leading_space(current_line) == section_level_indent) + and ( + len(leading_space(next_line)) + > len(leading_space(current_line)) + ) + and next_line.strip() + ): + # In case the parameter has type definitions, it + # will have a colon + if ":" in current_line: + parameters, parameter_type = current_line.split(":", 1) + # Else, we simply have the list of parameters defined + # on the current line. + else: + parameters = current_line.strip() + # Numpy allows grouping of multiple parameters of same + # type in the same line. They are comma separated. + parameter_list = parameters.split(",") + for parameter in parameter_list: + docstring_args.add(parameter.strip()) + yield from ConventionChecker._check_missing_args( + docstring_args, definition + ) + + @staticmethod + def _check_args_section(docstring, definition, context): + """D417: `Args` section checks. + + Check for a valid `Args` or `Argument` section. Checks that: + * The section documents all function arguments (D417) + except `self` or `cls` if it is a method. + + Documentation for each arg should start at the same indentation + level. For example, in this case x and y are distinguishable:: + + Args: + x: Lorem ipsum dolor sit amet + y: Ut enim ad minim veniam + + In the case below, we only recognize x as a documented parameter + because the rest of the content is indented as if it belongs + to the description for x:: + + Args: + x: Lorem ipsum dolor sit amet + y: Ut enim ad minim veniam + """ + docstring_args = set() + + # normalize leading whitespace + if context.following_lines: + # any lines with shorter indent than the first one should be disregarded + first_line = context.following_lines[0] + leading_whitespaces = first_line[: -len(first_line.lstrip())] + + args_content = dedent( + "\n".join( + [ + line + for line in context.following_lines + if line.startswith(leading_whitespaces) or line == "" + ] + ) + ).strip() + + args_sections = [] + for line in args_content.splitlines(keepends=True): + if not line[:1].isspace(): + # This line is the start of documentation for the next + # parameter because it doesn't start with any whitespace. + args_sections.append(line) + else: + # This is a continuation of documentation for the last + # parameter because it does start with whitespace. + args_sections[-1] += line + + for section in args_sections: + match = ConventionChecker.GOOGLE_ARGS_REGEX.match(section) + if match: + docstring_args.add(match.group(1)) + yield from ConventionChecker._check_missing_args( + docstring_args, definition + ) + + @staticmethod + def _check_missing_args(docstring_args, definition): + """D417: Yield error for missing arguments in docstring. + + Given a list of arguments found in the docstring and the + callable definition, it checks if all the arguments of the + callable are present in the docstring, else it yields a + D417 with a list of missing arguments. + + """ + if isinstance(definition, Function): + function_args = get_function_args(definition.source) + # If the method isn't static, then we skip the first + # positional argument as it is `cls` or `self` + if definition.kind == 'method' and not definition.is_static: + function_args = function_args[1:] + # Filtering out any arguments prefixed with `_` marking them + # as private. + function_args = [ + arg_name + for arg_name in function_args + if not is_def_arg_private(arg_name) + ] + missing_args = set(function_args) - docstring_args + if missing_args: + yield violations.D417( + ", ".join(sorted(missing_args)), definition.name + ) + + @classmethod + def _check_google_section(cls, docstring, definition, context): + """D416: Google-style section name checks. + + Check for valid section names. Checks that: + * The section does not contain any blank line between its name + and content (D412). + * The section is not empty (D414). + * The section name has colon as a suffix (D416). + + Additionally, also yield all violations from `_check_common_section` + which are style-agnostic section checks. + """ + capitalized_section = context.section_name.title() + yield from cls._check_common_section( + docstring, definition, context, cls.GOOGLE_SECTION_NAMES + ) + suffix = context.line.strip().lstrip(context.section_name) + if suffix != ":": + yield violations.D416( + capitalized_section + ":", context.line.strip() + ) + + if capitalized_section in ("Args", "Arguments"): + yield from cls._check_args_section(docstring, definition, context) + + @staticmethod + def _get_section_contexts(lines, valid_section_names): + """Generate `SectionContext` objects for valid sections. + + Given a list of `valid_section_names`, generate an + `Iterable[SectionContext]` which provides: + * Section Name + * String value of the previous line + * The section line + * Following lines till the next section + * Line index of the beginning of the section in the docstring + * Boolean indicating whether the section is the last section. + for each valid section. + + """ + lower_section_names = [s.lower() for s in valid_section_names] + + def _suspected_as_section(_line): + result = get_leading_words(_line.lower()) + return result in lower_section_names + + # Finding our suspects. + suspected_section_indices = [ + i for i, line in enumerate(lines) if _suspected_as_section(line) + ] + + SectionContext = namedtuple( + 'SectionContext', + ( + 'section_name', + 'previous_line', + 'line', + 'following_lines', + 'original_index', + 'is_last_section', + ), + ) + + # First - create a list of possible contexts. Note that the + # `following_lines` member is until the end of the docstring. + contexts = ( + SectionContext( + get_leading_words(lines[i].strip()), + lines[i - 1], + lines[i], + lines[i + 1 :], + i, + False, + ) + for i in suspected_section_indices + ) + + # Now that we have manageable objects - rule out false positives. + contexts = ( + c for c in contexts if ConventionChecker._is_docstring_section(c) + ) + + # Now we shall trim the `following lines` field to only reach the + # next section name. + for a, b in pairwise(contexts, None): + end = -1 if b is None else b.original_index + yield SectionContext( + a.section_name, + a.previous_line, + a.line, + lines[a.original_index + 1 : end], + a.original_index, + b is None, + ) + + def _check_numpy_sections(self, lines, definition, docstring): + """NumPy-style docstring sections checks. + + Check the general format of a sectioned docstring: + '''This is my one-liner. + + Short Summary + ------------- + This is my summary. + + Returns + ------- + None. + + ''' + + Section names appear in `NUMPY_SECTION_NAMES`. + Yields all violation from `_check_numpy_section` for each valid + Numpy-style section. + """ + found_any_numpy_section = False + for ctx in self._get_section_contexts(lines, self.NUMPY_SECTION_NAMES): + found_any_numpy_section = True + yield from self._check_numpy_section(docstring, definition, ctx) + + return found_any_numpy_section + + def _check_google_sections(self, lines, definition, docstring): + """Google-style docstring section checks. + + Check the general format of a sectioned docstring: + '''This is my one-liner. + + Note: + This is my summary. + + Returns: + None. + + ''' + + Section names appear in `GOOGLE_SECTION_NAMES`. + Yields all violation from `_check_google_section` for each valid + Google-style section. + """ + for ctx in self._get_section_contexts( + lines, self.GOOGLE_SECTION_NAMES + ): + yield from self._check_google_section(docstring, definition, ctx) + + @check_for(Definition) + def check_docstring_sections(self, definition, docstring): + """Check for docstring sections.""" + if not docstring: + return + + lines = docstring.split("\n") + if len(lines) < 2: + return + + found_numpy = yield from self._check_numpy_sections( + lines, definition, docstring + ) + if not found_numpy: + yield from self._check_google_sections( + lines, definition, docstring + ) + + +parse = Parser() + + +def check( + filenames, + select=None, + ignore=None, + ignore_decorators=None, + property_decorators=None, + ignore_inline_noqa=False, + ignore_self_only_init=False, +): + """Generate docstring errors that exist in `filenames` iterable. + + By default, the PEP-257 convention is checked. To specifically define the + set of error codes to check for, supply either `select` or `ignore` (but + not both). In either case, the parameter should be a collection of error + code strings, e.g., {'D100', 'D404'}. + + When supplying `select`, only specified error codes will be reported. + When supplying `ignore`, all error codes which were not specified will be + reported. + + Note that ignored error code refer to the entire set of possible + error codes, which is larger than just the PEP-257 convention. To your + convenience, you may use `pydocstyle.violations.conventions.pep257` as + a base set to add or remove errors from. + + `ignore_inline_noqa` controls if `# noqa` comments are respected or not. + + `ignore_self_only_init` controls if D107 is reported on __init__ only containing `self`. + + Examples + --------- + >>> check(['pydocstyle.py']) + + + >>> check(['pydocstyle.py'], select=['D100']) + + + >>> check(['pydocstyle.py'], ignore=conventions.pep257 - {'D100'}) + + + """ + if select is not None and ignore is not None: + raise IllegalConfiguration( + 'Cannot pass both select and ignore. ' + 'They are mutually exclusive.' + ) + elif select is not None: + checked_codes = select + elif ignore is not None: + checked_codes = list( + set(violations.ErrorRegistry.get_error_codes()) - set(ignore) + ) + else: + checked_codes = violations.conventions.pep257 + + for filename in filenames: + log.info('Checking file %s.', filename) + try: + with tk.open(filename) as file: + source = file.read() + for error in ConventionChecker().check_source( + source, + filename, + ignore_decorators, + property_decorators, + ignore_inline_noqa, + ignore_self_only_init, + ): + code = getattr(error, 'code', None) + if code in checked_codes: + yield error + except (OSError, AllError, ParseError) as error: + log.warning('Error in file %s: %s', filename, error) + yield error + except tk.TokenError: + yield SyntaxError('invalid syntax in file %s' % filename) + + +def is_ascii(string): + """Return a boolean indicating if `string` only has ascii characters.""" + return all(ord(char) < 128 for char in string) + + +def leading_space(string): + """Return any leading space from `string`.""" + return re(r'\s*').match(string).group() + + +def get_leading_words(line): + """Return any leading set of words from `line`. + + For example, if `line` is " Hello world!!!", returns "Hello world". + """ + result = re(r"[\w ]+").match(line.strip()) + if result is not None: + return result.group() + + +def is_def_arg_private(arg_name): + """Return a boolean indicating if the argument name is private.""" + return arg_name.startswith("_") + + +def get_function_args(function_source): + """Return the function arguments given the source-code string.""" + # We are stripping the whitespace from the left of the + # function source. + # This is so that if the docstring has incorrectly + # indented lines, which are at a lower indent than the + # function source, we still dedent the source correctly + # and the AST parser doesn't throw an error. + try: + function_arg_node = ast.parse(function_source.lstrip()).body[0].args + except SyntaxError: + # If we still get a syntax error, we don't want the + # the checker to crash. Instead we just return a blank list. + return [] + arg_nodes = function_arg_node.args + kwonly_arg_nodes = function_arg_node.kwonlyargs + return [arg_node.arg for arg_node in chain(arg_nodes, kwonly_arg_nodes)] diff --git a/venv/lib/python3.10/site-packages/pydocstyle/cli.py b/venv/lib/python3.10/site-packages/pydocstyle/cli.py new file mode 100644 index 0000000..6f9d6d8 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle/cli.py @@ -0,0 +1,108 @@ +"""Command line interface for pydocstyle.""" +import logging +import sys + +from .checker import check +from .config import ConfigurationParser, IllegalConfiguration +from .utils import log +from .violations import Error + +__all__ = ('main',) + + +class ReturnCode: + no_violations_found = 0 + violations_found = 1 + invalid_options = 2 + + +def run_pydocstyle(): + log.setLevel(logging.DEBUG) + conf = ConfigurationParser() + setup_stream_handlers(conf.get_default_run_configuration()) + + try: + conf.parse() + except IllegalConfiguration: + return ReturnCode.invalid_options + + run_conf = conf.get_user_run_configuration() + + # Reset the logger according to the command line arguments + setup_stream_handlers(run_conf) + + log.debug("starting in debug mode.") + + Error.explain = run_conf.explain + Error.source = run_conf.source + + errors = [] + try: + for ( + filename, + checked_codes, + ignore_decorators, + property_decorators, + ignore_self_only_init, + ) in conf.get_files_to_check(): + errors.extend( + check( + (filename,), + select=checked_codes, + ignore_decorators=ignore_decorators, + property_decorators=property_decorators, + ignore_self_only_init=ignore_self_only_init, + ) + ) + except IllegalConfiguration as error: + # An illegal configuration file was found during file generation. + log.error(error.args[0]) + return ReturnCode.invalid_options + + count = 0 + for error in errors: # type: ignore + if hasattr(error, 'code'): + sys.stdout.write('%s\n' % error) + count += 1 + if count == 0: + exit_code = ReturnCode.no_violations_found + else: + exit_code = ReturnCode.violations_found + if run_conf.count: + print(count) + return exit_code + + +def main(): + """Run pydocstyle as a script.""" + try: + sys.exit(run_pydocstyle()) + except KeyboardInterrupt: + pass + + +def setup_stream_handlers(conf): + """Set up logging stream handlers according to the options.""" + + class StdoutFilter(logging.Filter): + def filter(self, record): + return record.levelno in (logging.DEBUG, logging.INFO) + + log.handlers = [] + + stdout_handler = logging.StreamHandler(sys.stdout) + stdout_handler.setLevel(logging.WARNING) + stdout_handler.addFilter(StdoutFilter()) + if conf.debug: + stdout_handler.setLevel(logging.DEBUG) + elif conf.verbose: + stdout_handler.setLevel(logging.INFO) + else: + stdout_handler.setLevel(logging.WARNING) + log.addHandler(stdout_handler) + + stderr_handler = logging.StreamHandler(sys.stderr) + msg_format = "%(levelname)s: %(message)s" + stderr_handler.setFormatter(logging.Formatter(fmt=msg_format)) + stderr_handler.setLevel(logging.WARNING) + log.addHandler(stderr_handler) diff --git a/venv/lib/python3.10/site-packages/pydocstyle/config.py b/venv/lib/python3.10/site-packages/pydocstyle/config.py new file mode 100644 index 0000000..34fb150 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle/config.py @@ -0,0 +1,949 @@ +"""Configuration file parsing and utilities.""" + +import copy +import itertools +import operator +import os +import sys +from collections import namedtuple +from collections.abc import Set +from configparser import NoOptionError, NoSectionError, RawConfigParser +from functools import reduce +from re import compile as re + +from ._version import __version__ +from .utils import log +from .violations import ErrorRegistry, conventions + +if sys.version_info >= (3, 11): + import tomllib +else: + try: + import tomli as tomllib + except ImportError: # pragma: no cover + tomllib = None # type: ignore + + +def check_initialized(method): + """Check that the configuration object was initialized.""" + + def _decorator(self, *args, **kwargs): + if self._arguments is None or self._options is None: + raise RuntimeError('using an uninitialized configuration') + return method(self, *args, **kwargs) + + return _decorator + + +class TomlParser: + """ConfigParser that partially mimics RawConfigParser but for toml files. + + See RawConfigParser for more info. Also, please note that not all + RawConfigParser functionality is implemented, but only the subset that is + currently used by pydocstyle. + """ + + def __init__(self): + """Create a toml parser.""" + self._config = {} + + def read(self, filenames, encoding=None): + """Read and parse a filename or an iterable of filenames. + + Files that cannot be opened are silently ignored; this is + designed so that you can specify an iterable of potential + configuration file locations (e.g. current directory, user's + home directory, systemwide directory), and all existing + configuration files in the iterable will be read. A single + filename may also be given. + + Return list of successfully read files. + """ + if isinstance(filenames, (str, bytes, os.PathLike)): + filenames = [filenames] + read_ok = [] + for filename in filenames: + try: + with open(filename, "rb") as fp: + if not tomllib: + log.warning( + "The %s configuration file was ignored, " + "because the `tomli` package is not installed.", + filename, + ) + continue + self._config.update(tomllib.load(fp)) + except OSError: + continue + if isinstance(filename, os.PathLike): + filename = os.fspath(filename) + read_ok.append(filename) + return read_ok + + def _get_section(self, section, allow_none=False): + try: + current = reduce( + operator.getitem, + section.split('.'), + self._config['tool'], + ) + except KeyError: + current = None + + if isinstance(current, dict): + return current + elif allow_none: + return None + else: + raise NoSectionError(section) + + def has_section(self, section): + """Indicate whether the named section is present in the configuration.""" + return self._get_section(section, allow_none=True) is not None + + def options(self, section): + """Return a list of option names for the given section name.""" + current = self._get_section(section) + return list(current.keys()) + + def get(self, section, option, *, _conv=None): + """Get an option value for a given section.""" + d = self._get_section(section) + option = option.lower() + try: + value = d[option] + except KeyError: + raise NoOptionError(option, section) + + if isinstance(value, dict): + raise TypeError( + f"Expected {section}.{option} to be an option, not a section." + ) + + # toml should convert types automatically + # don't manually convert, just check, that the type is correct + if _conv is not None and not isinstance(value, _conv): + raise TypeError( + f"The type of {section}.{option} should be {_conv}" + ) + + return value + + def getboolean(self, section, option): + """Get a boolean option value for a given section.""" + return self.get(section, option, _conv=bool) + + def getint(self, section, option): + """Get an integer option value for a given section.""" + return self.get(section, option, _conv=int) + + +class ConfigurationParser: + """Responsible for parsing configuration from files and CLI. + + There are 2 types of configurations: Run configurations and Check + configurations. + + Run Configurations: + ------------------ + Responsible for deciding things that are related to the user interface and + configuration discovery, e.g. verbosity, debug options, etc. + All run configurations default to `False` or `None` and are decided only + by CLI. + + Check Configurations: + -------------------- + Configurations that are related to which files and errors will be checked. + These are configurable in 2 ways: using the CLI, and using configuration + files. + + Configuration files are nested within the file system, meaning that the + closer a configuration file is to a checked file, the more relevant it will + be. For instance, imagine this directory structure: + + A + +-- tox.ini: sets `select=D100` + +-- B + +-- foo.py + +-- tox.ini: sets `add-ignore=D100` + + Then `foo.py` will not be checked for `D100`. + The configuration build algorithm is described in `self._get_config`. + + Note: If any of `BASE_ERROR_SELECTION_OPTIONS` was selected in the CLI, all + configuration files will be ignored and each file will be checked for + the error codes supplied in the CLI. + + """ + + CONFIG_FILE_OPTIONS = ( + 'convention', + 'select', + 'ignore', + 'add-select', + 'add-ignore', + 'match', + 'match-dir', + 'ignore-decorators', + 'ignore-self-only-init', + ) + BASE_ERROR_SELECTION_OPTIONS = ('ignore', 'select', 'convention') + + DEFAULT_MATCH_RE = r'(?!test_).*\.py' + DEFAULT_MATCH_DIR_RE = r'[^\.].*' + DEFAULT_IGNORE_DECORATORS_RE = '' + DEFAULT_PROPERTY_DECORATORS = ( + "property,cached_property,functools.cached_property" + ) + DEFAULT_CONVENTION = conventions.pep257 + DEFAULT_IGNORE_SELF_ONLY_INIT = False + + PROJECT_CONFIG_FILES = ( + 'setup.cfg', + 'tox.ini', + '.pydocstyle', + '.pydocstyle.ini', + '.pydocstylerc', + '.pydocstylerc.ini', + 'pyproject.toml', + # The following is deprecated, but remains for backwards compatibility. + '.pep257', + ) + + POSSIBLE_SECTION_NAMES = ('pydocstyle', 'pep257') + + def __init__(self): + """Create a configuration parser.""" + self._cache = {} + self._override_by_cli = None + self._options = self._arguments = self._run_conf = None + self._parser = self._create_option_parser() + + # ---------------------------- Public Methods ----------------------------- + + def get_default_run_configuration(self): + """Return a `RunConfiguration` object set with default values.""" + options, _ = self._parse_args([]) + return self._create_run_config(options) + + def parse(self): + """Parse the configuration. + + If one of `BASE_ERROR_SELECTION_OPTIONS` was selected, overrides all + error codes to check and disregards any error code related + configurations from the configuration files. + + """ + self._options, self._arguments = self._parse_args() + self._arguments = self._arguments or ['.'] + + if not self._validate_options(self._options): + raise IllegalConfiguration() + + self._run_conf = self._create_run_config(self._options) + + config = self._create_check_config(self._options, use_defaults=False) + self._override_by_cli = config + + @check_initialized + def get_user_run_configuration(self): + """Return the run configuration for the script.""" + return self._run_conf + + @check_initialized + def get_files_to_check(self): + """Generate files and error codes to check on each one. + + Walk dir trees under `self._arguments` and yield file names + that `match` under each directory that `match_dir`. + The method locates the configuration for each file name and yields a + tuple of (filename, [error_codes]). + + With every discovery of a new configuration file `IllegalConfiguration` + might be raised. + + """ + + def _get_matches(conf): + """Return the `match` and `match_dir` functions for `config`.""" + match_func = re(conf.match + '$').match + match_dir_func = re(conf.match_dir + '$').match + return match_func, match_dir_func + + def _get_ignore_decorators(conf): + """Return the `ignore_decorators` as None or regex.""" + return ( + re(conf.ignore_decorators) if conf.ignore_decorators else None + ) + + def _get_property_decorators(conf): + """Return the `property_decorators` as None or set.""" + return ( + set(conf.property_decorators.split(",")) + if conf.property_decorators + else None + ) + + for name in self._arguments: + if os.path.isdir(name): + for root, dirs, filenames in os.walk(name): + config = self._get_config(os.path.abspath(root)) + match, match_dir = _get_matches(config) + ignore_decorators = _get_ignore_decorators(config) + property_decorators = _get_property_decorators(config) + + # Skip any dirs that do not match match_dir + dirs[:] = [d for d in dirs if match_dir(d)] + + for filename in map(os.path.basename, filenames): + if match(filename): + full_path = os.path.join(root, filename) + yield ( + full_path, + list(config.checked_codes), + ignore_decorators, + property_decorators, + config.ignore_self_only_init, + ) + else: + config = self._get_config(os.path.abspath(name)) + match, _ = _get_matches(config) + ignore_decorators = _get_ignore_decorators(config) + property_decorators = _get_property_decorators(config) + if match(os.path.basename(name)): + yield ( + name, + list(config.checked_codes), + ignore_decorators, + property_decorators, + config.ignore_self_only_init, + ) + + # --------------------------- Private Methods ----------------------------- + + def _get_config_by_discovery(self, node): + """Get a configuration for checking `node` by config discovery. + + Config discovery happens when no explicit config file is specified. The + file system is searched for config files starting from the directory + containing the file being checked, and up until the root directory of + the project. + + See `_get_config` for further details. + + """ + path = self._get_node_dir(node) + + if path in self._cache: + return self._cache[path] + + config_file = self._get_config_file_in_folder(path) + + if config_file is None: + parent_dir, tail = os.path.split(path) + if tail: + # No configuration file, simply take the parent's. + config = self._get_config(parent_dir) + else: + # There's no configuration file and no parent directory. + # Use the default configuration or the one given in the CLI. + config = self._create_check_config(self._options) + else: + # There's a config file! Read it and merge if necessary. + options, inherit = self._read_configuration_file(config_file) + + parent_dir, tail = os.path.split(path) + if tail and inherit: + # There is a parent dir and we should try to merge. + parent_config = self._get_config(parent_dir) + config = self._merge_configuration(parent_config, options) + else: + # No need to merge or parent dir does not exist. + config = self._create_check_config(options) + + return config + + def _get_config(self, node): + """Get and cache the run configuration for `node`. + + If no configuration exists (not local and not for the parent node), + returns and caches a default configuration. + + The algorithm: + ------------- + * If the current directory's configuration exists in + `self._cache` - return it. + * If a configuration file does not exist in this directory: + * If the directory is not a root directory: + * Cache its configuration as this directory's and return it. + * Else: + * Cache a default configuration and return it. + * Else: + * Read the configuration file. + * If a parent directory exists AND the configuration file + allows inheritance: + * Read the parent configuration by calling this function with the + parent directory as `node`. + * Merge the parent configuration with the current one and + cache it. + * If the user has specified one of `BASE_ERROR_SELECTION_OPTIONS` in + the CLI - return the CLI configuration with the configuration match + clauses + * Set the `--add-select` and `--add-ignore` CLI configurations. + + """ + if self._run_conf.config is None: + log.debug('No config file specified, discovering.') + config = self._get_config_by_discovery(node) + else: + log.debug('Using config file %r', self._run_conf.config) + if not os.path.exists(self._run_conf.config): + raise IllegalConfiguration( + 'Configuration file {!r} specified ' + 'via --config was not found.'.format(self._run_conf.config) + ) + + if None in self._cache: + return self._cache[None] + options, _ = self._read_configuration_file(self._run_conf.config) + + if options is None: + log.warning( + 'Configuration file does not contain a ' + 'pydocstyle section. Using default configuration.' + ) + config = self._create_check_config(self._options) + else: + config = self._create_check_config(options) + + # Make the CLI always win + final_config = {} + for attr in CheckConfiguration._fields: + cli_val = getattr(self._override_by_cli, attr) + conf_val = getattr(config, attr) + final_config[attr] = cli_val if cli_val is not None else conf_val + + config = CheckConfiguration(**final_config) + + self._set_add_options(config.checked_codes, self._options) + + # Handle caching + if self._run_conf.config is not None: + self._cache[None] = config + else: + self._cache[self._get_node_dir(node)] = config + return config + + @staticmethod + def _get_node_dir(node): + """Return the absolute path of the directory of a filesystem node.""" + path = os.path.abspath(node) + return path if os.path.isdir(path) else os.path.dirname(path) + + def _read_configuration_file(self, path): + """Try to read and parse `path` as a configuration file. + + If the configurations were illegal (checked with + `self._validate_options`), raises `IllegalConfiguration`. + + Returns (options, should_inherit). + + """ + if path.endswith('.toml'): + parser = TomlParser() + else: + parser = RawConfigParser(inline_comment_prefixes=('#', ';')) + options = None + should_inherit = True + + if parser.read(path) and self._get_section_name(parser): + all_options = self._parser.option_list[:] + for group in self._parser.option_groups: + all_options.extend(group.option_list) + + option_list = {o.dest: o.type or o.action for o in all_options} + + # First, read the default values + new_options, _ = self._parse_args([]) + + # Second, parse the configuration + section_name = self._get_section_name(parser) + for opt in parser.options(section_name): + if opt == 'inherit': + should_inherit = parser.getboolean(section_name, opt) + continue + + if opt.replace('_', '-') not in self.CONFIG_FILE_OPTIONS: + log.warning(f"Unknown option '{opt}' ignored") + continue + + normalized_opt = opt.replace('-', '_') + opt_type = option_list[normalized_opt] + if opt_type in ('int', 'count'): + value = parser.getint(section_name, opt) + elif opt_type == 'string': + value = parser.get(section_name, opt) + else: + assert opt_type in ('store_true', 'store_false') + value = parser.getboolean(section_name, opt) + setattr(new_options, normalized_opt, value) + + # Third, fix the set-options + options = self._fix_set_options(new_options) + + if options is not None: + if not self._validate_options(options): + raise IllegalConfiguration(f'in file: {path}') + + return options, should_inherit + + def _merge_configuration(self, parent_config, child_options): + """Merge parent config into the child options. + + The migration process requires an `options` object for the child in + order to distinguish between mutually exclusive codes, add-select and + add-ignore error codes. + + """ + # Copy the parent error codes so we won't override them + error_codes = copy.deepcopy(parent_config.checked_codes) + if self._has_exclusive_option(child_options): + error_codes = self._get_exclusive_error_codes(child_options) + + self._set_add_options(error_codes, child_options) + + kwargs = dict(checked_codes=error_codes) + for key in ( + 'match', + 'match_dir', + 'ignore_decorators', + 'property_decorators', + 'ignore_self_only_init', + ): + child_value = getattr(child_options, key) + kwargs[key] = ( + child_value + if child_value is not None + else getattr(parent_config, key) + ) + return CheckConfiguration(**kwargs) + + def _parse_args(self, args=None, values=None): + """Parse the options using `self._parser` and reformat the options.""" + options, arguments = self._parser.parse_args(args, values) + return self._fix_set_options(options), arguments + + @staticmethod + def _create_run_config(options): + """Create a `RunConfiguration` object from `options`.""" + values = { + opt: getattr(options, opt) for opt in RunConfiguration._fields + } + return RunConfiguration(**values) + + @classmethod + def _create_check_config(cls, options, use_defaults=True): + """Create a `CheckConfiguration` object from `options`. + + If `use_defaults`, any of the match options that are `None` will + be replaced with their default value and the default convention will be + set for the checked codes. + + """ + checked_codes = None + + if cls._has_exclusive_option(options) or use_defaults: + checked_codes = cls._get_checked_errors(options) + + kwargs = dict(checked_codes=checked_codes) + defaults = { + 'match': "MATCH_RE", + 'match_dir': "MATCH_DIR_RE", + 'ignore_decorators': "IGNORE_DECORATORS_RE", + 'property_decorators': "PROPERTY_DECORATORS", + 'ignore_self_only_init': "IGNORE_SELF_ONLY_INIT", + } + for key, default in defaults.items(): + kwargs[key] = ( + getattr(cls, f"DEFAULT_{default}") + if getattr(options, key) is None and use_defaults + else getattr(options, key) + ) + return CheckConfiguration(**kwargs) + + @classmethod + def _get_section_name(cls, parser): + """Parse options from relevant section.""" + for section_name in cls.POSSIBLE_SECTION_NAMES: + if parser.has_section(section_name): + return section_name + + return None + + @classmethod + def _get_config_file_in_folder(cls, path): + """Look for a configuration file in `path`. + + If exists return its full path, otherwise None. + + """ + if os.path.isfile(path): + path = os.path.dirname(path) + + for fn in cls.PROJECT_CONFIG_FILES: + if fn.endswith('.toml'): + config = TomlParser() + else: + config = RawConfigParser(inline_comment_prefixes=('#', ';')) + full_path = os.path.join(path, fn) + if config.read(full_path) and cls._get_section_name(config): + return full_path + + @classmethod + def _get_exclusive_error_codes(cls, options): + """Extract the error codes from the selected exclusive option.""" + codes = set(ErrorRegistry.get_error_codes()) + checked_codes = None + + if options.ignore is not None: + ignored = cls._expand_error_codes(options.ignore) + checked_codes = codes - ignored + elif options.select is not None: + checked_codes = cls._expand_error_codes(options.select) + elif options.convention is not None: + checked_codes = getattr(conventions, options.convention) + + # To not override the conventions nor the options - copy them. + return copy.deepcopy(checked_codes) + + @classmethod + def _set_add_options(cls, checked_codes, options): + """Set `checked_codes` by the `add_ignore` or `add_select` options.""" + checked_codes |= cls._expand_error_codes(options.add_select) + checked_codes -= cls._expand_error_codes(options.add_ignore) + + @staticmethod + def _expand_error_codes(code_parts): + """Return an expanded set of error codes to ignore.""" + codes = set(ErrorRegistry.get_error_codes()) + expanded_codes = set() + + try: + for part in code_parts: + # Dealing with split-lined configurations; The part might begin + # with a whitespace due to the newline character. + part = part.strip() + if not part: + continue + + codes_to_add = { + code for code in codes if code.startswith(part) + } + if not codes_to_add: + log.warning( + 'Error code passed is not a prefix of any ' + 'known errors: %s', + part, + ) + expanded_codes.update(codes_to_add) + except TypeError as e: + raise IllegalConfiguration(e) from e + + return expanded_codes + + @classmethod + def _get_checked_errors(cls, options): + """Extract the codes needed to be checked from `options`.""" + checked_codes = cls._get_exclusive_error_codes(options) + if checked_codes is None: + checked_codes = cls.DEFAULT_CONVENTION + + cls._set_add_options(checked_codes, options) + + return checked_codes + + @classmethod + def _validate_options(cls, options): + """Validate the mutually exclusive options. + + Return `True` iff only zero or one of `BASE_ERROR_SELECTION_OPTIONS` + was selected. + + """ + for opt1, opt2 in itertools.permutations( + cls.BASE_ERROR_SELECTION_OPTIONS, 2 + ): + if getattr(options, opt1) and getattr(options, opt2): + log.error( + 'Cannot pass both {} and {}. They are ' + 'mutually exclusive.'.format(opt1, opt2) + ) + return False + + if options.convention and options.convention not in conventions: + log.error( + "Illegal convention '{}'. Possible conventions: {}".format( + options.convention, ', '.join(conventions.keys()) + ) + ) + return False + return True + + @classmethod + def _has_exclusive_option(cls, options): + """Return `True` iff one or more exclusive options were selected.""" + return any( + [ + getattr(options, opt) is not None + for opt in cls.BASE_ERROR_SELECTION_OPTIONS + ] + ) + + @classmethod + def _fix_set_options(cls, options): + """Alter the set options from None/strings to sets in place.""" + optional_set_options = ('ignore', 'select') + mandatory_set_options = ('add_ignore', 'add_select') + + def _get_set(value_str): + """Split `value_str` by the delimiter `,` and return a set. + + Removes empty values ('') and strips whitespace. + Also expands error code prefixes, to avoid doing this for every + file. + + """ + if isinstance(value_str, str): + value_str = value_str.split(",") + return cls._expand_error_codes( + {x.strip() for x in value_str} - {""} + ) + + for opt in optional_set_options: + value = getattr(options, opt) + if value is not None: + setattr(options, opt, _get_set(value)) + + for opt in mandatory_set_options: + value = getattr(options, opt) + if value is None: + value = '' + + if not isinstance(value, Set): + value = _get_set(value) + + setattr(options, opt, value) + + return options + + @classmethod + def _create_option_parser(cls): + """Return an option parser to parse the command line arguments.""" + from optparse import OptionGroup, OptionParser + + parser = OptionParser( + version=__version__, + usage='Usage: pydocstyle [options] [...]', + ) + + option = parser.add_option + + # Run configuration options + option( + '-e', + '--explain', + action='store_true', + default=False, + help='show explanation of each error', + ) + option( + '-s', + '--source', + action='store_true', + default=False, + help='show source for each error', + ) + option( + '-d', + '--debug', + action='store_true', + default=False, + help='print debug information', + ) + option( + '-v', + '--verbose', + action='store_true', + default=False, + help='print status information', + ) + option( + '--count', + action='store_true', + default=False, + help='print total number of errors to stdout', + ) + option( + '--config', + metavar='', + default=None, + help='use given config file and disable config discovery', + ) + + parser.add_option_group( + OptionGroup( + parser, + 'Note', + 'When using --match, --match-dir or --ignore-decorators consider ' + 'whether you should use a single quote (\') or a double quote ("), ' + 'depending on your OS, Shell, etc.', + ) + ) + + check_group = OptionGroup( + parser, + 'Error Check Options', + 'Only one of --select, --ignore or --convention can be ' + 'specified. If none is specified, defaults to ' + '`--convention=pep257`. These three options select the "basic ' + 'list" of error codes to check. If you wish to change that list ' + '(for example, if you selected a known convention but wish to ' + 'ignore a specific error from it or add a new one) you can ' + 'use `--add-[ignore/select]` in order to do so.', + ) + add_check = check_group.add_option + + # Error check options + add_check( + '--select', + metavar='', + default=None, + help='choose the basic list of checked errors by ' + 'specifying which errors to check for (with a list of ' + 'comma-separated error codes or prefixes). ' + 'for example: --select=D101,D2', + ) + add_check( + '--ignore', + metavar='', + default=None, + help='choose the basic list of checked errors by ' + 'specifying which errors to ignore out of all of the ' + 'available error codes (with a list of ' + 'comma-separated error codes or prefixes). ' + 'for example: --ignore=D101,D2', + ) + add_check( + '--convention', + metavar='', + default=None, + help='choose the basic list of checked errors by specifying ' + 'an existing convention. Possible conventions: {}.'.format( + ', '.join(conventions) + ), + ) + add_check( + '--add-select', + metavar='', + default=None, + help='add extra error codes to check to the basic list of ' + 'errors previously set by --select, --ignore or ' + '--convention.', + ) + add_check( + '--add-ignore', + metavar='', + default=None, + help='ignore extra error codes by removing them from the ' + 'basic list previously set by --select, --ignore ' + 'or --convention.', + ) + add_check( + '--ignore-self-only-init', + default=None, + action='store_true', + help='ignore __init__ methods which only have a self param.', + ) + + parser.add_option_group(check_group) + + # Match clauses + option( + '--match', + metavar='', + default=None, + help=( + "check only files that exactly match regular " + "expression; default is --match='{}' which matches " + "files that don't start with 'test_' but end with " + "'.py'" + ).format(cls.DEFAULT_MATCH_RE), + ) + option( + '--match-dir', + metavar='', + default=None, + help=( + "search only dirs that exactly match regular " + "expression; default is --match-dir='{}', which " + "matches all dirs that don't start with " + "a dot" + ).format(cls.DEFAULT_MATCH_DIR_RE), + ) + + # Decorators + option( + '--ignore-decorators', + metavar='', + default=None, + help=( + "ignore any functions or methods that are decorated " + "by a function with a name fitting the " + "regular expression; default is --ignore-decorators='{}'" + " which does not ignore any decorated functions.".format( + cls.DEFAULT_IGNORE_DECORATORS_RE + ) + ), + ) + option( + '--property-decorators', + metavar='', + default=None, + help=( + "consider any method decorated with one of these " + "decorators as a property, and consequently allow " + "a docstring which is not in imperative mood; default " + "is --property-decorators='{}'".format( + cls.DEFAULT_PROPERTY_DECORATORS + ) + ), + ) + + return parser + + +# Check configuration - used by the ConfigurationParser class. +CheckConfiguration = namedtuple( + 'CheckConfiguration', + ( + 'checked_codes', + 'match', + 'match_dir', + 'ignore_decorators', + 'property_decorators', + 'ignore_self_only_init', + ), +) + + +class IllegalConfiguration(Exception): + """An exception for illegal configurations.""" + + pass + + +# General configurations for pydocstyle run. +RunConfiguration = namedtuple( + 'RunConfiguration', + ('explain', 'source', 'debug', 'verbose', 'count', 'config'), +) diff --git a/venv/lib/python3.10/site-packages/pydocstyle/data/imperatives.txt b/venv/lib/python3.10/site-packages/pydocstyle/data/imperatives.txt new file mode 100644 index 0000000..cb73f48 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle/data/imperatives.txt @@ -0,0 +1,233 @@ +# Imperative forms of verbs +# +# This file contains the imperative form of frequently encountered +# docstring verbs. Some of these may be more commonly encountered as +# nouns, but blacklisting them for this may cause false positives. +accept +access +add +adjust +aggregate +allow +append +apply +archive +assert +assign +attempt +authenticate +authorize +break +build +cache +calculate +call +cancel +capture +change +check +clean +clear +close +collect +combine +commit +compare +compute +configure +confirm +connect +construct +control +convert +copy +count +create +customize +declare +decode +decorate +define +delegate +delete +deprecate +derive +describe +detect +determine +display +download +drop +dump +emit +empty +enable +encapsulate +encode +end +ensure +enumerate +establish +evaluate +examine +execute +exit +expand +expect +export +extend +extract +feed +fetch +fill +filter +finalize +find +fire +fix +flag +force +format +forward +generate +get +give +go +group +handle +help +hold +identify +implement +import +indicate +init +initialise +initialize +initiate +input +insert +instantiate +intercept +invoke +iterate +join +keep +launch +list +listen +load +log +look +make +manage +manipulate +map +mark +match +merge +mock +modify +monitor +move +normalize +note +obtain +open +output +override +overwrite +package +pad +parse +partial +pass +perform +persist +pick +plot +poll +populate +post +prepare +print +process +produce +provide +publish +pull +put +query +raise +read +record +refer +refresh +register +reload +remove +rename +render +replace +reply +report +represent +request +require +reset +resolve +retrieve +return +roll +rollback +round +run +sample +save +scan +search +select +send +serialise +serialize +serve +set +show +simulate +source +specify +split +start +step +stop +store +strip +submit +subscribe +sum +swap +sync +synchronise +synchronize +take +tear +test +time +transform +translate +transmit +truncate +try +turn +tweak +update +upload +use +validate +verify +view +wait +walk +wrap +write +yield diff --git a/venv/lib/python3.10/site-packages/pydocstyle/data/imperatives_blacklist.txt b/venv/lib/python3.10/site-packages/pydocstyle/data/imperatives_blacklist.txt new file mode 100644 index 0000000..d6b5fad --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle/data/imperatives_blacklist.txt @@ -0,0 +1,99 @@ +# Blacklisted imperative words +# +# These are words that, if they begin a docstring, are a good indicator that +# the docstring is not written in an imperative voice. +# +# The words included in this list fall into a number of categories: +# +# - Starting with a noun/pronoun indicates that the docstring is a noun phrase +# or a sentence but not in the imperative mood +# - Adjectives are always followed by a noun, so same +# - Particles are also followed by a noun +# - Some adverbs don't really indicate an imperative sentence, for example +# "importantly" or "currently". +# - Some irregular verb forms that don't stem to the same string as the +# imperative does (eg. 'does') +a +an +the +action +always +api +base +basic +business +calculation +callback +collection +common +constructor +convenience +convenient +current +currently +custom +data +data +default +deprecated +description +dict +dictionary +does +dummy +example +factory +false +final +formula +function +generic +handler +handler +helper +here +hook +implementation +importantly +internal +it +main +method +module +new +number +optional +placeholder +reference +result +same +schema +setup +should +simple +some +special +sql +standard +static +string +subclasses +that +these +this +true +unique +unit +utility +what +wrapper + + +# These are nouns, but often used in the context of functions that act as +# objects; thus we do not blacklist these. +# +# context # as in context manager +# decorator +# class # as in class decorator +# property +# generator diff --git a/venv/lib/python3.10/site-packages/pydocstyle/parser.py b/venv/lib/python3.10/site-packages/pydocstyle/parser.py new file mode 100644 index 0000000..95bd0a1 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle/parser.py @@ -0,0 +1,856 @@ +"""Python code parser.""" + +import sys +import textwrap +import tokenize as tk +from io import StringIO +from itertools import chain, dropwhile +from pathlib import Path +from re import compile as re +from typing import Tuple + +from .utils import log + +__all__ = ( + 'Parser', + 'Definition', + 'Module', + 'Package', + 'Function', + 'NestedFunction', + 'Method', + 'Class', + 'NestedClass', + 'AllError', + 'StringIO', + 'ParseError', +) + + +class ParseError(Exception): + """An error parsing contents of a Python file.""" + + def __str__(self): + return "Cannot parse file." + + +class UnexpectedTokenError(ParseError): + def __init__(self, token, expected_kind): + self.token = token + self.expected_kind = expected_kind + + def __str__(self): + return "Unexpected token {}, expected {}".format( + self.token, self.expected_kind + ) + + +def humanize(string): + return re(r'(.)([A-Z]+)').sub(r'\1 \2', string).lower() + + +class Value: + """A generic object with a list of preset fields.""" + + def __init__(self, *args): + if len(self._fields) != len(args): + raise ValueError( + 'got {} arguments for {} fields for {}: {}'.format( + len(args), + len(self._fields), + self.__class__.__name__, + self._fields, + ) + ) + vars(self).update(zip(self._fields, args)) + + def __hash__(self): + return hash(repr(self)) + + def __eq__(self, other): + return other and vars(self) == vars(other) + + def __repr__(self): + kwargs = ', '.join( + '{}={!r}'.format(field, getattr(self, field)) + for field in self._fields + ) + return f'{self.__class__.__name__}({kwargs})' + + +class Definition(Value): + """A Python source code definition (could be class, function, etc).""" + + _fields = ( + 'name', + '_source', + 'start', + 'end', + 'decorators', + 'docstring', + 'children', + 'callable_args', + 'parent', + 'skipped_error_codes', + ) # type: Tuple[str, ...] + + _human = property(lambda self: humanize(type(self).__name__)) + kind = property(lambda self: self._human.split()[-1]) + module = property(lambda self: self.parent.module) + dunder_all = property(lambda self: self.module.dunder_all) + _slice = property(lambda self: slice(self.start - 1, self.end)) + is_class = False + + def __iter__(self): + return chain([self], *self.children) + + @property + def error_lineno(self): + """Get the line number with which to report violations.""" + if isinstance(self.docstring, Docstring): + return self.docstring.start + return self.start + + @property + def _publicity(self): + return {True: 'public', False: 'private'}[self.is_public] + + @property + def source(self): + """Return the source code for the definition.""" + full_src = self._source[self._slice] + + def is_empty_or_comment(line): + return line.strip() == '' or line.strip().startswith('#') + + filtered_src = dropwhile(is_empty_or_comment, reversed(full_src)) + return ''.join(reversed(list(filtered_src))) + + def __str__(self): + out = f'in {self._publicity} {self._human} `{self.name}`' + if self.skipped_error_codes: + out += f' (skipping {self.skipped_error_codes})' + return out + + +class Module(Definition): + """A Python source code module.""" + + _fields = ( + 'name', + '_source', + 'start', + 'end', + 'decorators', + 'docstring', + 'children', + 'parent', + '_dunder_all', + 'dunder_all_error', + 'future_imports', + 'skipped_error_codes', + ) + _nest = staticmethod(lambda s: {'def': Function, 'class': Class}[s]) + module = property(lambda self: self) + dunder_all = property(lambda self: self._dunder_all) + + @property + def is_public(self): + """Return True iff the module is considered public. + + This helps determine if it requires a docstring. + """ + module_name = Path(self.name).stem + return not self._is_inside_private_package() and self._is_public_name( + module_name + ) + + def _is_inside_private_package(self): + """Return True if the module is inside a private package.""" + path = Path(self.name).parent # Ignore the actual module's name. + syspath = [Path(p) for p in sys.path] # Convert to pathlib.Path. + + # Bail if we are at the root directory or in `PYTHONPATH`. + while path != path.parent and path not in syspath: + if self._is_private_name(path.name): + return True + path = path.parent + + return False + + def _is_public_name(self, module_name): + """Determine whether a "module name" (i.e. module or package name) is public.""" + return not module_name.startswith('_') or ( + module_name.startswith('__') and module_name.endswith('__') + ) + + def _is_private_name(self, module_name): + """Determine whether a "module name" (i.e. module or package name) is private.""" + return not self._is_public_name(module_name) + + def __str__(self): + return 'at module level' + + +class Package(Module): + """A package is a __init__.py module.""" + + +class Function(Definition): + """A Python source code function.""" + + _nest = staticmethod( + lambda s: {'def': NestedFunction, 'class': NestedClass}[s] + ) + + @property + def is_public(self): + """Return True iff this function should be considered public.""" + if self.dunder_all is not None: + return self.name in self.dunder_all + else: + return not self.name.startswith('_') + + @property + def is_overload(self): + """Return True iff the method decorated with overload.""" + return any( + decorator.name == "overload" for decorator in self.decorators + ) + + def is_property(self, property_decorator_names): + """Return True if the method is decorated with any property decorator.""" + return any( + decorator.name in property_decorator_names + for decorator in self.decorators + ) + + @property + def is_test(self): + """Return True if this function is a test function/method. + + We exclude tests from the imperative mood check, because to phrase + their docstring in the imperative mood, they would have to start with + a highly redundant "Test that ...". + + """ + return self.name.startswith('test') or self.name == 'runTest' + + @property + def param_names(self): + """Return the parameter names.""" + return self.callable_args + + +class NestedFunction(Function): + """A Python source code nested function.""" + + is_public = False + + +class Method(Function): + """A Python source code method.""" + + @property + def is_magic(self): + """Return True iff this method is a magic method (e.g., `__str__`).""" + return ( + self.name.startswith('__') + and self.name.endswith('__') + and self.name not in VARIADIC_MAGIC_METHODS + ) + + @property + def is_init(self): + """Return True iff this method is `__init__`.""" + return self.name == '__init__' + + @property + def is_public(self): + """Return True iff this method should be considered public.""" + # Check if we are a setter/deleter method, and mark as private if so. + for decorator in self.decorators: + # Given 'foo', match 'foo.bar' but not 'foobar' or 'sfoo' + if re(fr"^{self.name}\.").match(decorator.name): + return False + name_is_public = ( + not self.name.startswith('_') + or self.name in VARIADIC_MAGIC_METHODS + or self.is_magic + ) + return self.parent.is_public and name_is_public + + @property + def is_static(self): + """Return True iff the method is static.""" + for decorator in self.decorators: + if decorator.name == "staticmethod": + return True + return False + + +class Class(Definition): + """A Python source code class.""" + + _nest = staticmethod(lambda s: {'def': Method, 'class': NestedClass}[s]) + is_public = Function.is_public + is_class = True + + +class NestedClass(Class): + """A Python source code nested class.""" + + @property + def is_public(self): + """Return True iff this class should be considered public.""" + return ( + not self.name.startswith('_') + and self.parent.is_class + and self.parent.is_public + ) + + +class Decorator(Value): + """A decorator for function, method or class.""" + + _fields = 'name arguments'.split() + + +class Docstring(str): + """Represent a docstring. + + This is a string, but has additional start/end attributes representing + the start and end of the token. + + """ + + def __new__(cls, v, start, end): + return str.__new__(cls, v) + + def __init__(self, v, start, end): + self.start = start + self.end = end + + +VARIADIC_MAGIC_METHODS = ('__init__', '__call__', '__new__') + + +class AllError(Exception): + """Raised when there is a problem with __all__ when parsing.""" + + def __init__(self, message): + """Initialize the error with a more specific message.""" + Exception.__init__( + self, + message + + textwrap.dedent( + """ + That means pydocstyle cannot decide which definitions are + public. Variable __all__ should be present at most once in + each file, in form + `__all__ = ('a_public_function', 'APublicClass', ...)`. + More info on __all__: http://stackoverflow.com/q/44834/. ') + """ + ), + ) + + +class TokenStream: + # A logical newline is where a new expression or statement begins. When + # there is a physical new line, but not a logical one, for example: + # (x + + # y) + # The token will be tk.NL, not tk.NEWLINE. + LOGICAL_NEWLINES = {tk.NEWLINE, tk.INDENT, tk.DEDENT} + + def __init__(self, filelike): + self._generator = tk.generate_tokens(filelike.readline) + self.current = Token(*next(self._generator, None)) + self.line = self.current.start[0] + self.log = log + self.got_logical_newline = True + + def move(self): + previous = self.current + current = self._next_from_generator() + self.current = None if current is None else Token(*current) + self.line = self.current.start[0] if self.current else self.line + is_logical_blank = previous.kind in (tk.NL, tk.COMMENT) + self.got_logical_newline = ( + previous.kind in self.LOGICAL_NEWLINES + # Retain logical_newline status if last line was logically blank + or (self.got_logical_newline and is_logical_blank) + ) + return previous + + def _next_from_generator(self): + try: + return next(self._generator, None) + except (SyntaxError, tk.TokenError): + self.log.warning('error generating tokens', exc_info=True) + return None + + def __iter__(self): + while True: + if self.current is not None: + yield self.current + else: + return + self.move() + + +class TokenKind(int): + def __repr__(self): + return "tk.{}".format(tk.tok_name[self]) + + +class Token(Value): + _fields = 'kind value start end source'.split() + + def __init__(self, *args): + super().__init__(*args) + self.kind = TokenKind(self.kind) + + def __str__(self): + return f"{self.kind!r} ({self.value})" + + +class Parser: + """A Python source code parser.""" + + def parse(self, filelike, filename): + """Parse the given file-like object and return its Module object.""" + self.log = log + self.source = filelike.readlines() + src = ''.join(self.source) + try: + compile(src, filename, 'exec') + except SyntaxError as error: + raise ParseError() from error + self.stream = TokenStream(StringIO(src)) + self.filename = filename + self.dunder_all = None + self.dunder_all_error = None + self.future_imports = set() + self._accumulated_decorators = [] + return self.parse_module() + + # TODO: remove + def __call__(self, *args, **kwargs): + """Call the parse method.""" + return self.parse(*args, **kwargs) + + current = property(lambda self: self.stream.current) + line = property(lambda self: self.stream.line) + + def consume(self, kind): + """Consume one token and verify it is of the expected kind.""" + next_token = self.stream.move() + if next_token.kind != kind: + raise UnexpectedTokenError(token=next_token, expected_kind=kind) + + def leapfrog(self, kind, value=None): + """Skip tokens in the stream until a certain token kind is reached. + + If `value` is specified, tokens whose values are different will also + be skipped. + """ + while self.current is not None: + if self.current.kind == kind and ( + value is None or self.current.value == value + ): + self.consume(kind) + return + self.stream.move() + + def parse_docstring(self): + """Parse a single docstring and return its value.""" + self.log.debug("parsing docstring, token is %s", self.current) + while self.current.kind in (tk.COMMENT, tk.NEWLINE, tk.NL): + self.stream.move() + self.log.debug( + "parsing docstring, token is %r (%s)", + self.current.kind, + self.current.value, + ) + if self.current.kind == tk.STRING: + docstring = Docstring( + self.current.value, self.current.start[0], self.current.end[0] + ) + self.stream.move() + return docstring + return None + + def parse_decorators(self): + """Parse decorators into self._accumulated_decorators. + + Called after first @ is found. + Continue to do so until encountering the 'def' or 'class' start token. + """ + name = [] + arguments = [] + at_arguments = False + + while self.current is not None: + self.log.debug( + "parsing decorators, current token is %r (%s)", + self.current.kind, + self.current.value, + ) + if self.current.kind == tk.NAME and self.current.value in [ + 'async', + 'def', + 'class', + ]: + # Done with decorators - found function or class proper + break + elif self.current.kind == tk.OP and self.current.value == '@': + # New decorator found. Store the decorator accumulated so far: + self._accumulated_decorators.append( + Decorator(''.join(name), ''.join(arguments)) + ) + # Now reset to begin accumulating the new decorator: + name = [] + arguments = [] + at_arguments = False + elif self.current.kind == tk.OP and self.current.value == '(': + at_arguments = True + elif self.current.kind == tk.OP and self.current.value == ')': + # Ignore close parenthesis + pass + elif self.current.kind == tk.NEWLINE or self.current.kind == tk.NL: + # Ignore newlines + pass + else: + # Keep accumulating current decorator's name or argument. + if not at_arguments: + name.append(self.current.value) + else: + arguments.append(self.current.value) + self.stream.move() + + # Add decorator accumulated so far + self._accumulated_decorators.append( + Decorator(''.join(name), ''.join(arguments)) + ) + + def parse_definitions(self, class_, dunder_all=False): + """Parse multiple definitions and yield them.""" + while self.current is not None: + self.log.debug( + "parsing definition list, current token is %r (%s)", + self.current.kind, + self.current.value, + ) + self.log.debug('got_newline: %s', self.stream.got_logical_newline) + if dunder_all and self.current.value == '__all__': + self.parse_dunder_all() + elif ( + self.current.kind == tk.OP + and self.current.value == '@' + and self.stream.got_logical_newline + ): + self.consume(tk.OP) + self.parse_decorators() + elif self.current.value in ['def', 'class']: + yield self.parse_definition(class_._nest(self.current.value)) + elif self.current.kind == tk.INDENT: + self.consume(tk.INDENT) + yield from self.parse_definitions(class_) + elif self.current.kind == tk.DEDENT: + self.consume(tk.DEDENT) + return + elif self.current.value == 'from': + self.parse_from_import_statement() + else: + self.stream.move() + + def parse_dunder_all(self): + """Parse the __all__ definition in a module.""" + assert self.current.value == '__all__' + self.consume(tk.NAME) + # More than one __all__ definition means we ignore all __all__. + if self.dunder_all is not None or self.dunder_all_error is not None: + self.dunder_all = None + self.dunder_all_error = 'Could not evaluate contents of __all__. ' + return + if self.current.value != '=': + self.dunder_all_error = 'Could not evaluate contents of __all__. ' + return + self.consume(tk.OP) + + is_surrounded = False + if self.current.value in '([': + is_surrounded = True + self.consume(tk.OP) + + dunder_all_content = "(" + while True: + if is_surrounded and self.current.value in ")]": + break + if self.current.kind in (tk.NEWLINE, tk.ENDMARKER): + break + if self.current.kind in (tk.NL, tk.COMMENT): + pass + elif self.current.kind == tk.STRING or self.current.value == ',': + dunder_all_content += self.current.value + else: + self.dunder_all_error = ( + 'Could not evaluate contents of __all__.' + ) + return + self.stream.move() + if is_surrounded: + self.consume(tk.OP) + if not is_surrounded and ',' not in dunder_all_content: + self.dunder_all_error = ( + 'Unexpected token kind in __all__: {!r}. '.format( + self.current.kind + ) + ) + return + dunder_all_content += ")" + + try: + self.dunder_all = eval(dunder_all_content, {}) + except BaseException as e: + self.dunder_all_error = ( + 'Could not evaluate contents of __all__.' + '\bThe value was {}. The exception was:\n{}'.format( + dunder_all_content, e + ) + ) + + while ( + self.current.kind not in self.stream.LOGICAL_NEWLINES + and self.current.kind != tk.ENDMARKER + ): + if self.current.kind != tk.COMMENT: + self.dunder_all = None + self.dunder_all_error = ( + 'Could not evaluate contents of __all__. ' + ) + return + self.stream.move() + + def parse_module(self): + """Parse a module (and its children) and return a Module object.""" + self.log.debug("parsing module.") + start = self.line + skipped_error_codes = self.parse_skip_comment() + docstring = self.parse_docstring() + children = list(self.parse_definitions(Module, dunder_all=True)) + assert self.current is None, self.current + end = self.line + cls = Module + if self.filename.endswith('__init__.py'): + cls = Package + module = cls( + self.filename, + self.source, + start, + end, + [], + docstring, + children, + None, + self.dunder_all, + self.dunder_all_error, + None, + skipped_error_codes, + ) + for child in module.children: + child.parent = module + module.future_imports = self.future_imports + self.log.debug("finished parsing module.") + return module + + def parse_definition(self, class_): + """Parse a definition and return its value in a `class_` object.""" + start = self.line + self.consume(tk.NAME) + name = self.current.value + self.log.debug("parsing %s '%s'", class_.__name__, name) + self.stream.move() + callable_args = [] + if self.current.kind == tk.OP and self.current.value == '(': + parenthesis_level = 0 + in_default_arg = False + while True: + if self.current.kind == tk.OP: + if self.current.value == '(': + parenthesis_level += 1 + elif self.current.value == ')': + parenthesis_level -= 1 + if parenthesis_level == 0: + break + elif self.current.value == ',': + in_default_arg = False + elif ( + parenthesis_level == 1 + and self.current.kind == tk.NAME + and not in_default_arg + ): + callable_args.append(self.current.value) + in_default_arg = True + self.stream.move() + if self.current.kind != tk.OP or self.current.value != ':': + self.leapfrog(tk.OP, value=":") + else: + self.consume(tk.OP) + if self.current.kind in (tk.NEWLINE, tk.COMMENT): + skipped_error_codes = self.parse_skip_comment() + self.leapfrog(tk.INDENT) + assert self.current.kind != tk.INDENT + docstring = self.parse_docstring() + decorators = self._accumulated_decorators + self.log.debug("current accumulated decorators: %s", decorators) + self._accumulated_decorators = [] + self.log.debug("parsing nested definitions.") + children = list(self.parse_definitions(class_)) + self.log.debug( + "finished parsing nested definitions for '%s'", name + ) + end = self.line - 1 + else: # one-liner definition + skipped_error_codes = '' + docstring = self.parse_docstring() + decorators = self._accumulated_decorators + self.log.debug("current accumulated decorators: %s", decorators) + self._accumulated_decorators = [] + children = [] + end = self.line + self.leapfrog(tk.NEWLINE) + definition = class_( + name, + self.source, + start, + end, + decorators, + docstring, + children, + callable_args, + None, # parent + skipped_error_codes, + ) + for child in definition.children: + child.parent = definition + self.log.debug( + "finished parsing %s '%s'. Next token is %r", + class_.__name__, + name, + self.current, + ) + return definition + + def parse_skip_comment(self): + """Parse a definition comment for noqa skips.""" + skipped_error_codes = '' + while self.current.kind in (tk.COMMENT, tk.NEWLINE, tk.NL): + if self.current.kind == tk.COMMENT: + if 'noqa: ' in self.current.value: + skipped_error_codes = ''.join( + self.current.value.split('noqa: ')[1:] + ) + elif self.current.value.startswith('# noqa'): + skipped_error_codes = 'all' + self.stream.move() + self.log.debug( + "parsing comments before docstring, token is %r (%s)", + self.current.kind, + self.current.value, + ) + + if skipped_error_codes: + break + + return skipped_error_codes + + def check_current(self, kind=None, value=None): + """Verify the current token is of type `kind` and equals `value`.""" + msg = textwrap.dedent( + """ + Unexpected token at line {self.line}: + + In file: {self.filename} + + Got kind {self.current.kind!r} + Got value {self.current.value} + """.format( + self=self + ) + ) + kind_valid = self.current.kind == kind if kind else True + value_valid = self.current.value == value if value else True + assert kind_valid and value_valid, msg + + def parse_from_import_statement(self): + """Parse a 'from x import y' statement. + + The purpose is to find __future__ statements. + + """ + self.log.debug('parsing from/import statement.') + is_future_import = self._parse_from_import_source() + self._parse_from_import_names(is_future_import) + + def _parse_from_import_source(self): + """Parse the 'from x import' part in a 'from x import y' statement. + + Return true iff `x` is __future__. + """ + assert self.current.value == 'from', self.current.value + self.stream.move() + is_future_import = self.current.value == '__future__' + self.stream.move() + while ( + self.current is not None + and self.current.kind in (tk.DOT, tk.NAME, tk.OP) + and self.current.value != 'import' + ): + self.stream.move() + if self.current is None or self.current.value != 'import': + return False + self.check_current(value='import') + assert self.current.value == 'import', self.current.value + self.stream.move() + return is_future_import + + def _parse_from_import_names(self, is_future_import): + """Parse the 'y' part in a 'from x import y' statement.""" + if self.current.value == '(': + self.consume(tk.OP) + expected_end_kinds = (tk.OP,) + else: + expected_end_kinds = (tk.NEWLINE, tk.ENDMARKER) + while self.current.kind not in expected_end_kinds and not ( + self.current.kind == tk.OP and self.current.value == ';' + ): + if self.current.kind != tk.NAME: + self.stream.move() + continue + self.log.debug( + "parsing import, token is %r (%s)", + self.current.kind, + self.current.value, + ) + if is_future_import: + self.log.debug('found future import: %s', self.current.value) + self.future_imports.add(self.current.value) + self.consume(tk.NAME) + self.log.debug( + "parsing import, token is %r (%s)", + self.current.kind, + self.current.value, + ) + if self.current.kind == tk.NAME and self.current.value == 'as': + self.consume(tk.NAME) # as + if self.current.kind == tk.NAME: + self.consume(tk.NAME) # new name, irrelevant + if self.current.value == ',': + self.consume(tk.OP) + self.log.debug( + "parsing import, token is %r (%s)", + self.current.kind, + self.current.value, + ) diff --git a/venv/lib/python3.10/site-packages/pydocstyle/utils.py b/venv/lib/python3.10/site-packages/pydocstyle/utils.py new file mode 100644 index 0000000..c4e3295 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle/utils.py @@ -0,0 +1,47 @@ +"""General shared utilities.""" +import logging +import re +from itertools import tee, zip_longest +from typing import Any, Iterable, Tuple + +# Do not update the version manually - it is managed by `bumpversion`. +log = logging.getLogger(__name__) + +#: Regular expression for stripping non-alphanumeric characters +NON_ALPHANUMERIC_STRIP_RE = re.compile(r'[\W_]+') + + +def is_blank(string: str) -> bool: + """Return True iff the string contains only whitespaces.""" + return not string.strip() + + +def pairwise( + iterable: Iterable, + default_value: Any, +) -> Iterable[Tuple[Any, Any]]: + """Return pairs of items from `iterable`. + + pairwise([1, 2, 3], default_value=None) -> (1, 2) (2, 3), (3, None) + """ + a, b = tee(iterable) + _ = next(b, default_value) + return zip_longest(a, b, fillvalue=default_value) + + +def common_prefix_length(a: str, b: str) -> int: + """Return the length of the longest common prefix of a and b. + + >>> common_prefix_length('abcd', 'abce') + 3 + + """ + for common, (ca, cb) in enumerate(zip(a, b)): + if ca != cb: + return common + return min(len(a), len(b)) + + +def strip_non_alphanumeric(string: str) -> str: + """Strip string from any non-alphanumeric characters.""" + return NON_ALPHANUMERIC_STRIP_RE.sub('', string) diff --git a/venv/lib/python3.10/site-packages/pydocstyle/violations.py b/venv/lib/python3.10/site-packages/pydocstyle/violations.py new file mode 100644 index 0000000..8156921 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle/violations.py @@ -0,0 +1,483 @@ +"""Docstring violation definition.""" + +from collections import namedtuple +from functools import partial +from itertools import dropwhile +from typing import Any, Callable, Iterable, List, Optional + +from .parser import Definition +from .utils import is_blank + +__all__ = ('Error', 'ErrorRegistry', 'conventions') + + +ErrorParams = namedtuple('ErrorParams', ['code', 'short_desc', 'context']) + + +class Error: + """Error in docstring style.""" + + # Options that define how errors are printed: + explain = False + source = False + + def __init__( + self, + code: str, + short_desc: str, + context: str, + *parameters: Iterable[str], + ) -> None: + """Initialize the object. + + `parameters` are specific to the created error. + + """ + self.code = code + self.short_desc = short_desc + self.context = context + self.parameters = parameters + self.definition = None # type: Optional[Definition] + self.explanation = None # type: Optional[str] + + def set_context(self, definition: Definition, explanation: str) -> None: + """Set the source code context for this error.""" + self.definition = definition + self.explanation = explanation + + filename = property(lambda self: self.definition.module.name) + line = property(lambda self: self.definition.error_lineno) + + @property + def message(self) -> str: + """Return the message to print to the user.""" + ret = f'{self.code}: {self.short_desc}' + if self.context is not None: + specific_error_msg = self.context.format(*self.parameters) + ret += f' ({specific_error_msg})' + return ret + + @property + def lines(self) -> str: + """Return the source code lines for this error.""" + if self.definition is None: + return '' + source = '' + lines = self.definition.source.splitlines(keepends=True) + offset = self.definition.start # type: ignore + lines_stripped = list( + reversed(list(dropwhile(is_blank, reversed(lines)))) + ) + numbers_width = len(str(offset + len(lines_stripped))) + line_format = f'{{:{numbers_width}}}:{{}}' + for n, line in enumerate(lines_stripped): + if line: + line = ' ' + line + source += line_format.format(n + offset, line) + if n > 5: + source += ' ...\n' + break + return source + + def __str__(self) -> str: + if self.explanation: + self.explanation = '\n'.join( + l for l in self.explanation.split('\n') if not is_blank(l) + ) + template = '{filename}:{line} {definition}:\n {message}' + if self.source and self.explain: + template += '\n\n{explanation}\n\n{lines}\n' + elif self.source and not self.explain: + template += '\n\n{lines}\n' + elif self.explain and not self.source: + template += '\n\n{explanation}\n\n' + return template.format( + **{ + name: getattr(self, name) + for name in [ + 'filename', + 'line', + 'definition', + 'message', + 'explanation', + 'lines', + ] + } + ) + + def __repr__(self) -> str: + return str(self) + + def __lt__(self, other: 'Error') -> bool: + return (self.filename, self.line) < (other.filename, other.line) + + +class ErrorRegistry: + """A registry of all error codes, divided to groups.""" + + groups = [] # type: ignore + + class ErrorGroup: + """A group of similarly themed errors.""" + + def __init__(self, prefix: str, name: str) -> None: + """Initialize the object. + + `Prefix` should be the common prefix for errors in this group, + e.g., "D1". + `name` is the name of the group (its subject). + + """ + self.prefix = prefix + self.name = name + self.errors = [] # type: List[ErrorParams] + + def create_error( + self, + error_code: str, + error_desc: str, + error_context: Optional[str] = None, + ) -> Callable[[Iterable[str]], Error]: + """Create an error, register it to this group and return it.""" + # TODO: check prefix + + error_params = ErrorParams(error_code, error_desc, error_context) + factory = partial(Error, *error_params) + self.errors.append(error_params) + return factory + + @classmethod + def create_group(cls, prefix: str, name: str) -> ErrorGroup: + """Create a new error group and return it.""" + group = cls.ErrorGroup(prefix, name) + cls.groups.append(group) + return group + + @classmethod + def get_error_codes(cls) -> Iterable[str]: + """Yield all registered codes.""" + for group in cls.groups: + for error in group.errors: + yield error.code + + @classmethod + def to_rst(cls) -> str: + """Output the registry as reStructuredText, for documentation.""" + max_len = max( + len(error.short_desc) + for group in cls.groups + for error in group.errors + ) + sep_line = '+' + 6 * '-' + '+' + '-' * (max_len + 2) + '+\n' + blank_line = '|' + (max_len + 9) * ' ' + '|\n' + table = '' + for group in cls.groups: + table += sep_line + table += blank_line + table += '|' + f'**{group.name}**'.center(max_len + 9) + '|\n' + table += blank_line + for error in group.errors: + table += sep_line + table += ( + '|' + + error.code.center(6) + + '| ' + + error.short_desc.ljust(max_len + 1) + + '|\n' + ) + table += sep_line + return table + + +D1xx = ErrorRegistry.create_group('D1', 'Missing Docstrings') +D100 = D1xx.create_error( + 'D100', + 'Missing docstring in public module', +) +D101 = D1xx.create_error( + 'D101', + 'Missing docstring in public class', +) +D102 = D1xx.create_error( + 'D102', + 'Missing docstring in public method', +) +D103 = D1xx.create_error( + 'D103', + 'Missing docstring in public function', +) +D104 = D1xx.create_error( + 'D104', + 'Missing docstring in public package', +) +D105 = D1xx.create_error( + 'D105', + 'Missing docstring in magic method', +) +D106 = D1xx.create_error( + 'D106', + 'Missing docstring in public nested class', +) +D107 = D1xx.create_error( + 'D107', + 'Missing docstring in __init__', +) + +D2xx = ErrorRegistry.create_group('D2', 'Whitespace Issues') +D200 = D2xx.create_error( + 'D200', + 'One-line docstring should fit on one line ' 'with quotes', + 'found {0}', +) +D201 = D2xx.create_error( + 'D201', + 'No blank lines allowed before function docstring', + 'found {0}', +) +D202 = D2xx.create_error( + 'D202', + 'No blank lines allowed after function docstring', + 'found {0}', +) +D203 = D2xx.create_error( + 'D203', + '1 blank line required before class docstring', + 'found {0}', +) +D204 = D2xx.create_error( + 'D204', + '1 blank line required after class docstring', + 'found {0}', +) +D205 = D2xx.create_error( + 'D205', + '1 blank line required between summary line and description', + 'found {0}', +) +D206 = D2xx.create_error( + 'D206', + 'Docstring should be indented with spaces, not tabs', +) +D207 = D2xx.create_error( + 'D207', + 'Docstring is under-indented', +) +D208 = D2xx.create_error( + 'D208', + 'Docstring is over-indented', +) +D209 = D2xx.create_error( + 'D209', + 'Multi-line docstring closing quotes should be on a separate line', +) +D210 = D2xx.create_error( + 'D210', + 'No whitespaces allowed surrounding docstring text', +) +D211 = D2xx.create_error( + 'D211', + 'No blank lines allowed before class docstring', + 'found {0}', +) +D212 = D2xx.create_error( + 'D212', + 'Multi-line docstring summary should start at the first line', +) +D213 = D2xx.create_error( + 'D213', + 'Multi-line docstring summary should start at the second line', +) +D214 = D2xx.create_error( + 'D214', + 'Section is over-indented', + '{0!r}', +) +D215 = D2xx.create_error( + 'D215', + 'Section underline is over-indented', + 'in section {0!r}', +) + +D3xx = ErrorRegistry.create_group('D3', 'Quotes Issues') +D300 = D3xx.create_error( + 'D300', + 'Use """triple double quotes"""', + 'found {0}-quotes', +) +D301 = D3xx.create_error( + 'D301', + 'Use r""" if any backslashes in a docstring', +) +D302 = D3xx.create_error( + 'D302', + 'Deprecated: Use u""" for Unicode docstrings', +) + +D4xx = ErrorRegistry.create_group('D4', 'Docstring Content Issues') +D400 = D4xx.create_error( + 'D400', + 'First line should end with a period', + 'not {0!r}', +) +D401 = D4xx.create_error( + 'D401', + 'First line should be in imperative mood', + "perhaps '{0}', not '{1}'", +) +D401b = D4xx.create_error( + 'D401', + 'First line should be in imperative mood; try rephrasing', + "found '{0}'", +) +D402 = D4xx.create_error( + 'D402', + 'First line should not be the function\'s "signature"', +) +D403 = D4xx.create_error( + 'D403', + 'First word of the first line should be properly capitalized', + '{0!r}, not {1!r}', +) +D404 = D4xx.create_error( + 'D404', + 'First word of the docstring should not be `This`', +) +D405 = D4xx.create_error( + 'D405', + 'Section name should be properly capitalized', + '{0!r}, not {1!r}', +) +D406 = D4xx.create_error( + 'D406', + 'Section name should end with a newline', + '{0!r}, not {1!r}', +) +D407 = D4xx.create_error( + 'D407', + 'Missing dashed underline after section', + '{0!r}', +) +D408 = D4xx.create_error( + 'D408', + 'Section underline should be in the line following the section\'s name', + '{0!r}', +) +D409 = D4xx.create_error( + 'D409', + 'Section underline should match the length of its name', + 'Expected {0!r} dashes in section {1!r}, got {2!r}', +) +D410 = D4xx.create_error( + 'D410', + 'Missing blank line after section', + '{0!r}', +) +D411 = D4xx.create_error( + 'D411', + 'Missing blank line before section', + '{0!r}', +) +D412 = D4xx.create_error( + 'D412', + 'No blank lines allowed between a section header and its content', + '{0!r}', +) +D413 = D4xx.create_error( + 'D413', + 'Missing blank line after last section', + '{0!r}', +) +D414 = D4xx.create_error( + 'D414', + 'Section has no content', + '{0!r}', +) +D415 = D4xx.create_error( + 'D415', + ( + 'First line should end with a period, question ' + 'mark, or exclamation point' + ), + 'not {0!r}', +) +D416 = D4xx.create_error( + 'D416', + 'Section name should end with a colon', + '{0!r}, not {1!r}', +) +D417 = D4xx.create_error( + 'D417', + 'Missing argument descriptions in the docstring', + 'argument(s) {0} are missing descriptions in {1!r} docstring', +) + +D418 = D4xx.create_error( + 'D418', + 'Function/ Method decorated with @overload shouldn\'t contain a docstring', +) +D419 = D4xx.create_error( + 'D419', + 'Docstring is empty', +) + + +class AttrDict(dict): + def __getattr__(self, item: str) -> Any: + return self[item] + + +all_errors = set(ErrorRegistry.get_error_codes()) + + +conventions = AttrDict( + { + 'pep257': all_errors + - { + 'D203', + 'D212', + 'D213', + 'D214', + 'D215', + 'D404', + 'D405', + 'D406', + 'D407', + 'D408', + 'D409', + 'D410', + 'D411', + 'D413', + 'D415', + 'D416', + 'D417', + 'D418', + }, + 'numpy': all_errors + - { + 'D107', + 'D203', + 'D212', + 'D213', + 'D402', + 'D413', + 'D415', + 'D416', + 'D417', + }, + 'google': all_errors + - { + 'D203', + 'D204', + 'D213', + 'D215', + 'D400', + 'D401', + 'D404', + 'D406', + 'D407', + 'D408', + 'D409', + 'D413', + }, + } +) diff --git a/venv/lib/python3.10/site-packages/pydocstyle/wordlists.py b/venv/lib/python3.10/site-packages/pydocstyle/wordlists.py new file mode 100644 index 0000000..c44f000 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pydocstyle/wordlists.py @@ -0,0 +1,49 @@ +"""Wordlists loaded from package data. + +We can treat them as part of the code for the imperative mood check, and +therefore we load them at import time, rather than on-demand. + +""" +import pkgutil +import re +from typing import Dict, Iterator, Set + +import snowballstemmer + +#: Regular expression for stripping comments from the wordlists +COMMENT_RE = re.compile(r'\s*#.*') + +#: Stemmer function for stemming words in English +stem = snowballstemmer.stemmer('english').stemWord + + +def load_wordlist(name: str) -> Iterator[str]: + """Iterate over lines of a wordlist data file. + + `name` should be the name of a package data file within the data/ + directory. + + Whitespace and #-prefixed comments are stripped from each line. + + """ + data = pkgutil.get_data('pydocstyle', 'data/' + name) + if data is not None: + text = data.decode('utf8') + for line in text.splitlines(): + line = COMMENT_RE.sub('', line).strip() + if line: + yield line + + +def make_imperative_verbs_dict(wordlist: Iterator[str]) -> Dict[str, Set[str]]: + """Create a dictionary mapping stemmed verbs to the imperative form.""" + imperative_verbs = {} # type: Dict[str, Set[str]] + for word in wordlist: + imperative_verbs.setdefault(stem(word), set()).add(word) + return imperative_verbs + + +IMPERATIVE_VERBS = make_imperative_verbs_dict(load_wordlist('imperatives.txt')) + +#: Words that are forbidden to appear as the first word in a docstring +IMPERATIVE_BLACKLIST = set(load_wordlist('imperatives_blacklist.txt')) diff --git a/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/INSTALLER b/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/LICENSE b/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/LICENSE new file mode 100644 index 0000000..e4d553a --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/LICENSE @@ -0,0 +1,21 @@ +Copyright 2005-2011 Divmod, Inc. +Copyright 2013-2014 Florent Xicluna + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/METADATA b/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/METADATA new file mode 100644 index 0000000..89fa050 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/METADATA @@ -0,0 +1,109 @@ +Metadata-Version: 2.1 +Name: pyflakes +Version: 3.2.0 +Summary: passive checker of Python programs +Home-page: https://github.com/PyCQA/pyflakes +Author: A lot of people +Author-email: code-quality@python.org +License: MIT +Classifier: Development Status :: 6 - Mature +Classifier: Environment :: Console +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Software Development +Classifier: Topic :: Utilities +Requires-Python: >=3.8 +License-File: LICENSE + +======== +Pyflakes +======== + +A simple program which checks Python source files for errors. + +Pyflakes analyzes programs and detects various errors. It works by +parsing the source file, not importing it, so it is safe to use on +modules with side effects. It's also much faster. + +It is `available on PyPI `_ +and it supports all active versions of Python: 3.6+. + + + +Installation +------------ + +It can be installed with:: + + $ pip install --upgrade pyflakes + + +Useful tips: + +* Be sure to install it for a version of Python which is compatible + with your codebase: ``python#.# -m pip install pyflakes`` (for example, + ``python3.10 -m pip install pyflakes``) + +* You can also invoke Pyflakes with ``python#.# -m pyflakes .`` if you want + to run it for a specific python version. + +* If you require more options and more flexibility, you could give a + look to Flake8_ too. + + +Design Principles +----------------- +Pyflakes makes a simple promise: it will never complain about style, +and it will try very, very hard to never emit false positives. + +Pyflakes is also faster than Pylint_. This is +largely because Pyflakes only examines the syntax tree of each file +individually. As a consequence, Pyflakes is more limited in the +types of things it can check. + +If you like Pyflakes but also want stylistic checks, you want +flake8_, which combines +Pyflakes with style checks against +`PEP 8`_ and adds +per-project configuration ability. + + +Mailing-list +------------ + +Share your feedback and ideas: `subscribe to the mailing-list +`_ + +Contributing +------------ + +Issues are tracked on `GitHub `_. + +Patches may be submitted via a `GitHub pull request`_. +If you are comfortable doing so, please `rebase your changes`_ +so they may be applied to main with a fast-forward merge, and each commit is +a coherent unit of work with a well-written log message. If you are not +comfortable with this rebase workflow, the project maintainers will be happy to +rebase your commits for you. + +All changes should include tests and pass flake8_. + +.. image:: https://github.com/PyCQA/pyflakes/workflows/Test/badge.svg + :target: https://github.com/PyCQA/pyflakes/actions + :alt: GitHub Actions build status + +.. _Pylint: https://pylint.pycqa.org/ +.. _flake8: https://pypi.org/project/flake8/ +.. _`PEP 8`: https://www.python.org/dev/peps/pep-0008/ +.. _`rebase your changes`: https://git-scm.com/book/en/v2/Git-Branching-Rebasing +.. _`GitHub pull request`: https://github.com/PyCQA/pyflakes/pulls + +Changelog +--------- + +Please see `NEWS.rst `_. diff --git a/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/RECORD b/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/RECORD new file mode 100644 index 0000000..4f603b5 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/RECORD @@ -0,0 +1,50 @@ +../../../bin/pyflakes,sha256=_5Uc1oO63zvPI4P8NSujSWsYxvBJInBa0fDy0M_cRaw,249 +pyflakes-3.2.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pyflakes-3.2.0.dist-info/LICENSE,sha256=IsR1acwKrlMbNyNhNmgYrwHG_C4xR3BYSnhmySs6BGM,1093 +pyflakes-3.2.0.dist-info/METADATA,sha256=aTq8Q704l6MUMmyjVlBTST80ArNNqwuUxI5VaLerOw0,3486 +pyflakes-3.2.0.dist-info/RECORD,, +pyflakes-3.2.0.dist-info/WHEEL,sha256=a-zpFRIJzOq5QfuhBzbhiA1eHTzNCJn8OdRvhdNX0Rk,110 +pyflakes-3.2.0.dist-info/entry_points.txt,sha256=IXe-9eveUrAnGsDtgHcz2IyPKoCWI9b4bXHLXohHqTE,47 +pyflakes-3.2.0.dist-info/top_level.txt,sha256=wuK-mcws_v9MNkEyZaVwD2x9jdhkuRhdYZcqpBFliNM,9 +pyflakes/__init__.py,sha256=kOZgokKclzJOb4ZLTaNz4mdDGkZQMziCTNNc9b9GmIQ,22 +pyflakes/__main__.py,sha256=9hmtTqo4qAQwd71f2ekWMIgb53frxGVwEabFWGG_WiE,105 +pyflakes/__pycache__/__init__.cpython-310.pyc,, +pyflakes/__pycache__/__main__.cpython-310.pyc,, +pyflakes/__pycache__/api.cpython-310.pyc,, +pyflakes/__pycache__/checker.cpython-310.pyc,, +pyflakes/__pycache__/messages.cpython-310.pyc,, +pyflakes/__pycache__/reporter.cpython-310.pyc,, +pyflakes/api.py,sha256=MHD1QuuP02zVZLbzo9lAm2PTJ_-Py2g1qaH9kFFx1uc,5550 +pyflakes/checker.py,sha256=snGNI9UcnpDV88okKO0P4853hIw13kFpCMwA5zWlYWk,75691 +pyflakes/messages.py,sha256=BqQpH7uwvwzPdetcD-7qx3WCb1mLCdbDoUJHpe7LAW8,10227 +pyflakes/reporter.py,sha256=9NaesLVU2EJtOc8wWNRcrgbxjZVQnRArZ2jVpXpt_q4,3001 +pyflakes/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pyflakes/scripts/__pycache__/__init__.cpython-310.pyc,, +pyflakes/scripts/__pycache__/pyflakes.cpython-310.pyc,, +pyflakes/scripts/pyflakes.py,sha256=ibWvpkd1fbMDWSoOcOafYI-Mym7pTbxEpSD_oBHZUYU,248 +pyflakes/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pyflakes/test/__pycache__/__init__.cpython-310.pyc,, +pyflakes/test/__pycache__/harness.cpython-310.pyc,, +pyflakes/test/__pycache__/test_api.cpython-310.pyc,, +pyflakes/test/__pycache__/test_builtin.cpython-310.pyc,, +pyflakes/test/__pycache__/test_code_segment.cpython-310.pyc,, +pyflakes/test/__pycache__/test_dict.cpython-310.pyc,, +pyflakes/test/__pycache__/test_doctests.cpython-310.pyc,, +pyflakes/test/__pycache__/test_imports.cpython-310.pyc,, +pyflakes/test/__pycache__/test_is_literal.cpython-310.pyc,, +pyflakes/test/__pycache__/test_match.cpython-310.pyc,, +pyflakes/test/__pycache__/test_other.cpython-310.pyc,, +pyflakes/test/__pycache__/test_type_annotations.cpython-310.pyc,, +pyflakes/test/__pycache__/test_undefined_names.cpython-310.pyc,, +pyflakes/test/harness.py,sha256=Lo3OwnGx_6xPkvnH29tq_0n_WVEfoomKQJ3RCysTHqM,891 +pyflakes/test/test_api.py,sha256=MdLwE7XBLe_jSEwJf0EBFlgE5USQViCr4oTKiCwhBeA,26526 +pyflakes/test/test_builtin.py,sha256=kxvjPYtF4sDNoV0Eb2f7KVGHMBkJqu21oIvGUb0Kd0A,582 +pyflakes/test/test_code_segment.py,sha256=T9xBYrTFck9IASM24OtiF15BjU_e0ZwwxpUgAslFT24,4496 +pyflakes/test/test_dict.py,sha256=Lnz0ygqXyPue1NZZFGrLud81zN3HlF4ENd8EVNo36GI,5271 +pyflakes/test/test_doctests.py,sha256=mqKfLJhG_-erV8ki_8av9xAepj_bXsDVeV8NteC7eGc,12600 +pyflakes/test/test_imports.py,sha256=6Z3u3hweCbO964EWzgn6EtCPTcr-UrIl0o86o7Hc7AM,33703 +pyflakes/test/test_is_literal.py,sha256=pj9XCSORmzFZ6fORj12_HGthWP6RN5MPeoyj3krwVxs,4573 +pyflakes/test/test_match.py,sha256=cllIbd__o_xC4jnSPJXy3jebFQsB332C_M_T5C9O0-I,2393 +pyflakes/test/test_other.py,sha256=aBPyx25UKBh9_tcASMa_-AyOYUoOeVEcbopjhcwYybk,50635 +pyflakes/test/test_type_annotations.py,sha256=u6VZRZdDmM3gekS5NiAAMvKXjOUvpDriOBgqVTfFlGs,20212 +pyflakes/test/test_undefined_names.py,sha256=yjUTw7jen-SGFAZCLACLCLDSv8sXrojAyhPJel3WBpE,23488 diff --git a/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/WHEEL b/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/WHEEL new file mode 100644 index 0000000..f771c29 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.40.0) +Root-Is-Purelib: true +Tag: py2-none-any +Tag: py3-none-any + diff --git a/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/entry_points.txt b/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/entry_points.txt new file mode 100644 index 0000000..a090d6e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +pyflakes = pyflakes.api:main diff --git a/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/top_level.txt b/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/top_level.txt new file mode 100644 index 0000000..38675cb --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes-3.2.0.dist-info/top_level.txt @@ -0,0 +1 @@ +pyflakes diff --git a/venv/lib/python3.10/site-packages/pyflakes/__init__.py b/venv/lib/python3.10/site-packages/pyflakes/__init__.py new file mode 100644 index 0000000..573cf70 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/__init__.py @@ -0,0 +1 @@ +__version__ = '3.2.0' diff --git a/venv/lib/python3.10/site-packages/pyflakes/__main__.py b/venv/lib/python3.10/site-packages/pyflakes/__main__.py new file mode 100644 index 0000000..68cd9ef --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/__main__.py @@ -0,0 +1,5 @@ +from pyflakes.api import main + +# python -m pyflakes +if __name__ == '__main__': + main(prog='pyflakes') diff --git a/venv/lib/python3.10/site-packages/pyflakes/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0db6722bf4d1ae383eb9ad489301d37edccd068d GIT binary patch literal 206 zcmd1j<>g`kf+e*V(#3%EV-N=!FakLaKwQiLBvKfn7*ZI688n%ySdI0J^bGto8E#mBE?C}IMt0~5bu^h1k*68c5?8JQ&o`YEYpd8sA3>6s-NrAfL;MTvRI z8JT(M`emtkW%@apN%{qqB^mj7#(IVZ`o)PO2Tqg~cFSIT!#QUN=_& literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/__pycache__/__main__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/__pycache__/__main__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97ee2c0d93944916b05fb7f4da211c3209766776 GIT binary patch literal 292 zcmYjL!Ait15KY>;gk@LoCxjl_xOf%u3%rPzB7}4^rlD;bl5C*|Kf%B7;@^1g)sw&A zMW-tZ4$OPZn|aI|w%awqdVBfM2KjRt{#S~_9d@`xP(;y=^t7UsK%$a1@fScrTaSW0Jng3iTZWe-BU6Td>? z2;WcqF@O);4~>bAD;O=rLYvqe>Z112?i*t@AHj~iGc|WpYzBK>?yh(+5eg^wt<(^3 e@t1<1f|YKX*-byFLkG7M9|nf7AuK(o+0QSeHcwRm literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/__pycache__/api.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/__pycache__/api.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69aaf74b8efb6d6c84990adfa465a781be7e25ee GIT binary patch literal 5278 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 QGs#v*ICly;_|-1;UqIp--~a#s literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/__pycache__/messages.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/__pycache__/messages.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..04359025810f989b893f58757e895d9c2815fdaa GIT binary patch literal 13345 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/__pycache__/reporter.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/__pycache__/reporter.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c9dc83c8c9b3eb378020af602b9540709a1969a GIT binary patch literal 3109 zcmcguUys{F5ck@SWO zcgZDBS3U(ox=OtCBk;}#;MuP{^($0JWoB*X(%wNO9#|#owP$x`cIG#~U9q+nSkQi* z|FQeqie>$YFU!q=mo50KE_BT5TZ}L}C4FL^cHjQOVh(d3Tg*MS`wnX{@3GZ)nSI~t zw5M+cUrVu{Fi!P|({Fe#q~?;wX{1y)cm^u1of!M&X2Z)C{MBvfxCN%HzRd_Ix0z#< zyQ~FIFvZ&N^q9{sz_ZN)FuGFujh*RcK%spu5O%t~CnEi$EL5o;RJyGM;b z^KP)1v6V+M8qAbQ%ib~|K|^S-yv3dQj8Lv_ZZ*LxZc=J^r#qY3}lqWBS>p+pJ)5M zG#T{r3B*79sQcmVo`QsIydRrX5?om+L;Z#{fqmA5GYtctQ)N_Blb=PfZ&HYK#nt7r!0;O zDdAPi3G4c98P%8O>(ZIZCJYCM`(- z=#UunvSq5Lm!ZauSY#+8L1s&CpoX(8w0Dztdb`U$*x z;;`UNV+9$p`FB>L+Yp6C-hiGAoguTRNv5O28f;1SUqFRf#O-+Nr2(@5~k&J=;e~rq9%a z7!DQJm6cee#Tb0gz(x|Ejn2Zx2UJM9BeItW-jraY?tEjKAJ(RnC}fN^4JUmpAgiY} z_^G@Mh3JI`J~lfY2cGwh~oH`V4%hCg~!1=FB<#j(7Aa{Iyk=Y&q}he5|H1C^(V z#z-ls)#%Vvv&7meZOKbV6@yOO6t#pqk0n=8;#H9?y=v2?i_VoUetospSE@~!I==;L z)qBwS7d^6Sue-h-*ggq}|Kh6S+pA=i_~dP3li-E>m+MTgEVy7vNsL6%G#n%S7#^T7 zfT{x?*Y=DYle#kDotd$@XgSk-QDDu1LWiQr7*zs~ek8;LDX?$qq&oW-%PN#2m)<>U zRCH@vRo#0PzXI389l%g@GnA31&yI%TgR11K;=Z0UVSIQCmh1(?W4RBj=}7wd>Fx1 zwu#;M;G{Wj)?N87j5{q!;UV9^?j7uK`$lxGQvc&B%%5PjDJ&J&g7}biXZ5SU0o2Mv A?EnA( literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/api.py b/venv/lib/python3.10/site-packages/pyflakes/api.py new file mode 100644 index 0000000..cd4d943 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/api.py @@ -0,0 +1,185 @@ +""" +API for the command-line I{pyflakes} tool. +""" +import ast +import os +import platform +import re +import sys + +from pyflakes import checker, __version__ +from pyflakes import reporter as modReporter + +__all__ = ['check', 'checkPath', 'checkRecursive', 'iterSourceCode', 'main'] + +PYTHON_SHEBANG_REGEX = re.compile(br'^#!.*\bpython(3(\.\d+)?|w)?[dmu]?\s') + + +def check(codeString, filename, reporter=None): + """ + Check the Python source given by C{codeString} for flakes. + + @param codeString: The Python source to check. + @type codeString: C{str} + + @param filename: The name of the file the source came from, used to report + errors. + @type filename: C{str} + + @param reporter: A L{Reporter} instance, where errors and warnings will be + reported. + + @return: The number of warnings emitted. + @rtype: C{int} + """ + if reporter is None: + reporter = modReporter._makeDefaultReporter() + # First, compile into an AST and handle syntax errors. + try: + tree = ast.parse(codeString, filename=filename) + except SyntaxError as e: + reporter.syntaxError(filename, e.args[0], e.lineno, e.offset, e.text) + return 1 + except Exception: + reporter.unexpectedError(filename, 'problem decoding source') + return 1 + # Okay, it's syntactically valid. Now check it. + w = checker.Checker(tree, filename=filename) + w.messages.sort(key=lambda m: m.lineno) + for warning in w.messages: + reporter.flake(warning) + return len(w.messages) + + +def checkPath(filename, reporter=None): + """ + Check the given path, printing out any warnings detected. + + @param reporter: A L{Reporter} instance, where errors and warnings will be + reported. + + @return: the number of warnings printed + """ + if reporter is None: + reporter = modReporter._makeDefaultReporter() + try: + with open(filename, 'rb') as f: + codestr = f.read() + except OSError as e: + reporter.unexpectedError(filename, e.args[1]) + return 1 + return check(codestr, filename, reporter) + + +def isPythonFile(filename): + """Return True if filename points to a Python file.""" + if filename.endswith('.py'): + return True + + # Avoid obvious Emacs backup files + if filename.endswith("~"): + return False + + max_bytes = 128 + + try: + with open(filename, 'rb') as f: + text = f.read(max_bytes) + if not text: + return False + except OSError: + return False + + return PYTHON_SHEBANG_REGEX.match(text) + + +def iterSourceCode(paths): + """ + Iterate over all Python source files in C{paths}. + + @param paths: A list of paths. Directories will be recursed into and + any .py files found will be yielded. Any non-directories will be + yielded as-is. + """ + for path in paths: + if os.path.isdir(path): + for dirpath, dirnames, filenames in os.walk(path): + for filename in filenames: + full_path = os.path.join(dirpath, filename) + if isPythonFile(full_path): + yield full_path + else: + yield path + + +def checkRecursive(paths, reporter): + """ + Recursively check all source files in C{paths}. + + @param paths: A list of paths to Python source files and directories + containing Python source files. + @param reporter: A L{Reporter} where all of the warnings and errors + will be reported to. + @return: The number of warnings found. + """ + warnings = 0 + for sourcePath in iterSourceCode(paths): + warnings += checkPath(sourcePath, reporter) + return warnings + + +def _exitOnSignal(sigName, message): + """Handles a signal with sys.exit. + + Some of these signals (SIGPIPE, for example) don't exist or are invalid on + Windows. So, ignore errors that might arise. + """ + import signal + + try: + sigNumber = getattr(signal, sigName) + except AttributeError: + # the signal constants defined in the signal module are defined by + # whether the C library supports them or not. So, SIGPIPE might not + # even be defined. + return + + def handler(sig, f): + sys.exit(message) + + try: + signal.signal(sigNumber, handler) + except ValueError: + # It's also possible the signal is defined, but then it's invalid. In + # this case, signal.signal raises ValueError. + pass + + +def _get_version(): + """ + Retrieve and format package version along with python version & OS used + """ + return ('%s Python %s on %s' % + (__version__, platform.python_version(), platform.system())) + + +def main(prog=None, args=None): + """Entry point for the script "pyflakes".""" + import argparse + + # Handle "Keyboard Interrupt" and "Broken pipe" gracefully + _exitOnSignal('SIGINT', '... stopped') + _exitOnSignal('SIGPIPE', 1) + + parser = argparse.ArgumentParser(prog=prog, + description='Check Python source files for errors') + parser.add_argument('-V', '--version', action='version', version=_get_version()) + parser.add_argument('path', nargs='*', + help='Path(s) of Python file(s) to check. STDIN if not given.') + args = parser.parse_args(args=args).path + reporter = modReporter._makeDefaultReporter() + if args: + warnings = checkRecursive(args, reporter) + else: + warnings = check(sys.stdin.read(), '', reporter) + raise SystemExit(warnings > 0) diff --git a/venv/lib/python3.10/site-packages/pyflakes/checker.py b/venv/lib/python3.10/site-packages/pyflakes/checker.py new file mode 100644 index 0000000..754ab30 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/checker.py @@ -0,0 +1,2200 @@ +""" +Main module. + +Implement the central Checker class. +Also, it models the Bindings and Scopes. +""" +import __future__ +import builtins +import ast +import collections +import contextlib +import doctest +import functools +import os +import re +import string +import sys +import warnings + +from pyflakes import messages + +PYPY = hasattr(sys, 'pypy_version_info') + +builtin_vars = dir(builtins) + +parse_format_string = string.Formatter().parse + + +def getAlternatives(n): + if isinstance(n, ast.If): + return [n.body] + elif isinstance(n, ast.Try): + return [n.body + n.orelse] + [[hdl] for hdl in n.handlers] + elif sys.version_info >= (3, 10) and isinstance(n, ast.Match): + return [mc.body for mc in n.cases] + + +FOR_TYPES = (ast.For, ast.AsyncFor) + + +def _is_singleton(node): # type: (ast.AST) -> bool + return ( + isinstance(node, ast.Constant) and + isinstance(node.value, (bool, type(Ellipsis), type(None))) + ) + + +def _is_tuple_constant(node): # type: (ast.AST) -> bool + return ( + isinstance(node, ast.Tuple) and + all(_is_constant(elt) for elt in node.elts) + ) + + +def _is_constant(node): + return isinstance(node, ast.Constant) or _is_tuple_constant(node) + + +def _is_const_non_singleton(node): # type: (ast.AST) -> bool + return _is_constant(node) and not _is_singleton(node) + + +def _is_name_or_attr(node, name): # type: (ast.AST, str) -> bool + return ( + (isinstance(node, ast.Name) and node.id == name) or + (isinstance(node, ast.Attribute) and node.attr == name) + ) + + +MAPPING_KEY_RE = re.compile(r'\(([^()]*)\)') +CONVERSION_FLAG_RE = re.compile('[#0+ -]*') +WIDTH_RE = re.compile(r'(?:\*|\d*)') +PRECISION_RE = re.compile(r'(?:\.(?:\*|\d*))?') +LENGTH_RE = re.compile('[hlL]?') +# https://docs.python.org/3/library/stdtypes.html#old-string-formatting +VALID_CONVERSIONS = frozenset('diouxXeEfFgGcrsa%') + + +def _must_match(regex, string, pos): + match = regex.match(string, pos) + assert match is not None + return match + + +def parse_percent_format(s): + """Parses the string component of a `'...' % ...` format call + + Copied from https://github.com/asottile/pyupgrade at v1.20.1 + """ + + def _parse_inner(): + string_start = 0 + string_end = 0 + in_fmt = False + + i = 0 + while i < len(s): + if not in_fmt: + try: + i = s.index('%', i) + except ValueError: # no more % fields! + yield s[string_start:], None + return + else: + string_end = i + i += 1 + in_fmt = True + else: + key_match = MAPPING_KEY_RE.match(s, i) + if key_match: + key = key_match.group(1) + i = key_match.end() + else: + key = None + + conversion_flag_match = _must_match(CONVERSION_FLAG_RE, s, i) + conversion_flag = conversion_flag_match.group() or None + i = conversion_flag_match.end() + + width_match = _must_match(WIDTH_RE, s, i) + width = width_match.group() or None + i = width_match.end() + + precision_match = _must_match(PRECISION_RE, s, i) + precision = precision_match.group() or None + i = precision_match.end() + + # length modifier is ignored + i = _must_match(LENGTH_RE, s, i).end() + + try: + conversion = s[i] + except IndexError: + raise ValueError('end-of-string while parsing format') + i += 1 + + fmt = (key, conversion_flag, width, precision, conversion) + yield s[string_start:string_end], fmt + + in_fmt = False + string_start = i + + if in_fmt: + raise ValueError('end-of-string while parsing format') + + return tuple(_parse_inner()) + + +class _FieldsOrder(dict): + """Fix order of AST node fields.""" + + def _get_fields(self, node_class): + # handle iter before target, and generators before element + fields = node_class._fields + if 'iter' in fields: + key_first = 'iter'.find + elif 'generators' in fields: + key_first = 'generators'.find + else: + key_first = 'value'.find + return tuple(sorted(fields, key=key_first, reverse=True)) + + def __missing__(self, node_class): + self[node_class] = fields = self._get_fields(node_class) + return fields + + +def counter(items): + """ + Simplest required implementation of collections.Counter. Required as 2.6 + does not have Counter in collections. + """ + results = {} + for item in items: + results[item] = results.get(item, 0) + 1 + return results + + +def iter_child_nodes(node, omit=None, _fields_order=_FieldsOrder()): + """ + Yield all direct child nodes of *node*, that is, all fields that + are nodes and all items of fields that are lists of nodes. + + :param node: AST node to be iterated upon + :param omit: String or tuple of strings denoting the + attributes of the node to be omitted from + further parsing + :param _fields_order: Order of AST node fields + """ + for name in _fields_order[node.__class__]: + if omit and name in omit: + continue + field = getattr(node, name, None) + if isinstance(field, ast.AST): + yield field + elif isinstance(field, list): + for item in field: + if isinstance(item, ast.AST): + yield item + + +def convert_to_value(item): + if isinstance(item, ast.Constant): + return item.value + elif isinstance(item, ast.Tuple): + return tuple(convert_to_value(i) for i in item.elts) + elif isinstance(item, ast.Name): + return VariableKey(item=item) + else: + return UnhandledKeyType() + + +def is_notimplemented_name_node(node): + return isinstance(node, ast.Name) and getNodeName(node) == 'NotImplemented' + + +class Binding: + """ + Represents the binding of a value to a name. + + The checker uses this to keep track of which names have been bound and + which names have not. See L{Assignment} for a special type of binding that + is checked with stricter rules. + + @ivar used: pair of (L{Scope}, node) indicating the scope and + the node that this binding was last used. + """ + + def __init__(self, name, source): + self.name = name + self.source = source + self.used = False + + def __str__(self): + return self.name + + def __repr__(self): + return '<{} object {!r} from line {!r} at 0x{:x}>'.format( + self.__class__.__name__, + self.name, + self.source.lineno, + id(self), + ) + + def redefines(self, other): + return isinstance(other, Definition) and self.name == other.name + + +class Definition(Binding): + """ + A binding that defines a function or a class. + """ + def redefines(self, other): + return ( + super().redefines(other) or + (isinstance(other, Assignment) and self.name == other.name) + ) + + +class Builtin(Definition): + """A definition created for all Python builtins.""" + + def __init__(self, name): + super().__init__(name, None) + + def __repr__(self): + return '<{} object {!r} at 0x{:x}>'.format( + self.__class__.__name__, + self.name, + id(self) + ) + + +class UnhandledKeyType: + """ + A dictionary key of a type that we cannot or do not check for duplicates. + """ + + +class VariableKey: + """ + A dictionary key which is a variable. + + @ivar item: The variable AST object. + """ + def __init__(self, item): + self.name = item.id + + def __eq__(self, compare): + return ( + compare.__class__ == self.__class__ and + compare.name == self.name + ) + + def __hash__(self): + return hash(self.name) + + +class Importation(Definition): + """ + A binding created by an import statement. + + @ivar fullName: The complete name given to the import statement, + possibly including multiple dotted components. + @type fullName: C{str} + """ + + def __init__(self, name, source, full_name=None): + self.fullName = full_name or name + self.redefined = [] + super().__init__(name, source) + + def redefines(self, other): + if isinstance(other, SubmoduleImportation): + # See note in SubmoduleImportation about RedefinedWhileUnused + return self.fullName == other.fullName + return isinstance(other, Definition) and self.name == other.name + + def _has_alias(self): + """Return whether importation needs an as clause.""" + return not self.fullName.split('.')[-1] == self.name + + @property + def source_statement(self): + """Generate a source statement equivalent to the import.""" + if self._has_alias(): + return f'import {self.fullName} as {self.name}' + else: + return 'import %s' % self.fullName + + def __str__(self): + """Return import full name with alias.""" + if self._has_alias(): + return self.fullName + ' as ' + self.name + else: + return self.fullName + + +class SubmoduleImportation(Importation): + """ + A binding created by a submodule import statement. + + A submodule import is a special case where the root module is implicitly + imported, without an 'as' clause, and the submodule is also imported. + Python does not restrict which attributes of the root module may be used. + + This class is only used when the submodule import is without an 'as' clause. + + pyflakes handles this case by registering the root module name in the scope, + allowing any attribute of the root module to be accessed. + + RedefinedWhileUnused is suppressed in `redefines` unless the submodule + name is also the same, to avoid false positives. + """ + + def __init__(self, name, source): + # A dot should only appear in the name when it is a submodule import + assert '.' in name and (not source or isinstance(source, ast.Import)) + package_name = name.split('.')[0] + super().__init__(package_name, source) + self.fullName = name + + def redefines(self, other): + if isinstance(other, Importation): + return self.fullName == other.fullName + return super().redefines(other) + + def __str__(self): + return self.fullName + + @property + def source_statement(self): + return 'import ' + self.fullName + + +class ImportationFrom(Importation): + + def __init__(self, name, source, module, real_name=None): + self.module = module + self.real_name = real_name or name + + if module.endswith('.'): + full_name = module + self.real_name + else: + full_name = module + '.' + self.real_name + + super().__init__(name, source, full_name) + + def __str__(self): + """Return import full name with alias.""" + if self.real_name != self.name: + return self.fullName + ' as ' + self.name + else: + return self.fullName + + @property + def source_statement(self): + if self.real_name != self.name: + return f'from {self.module} import {self.real_name} as {self.name}' + else: + return f'from {self.module} import {self.name}' + + +class StarImportation(Importation): + """A binding created by a 'from x import *' statement.""" + + def __init__(self, name, source): + super().__init__('*', source) + # Each star importation needs a unique name, and + # may not be the module name otherwise it will be deemed imported + self.name = name + '.*' + self.fullName = name + + @property + def source_statement(self): + return 'from ' + self.fullName + ' import *' + + def __str__(self): + # When the module ends with a ., avoid the ambiguous '..*' + if self.fullName.endswith('.'): + return self.source_statement + else: + return self.name + + +class FutureImportation(ImportationFrom): + """ + A binding created by a from `__future__` import statement. + + `__future__` imports are implicitly used. + """ + + def __init__(self, name, source, scope): + super().__init__(name, source, '__future__') + self.used = (scope, source) + + +class Argument(Binding): + """ + Represents binding a name as an argument. + """ + + +class Assignment(Binding): + """ + Represents binding a name with an explicit assignment. + + The checker will raise warnings for any Assignment that isn't used. Also, + the checker does not consider assignments in tuple/list unpacking to be + Assignments, rather it treats them as simple Bindings. + """ + + +class NamedExprAssignment(Assignment): + """ + Represents binding a name with an assignment expression. + """ + + +class Annotation(Binding): + """ + Represents binding a name to a type without an associated value. + + As long as this name is not assigned a value in another binding, it is considered + undefined for most purposes. One notable exception is using the name as a type + annotation. + """ + + def redefines(self, other): + """An Annotation doesn't define any name, so it cannot redefine one.""" + return False + + +class FunctionDefinition(Definition): + pass + + +class ClassDefinition(Definition): + pass + + +class ExportBinding(Binding): + """ + A binding created by an C{__all__} assignment. If the names in the list + can be determined statically, they will be treated as names for export and + additional checking applied to them. + + The only recognized C{__all__} assignment via list/tuple concatenation is in the + following format: + + __all__ = ['a'] + ['b'] + ['c'] + + Names which are imported and not otherwise used but appear in the value of + C{__all__} will not have an unused import warning reported for them. + """ + + def __init__(self, name, source, scope): + if '__all__' in scope and isinstance(source, ast.AugAssign): + self.names = list(scope['__all__'].names) + else: + self.names = [] + + def _add_to_names(container): + for node in container.elts: + if isinstance(node, ast.Constant) and isinstance(node.value, str): + self.names.append(node.value) + + if isinstance(source.value, (ast.List, ast.Tuple)): + _add_to_names(source.value) + # If concatenating lists or tuples + elif isinstance(source.value, ast.BinOp): + currentValue = source.value + while isinstance(currentValue.right, (ast.List, ast.Tuple)): + left = currentValue.left + right = currentValue.right + _add_to_names(right) + # If more lists are being added + if isinstance(left, ast.BinOp): + currentValue = left + # If just two lists are being added + elif isinstance(left, (ast.List, ast.Tuple)): + _add_to_names(left) + # All lists accounted for - done + break + # If not list concatenation + else: + break + super().__init__(name, source) + + +class Scope(dict): + importStarred = False # set to True when import * is found + + def __repr__(self): + scope_cls = self.__class__.__name__ + return f'<{scope_cls} at 0x{id(self):x} {dict.__repr__(self)}>' + + +class ClassScope(Scope): + pass + + +class FunctionScope(Scope): + """ + I represent a name scope for a function. + + @ivar globals: Names declared 'global' in this function. + """ + usesLocals = False + alwaysUsed = {'__tracebackhide__', '__traceback_info__', + '__traceback_supplement__'} + + def __init__(self): + super().__init__() + # Simplify: manage the special locals as globals + self.globals = self.alwaysUsed.copy() + self.returnValue = None # First non-empty return + + def unused_assignments(self): + """ + Return a generator for the assignments which have not been used. + """ + for name, binding in self.items(): + if (not binding.used and + name != '_' and # see issue #202 + name not in self.globals and + not self.usesLocals and + isinstance(binding, Assignment)): + yield name, binding + + def unused_annotations(self): + """ + Return a generator for the annotations which have not been used. + """ + for name, binding in self.items(): + if not binding.used and isinstance(binding, Annotation): + yield name, binding + + +class TypeScope(Scope): + pass + + +class GeneratorScope(Scope): + pass + + +class ModuleScope(Scope): + """Scope for a module.""" + _futures_allowed = True + _annotations_future_enabled = False + + +class DoctestScope(ModuleScope): + """Scope for a doctest.""" + + +class DetectClassScopedMagic: + names = dir() + + +# Globally defined names which are not attributes of the builtins module, or +# are only present on some platforms. +_MAGIC_GLOBALS = ['__file__', '__builtins__', '__annotations__', 'WindowsError'] + + +def getNodeName(node): + # Returns node.id, or node.name, or None + if hasattr(node, 'id'): # One of the many nodes with an id + return node.id + if hasattr(node, 'name'): # an ExceptHandler node + return node.name + if hasattr(node, 'rest'): # a MatchMapping node + return node.rest + + +TYPING_MODULES = frozenset(('typing', 'typing_extensions')) + + +def _is_typing_helper(node, is_name_match_fn, scope_stack): + """ + Internal helper to determine whether or not something is a member of a + typing module. This is used as part of working out whether we are within a + type annotation context. + + Note: you probably don't want to use this function directly. Instead see the + utils below which wrap it (`_is_typing` and `_is_any_typing_member`). + """ + + def _bare_name_is_attr(name): + for scope in reversed(scope_stack): + if name in scope: + return ( + isinstance(scope[name], ImportationFrom) and + scope[name].module in TYPING_MODULES and + is_name_match_fn(scope[name].real_name) + ) + + return False + + def _module_scope_is_typing(name): + for scope in reversed(scope_stack): + if name in scope: + return ( + isinstance(scope[name], Importation) and + scope[name].fullName in TYPING_MODULES + ) + + return False + + return ( + ( + isinstance(node, ast.Name) and + _bare_name_is_attr(node.id) + ) or ( + isinstance(node, ast.Attribute) and + isinstance(node.value, ast.Name) and + _module_scope_is_typing(node.value.id) and + is_name_match_fn(node.attr) + ) + ) + + +def _is_typing(node, typing_attr, scope_stack): + """ + Determine whether `node` represents the member of a typing module specified + by `typing_attr`. + + This is used as part of working out whether we are within a type annotation + context. + """ + return _is_typing_helper(node, lambda x: x == typing_attr, scope_stack) + + +def _is_any_typing_member(node, scope_stack): + """ + Determine whether `node` represents any member of a typing module. + + This is used as part of working out whether we are within a type annotation + context. + """ + return _is_typing_helper(node, lambda x: True, scope_stack) + + +def is_typing_overload(value, scope_stack): + return ( + isinstance(value.source, (ast.FunctionDef, ast.AsyncFunctionDef)) and + any( + _is_typing(dec, 'overload', scope_stack) + for dec in value.source.decorator_list + ) + ) + + +class AnnotationState: + NONE = 0 + STRING = 1 + BARE = 2 + + +def in_annotation(func): + @functools.wraps(func) + def in_annotation_func(self, *args, **kwargs): + with self._enter_annotation(): + return func(self, *args, **kwargs) + return in_annotation_func + + +def in_string_annotation(func): + @functools.wraps(func) + def in_annotation_func(self, *args, **kwargs): + with self._enter_annotation(AnnotationState.STRING): + return func(self, *args, **kwargs) + return in_annotation_func + + +class Checker: + """I check the cleanliness and sanity of Python code.""" + + _ast_node_scope = { + ast.Module: ModuleScope, + ast.ClassDef: ClassScope, + ast.FunctionDef: FunctionScope, + ast.AsyncFunctionDef: FunctionScope, + ast.Lambda: FunctionScope, + ast.ListComp: GeneratorScope, + ast.SetComp: GeneratorScope, + ast.GeneratorExp: GeneratorScope, + ast.DictComp: GeneratorScope, + } + + nodeDepth = 0 + offset = None + _in_annotation = AnnotationState.NONE + + builtIns = set(builtin_vars).union(_MAGIC_GLOBALS) + _customBuiltIns = os.environ.get('PYFLAKES_BUILTINS') + if _customBuiltIns: + builtIns.update(_customBuiltIns.split(',')) + del _customBuiltIns + + def __init__(self, tree, filename='(none)', builtins=None, + withDoctest='PYFLAKES_DOCTEST' in os.environ, file_tokens=()): + self._nodeHandlers = {} + self._deferred = collections.deque() + self.deadScopes = [] + self.messages = [] + self.filename = filename + if builtins: + self.builtIns = self.builtIns.union(builtins) + self.withDoctest = withDoctest + self.exceptHandlers = [()] + self.root = tree + + self.scopeStack = [] + try: + scope_tp = Checker._ast_node_scope[type(tree)] + except KeyError: + raise RuntimeError('No scope implemented for the node %r' % tree) + + with self.in_scope(scope_tp): + for builtin in self.builtIns: + self.addBinding(None, Builtin(builtin)) + self.handleChildren(tree) + self._run_deferred() + + self.checkDeadScopes() + + if file_tokens: + warnings.warn( + '`file_tokens` will be removed in a future version', + stacklevel=2, + ) + + def deferFunction(self, callable): + """ + Schedule a function handler to be called just before completion. + + This is used for handling function bodies, which must be deferred + because code later in the file might modify the global scope. When + `callable` is called, the scope at the time this is called will be + restored, however it will contain any new bindings added to it. + """ + self._deferred.append((callable, self.scopeStack[:], self.offset)) + + def _run_deferred(self): + orig = (self.scopeStack, self.offset) + + while self._deferred: + handler, scope, offset = self._deferred.popleft() + self.scopeStack, self.offset = scope, offset + handler() + + self.scopeStack, self.offset = orig + + def _in_doctest(self): + return (len(self.scopeStack) >= 2 and + isinstance(self.scopeStack[1], DoctestScope)) + + @property + def futuresAllowed(self): + if not all(isinstance(scope, ModuleScope) + for scope in self.scopeStack): + return False + + return self.scope._futures_allowed + + @futuresAllowed.setter + def futuresAllowed(self, value): + assert value is False + if isinstance(self.scope, ModuleScope): + self.scope._futures_allowed = False + + @property + def annotationsFutureEnabled(self): + scope = self.scopeStack[0] + if not isinstance(scope, ModuleScope): + return False + return scope._annotations_future_enabled + + @annotationsFutureEnabled.setter + def annotationsFutureEnabled(self, value): + assert value is True + assert isinstance(self.scope, ModuleScope) + self.scope._annotations_future_enabled = True + + @property + def scope(self): + return self.scopeStack[-1] + + @contextlib.contextmanager + def in_scope(self, cls): + self.scopeStack.append(cls()) + try: + yield + finally: + self.deadScopes.append(self.scopeStack.pop()) + + def checkDeadScopes(self): + """ + Look at scopes which have been fully examined and report names in them + which were imported but unused. + """ + for scope in self.deadScopes: + # imports in classes are public members + if isinstance(scope, ClassScope): + continue + + if isinstance(scope, FunctionScope): + for name, binding in scope.unused_assignments(): + self.report(messages.UnusedVariable, binding.source, name) + for name, binding in scope.unused_annotations(): + self.report(messages.UnusedAnnotation, binding.source, name) + + all_binding = scope.get('__all__') + if all_binding and not isinstance(all_binding, ExportBinding): + all_binding = None + + if all_binding: + all_names = set(all_binding.names) + undefined = [ + name for name in all_binding.names + if name not in scope + ] + else: + all_names = undefined = [] + + if undefined: + if not scope.importStarred and \ + os.path.basename(self.filename) != '__init__.py': + # Look for possible mistakes in the export list + for name in undefined: + self.report(messages.UndefinedExport, + scope['__all__'].source, name) + + # mark all import '*' as used by the undefined in __all__ + if scope.importStarred: + from_list = [] + for binding in scope.values(): + if isinstance(binding, StarImportation): + binding.used = all_binding + from_list.append(binding.fullName) + # report * usage, with a list of possible sources + from_list = ', '.join(sorted(from_list)) + for name in undefined: + self.report(messages.ImportStarUsage, + scope['__all__'].source, name, from_list) + + # Look for imported names that aren't used. + for value in scope.values(): + if isinstance(value, Importation): + used = value.used or value.name in all_names + if not used: + messg = messages.UnusedImport + self.report(messg, value.source, str(value)) + for node in value.redefined: + if isinstance(self.getParent(node), FOR_TYPES): + messg = messages.ImportShadowedByLoopVar + elif used: + continue + else: + messg = messages.RedefinedWhileUnused + self.report(messg, node, value.name, value.source) + + def report(self, messageClass, *args, **kwargs): + self.messages.append(messageClass(self.filename, *args, **kwargs)) + + def getParent(self, node): + # Lookup the first parent which is not Tuple, List or Starred + while True: + node = node._pyflakes_parent + if not hasattr(node, 'elts') and not hasattr(node, 'ctx'): + return node + + def getCommonAncestor(self, lnode, rnode, stop): + if ( + stop in (lnode, rnode) or + not ( + hasattr(lnode, '_pyflakes_parent') and + hasattr(rnode, '_pyflakes_parent') + ) + ): + return None + if lnode is rnode: + return lnode + + if (lnode._pyflakes_depth > rnode._pyflakes_depth): + return self.getCommonAncestor(lnode._pyflakes_parent, rnode, stop) + if (lnode._pyflakes_depth < rnode._pyflakes_depth): + return self.getCommonAncestor(lnode, rnode._pyflakes_parent, stop) + return self.getCommonAncestor( + lnode._pyflakes_parent, + rnode._pyflakes_parent, + stop, + ) + + def descendantOf(self, node, ancestors, stop): + for a in ancestors: + if self.getCommonAncestor(node, a, stop): + return True + return False + + def _getAncestor(self, node, ancestor_type): + parent = node + while True: + if parent is self.root: + return None + parent = self.getParent(parent) + if isinstance(parent, ancestor_type): + return parent + + def getScopeNode(self, node): + return self._getAncestor(node, tuple(Checker._ast_node_scope.keys())) + + def differentForks(self, lnode, rnode): + """True, if lnode and rnode are located on different forks of IF/TRY""" + ancestor = self.getCommonAncestor(lnode, rnode, self.root) + parts = getAlternatives(ancestor) + if parts: + for items in parts: + if self.descendantOf(lnode, items, ancestor) ^ \ + self.descendantOf(rnode, items, ancestor): + return True + return False + + def addBinding(self, node, value): + """ + Called when a binding is altered. + + - `node` is the statement responsible for the change + - `value` is the new value, a Binding instance + """ + # assert value.source in (node, node._pyflakes_parent): + for scope in self.scopeStack[::-1]: + if value.name in scope: + break + existing = scope.get(value.name) + + if (existing and not isinstance(existing, Builtin) and + not self.differentForks(node, existing.source)): + + parent_stmt = self.getParent(value.source) + if isinstance(existing, Importation) and isinstance(parent_stmt, FOR_TYPES): + self.report(messages.ImportShadowedByLoopVar, + node, value.name, existing.source) + + elif scope is self.scope: + if ( + (not existing.used and value.redefines(existing)) and + (value.name != '_' or isinstance(existing, Importation)) and + not is_typing_overload(existing, self.scopeStack) + ): + self.report(messages.RedefinedWhileUnused, + node, value.name, existing.source) + + elif isinstance(existing, Importation) and value.redefines(existing): + existing.redefined.append(node) + + if value.name in self.scope: + # then assume the rebound name is used as a global or within a loop + value.used = self.scope[value.name].used + + # don't treat annotations as assignments if there is an existing value + # in scope + if value.name not in self.scope or not isinstance(value, Annotation): + cur_scope_pos = -1 + # As per PEP 572, use scope in which outermost generator is defined + while ( + isinstance(value, NamedExprAssignment) and + isinstance(self.scopeStack[cur_scope_pos], GeneratorScope) + ): + cur_scope_pos -= 1 + self.scopeStack[cur_scope_pos][value.name] = value + + def _unknown_handler(self, node): + # this environment variable configures whether to error on unknown + # ast types. + # + # this is silent by default but the error is enabled for the pyflakes + # testsuite. + # + # this allows new syntax to be added to python without *requiring* + # changes from the pyflakes side. but will still produce an error + # in the pyflakes testsuite (so more specific handling can be added if + # needed). + if os.environ.get('PYFLAKES_ERROR_UNKNOWN'): + raise NotImplementedError(f'Unexpected type: {type(node)}') + else: + self.handleChildren(node) + + def getNodeHandler(self, node_class): + try: + return self._nodeHandlers[node_class] + except KeyError: + nodeType = node_class.__name__.upper() + self._nodeHandlers[node_class] = handler = getattr( + self, nodeType, self._unknown_handler, + ) + return handler + + def handleNodeLoad(self, node, parent): + name = getNodeName(node) + if not name: + return + + # only the following can access class scoped variables (since classes + # aren't really a scope) + # - direct accesses (not within a nested scope) + # - generators + # - type annotations (for generics, etc.) + can_access_class_vars = None + importStarred = None + + # try enclosing function scopes and global scope + for scope in self.scopeStack[-1::-1]: + if isinstance(scope, ClassScope): + if name == '__class__': + return + elif can_access_class_vars is False: + # only generators used in a class scope can access the + # names of the class. this is skipped during the first + # iteration + continue + + binding = scope.get(name, None) + if isinstance(binding, Annotation) and not self._in_postponed_annotation: + scope[name].used = (self.scope, node) + continue + + if name == 'print' and isinstance(binding, Builtin): + if (isinstance(parent, ast.BinOp) and + isinstance(parent.op, ast.RShift)): + self.report(messages.InvalidPrintSyntax, node) + + try: + scope[name].used = (self.scope, node) + + # if the name of SubImportation is same as + # alias of other Importation and the alias + # is used, SubImportation also should be marked as used. + n = scope[name] + if isinstance(n, Importation) and n._has_alias(): + try: + scope[n.fullName].used = (self.scope, node) + except KeyError: + pass + except KeyError: + pass + else: + return + + importStarred = importStarred or scope.importStarred + + if can_access_class_vars is not False: + can_access_class_vars = isinstance( + scope, (TypeScope, GeneratorScope), + ) + + if importStarred: + from_list = [] + + for scope in self.scopeStack[-1::-1]: + for binding in scope.values(): + if isinstance(binding, StarImportation): + # mark '*' imports as used for each scope + binding.used = (self.scope, node) + from_list.append(binding.fullName) + + # report * usage, with a list of possible sources + from_list = ', '.join(sorted(from_list)) + self.report(messages.ImportStarUsage, node, name, from_list) + return + + if name == '__path__' and os.path.basename(self.filename) == '__init__.py': + # the special name __path__ is valid only in packages + return + + if name in DetectClassScopedMagic.names and isinstance(self.scope, ClassScope): + return + + # protected with a NameError handler? + if 'NameError' not in self.exceptHandlers[-1]: + self.report(messages.UndefinedName, node, name) + + def handleNodeStore(self, node): + name = getNodeName(node) + if not name: + return + # if the name hasn't already been defined in the current scope + if isinstance(self.scope, FunctionScope) and name not in self.scope: + # for each function or module scope above us + for scope in self.scopeStack[:-1]: + if not isinstance(scope, (FunctionScope, ModuleScope)): + continue + # if the name was defined in that scope, and the name has + # been accessed already in the current scope, and hasn't + # been declared global + used = name in scope and scope[name].used + if used and used[0] is self.scope and name not in self.scope.globals: + # then it's probably a mistake + self.report(messages.UndefinedLocal, + scope[name].used[1], name, scope[name].source) + break + + parent_stmt = self.getParent(node) + if isinstance(parent_stmt, ast.AnnAssign) and parent_stmt.value is None: + binding = Annotation(name, node) + elif isinstance(parent_stmt, (FOR_TYPES, ast.comprehension)) or ( + parent_stmt != node._pyflakes_parent and + not self.isLiteralTupleUnpacking(parent_stmt)): + binding = Binding(name, node) + elif ( + name == '__all__' and + isinstance(self.scope, ModuleScope) and + isinstance( + node._pyflakes_parent, + (ast.Assign, ast.AugAssign, ast.AnnAssign) + ) + ): + binding = ExportBinding(name, node._pyflakes_parent, self.scope) + elif isinstance(parent_stmt, ast.NamedExpr): + binding = NamedExprAssignment(name, node) + else: + binding = Assignment(name, node) + self.addBinding(node, binding) + + def handleNodeDelete(self, node): + + def on_conditional_branch(): + """ + Return `True` if node is part of a conditional body. + """ + current = getattr(node, '_pyflakes_parent', None) + while current: + if isinstance(current, (ast.If, ast.While, ast.IfExp)): + return True + current = getattr(current, '_pyflakes_parent', None) + return False + + name = getNodeName(node) + if not name: + return + + if on_conditional_branch(): + # We cannot predict if this conditional branch is going to + # be executed. + return + + if isinstance(self.scope, FunctionScope) and name in self.scope.globals: + self.scope.globals.remove(name) + else: + try: + del self.scope[name] + except KeyError: + self.report(messages.UndefinedName, node, name) + + @contextlib.contextmanager + def _enter_annotation(self, ann_type=AnnotationState.BARE): + orig, self._in_annotation = self._in_annotation, ann_type + try: + yield + finally: + self._in_annotation = orig + + @property + def _in_postponed_annotation(self): + return ( + self._in_annotation == AnnotationState.STRING or + self.annotationsFutureEnabled + ) + + def handleChildren(self, tree, omit=None): + for node in iter_child_nodes(tree, omit=omit): + self.handleNode(node, tree) + + def isLiteralTupleUnpacking(self, node): + if isinstance(node, ast.Assign): + for child in node.targets + [node.value]: + if not hasattr(child, 'elts'): + return False + return True + + def isDocstring(self, node): + """ + Determine if the given node is a docstring, as long as it is at the + correct place in the node tree. + """ + return ( + isinstance(node, ast.Expr) and + isinstance(node.value, ast.Constant) and + isinstance(node.value.value, str) + ) + + def getDocstring(self, node): + if ( + isinstance(node, ast.Expr) and + isinstance(node.value, ast.Constant) and + isinstance(node.value.value, str) + ): + return node.value.value, node.lineno - 1 + else: + return None, None + + def handleNode(self, node, parent): + if node is None: + return + if self.offset and getattr(node, 'lineno', None) is not None: + node.lineno += self.offset[0] + node.col_offset += self.offset[1] + if ( + self.futuresAllowed and + self.nodeDepth == 0 and + not isinstance(node, ast.ImportFrom) and + not self.isDocstring(node) + ): + self.futuresAllowed = False + self.nodeDepth += 1 + node._pyflakes_depth = self.nodeDepth + node._pyflakes_parent = parent + try: + handler = self.getNodeHandler(node.__class__) + handler(node) + finally: + self.nodeDepth -= 1 + + _getDoctestExamples = doctest.DocTestParser().get_examples + + def handleDoctests(self, node): + try: + (docstring, node_lineno) = self.getDocstring(node.body[0]) + examples = docstring and self._getDoctestExamples(docstring) + except (ValueError, IndexError): + # e.g. line 6 of the docstring for has inconsistent + # leading whitespace: ... + return + if not examples: + return + + # Place doctest in module scope + saved_stack = self.scopeStack + self.scopeStack = [self.scopeStack[0]] + node_offset = self.offset or (0, 0) + with self.in_scope(DoctestScope): + if '_' not in self.scopeStack[0]: + self.addBinding(None, Builtin('_')) + for example in examples: + try: + tree = ast.parse(example.source, "") + except SyntaxError as e: + position = (node_lineno + example.lineno + e.lineno, + example.indent + 4 + (e.offset or 0)) + self.report(messages.DoctestSyntaxError, node, position) + else: + self.offset = (node_offset[0] + node_lineno + example.lineno, + node_offset[1] + example.indent + 4) + self.handleChildren(tree) + self.offset = node_offset + self.scopeStack = saved_stack + + @in_string_annotation + def handleStringAnnotation(self, s, node, ref_lineno, ref_col_offset, err): + try: + tree = ast.parse(s) + except SyntaxError: + self.report(err, node, s) + return + + body = tree.body + if len(body) != 1 or not isinstance(body[0], ast.Expr): + self.report(err, node, s) + return + + parsed_annotation = tree.body[0].value + for descendant in ast.walk(parsed_annotation): + if ( + 'lineno' in descendant._attributes and + 'col_offset' in descendant._attributes + ): + descendant.lineno = ref_lineno + descendant.col_offset = ref_col_offset + + self.handleNode(parsed_annotation, node) + + def handle_annotation_always_deferred(self, annotation, parent): + fn = in_annotation(Checker.handleNode) + self.deferFunction(lambda: fn(self, annotation, parent)) + + @in_annotation + def handleAnnotation(self, annotation, node): + if ( + isinstance(annotation, ast.Constant) and + isinstance(annotation.value, str) + ): + # Defer handling forward annotation. + self.deferFunction(functools.partial( + self.handleStringAnnotation, + annotation.value, + node, + annotation.lineno, + annotation.col_offset, + messages.ForwardAnnotationSyntaxError, + )) + elif self.annotationsFutureEnabled: + self.handle_annotation_always_deferred(annotation, node) + else: + self.handleNode(annotation, node) + + def ignore(self, node): + pass + + # "stmt" type nodes + DELETE = FOR = ASYNCFOR = WHILE = WITH = WITHITEM = ASYNCWITH = \ + EXPR = ASSIGN = handleChildren + + PASS = ignore + + # "expr" type nodes + BOOLOP = UNARYOP = SET = ATTRIBUTE = STARRED = NAMECONSTANT = \ + NAMEDEXPR = handleChildren + + def SUBSCRIPT(self, node): + if _is_name_or_attr(node.value, 'Literal'): + with self._enter_annotation(AnnotationState.NONE): + self.handleChildren(node) + elif _is_name_or_attr(node.value, 'Annotated'): + self.handleNode(node.value, node) + + # py39+ + if isinstance(node.slice, ast.Tuple): + slice_tuple = node.slice + # = 1 + ): + with self._enter_annotation(): + self.handleNode(node.args[0], node) + + elif _is_typing(node.func, 'TypeVar', self.scopeStack): + + # TypeVar("T", "int", "str") + omit += ["args"] + annotated += [arg for arg in node.args[1:]] + + # TypeVar("T", bound="str") + omit += ["keywords"] + annotated += [k.value for k in node.keywords if k.arg == "bound"] + not_annotated += [ + (k, ["value"] if k.arg == "bound" else None) + for k in node.keywords + ] + + elif _is_typing(node.func, "TypedDict", self.scopeStack): + # TypedDict("a", {"a": int}) + if len(node.args) > 1 and isinstance(node.args[1], ast.Dict): + omit += ["args"] + annotated += node.args[1].values + not_annotated += [ + (arg, ["values"] if i == 1 else None) + for i, arg in enumerate(node.args) + ] + + # TypedDict("a", a=int) + omit += ["keywords"] + annotated += [k.value for k in node.keywords] + not_annotated += [(k, ["value"]) for k in node.keywords] + + elif _is_typing(node.func, "NamedTuple", self.scopeStack): + # NamedTuple("a", [("a", int)]) + if ( + len(node.args) > 1 and + isinstance(node.args[1], (ast.Tuple, ast.List)) and + all(isinstance(x, (ast.Tuple, ast.List)) and + len(x.elts) == 2 for x in node.args[1].elts) + ): + omit += ["args"] + annotated += [elt.elts[1] for elt in node.args[1].elts] + not_annotated += [(elt.elts[0], None) for elt in node.args[1].elts] + not_annotated += [ + (arg, ["elts"] if i == 1 else None) + for i, arg in enumerate(node.args) + ] + not_annotated += [(elt, "elts") for elt in node.args[1].elts] + + # NamedTuple("a", a=int) + omit += ["keywords"] + annotated += [k.value for k in node.keywords] + not_annotated += [(k, ["value"]) for k in node.keywords] + + if omit: + with self._enter_annotation(AnnotationState.NONE): + for na_node, na_omit in not_annotated: + self.handleChildren(na_node, omit=na_omit) + self.handleChildren(node, omit=omit) + + with self._enter_annotation(): + for annotated_node in annotated: + self.handleNode(annotated_node, node) + else: + self.handleChildren(node) + + def _handle_percent_format(self, node): + try: + placeholders = parse_percent_format(node.left.value) + except ValueError: + self.report( + messages.PercentFormatInvalidFormat, + node, + 'incomplete format', + ) + return + + named = set() + positional_count = 0 + positional = None + for _, placeholder in placeholders: + if placeholder is None: + continue + name, _, width, precision, conversion = placeholder + + if conversion == '%': + continue + + if conversion not in VALID_CONVERSIONS: + self.report( + messages.PercentFormatUnsupportedFormatCharacter, + node, + conversion, + ) + + if positional is None and conversion: + positional = name is None + + for part in (width, precision): + if part is not None and '*' in part: + if not positional: + self.report( + messages.PercentFormatStarRequiresSequence, + node, + ) + else: + positional_count += 1 + + if positional and name is not None: + self.report( + messages.PercentFormatMixedPositionalAndNamed, + node, + ) + return + elif not positional and name is None: + self.report( + messages.PercentFormatMixedPositionalAndNamed, + node, + ) + return + + if positional: + positional_count += 1 + else: + named.add(name) + + if ( + isinstance(node.right, (ast.List, ast.Tuple)) and + # does not have any *splats (py35+ feature) + not any( + isinstance(elt, ast.Starred) + for elt in node.right.elts + ) + ): + substitution_count = len(node.right.elts) + if positional and positional_count != substitution_count: + self.report( + messages.PercentFormatPositionalCountMismatch, + node, + positional_count, + substitution_count, + ) + elif not positional: + self.report(messages.PercentFormatExpectedMapping, node) + + if ( + isinstance(node.right, ast.Dict) and + all( + isinstance(k, ast.Constant) and isinstance(k.value, str) + for k in node.right.keys + ) + ): + if positional and positional_count > 1: + self.report(messages.PercentFormatExpectedSequence, node) + return + + substitution_keys = {k.value for k in node.right.keys} + extra_keys = substitution_keys - named + missing_keys = named - substitution_keys + if not positional and extra_keys: + self.report( + messages.PercentFormatExtraNamedArguments, + node, + ', '.join(sorted(extra_keys)), + ) + if not positional and missing_keys: + self.report( + messages.PercentFormatMissingArgument, + node, + ', '.join(sorted(missing_keys)), + ) + + def BINOP(self, node): + if ( + isinstance(node.op, ast.Mod) and + isinstance(node.left, ast.Constant) and + isinstance(node.left.value, str) + ): + self._handle_percent_format(node) + self.handleChildren(node) + + def CONSTANT(self, node): + if isinstance(node.value, str) and self._in_annotation: + fn = functools.partial( + self.handleStringAnnotation, + node.value, + node, + node.lineno, + node.col_offset, + messages.ForwardAnnotationSyntaxError, + ) + self.deferFunction(fn) + + # "slice" type nodes + SLICE = EXTSLICE = INDEX = handleChildren + + # expression contexts are node instances too, though being constants + LOAD = STORE = DEL = AUGLOAD = AUGSTORE = PARAM = ignore + + # same for operators + AND = OR = ADD = SUB = MULT = DIV = MOD = POW = LSHIFT = RSHIFT = \ + BITOR = BITXOR = BITAND = FLOORDIV = INVERT = NOT = UADD = USUB = \ + EQ = NOTEQ = LT = LTE = GT = GTE = IS = ISNOT = IN = NOTIN = \ + MATMULT = ignore + + def RAISE(self, node): + self.handleChildren(node) + + arg = node.exc + + if isinstance(arg, ast.Call): + if is_notimplemented_name_node(arg.func): + # Handle "raise NotImplemented(...)" + self.report(messages.RaiseNotImplemented, node) + elif is_notimplemented_name_node(arg): + # Handle "raise NotImplemented" + self.report(messages.RaiseNotImplemented, node) + + # additional node types + COMPREHENSION = KEYWORD = FORMATTEDVALUE = handleChildren + + _in_fstring = False + + def JOINEDSTR(self, node): + if ( + # the conversion / etc. flags are parsed as f-strings without + # placeholders + not self._in_fstring and + not any(isinstance(x, ast.FormattedValue) for x in node.values) + ): + self.report(messages.FStringMissingPlaceholders, node) + + self._in_fstring, orig = True, self._in_fstring + try: + self.handleChildren(node) + finally: + self._in_fstring = orig + + def DICT(self, node): + # Complain if there are duplicate keys with different values + # If they have the same value it's not going to cause potentially + # unexpected behaviour so we'll not complain. + keys = [ + convert_to_value(key) for key in node.keys + ] + + key_counts = counter(keys) + duplicate_keys = [ + key for key, count in key_counts.items() + if count > 1 + ] + + for key in duplicate_keys: + key_indices = [i for i, i_key in enumerate(keys) if i_key == key] + + values = counter( + convert_to_value(node.values[index]) + for index in key_indices + ) + if any(count == 1 for value, count in values.items()): + for key_index in key_indices: + key_node = node.keys[key_index] + if isinstance(key, VariableKey): + self.report(messages.MultiValueRepeatedKeyVariable, + key_node, + key.name) + else: + self.report( + messages.MultiValueRepeatedKeyLiteral, + key_node, + key, + ) + self.handleChildren(node) + + def IF(self, node): + if isinstance(node.test, ast.Tuple) and node.test.elts != []: + self.report(messages.IfTuple, node) + self.handleChildren(node) + + IFEXP = IF + + def ASSERT(self, node): + if isinstance(node.test, ast.Tuple) and node.test.elts != []: + self.report(messages.AssertTuple, node) + self.handleChildren(node) + + def GLOBAL(self, node): + """ + Keep track of globals declarations. + """ + global_scope_index = 1 if self._in_doctest() else 0 + global_scope = self.scopeStack[global_scope_index] + + # Ignore 'global' statement in global scope. + if self.scope is not global_scope: + + # One 'global' statement can bind multiple (comma-delimited) names. + for node_name in node.names: + node_value = Assignment(node_name, node) + + # Remove UndefinedName messages already reported for this name. + # TODO: if the global is not used in this scope, it does not + # become a globally defined name. See test_unused_global. + self.messages = [ + m for m in self.messages if not + isinstance(m, messages.UndefinedName) or + m.message_args[0] != node_name] + + # Bind name to global scope if it doesn't exist already. + global_scope.setdefault(node_name, node_value) + + # Bind name to non-global scopes, but as already "used". + node_value.used = (global_scope, node) + for scope in self.scopeStack[global_scope_index + 1:]: + scope[node_name] = node_value + + NONLOCAL = GLOBAL + + def GENERATOREXP(self, node): + with self.in_scope(GeneratorScope): + self.handleChildren(node) + + LISTCOMP = DICTCOMP = SETCOMP = GENERATOREXP + + def NAME(self, node): + """ + Handle occurrence of Name (which can be a load/store/delete access.) + """ + # Locate the name in locals / function / globals scopes. + if isinstance(node.ctx, ast.Load): + self.handleNodeLoad(node, self.getParent(node)) + if (node.id == 'locals' and isinstance(self.scope, FunctionScope) and + isinstance(node._pyflakes_parent, ast.Call)): + # we are doing locals() call in current scope + self.scope.usesLocals = True + elif isinstance(node.ctx, ast.Store): + self.handleNodeStore(node) + elif isinstance(node.ctx, ast.Del): + self.handleNodeDelete(node) + else: + # Unknown context + raise RuntimeError(f"Got impossible expression context: {node.ctx!r}") + + def CONTINUE(self, node): + # Walk the tree up until we see a loop (OK), a function or class + # definition (not OK), for 'continue', a finally block (not OK), or + # the top module scope (not OK) + n = node + while hasattr(n, '_pyflakes_parent'): + n, n_child = n._pyflakes_parent, n + if isinstance(n, (ast.While, ast.For, ast.AsyncFor)): + # Doesn't apply unless it's in the loop itself + if n_child not in n.orelse: + return + if isinstance(n, (ast.FunctionDef, ast.ClassDef)): + break + if isinstance(node, ast.Continue): + self.report(messages.ContinueOutsideLoop, node) + else: # ast.Break + self.report(messages.BreakOutsideLoop, node) + + BREAK = CONTINUE + + def RETURN(self, node): + if isinstance(self.scope, (ClassScope, ModuleScope)): + self.report(messages.ReturnOutsideFunction, node) + return + + if ( + node.value and + hasattr(self.scope, 'returnValue') and + not self.scope.returnValue + ): + self.scope.returnValue = node.value + self.handleNode(node.value, node) + + def YIELD(self, node): + if isinstance(self.scope, (ClassScope, ModuleScope)): + self.report(messages.YieldOutsideFunction, node) + return + + self.handleNode(node.value, node) + + AWAIT = YIELDFROM = YIELD + + def FUNCTIONDEF(self, node): + for deco in node.decorator_list: + self.handleNode(deco, node) + + with self._type_param_scope(node): + self.LAMBDA(node) + + self.addBinding(node, FunctionDefinition(node.name, node)) + # doctest does not process doctest within a doctest, + # or in nested functions. + if (self.withDoctest and + not self._in_doctest() and + not isinstance(self.scope, FunctionScope)): + self.deferFunction(lambda: self.handleDoctests(node)) + + ASYNCFUNCTIONDEF = FUNCTIONDEF + + def LAMBDA(self, node): + args = [] + annotations = [] + + for arg in node.args.posonlyargs: + args.append(arg.arg) + annotations.append(arg.annotation) + for arg in node.args.args + node.args.kwonlyargs: + args.append(arg.arg) + annotations.append(arg.annotation) + defaults = node.args.defaults + node.args.kw_defaults + + has_annotations = not isinstance(node, ast.Lambda) + + for arg_name in ('vararg', 'kwarg'): + wildcard = getattr(node.args, arg_name) + if not wildcard: + continue + args.append(wildcard.arg) + if has_annotations: + annotations.append(wildcard.annotation) + + if has_annotations: + annotations.append(node.returns) + + if len(set(args)) < len(args): + for (idx, arg) in enumerate(args): + if arg in args[:idx]: + self.report(messages.DuplicateArgument, node, arg) + + for annotation in annotations: + self.handleAnnotation(annotation, node) + + for default in defaults: + self.handleNode(default, node) + + def runFunction(): + with self.in_scope(FunctionScope): + self.handleChildren( + node, + omit=('decorator_list', 'returns', 'type_params'), + ) + + self.deferFunction(runFunction) + + def ARGUMENTS(self, node): + self.handleChildren(node, omit=('defaults', 'kw_defaults')) + + def ARG(self, node): + self.addBinding(node, Argument(node.arg, self.getScopeNode(node))) + + def CLASSDEF(self, node): + """ + Check names used in a class definition, including its decorators, base + classes, and the body of its definition. Additionally, add its name to + the current scope. + """ + for deco in node.decorator_list: + self.handleNode(deco, node) + + with self._type_param_scope(node): + for baseNode in node.bases: + self.handleNode(baseNode, node) + for keywordNode in node.keywords: + self.handleNode(keywordNode, node) + with self.in_scope(ClassScope): + # doctest does not process doctest within a doctest + # classes within classes are processed. + if (self.withDoctest and + not self._in_doctest() and + not isinstance(self.scope, FunctionScope)): + self.deferFunction(lambda: self.handleDoctests(node)) + for stmt in node.body: + self.handleNode(stmt, node) + + self.addBinding(node, ClassDefinition(node.name, node)) + + def AUGASSIGN(self, node): + self.handleNodeLoad(node.target, node) + self.handleNode(node.value, node) + self.handleNode(node.target, node) + + def TUPLE(self, node): + if isinstance(node.ctx, ast.Store): + # Python 3 advanced tuple unpacking: a, *b, c = d. + # Only one starred expression is allowed, and no more than 1<<8 + # assignments are allowed before a stared expression. There is + # also a limit of 1<<24 expressions after the starred expression, + # which is impossible to test due to memory restrictions, but we + # add it here anyway + has_starred = False + star_loc = -1 + for i, n in enumerate(node.elts): + if isinstance(n, ast.Starred): + if has_starred: + self.report(messages.TwoStarredExpressions, node) + # The SyntaxError doesn't distinguish two from more + # than two. + break + has_starred = True + star_loc = i + if star_loc >= 1 << 8 or len(node.elts) - star_loc - 1 >= 1 << 24: + self.report(messages.TooManyExpressionsInStarredAssignment, node) + self.handleChildren(node) + + LIST = TUPLE + + def IMPORT(self, node): + for alias in node.names: + if '.' in alias.name and not alias.asname: + importation = SubmoduleImportation(alias.name, node) + else: + name = alias.asname or alias.name + importation = Importation(name, node, alias.name) + self.addBinding(node, importation) + + def IMPORTFROM(self, node): + if node.module == '__future__': + if not self.futuresAllowed: + self.report(messages.LateFutureImport, node) + else: + self.futuresAllowed = False + + module = ('.' * node.level) + (node.module or '') + + for alias in node.names: + name = alias.asname or alias.name + if node.module == '__future__': + importation = FutureImportation(name, node, self.scope) + if alias.name not in __future__.all_feature_names: + self.report(messages.FutureFeatureNotDefined, + node, alias.name) + if alias.name == 'annotations': + self.annotationsFutureEnabled = True + elif alias.name == '*': + if not isinstance(self.scope, ModuleScope): + self.report(messages.ImportStarNotPermitted, + node, module) + continue + + self.scope.importStarred = True + self.report(messages.ImportStarUsed, node, module) + importation = StarImportation(module, node) + else: + importation = ImportationFrom(name, node, + module, alias.name) + self.addBinding(node, importation) + + def TRY(self, node): + handler_names = [] + # List the exception handlers + for i, handler in enumerate(node.handlers): + if isinstance(handler.type, ast.Tuple): + for exc_type in handler.type.elts: + handler_names.append(getNodeName(exc_type)) + elif handler.type: + handler_names.append(getNodeName(handler.type)) + + if handler.type is None and i < len(node.handlers) - 1: + self.report(messages.DefaultExceptNotLast, handler) + # Memorize the except handlers and process the body + self.exceptHandlers.append(handler_names) + for child in node.body: + self.handleNode(child, node) + self.exceptHandlers.pop() + # Process the other nodes: "except:", "else:", "finally:" + self.handleChildren(node, omit='body') + + TRYSTAR = TRY + + def EXCEPTHANDLER(self, node): + if node.name is None: + self.handleChildren(node) + return + + # If the name already exists in the scope, modify state of existing + # binding. + if node.name in self.scope: + self.handleNodeStore(node) + + # 3.x: the name of the exception, which is not a Name node, but a + # simple string, creates a local that is only bound within the scope of + # the except: block. As such, temporarily remove the existing binding + # to more accurately determine if the name is used in the except: + # block. + + try: + prev_definition = self.scope.pop(node.name) + except KeyError: + prev_definition = None + + self.handleNodeStore(node) + self.handleChildren(node) + + # See discussion on https://github.com/PyCQA/pyflakes/pull/59 + + # We're removing the local name since it's being unbound after leaving + # the except: block and it's always unbound if the except: block is + # never entered. This will cause an "undefined name" error raised if + # the checked code tries to use the name afterwards. + # + # Unless it's been removed already. Then do nothing. + + try: + binding = self.scope.pop(node.name) + except KeyError: + pass + else: + if not binding.used: + self.report(messages.UnusedVariable, node, node.name) + + # Restore. + if prev_definition: + self.scope[node.name] = prev_definition + + def ANNASSIGN(self, node): + self.handleAnnotation(node.annotation, node) + # If the assignment has value, handle the *value* now. + if node.value: + # If the annotation is `TypeAlias`, handle the *value* as an annotation. + if _is_typing(node.annotation, 'TypeAlias', self.scopeStack): + self.handleAnnotation(node.value, node) + else: + self.handleNode(node.value, node) + self.handleNode(node.target, node) + + def COMPARE(self, node): + left = node.left + for op, right in zip(node.ops, node.comparators): + if ( + isinstance(op, (ast.Is, ast.IsNot)) and ( + _is_const_non_singleton(left) or + _is_const_non_singleton(right) + ) + ): + self.report(messages.IsLiteral, node) + left = right + + self.handleChildren(node) + + MATCH = MATCH_CASE = MATCHCLASS = MATCHOR = MATCHSEQUENCE = handleChildren + MATCHSINGLETON = MATCHVALUE = handleChildren + + def _match_target(self, node): + self.handleNodeStore(node) + self.handleChildren(node) + + MATCHAS = MATCHMAPPING = MATCHSTAR = _match_target + + @contextlib.contextmanager + def _type_param_scope(self, node): + with contextlib.ExitStack() as ctx: + if sys.version_info >= (3, 12): + ctx.enter_context(self.in_scope(TypeScope)) + for param in node.type_params: + self.handleNode(param, node) + yield + + def TYPEVAR(self, node): + self.handleNodeStore(node) + self.handle_annotation_always_deferred(node.bound, node) + + PARAMSPEC = TYPEVARTUPLE = handleNodeStore + + def TYPEALIAS(self, node): + self.handleNode(node.name, node) + with self._type_param_scope(node): + self.handle_annotation_always_deferred(node.value, node) diff --git a/venv/lib/python3.10/site-packages/pyflakes/messages.py b/venv/lib/python3.10/site-packages/pyflakes/messages.py new file mode 100644 index 0000000..86cf6c7 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/messages.py @@ -0,0 +1,349 @@ +""" +Provide the class Message and its subclasses. +""" + + +class Message: + message = '' + message_args = () + + def __init__(self, filename, loc): + self.filename = filename + self.lineno = loc.lineno + self.col = loc.col_offset + + def __str__(self): + return '{}:{}:{}: {}'.format(self.filename, self.lineno, self.col+1, + self.message % self.message_args) + + +class UnusedImport(Message): + message = '%r imported but unused' + + def __init__(self, filename, loc, name): + Message.__init__(self, filename, loc) + self.message_args = (name,) + + +class RedefinedWhileUnused(Message): + message = 'redefinition of unused %r from line %r' + + def __init__(self, filename, loc, name, orig_loc): + Message.__init__(self, filename, loc) + self.message_args = (name, orig_loc.lineno) + + +class ImportShadowedByLoopVar(Message): + message = 'import %r from line %r shadowed by loop variable' + + def __init__(self, filename, loc, name, orig_loc): + Message.__init__(self, filename, loc) + self.message_args = (name, orig_loc.lineno) + + +class ImportStarNotPermitted(Message): + message = "'from %s import *' only allowed at module level" + + def __init__(self, filename, loc, modname): + Message.__init__(self, filename, loc) + self.message_args = (modname,) + + +class ImportStarUsed(Message): + message = "'from %s import *' used; unable to detect undefined names" + + def __init__(self, filename, loc, modname): + Message.__init__(self, filename, loc) + self.message_args = (modname,) + + +class ImportStarUsage(Message): + message = "%r may be undefined, or defined from star imports: %s" + + def __init__(self, filename, loc, name, from_list): + Message.__init__(self, filename, loc) + self.message_args = (name, from_list) + + +class UndefinedName(Message): + message = 'undefined name %r' + + def __init__(self, filename, loc, name): + Message.__init__(self, filename, loc) + self.message_args = (name,) + + +class DoctestSyntaxError(Message): + message = 'syntax error in doctest' + + def __init__(self, filename, loc, position=None): + Message.__init__(self, filename, loc) + if position: + (self.lineno, self.col) = position + self.message_args = () + + +class UndefinedExport(Message): + message = 'undefined name %r in __all__' + + def __init__(self, filename, loc, name): + Message.__init__(self, filename, loc) + self.message_args = (name,) + + +class UndefinedLocal(Message): + message = 'local variable %r {0} referenced before assignment' + + default = 'defined in enclosing scope on line %r' + builtin = 'defined as a builtin' + + def __init__(self, filename, loc, name, orig_loc): + Message.__init__(self, filename, loc) + if orig_loc is None: + self.message = self.message.format(self.builtin) + self.message_args = name + else: + self.message = self.message.format(self.default) + self.message_args = (name, orig_loc.lineno) + + +class DuplicateArgument(Message): + message = 'duplicate argument %r in function definition' + + def __init__(self, filename, loc, name): + Message.__init__(self, filename, loc) + self.message_args = (name,) + + +class MultiValueRepeatedKeyLiteral(Message): + message = 'dictionary key %r repeated with different values' + + def __init__(self, filename, loc, key): + Message.__init__(self, filename, loc) + self.message_args = (key,) + + +class MultiValueRepeatedKeyVariable(Message): + message = 'dictionary key variable %s repeated with different values' + + def __init__(self, filename, loc, key): + Message.__init__(self, filename, loc) + self.message_args = (key,) + + +class LateFutureImport(Message): + message = 'from __future__ imports must occur at the beginning of the file' + + +class FutureFeatureNotDefined(Message): + """An undefined __future__ feature name was imported.""" + message = 'future feature %s is not defined' + + def __init__(self, filename, loc, name): + Message.__init__(self, filename, loc) + self.message_args = (name,) + + +class UnusedVariable(Message): + """ + Indicates that a variable has been explicitly assigned to but not actually + used. + """ + message = 'local variable %r is assigned to but never used' + + def __init__(self, filename, loc, names): + Message.__init__(self, filename, loc) + self.message_args = (names,) + + +class UnusedAnnotation(Message): + """ + Indicates that a variable has been explicitly annotated to but not actually + used. + """ + message = 'local variable %r is annotated but never used' + + def __init__(self, filename, loc, names): + Message.__init__(self, filename, loc) + self.message_args = (names,) + + +class ReturnOutsideFunction(Message): + """ + Indicates a return statement outside of a function/method. + """ + message = '\'return\' outside function' + + +class YieldOutsideFunction(Message): + """ + Indicates a yield or yield from statement outside of a function/method. + """ + message = '\'yield\' outside function' + + +# For whatever reason, Python gives different error messages for these two. We +# match the Python error message exactly. +class ContinueOutsideLoop(Message): + """ + Indicates a continue statement outside of a while or for loop. + """ + message = '\'continue\' not properly in loop' + + +class BreakOutsideLoop(Message): + """ + Indicates a break statement outside of a while or for loop. + """ + message = '\'break\' outside loop' + + +class DefaultExceptNotLast(Message): + """ + Indicates an except: block as not the last exception handler. + """ + message = 'default \'except:\' must be last' + + +class TwoStarredExpressions(Message): + """ + Two or more starred expressions in an assignment (a, *b, *c = d). + """ + message = 'two starred expressions in assignment' + + +class TooManyExpressionsInStarredAssignment(Message): + """ + Too many expressions in an assignment with star-unpacking + """ + message = 'too many expressions in star-unpacking assignment' + + +class IfTuple(Message): + """ + Conditional test is a non-empty tuple literal, which are always True. + """ + message = '\'if tuple literal\' is always true, perhaps remove accidental comma?' + + +class AssertTuple(Message): + """ + Assertion test is a non-empty tuple literal, which are always True. + """ + message = 'assertion is always true, perhaps remove parentheses?' + + +class ForwardAnnotationSyntaxError(Message): + message = 'syntax error in forward annotation %r' + + def __init__(self, filename, loc, annotation): + Message.__init__(self, filename, loc) + self.message_args = (annotation,) + + +class RaiseNotImplemented(Message): + message = "'raise NotImplemented' should be 'raise NotImplementedError'" + + +class InvalidPrintSyntax(Message): + message = 'use of >> is invalid with print function' + + +class IsLiteral(Message): + message = 'use ==/!= to compare constant literals (str, bytes, int, float, tuple)' + + +class FStringMissingPlaceholders(Message): + message = 'f-string is missing placeholders' + + +class StringDotFormatExtraPositionalArguments(Message): + message = "'...'.format(...) has unused arguments at position(s): %s" + + def __init__(self, filename, loc, extra_positions): + Message.__init__(self, filename, loc) + self.message_args = (extra_positions,) + + +class StringDotFormatExtraNamedArguments(Message): + message = "'...'.format(...) has unused named argument(s): %s" + + def __init__(self, filename, loc, extra_keywords): + Message.__init__(self, filename, loc) + self.message_args = (extra_keywords,) + + +class StringDotFormatMissingArgument(Message): + message = "'...'.format(...) is missing argument(s) for placeholder(s): %s" + + def __init__(self, filename, loc, missing_arguments): + Message.__init__(self, filename, loc) + self.message_args = (missing_arguments,) + + +class StringDotFormatMixingAutomatic(Message): + message = "'...'.format(...) mixes automatic and manual numbering" + + +class StringDotFormatInvalidFormat(Message): + message = "'...'.format(...) has invalid format string: %s" + + def __init__(self, filename, loc, error): + Message.__init__(self, filename, loc) + self.message_args = (error,) + + +class PercentFormatInvalidFormat(Message): + message = "'...' %% ... has invalid format string: %s" + + def __init__(self, filename, loc, error): + Message.__init__(self, filename, loc) + self.message_args = (error,) + + +class PercentFormatMixedPositionalAndNamed(Message): + message = "'...' %% ... has mixed positional and named placeholders" + + +class PercentFormatUnsupportedFormatCharacter(Message): + message = "'...' %% ... has unsupported format character %r" + + def __init__(self, filename, loc, c): + Message.__init__(self, filename, loc) + self.message_args = (c,) + + +class PercentFormatPositionalCountMismatch(Message): + message = "'...' %% ... has %d placeholder(s) but %d substitution(s)" + + def __init__(self, filename, loc, n_placeholders, n_substitutions): + Message.__init__(self, filename, loc) + self.message_args = (n_placeholders, n_substitutions) + + +class PercentFormatExtraNamedArguments(Message): + message = "'...' %% ... has unused named argument(s): %s" + + def __init__(self, filename, loc, extra_keywords): + Message.__init__(self, filename, loc) + self.message_args = (extra_keywords,) + + +class PercentFormatMissingArgument(Message): + message = "'...' %% ... is missing argument(s) for placeholder(s): %s" + + def __init__(self, filename, loc, missing_arguments): + Message.__init__(self, filename, loc) + self.message_args = (missing_arguments,) + + +class PercentFormatExpectedMapping(Message): + message = "'...' %% ... expected mapping but got sequence" + + +class PercentFormatExpectedSequence(Message): + message = "'...' %% ... expected sequence but got mapping" + + +class PercentFormatStarRequiresSequence(Message): + message = "'...' %% ... `*` specifier requires sequence" diff --git a/venv/lib/python3.10/site-packages/pyflakes/reporter.py b/venv/lib/python3.10/site-packages/pyflakes/reporter.py new file mode 100644 index 0000000..65ed4d8 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/reporter.py @@ -0,0 +1,92 @@ +""" +Provide the Reporter class. +""" + +import re +import sys + + +class Reporter: + """ + Formats the results of pyflakes checks to users. + """ + + def __init__(self, warningStream, errorStream): + """ + Construct a L{Reporter}. + + @param warningStream: A file-like object where warnings will be + written to. The stream's C{write} method must accept unicode. + C{sys.stdout} is a good value. + @param errorStream: A file-like object where error output will be + written to. The stream's C{write} method must accept unicode. + C{sys.stderr} is a good value. + """ + self._stdout = warningStream + self._stderr = errorStream + + def unexpectedError(self, filename, msg): + """ + An unexpected error occurred trying to process C{filename}. + + @param filename: The path to a file that we could not process. + @ptype filename: C{unicode} + @param msg: A message explaining the problem. + @ptype msg: C{unicode} + """ + self._stderr.write(f"{filename}: {msg}\n") + + def syntaxError(self, filename, msg, lineno, offset, text): + """ + There was a syntax error in C{filename}. + + @param filename: The path to the file with the syntax error. + @ptype filename: C{unicode} + @param msg: An explanation of the syntax error. + @ptype msg: C{unicode} + @param lineno: The line number where the syntax error occurred. + @ptype lineno: C{int} + @param offset: The column on which the syntax error occurred, or None. + @ptype offset: C{int} + @param text: The source code containing the syntax error. + @ptype text: C{unicode} + """ + if text is None: + line = None + else: + line = text.splitlines()[-1] + + # lineno might be None if the error was during tokenization + # lineno might be 0 if the error came from stdin + lineno = max(lineno or 0, 1) + + if offset is not None: + # some versions of python emit an offset of -1 for certain encoding errors + offset = max(offset, 1) + self._stderr.write('%s:%d:%d: %s\n' % + (filename, lineno, offset, msg)) + else: + self._stderr.write('%s:%d: %s\n' % (filename, lineno, msg)) + + if line is not None: + self._stderr.write(line) + self._stderr.write('\n') + if offset is not None: + self._stderr.write(re.sub(r'\S', ' ', line[:offset - 1]) + + "^\n") + + def flake(self, message): + """ + pyflakes found something wrong with the code. + + @param: A L{pyflakes.messages.Message}. + """ + self._stdout.write(str(message)) + self._stdout.write('\n') + + +def _makeDefaultReporter(): + """ + Make a reporter that can be used when no reporter is specified. + """ + return Reporter(sys.stdout, sys.stderr) diff --git a/venv/lib/python3.10/site-packages/pyflakes/scripts/__init__.py b/venv/lib/python3.10/site-packages/pyflakes/scripts/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pyflakes/scripts/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/scripts/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9ae173309c704ed24502f8451cf35efac7b307d GIT binary patch literal 193 zcmd1j<>g`kf+e*V(n0iN5P=LBfgA@QE@lA|DGb33nv8xc8Hzx{2;x_YerR!OQL%ne zenw_VfqqJASzc<1ZhB@(Mro36Qc+@Fazxfqrpj zNvdu^Vsdt3dTKFHA}uE|8^|b5F3Kz@Db|mV&&_j7FO|P#EWm^xmQoV zfp{`q5gnM{{AVVR|LEClibA|Ry;Yx~zW2@l7=-33q&p5^s6Z8B(Q{NpY``KhkZ}>q zq)231q;gmc<)|1%h{bEPNFL6oD`^BsP@Z_MRi?L@uOXvaN}^aUxPol;X!ct{cHo{e zueDfC7ipK$8tAT@9Lg>6bvHlAJD`nqyoGMgJ=nEwEQM>$pi3m->LYkWH;ZvMDodtm zS@wbmQI^Hg?=MSYxQ)U)+n;9R9!ZZh;1$_PuX}tkeDAgA3g~iW-*ip-k{~IjLz8hai%^Crhy(c#e JNYFUVqHq2^cYgo? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/scripts/pyflakes.py b/venv/lib/python3.10/site-packages/pyflakes/scripts/pyflakes.py new file mode 100644 index 0000000..2d6f6aa --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/scripts/pyflakes.py @@ -0,0 +1,7 @@ +""" +Implementation of the command-line I{pyflakes} tool. +""" + +# For backward compatibility +__all__ = ['check', 'checkPath', 'checkRecursive', 'iterSourceCode', 'main'] +from pyflakes.api import check, checkPath, checkRecursive, iterSourceCode, main diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/__init__.py b/venv/lib/python3.10/site-packages/pyflakes/test/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a151ceab060bf946fe73afd2aa0575f909ec903d GIT binary patch literal 190 zcmd1j<>g`kf+e*V(n0iN5P=LBfgA@QE@lA|DGb33nv8xc8Hzx{2;x_werR!OQL%ne zenw_VfqqJASzc<1ZhB@(Mro36Qc+@Fazxfqrpj zNvdu^Vsdt3dTKFHA}uE|8^|b0EiTcIkI&4@EQycTE2zB1VUwGmQks)$2eP`D2}rOo F0062uG2H+F literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/harness.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/harness.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3358f2c557ee9ad159b4f7210d68a4587b461e1c GIT binary patch literal 1490 zcmaJ>OK;mo5Z(u0rlr_TgFN~GZ1kjqB^SK~h7llXf?kw^+Y5n$rL-%G5=An*D?4(i zlXGo=`~#)P#Xx^d&wK5u=iYMa3{|0u(RPWQ-5Cydzi%Ea+wG9Rc)$EDeZ>j+9hL3j zfbs~Y?t>6S(40i;l}5DDS;SyvIiER^LrF>m|Aj`bWD_s)K>CsYj0i`#uZciwaK)oQ z&@e zE|}o2N#qCzu5cBQB2S0ty%|1iS}>o()W3o-WJL{I@tVGaXX(^@1>oC=4?p#O z&{FB1D#w|rdP1HT(j295;e2p3P)RWyXGPjOm&JK6&j!6}Va8?gP50~Lp3aOss*>R} zNu`Dtqdb|y22u9Li7KSl-D+XOlRN|5<*Yirhd2@R9dh~ArVzU8@46>>IZSeW3Y(4p zM`V#W&W5Z98^{kR*R+34Z4k#rGLvx(dusmSr`q6XgOfa&4McMK0JH{xM=lTl2f*4J z;>M?P@t-KvJ{+e$L2(-eX5hxv>MqzmLpyT6JRX(mASkLY=GzzZ zB)1;WoF(vTQf5WR2N#)-tlJQe_BO1auSr`ry@2{uQd)Xp{l7zTg9aSgR2K$YV?6h1 z*gW^?J`G@^{)Oj!aQw@?8;R}1Z{kx#9>(#k6!RR)#J1uXp{|RjA*QTuwejF!x9>)qhRk04o6t0;DJkB56<{AVLC{5CIC}SmA1Rx_5UL zbF5zXVzG@~i4r6`sf40(R4!Q#pr~v!j;kEUt|*QxPE{PIN=a^IYdbd$p^49G72lx#y~x zLTI(?%}!WoEW3?s;fQQ5)&1pgTy|e^8*9pIUU$RsChou7T~iJBY}avT%&^SyoUMCq zSoE$nS1&9!Oujh!D_~p3?`8bFSu}ob#n{Z5=9cB>=8a%<)7Uhdxy}5yjjtJ3bDMJZ za93w}-0L0J zKfZ)_uPq#3Q1wn@x!GAdaoz1)KhbI~oLJrPm%E)OW=}qT!UKqouhtva>PxPN3mQWw ze1J)s`TA-TcnYihlFKrvE8YEs4*@l9nZ~#=X{uc~XyBLm%j4(_eje|4bKr{{c>?@U zbn=e%6$2bm0G*UVYYylM4hRTd>Nc*~^^X1g zoZNhF(?p9mUCzC2%mJLmRIzRvUwR$VM zQktK4x{djHMQEg6D6i&Q)owJ8;rIO_nsUxE#`AKnfy2xnKl==R-cd9ez?x1TjBhyr zEVcyzx`b`fDFe(S;nd{~@3ODldi!jB)n8K}ir|Z9yB*)X;oI$c2Q;AUMtsSRsJ7WT z7Vm=UfEp)01U=7I1Zh{6U3;UaS1u@hwN-C`&V>u=HeQW4UU=E=F06n7 zG-5Lh$PXj51*e3QFrcvtiRqgwdB=Q{*tLk=nfzP`6o;jbyG|4X3udz$mgAR%X4eZ# zyyCg5VR0S|)$GieY9D$H3v!e~g210Id=fv8!`N>G2L{2FAiqI+jQ_Y#a+G0T!j6_3 z^Cq@=4j9`4w#CidN{N!hFRzUFm6cJ)c+;?O_dM^a4xHsPW1IX~b50#Xzcb^iij5*! zhNJUc)m+jaCISQ40nNoHaioPu?-cN*NHXeCHY7E5n9UJ1;Us&)L)Z{afTf(lGs&5^ z4FO*t+`^Ihc^5RK=I1|*j=XU+Wkdcmr;TaDGJ}IdAsIcC0VP4t-^bY#kpYn9ZX0*7 zod@n$^3lG9{eoYdFJW88b_ClBwxgsCHH`;ns)`~!EHAnK^?GX!A|GG33aFgm=>k5i ztJDXu--D?-#={S?InIW{H=-Fe!4rdW!o5K`@iAQVXf0HYs!=w}XtyCBegE7{NgZH^ z2iZKp=0P?h8%}cXLu`7l>q!Y47x-cFI!cLhp`5RdDxTk7Qap~U?@v;Q=}>Yipt{j; z;$nAc3DgiP-{6zN?$F9Dw+;N&{bsjgcNgvW2HRh*`}WG32SKsA>UJE6g3g95z^1;d z+pVUz9qSYE!b60l7UzyZ>JOIXwW3?Q9T4bR1N}pJ_6-k)L~`Sq)w-&;?N)c`wEeui zRo*Xy;#s@xdLFeNPHR!b?rDPLaW%#|DLRFQL{5;)MNU+T!QQ@6^n?UIDE{L<4Gj4} zDjiTPD4UXP)3{|Uns*FXZkpM{g6QFyyyE-Aq6Q^Q17F1=tP~Bue{fIZfzRM4gWGEa zyZZ+xJr8KoWMpKWcw{tp7W3(GO{{g?8>?cyoFo6dZORDMNAMIzE5fx*ML?yeK8myb z<9i0@eiAZ(5s$#bSEAquvIH^oER8J&Ols ziduv{hy5_$_Ljs5fM^iQAhf73`iJ}zxc7DZWXK1>*!@FJy<~2tygg$RH;MpI>@xM5 z9(O;53!lW#qnsD+w#sGjcV6*I1Ha54iRuh~-sjN#c>GPrpjOr{L2X1k1GS2F18Sq% z{I6BD*S*w=lhdr zI2_Pc!jqy=-p)hKF0c8`R#;SR*io)Jk9&uX1S7Aj7rN`66?Vx_odn?w8BBa%W;`4V zf1(BXp__(heIoZ|gNDV5=)omp)A*M0O73g9Ez`F)VOQTWZx`<53|PQoFoZ@O#7_Ml zTC4Pqtd(xFBO?y2E<`gNs8-i=W40|oUix0Gu*jSH0Xx=)<94pS>TjF}HrnV^?Ef;< z`?z5lfj#8QGLK|FkJwKHj%MTAIiG?M3VsQ~@RqTZyJOO^73u%6M5x2ggkeeJveUIM zi5nw!r)M`ibQ(Y#{)Vj`tghNf%XKRpt$T2j{BtzQ$?1@$BN)l{NZjdzsOP267sO{n zmma^J_&jI@hlhOikVi7#&PS7Pr!lsfyN&O>V{C!oZUY8BY{3;vLt)ccG6W7pX+Cfg zI9ynSqIG*8YBylT!zuRcZpTdn<`|S@A3MSvhkLr%?DV>8MjDxXdat-W$L-jT>#o`kq#@Z8@J zg)qNRSNE(1p0OIF*qIS6?+Q>B&=3scs7q`_Oee$)Db7feBlJ9DMJ{1ogk)iXn_8hU zjHt&1y9nMOzT|p;7Cn2r&`cL-^-tqhfh-)S2k`DtiI{mjgI#hKjb6d-703t*`r9H8 ziPek7 z4%&PUZ1uTg_5$KQk%qDB(NhVtddu!Yy|dI~RW%1n4vqC-`jLlEta<9hLbG!Mu}6DV z6n14UG!{am5mcAmR;ycC@2Zwl2@N;cGxYu^DvB23Hdoj2i%wXI1{LqD*G8i=jQ7^c(ScJNiT0ju*UFu)zt~hTV|sA{ zF@vijXd=A)HN4g%MkYl}9lT%3?=`E&!TXbWimmstwRqoy_pSW6VM4^2hV?E4+(X-` zvFN=S`9_PUh@Z%}RqUiBik5FZ`DB6{5IMUIiAN3)y(C%;a))Podd_s9$F>j(iu4t9 z)RIZ-5&88;s8T*Iw5mKg`hDlPR{e5#`FsQwI_c{H(>>Q_&n;|;^8r6AN&qxB)WsRXqr+G&AL zG}!dvf3M&_{*2gkg{J*yxLH)zWMLARq{6C-%BoOheQ-OB4(Ta_-Hc6}HqTNvEi74L zrq81N^9dATLC|#7Ahh{?UW5)ncMxGs4;}zxK#8qSA(ix27i;dA-HdP+S##R_gALMz zud1VgJ+T#7t{4$k3JZzZ8(X{ucbH)?B>+ccq}6OReX%tEfS@j;sQ}an(%lap+YY>$ z=jIUO9Tpj+E2u8A5gNJ5y&4+^Q^Kx>|(4p`}LBOIPmGu~0~DhBrfBL&quRk4q*O2J0_!IJ+?5tY+*JsMfDOd5iz6rD5| zQ~l^D<(3WUx5{7!(Cnf6IY`ckO>F#W6sqfl>^d7d-@%atQSXf=74VUpZ2BOs)k+HD zbKRFEZ2EoN?D6JufeHl%!hOpG^v&`+TI$8TJOKT;hd%`tP*ss&q0ongV(@oU&`XVc z3*KlJ3z7pxnL-Eo1-IihVJw29m@YhwwcmqOk4c$)5~@wx653?8;r z6tydoKXw_xBk#!>`l$?N$gFf#&*JATqKV}$D_NFkwn5^G{LOFXA%8{o!m%-((!Sg+ z!zu5{IU~0VG~ptg6`cyMj_%9x3Vv1m#`YlIdAk%z={%(Lc<`MB*gDjp+#{63VwoJL zq|AW#7#XO;umWQ$5e|f@T6M2yCGa_j=qnI}8r5X1y2I=hSj(fhMzjbv1Wqfrg=E)t zmq{c_PR~cU6ptn2;z{-{0?UFeQjD8lxLW%U5B66bd*gF>Sc>`8d`)Q8fz zzk45l!Co@^u)lle>lNf79z`!Y%bN&UZ@pWw_96isNdd#WZ}MlF@A4-ySt6%dsW7bL4Dsdhf+TW! z3I{Rq4Jv)AcX$P;gXj|oh2Z4`VP|jlrJ8#Bo{?mxx2Vn#=qf#h&ys7mR4F z%P`cKekxMW!M^0m>8#?eATr;F9Z3r%I2kH`cL@Ue25l!?ZBh1us~;ZZ>b_?(U?puN zU}d1J2Udif#Fp}5N%@w8;GbjN$|FFC0Mw=gpy+yOUfs-pBj*&p3Fj>e+ZThcBtSwf z6f3_{07f{$p)sX8gslj}OL2LaxLRO2_Xf-xurD|(=?P}j(HXK&JzY>1r*das(mCA$ zWq9`k_%Q8=-NN1=bC9^C*hWc`Eb9?Y|xLb&3iyt9urDuNlEvn4(l%A+o%lZ8T( zJ%bpLd*={87-s8#fv@-?n=i3ppi%ufHh+Ol@7=N|cKsSI{2_kcB$~*spDd4;N6Wja zBZ^lW_+|e1#b@yIej82No_DPk1l3qbbjv{LkS--EMWsaLsJ3uKR~8~+C^dyh7)muE z5{6Poh=ifk57x$`1mc9Q7pzU{I>Fiwcgo$lvdh_j&2$djGM$6Y1M4`1gb~5`K5?!J_{YV zl@A{G8J34Ha>smYkAylUcIAZ7)j;LCp+q1>xE^oXDa?{^T& z>m8x&un>GY;g6TVX7~gqNxQ19HpCB(V|Qe=vo{&YL+OSF16+hPh18jN+|+I9R8VNH zFN8(MC9j5sy4Pqnncsc^AIyX-v}Ai#N8F2xj-(Vz%XP2r`zkED9X_R)Dnz!_ZFjGu zL`%oLO3?^ZmlrK56<~xfMcHEESD8V)f_KoNK25&bg}cl*ss&aZRwQ_F@SU=?-wgKj z&_0`fDpTh`tR>d{X&gk7E|0`x9%(lNvW>wc1g2rVz)M^-{o*EqNDizK+AOHipmfuj zrC&*4{=B3WwXtyaCgTHJaK2Ez3K2#v0t!m*jjB?36U$P#CDbFL!=4af&wPmPmwqlH zW0};lKm_W}AtrS}2Kzw_YZcX7QE@43N!-)xOg)T`CI)-DhY(c+ica%Ut*W15!@Nm^ zFo{&vMv^f^mO`Vu))@#rPUsx#i*@gueENk%9F`bq+Rs49{uHwMZXe*XJce-=Kkq>_ zOU!j6zkLfyDj$CSW*(kCv1Kk2Cr14*;%y12KMwDgwMUVXfzhR6kVQVFV=rtVD6QFC zIG#ov^}7wbFGA&Z$h(4Dd+58=%SFTHL{!SVrU@eHUb3$J*wyTJ8t*zP;DpzY+M_LG z#Kc7>vjWKCc5rAq3PAOj`l#fCX$nR(vE-tRr4BMchycL=bSkDTY*QGhcpUY=UZQ@H zfLm24lO)+>I)ifweT!PFH54t|PTjA=TE6VMP`!O6Fk1pWF>)OjiRe};qJYpDYgdHI z(iEjDheW6T4PNi*HR1jd)a_{+dX+T90E9JC2Gf^~U{{KQlG`#?4Wm`GY!cd`htkTm zA$i3#M9tL-cwYEfSCi^mUKEH@VuQuQVy6&TF)0GiM zKq@11C_(${0D=0OXp$)H;vDPG`Y7svK(*Zzd;SWB1z%@rPL~fa5fw#rQ7w)ehwcZ5 z`;jsHu?)>oRwXpYO41lDunG)GutR1!qC;>6$qEN4JE1@(=L*5;1cVvmBrd5&Wa2og zM?Hz=QAnkDEG)snr8sTT zBDA*%?|uMk4^U*-B`7Y0oz6w$Sta;bvNn!n5hHJic)uGw+7HBGk7htfO*D$1ul@x-DG|4>p{QAucz&gz^WRSKnxze` z*K$s2EB}RjXGCw;jddakp#~8O$ei9W-ue&>Hbb3p%3Fm_CF--FUUWuqY&sQWoel3( z$@weJ=vEQut6Qkq!5a#LUUcx(Z!o7e|=WRvZ9PGt-?6NBf*PQcp|Rj zmwJh$GpXm7$O_+-1UIEGrH&jqQmOD9Qd#6>o)dPCP6qKw-1zym zwHv%YLnowiO2Nzc3EjagfV%?YEGhrSR3i6=+dw@p$~`y*sGpk4F3ZB9B;O?QvNsfM zKh;mN0vQHH((rpmlF8n4vvC&?LX5QDrQ@e=vH2F7x!_sKPUu_Vy`$$|K0iZj!M^a2 zaTM1V#r8-w9{>DWS7J_5dk-uib6jr)&q4XahHiGK%I){M)jkTnt7jDf0UWRW^h_|` z?BE-loUp+F^j&hOx`8Hm=rIog`^TKq_G6xaKLzQ>yw@xD411;$j;20Z5kgWbA6Bnp zwh;=yF-c|-Gi$UqyrNKIZ;`S@hSaP@2-uWpE{XB4evZBTJey@SVMXJH;zY`Y!y@MC zthGD+$VvsD`j8P2drzV-t5_a0k=Y){f78aUH_Ug-R@Jl&PTeVD7Q(p6mcq$2rY!4+ z#di<=$)JcDhVKmNQAxzg*ZVpS!1h}Cegyd^LybD{0VBbYzgAE?9Sg^%Q-JMicn3vr z@cctgaVwAW5J*lLmMu6bl zO!eMhPFRmtstEHa2nsUdWIPRZAxp-o>HU&YVFtGAwDu5np<<_Ks3(1CB1*bjY=Pc% z(n=cv?3e-}eP7S{2+FY#2o9js6xQal>mka6|2r-S%9d(WNBsgo8tgi9^oXR|(wBmR zy*QQ)UW!-=opGQ-*LUfat6yY81`PJy+(OhGjeT=VWDAXl%FV6UD{~0JiQSNpwfZGI z5u*B00S4Nfh>FF3nf;w%^Y`Qy4-@8GFD%ENS3j{vb)((I6#M)l$&^k^wa`zJBvM98 zC#^&OGkCCH0J)iNGNj0%C#3iS4iZw_8QX!I2EuaYH_e26@(KAMunzrmAVWS3wp;4& zqpM&7Sr76wEG+=del~dY^r_PyK8>_hTBJl5D79NH;+=q=4!1Y;S`^5^& ze$`b>F1%7-_$|VSkpRL7Y-*P8gGrG&e{YyXPiH_wE=>%He~bef5(JN^_&M_83d-QX zhm#H>n&3kVK4o4Vl=B6gKM4M`I(u;LVeqKcnUX7IT$zz8mE_KoFbyp9PyzRj!T_j} zlbOX3?uB={X#xr3n-qzMvj80kiRhGi;bIt%HV=$9|P0|xx#;E8?)d>`-3up{ky z+D2#blfu~yJ3cYMjwL_u?Iuf#;>3huD9Dnq6;g;`vysjGG}sF)N2{9&#!;pfHw&=5 zp*9o7swRw86~=lt!&o>sGZuU|;e~A&>zccP8b##VW5%j4k`C+kzy-}rNq;f<|35Gl zqI!`Rt<5t^*Z09xQ`B!6x~r()0L<_1U_;S*cMQz{@xl-cj;(ev8ysdGGT+Ik#;n!< zslh{$W~E{seCf@tM86K9cJ*r*17<*qj_8p*m8<$qG?-T)Mj(Pu!{(5Mhhw_`q{hti z#7DHBqWT|@>JOnmP<>u#Tqu8%%GP9of@xIqCMo<+f|Eli{Jne6(09ft{5D>hXyUW< zUrFC;Dlz@0gtGVG+#Z;P`OcJs5cCQ(b3S*?P>0~JVoq)cq2>;#K2}alys+w;TmagK zp%|Nq^e-b-^InGHCo{A!hGK9bq17ue++x-4!aG?_>^SixJ^Ry~Ln{F}+!t34pGuw& zs$wPBM?QOFBRC?~mr$PiGN5sn@KOJW%|AsGSadOj2!jncA}7TWIl9(qN>)(p)fxLp zbgV~nL^6gAn5B$5>6`?jMW6%@CnjC{@#FMq5VY(dyaZ$Svo}8T8C&;2GPR$L23UE_ zOXP9Z0vxdXYSp-ROmlX`1k_YIE~9{cotF{!OJ`ja7{TvlQEgT^XsykiM{AeJUUk5xL`2oItLNOC2bj2TM{ zc3euXf%-a4*Wn!Q!?+X{5rST8I<+#F6uE-bqo{eVPlBZ&dJ(p_^-L3O6idYWZ{z8H zs?jrudINbu-gS(GGmYD;sNJcGldI!w5Nq!q`e9)A6H9*w0|b$1;}&`aQnd?vB=#Fp z=!W^41TB#$gRJ8G55woo3n>WTla7u^66Z({{XwNEOUKZ})M$K~(Eco%L^UPBPsMDY%Civz@4MXV^ILTFMLe#n zx^m%J;zfHbocF^77nt{*;GqG0L|LZjxdC(}{P_xA?E@LeaY1ox8q4x^q6<3a<3pK=H9l#d}CRuze320 z6-=`?Vu`SHdG6(_FFik}qeH{IMh$(PRCdlIg7)f_^H0A>=o3w4tV3f`mE%{nB!EAF zfxc%m7(hRXgj7F^15CEOn!qbE3$?(I*k>eV?X$1g7tiZx8&m_nA0&x7FGeJwdk}S} zv{_t3QD6^ZL7BjL^3+)5E31Eq_YEhuv#(q{e-U>7Io&tsh3Oo{HlNscf94Z2N}z^U z{sYPo^L_P@dh-AhrS)GG9-Q2h?B2d~1=Kndj$xwx%8VLyJuJ(aO3PT?Wg|A@l2 zBCi(F_0E!e^yI0hXMn}uB?A97n?8}TN9k{x`iMH%DNDwD1KAVs=*Ov(TEW+M6ExO z!Mmt+^>6WNMP#UdhbAbJ`A%7c8IZY4LJanwMyyfF%QeEmIuVgn0zpzFpu`@8 zLgjTv%t0d&{UAUAB`yY_#PWWRFYQT}p4TDnwXQr-zt5X~j*ZBef55#yoJDhI`f+yh zsg>bKW6@p3oHP&J3m*BANIUsd25ZDv5~O+*-b!407yL8}h~N`gG`(ns(Ln1RLm%hi zQ_v7Y2?XYZvfQ==qYQTeQwfL4oX}%wJSBZ#7AW#u@Rl<@#B)KjJ-n3e0Yw-E%rPuL zK@~CY5c7IAizvguLOi!Cm<5UXp<)eu{@}Hd0YR`q6be zb?)^UF`wYMPohD=k9gYWv5)l~pgd1X>6P9;)vLn@%j?>#@%p(!N3iw{l&o;cedjUj}-9&O1DI^F>(~~ z3ChhuS18ERy&wLo&Q0 z>I9BPj!rWrgqAXE28hkV%lejJ+q7~H0q$UHU3;UBNg5&M_jiVFF1Ak#%cS;2T!6V^bLHkwpnjsZ%%!M#|-1la;UCv^ zK1jSE7XcfNt_za6DDq(?SdwK4T<6}gA7>0f0r4jLb(ldHd+&Sl$9W$oO;B8WT~<>? zku&w5@DYKa?(kPh&{WHoRfc!YDg6}_Q~FWJYnGUv8C1)Ioy^TV zFs!CmvpJHZSbq`gRI&u~h951t*RzMUv-nMZ(rq^1X7ej-zQg9%+58hWzs2Ua*-!%M ztZW&p?fJ}Jsei$9|B}tWVey5V(i#Ycic#C=oJHftzH*C9V5&2g{^-=8T znmcC2S6B~itUws+P(Oq9j?53bL+`X0d?XQ;ujqHcMn2e9Q=AJ(#ah|!r zoSnsjAXwn&XYgW32yS}N4NEWrSZK_pI;jD%4(BD_sHYmr-Qj4o4(dGa?E^@-12LXU z(GWf+Blt}sfuCE3H-_@PLjyn>cw{b9j?7dw^CAMSU&fA~BcOC~D;7Gm{K87{4oU$W z0QcU>A;^b&us?z6wB^m>?Mbd6f-FlZ+ADEYiOupNGsVR^7A)=+++M6B z>bh*#;rK2@6K8A$Vx`Ol#k3LhP|ug(`ix}k1kWCdV7qNdL`P5Oid6=}5?$PY_#C%U zA3f|xJ%}7WZF8C%??b$gGb80}>fThft=^@3fyGT_-Ama*h0JWlf}+voGKY*J$L~!B zPVE?dVz2+Oa_O}zFTOl?>G>-!&LG}_B`;*9PW3?`SJskLU&kJ3?vHt*cb4Ai%#P4P zO{6b0i*mls^``1}up9&g0ah^8bGF2*p|l7qtZiEJ86H)C#1ln)I_zE))Fi+U3zwuQ z-@0_+(z$RHpVMYY9dU7SltOF04&C||UmmSUfi=MJHa%#LF+{1p;3PCwd*cmFb-kZI zMuF&mn(rI5H}md^Dvf~_m|rK}IoE;c1WRi(aAjrkw@KU!cAqXyF zD-$Hd5yi#8RjAg7qtNM1r;cYI>DW)N{N6=X1LDq_yjXpXJrG!rU}T{bki*0H8r@K} zFfSp7{(s}?SJ=GE=2bK^(E_%H(~khXHW9~t9^&mk$HHl{fc2S;;K2bfOK2j#Jp*Ve z7J3#Um#$-{2WWVjC}E8g2JkeKY7+4@r_+8Sq*V_cT%r!BLCn~K4_J^%WRgf=yn$9Z z${|clF|x4SByDaYtQ36peIShC;@E4EX`lTVW9pw+OZp=As8Qml`q8HGmBNyEdbE%R z96AJlzJ>GZKd>Pd!AL#SwRu)hm*<{DmWf2ImX7fDC?(M4+52pUg(S4|MXkk3m-DiQ z`hO>aDGtW5s>{LqYX8(>l<*Da9vwweLNXsSoo6NgUK-KhImandXHH#lFGKXt&+aE)k_62b07#6*8DXh z>@XYRQuAkIPY{=(o-s4eMMlNGmWJk4I4<0$hdJNu{(#72LT0>()HI4Orp@4?;iycW z$zU%sRG01bU1{Rq?u$cIDYeS*4_&WvXAG)TVm z3?ZFbkYyiWN9642F z(<6$63)O$cW4}t)qc0?rX7g}y^ObUWKOEiB@@RET?rGq1=8sT0gWupkY=Fs~jwS!F z0Vkvt^}jdq5*FqRG%AKWqWtG9>_r&Q^jr0fSyzEjqkK5am;NO*!6V>sxC#vYawZ%X zl9$jgOr&Tzz%k?jcc&FHf~q4-*?t-SbVa;}NfhSBiI;|Br9#p~%4zGZ6 z;Tq)OeB@UU^j*wfg}T5r3Ow-zNPfNLGzzT84}zND*mh&JclfcG8{$g{NKZvTtjESx z#b91o>D^MBjAv6_z{=kEw<=IYPHQW)7P{S5m~SFF`UD@Ob_%Pnpd`N8)`ci>Am|=1 zla^tx%D-OVN^!Y*hv$2k7tfaBdp{|0KX#aJ;nHU1lKH>OrSbnmV--^r-!R_^b`e#? z+-%Aq)#O+hN{*rzdN1pdSqbzvjW?=?I2<0$*m|}1@A1T=Y!0&#>t3R^Kj7gDXi_uK zBt{DH4}#6rcEk#HHa0#bd!0HTrOT9}Za@i3>^b4z^AHp$(v+V0Nn=kIrmO8vZli*l zT}Ct*F-1kv(}AX4+}q8@X7dyq5~WNrm*|ghjC^GZ@(D1)@-zCM$9N84$a$yGSa6`D oe=Yz{0#?q~@nd7MRL+l&j*pB#Fu7-PbMk8Li~MiW+_mt30ovBmfB*mh literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_builtin.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_builtin.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..17c9fddb88d8a9ca67200e8a1fff62a747da8db9 GIT binary patch literal 1155 zcmZ`&O>fgc5Z(1h;s&<|1RM}ZzL6jrr{abHAu7QI-*;)lUEKQKk;RIdGPWAwi$ro zBq5w~r=T+@aVh$4;m!QSr{p!^9{0}(_l5t(O5H<_a}Kdtw#GJ z$ec|FxVxnU)jn|1Z8SLU#$dVE)khfgYD9P76N7hn zk1ifw9msXZhCROy7?bHtFjjXMn<-uu=!cAbsM4ZA^bO<^qS>&r9#YeI;{(`Mm4F0J z7~0sd*RI=)ag{Na1S`Qc($pwma(flCvh}B_mhi7?6vig_U$r`T+K_yXKbyh29tqu$ H-g5r}(_b4o literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_code_segment.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_code_segment.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..08d183042085aefb945c2ae90f8f305fd6afe95b GIT binary patch literal 3824 zcmbuC&5zqe6u>=>?Koe%Y1#!A2?(^5X4y@)s(=c$Rlg`yf<3S;2Mc65nMvYpVsB@h zs*SP|QhP;${{SQ|``>V$E2o}&gG%MSaqKwhW+}xhzq~gye)I9({AM<+REiorzaRY3 z`}u^X{fS2QF~GPAulO1S)hHQgL*nQJb$yT<8jdkE9dl?o)-dnnhqhx63r<1R=LW@L z$te--ON|=Te4@fT2U|fY) zTm->1hfvMYDRFXCr@1GZW5mODOlr|Q*cP>E0eAbH|K`s4E9DEjq^t`ahUXfer$tF|+vAJHShWu;oVLAlNSvZC-0677x6_*c?)YK- za(z4f{xB!4?!ddpgd{^}jFXshQ({ZV_X&Ap)0_k&*R0Sg|q27bG>|0wE*!G-4e?UwK(wzcnd?qNnjMcijA zf>0>ob|6m4{F?iZHDwF|3XAB5_1v;7qxgJ$b}`V+BR^gmR9*s)^8xE% zhSzU};e5d2;_DutFMc^-90!?+(-MCez9k7TA17V`f4qtULlKLUpvjt=tMZ?$(mJ+S z12H~*^vcY&o?8|hzCyTQu8ZrC`Pp1QAQQ4j4)l2cP4t`EV{(v#T?i1FS_aK$EOVm$ zszMbxKAGvIj9#AP z(>9fizLL>bQyu)%(z+HU<3qa$b}~Nbla|3Q&c;A13--!_y_(pH1l66fpKiD%i7+4S zEE~Mddi(PE&H4s~cY`euWJ%`D#T0ppG2Mmt+1ns`5Y-A0Y8@!^5e=9DcLR;f2H@ z$7A6s3P~Qy9PDCAJW1M;P)S&$#8&ACW8Zz_OveGc`!L{Om2Z_*c@&In#_0ltaFcXX{n_YvJ#(PZfrW`=_bdJ3As8W zsVZJcpuz zVgrRj*2kzRSSU{96({&6mTsYFqCiADwPcntEL^ynzElQ4TjapW3w(ADokh!iby6%+Pt}MGQo($8P zyzA1i9pkr%K%j^U`mN&8Yf*DDw^ Ofd^VytHaT7D)$e>j#e80 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_dict.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_dict.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64cd1a21a5c476ff845ca63dcd1ab6f949f5b1e2 GIT binary patch literal 6015 zcmb_g&2Jk;6kmTOZknWRnzm`1q?3LmcAMCVTLh}0s)PUuN`z?X!ALA?zj3`}y=!LH zDYnUp{smlmL4ryMsTXcs_$xSY@`VE@&OOlziT8Hmwb$PDwurU%z47e4+28w^H*d$8 zo14+_`tjhm2agvu?N9nMe5LWvZM@|+641&TBp_)e8p(1hLG6^4Ze+@tg!Y~WX~;a% zAj31?q{>q;byv$zcSUe$RvS$q?J>Uf;4gj22;p0 zFb!GcQ*Z=kkWa%=m_?q2IhaR&1dhRRldy<<7EZxw*gH7a1umuI= zXQ2q&$j`wJl#ri?>uAIqy)#Xsgvj?RG(c>9j&a$#6c6TP(L zR_&=Kj^c}+SBjrVE@V+Sb<=GYf$!Vg-FjfU^;Tu8A`H7)H|+<-eQxg;EwfT=w%xj8 zUoY%z7bVWP)ikPmyoB2AU`#rg5w|LWEwf$Sk&cxsX@tl{WV3 z`%-V&X4L_%H`~`2aP%_@(fLGYD++9= zf_R^tEkoaYism3Qb&6q#CrFNACIgbymi|vL2EncnNq)TeS((D zo|X-Y=BC9*0%)0lkY4=&@`C6^XKkQmgyfiBW4`!&h7Dc7Ypj-YX&vNm2A+w*eXr%(@F$pH6Lv?DgZA|!l?$wqg;G7Z0EwTxwva_`MMA6LL@LX zG9K0G5mbe3wB96}h2|XfHuRdS8#d@Q%Q4(rKFa8f6DAjrd6qH`ZX-x1AzccyAVQSy z_{dfw?MLI{kt}rYi5B<3sKz8bXT$JR9LJJ(d_b#_fV_e6h!(r=8kSU$4qKBjg|1rf zReFu)xr@l8x7#KC-7b374hhC1UFhyQwgRdelW>Om(nk4DebYtzlE%g3c_WbM4E7e= z3G{Rg&(BCp2Z0Cql-i-Q2&KFdTEpBoglSYP9=a#0-C~dc_YVhqL0x)td2yyubJAsE%F^zjh#zjVLvkZ|Ium0 zr?0M4ezH!wG#Xs@^n2*LE`_dBJ6_=>6djr(QfC=aY$vhUPIdn99e1zJC1>C;%W?LY zW$xi0vsUAR+b&aH*kqNK%O2Lb%}ke79sJy3uEX3qHw9~zRG#w zK;&Z|^iWM4F*Y9RNZnPU>hK`iu-l=AmHJ_+;w|r*De$|HTfBkG=sO?nYtbg2ARn*6 zXTGtiq9=TzMSY;4_eKq>lfxZ$ll7~Ep}IcW7L$TZdX>Fi#dZF@Z-Lk#8Z4wd z4!B`~c(l7dFnT*~{oVKD zA=Zg(5XlkA6S+!ca2V&c=tNG?IW?Ws$s0(rS~i)T&Zh7_l0AyF|I1=)27BhR^Vtmk zXhaJ6^lZkPVK+bBo7Q!3s=8jz_75lp9pDM?E8|qZ&pUK1)D2j Uvf?c|wUsnaTANMJCKglw0$BI98~^|S literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_doctests.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_doctests.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..32a88fbb37f192c9b61fc70ece440b3711a99c33 GIT binary patch literal 12855 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 UZOe@hj}MHW?t6pzf8*Hy1Dv_?xc~qF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_is_literal.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_is_literal.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ffb2e7874f19e9c6148d5d2328e71c7da834397 GIT binary patch literal 6809 zcmbtZJ8aul6eT6uR&4qIw_{s&KC%*9pM07&O;Wc(8UzTkBwaL=pmk|Wh)k&@WjIDN zHCwlC-4dWc;iX%*ZrwVyTOpuRr_R}m4!!qLeCEp|MVX2rUFPgl*+(P0IT zA71{x|JS6V{7o1BBZU_`__4Q8fC6emIZ!LAO6Q42;viW`s>(wJl8}0(K*~sdldPm* z;Hi=y{0Hw)@@nVYBl~gPF)Y1-7wKn)?cCRGqe`>>BY_t?__0%}q8Lg=1*MVz6%wzM zO45BkJsAe^dH{wXjd~Ey!7%C}7=aAxG>pO+>T@s-6R3w_5~fg(z%IqnZRn(KP23gcounrrjr{MxzL_GtS;4-+m!J&SP%p!ExPkgS+=LHMufQ$%5cMj21h-MI!N+h1br$ZzJ=E*) z33_m+lOk_b(I5PvbBf7*{Jfn&@wM_AqvEJ<5)>1>EAiy`{&2Q?9A)ojb9>EZj*ry$ zvPapv?T+5&!?eDo+cqCKNpuGH8v1j?wkR?uYA0nIjlC1aqJ;UkR{X*?EW2nmYjvkp z1mn;&obCO(Q)};T?^?Q9t<}x_;-O(478~{5V(W!dYns;!l}(-%Y&#gNI~)t_xCgdv)~ii0 zW;om#0d99X8t`4gyX6wU^wO?eiUpJ>LEUtgIY=@5I3)p0;#yWJV|e10${Y2xP(J1O zC>fqvZG#VZfN8J?If&p0#`Q;5;p(TzDsI*`x&3qa$8o54jV=>Bnq3krWhOWIS*2F~kcc0?f)x z%-imCG~`DDG3^K5rGk4L`ho<# zZ?+K2FMurwcud9+QUs~t0S7FnNH6B#1t`8a0=a_VM({;=2~POEOq}qT5VIM#BxFhi)PqEbSATjFDIq3P*=A1!v7mqi@Y{uu%#^V)FkAQ6Mu8}-0ZJ45V zAE*2gAO4(Bj0BDG$hX{pWw{*rs-@B$B^ui%X;t#)R&@R>F-zGX0rsVc+65B5c9Mk|}2i%MA<%>w;0K z#0twsxFr-8%`o8?9-3T)Io=(TO=k%Yw~2+Qmrq+6@ldzw`fkIpwdV6b(M+3l*%HTBf(;G2?MZ&4lh!m-KQJ_{ zGpuO`O=x4PXq}9vebv?*?u?ZoFH$Sf8Ye;hcWau&EQvW1^CT8XERt9v!8(@b>1>6> zDv31`SrY3cs6A+1AaRkzB@&lODrY1i7g`hIa$0<~Wnr@jmZ&9|edwu8_Sk^92 U-*H`ikAB#&iJ3A=Mx9Ci51Y-ZLjV8( literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_match.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_match.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c495b501c56cba7ad971a84578ef09657e805366 GIT binary patch literal 3362 zcmbtWOK;mo5avUcXjy(Fj@|aqW}AyF!?vpAP{62+AVE-SNj1tWVr@0{GaqsNgtSR(>gxctAScu8xWxnuk`^%p z3Gx|`X~=EY-?HklBu0_@G&rj_CP#&TOoqrmQ^Du09ddt%Jb01Wg4^aRihBdxdvjf{ zDSDAPb*7@Hb<6YW`=oW2*>f{Z$D4z*|ElVR+$md*(P!d9j!J?#)`i5EAY}eAo6iJX zh9>uVwm)oAcI+~L_sI5pqwa2(8?M>2-J|9)bB~*j-E9uzyMXtgDQutZ4h^$!95De4 z$pK9tf;A?3?1Q~w5Uu04WU6;QwfmBD%2xz5Yo zSm?<&D<%+q`7S8anE*8keR5;4C~n}INJjRIDz-@X|)AjF0hLf!DWfYHzg|8vGjbt6k9V8n_ zHj!X0lp>e|c?Ad-C<1qBlBQ_yX=|FMRp6)9w0QlnQI1p*2#zm)XJcFh#U;#M&)_Z- kf@6`+F;~W0Qpd!n#`#wJECFzUMSWZw)uc70rf$mr0u0vQ@Bjb+ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_other.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_other.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..91d4a5e499b7dbc86329f014f742f5a061db0d1d GIT binary patch literal 57353 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_undefined_names.cpython-310.pyc b/venv/lib/python3.10/site-packages/pyflakes/test/__pycache__/test_undefined_names.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53b844bec17524415c2db4c5376db7535aa693f6 GIT binary patch literal 27174 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 WIi$0yxvhn*`K`s=SJm&1r~emp!6h01 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/harness.py b/venv/lib/python3.10/site-packages/pyflakes/test/harness.py new file mode 100644 index 0000000..863921e --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/test/harness.py @@ -0,0 +1,34 @@ +import ast +import textwrap +import unittest + +from pyflakes import checker + +__all__ = ['TestCase', 'skip', 'skipIf'] + +skip = unittest.skip +skipIf = unittest.skipIf + + +class TestCase(unittest.TestCase): + + withDoctest = False + + def flakes(self, input, *expectedOutputs, **kw): + tree = ast.parse(textwrap.dedent(input)) + if kw.get('is_segment'): + tree = tree.body[0] + kw.pop('is_segment') + w = checker.Checker(tree, withDoctest=self.withDoctest, **kw) + outputs = [type(o) for o in w.messages] + expectedOutputs = list(expectedOutputs) + outputs.sort(key=lambda t: t.__name__) + expectedOutputs.sort(key=lambda t: t.__name__) + self.assertEqual(outputs, expectedOutputs, '''\ +for input: +{} +expected outputs: +{!r} +but got: +{}'''.format(input, expectedOutputs, '\n'.join([str(o) for o in w.messages]))) + return w diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/test_api.py b/venv/lib/python3.10/site-packages/pyflakes/test/test_api.py new file mode 100644 index 0000000..ec1cbdb --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/test/test_api.py @@ -0,0 +1,803 @@ +""" +Tests for L{pyflakes.scripts.pyflakes}. +""" + +import contextlib +import io +import os +import sys +import shutil +import subprocess +import tempfile + +from pyflakes.checker import PYPY +from pyflakes.messages import UnusedImport +from pyflakes.reporter import Reporter +from pyflakes.api import ( + main, + check, + checkPath, + checkRecursive, + iterSourceCode, +) +from pyflakes.test.harness import TestCase, skipIf + + +def withStderrTo(stderr, f, *args, **kwargs): + """ + Call C{f} with C{sys.stderr} redirected to C{stderr}. + """ + (outer, sys.stderr) = (sys.stderr, stderr) + try: + return f(*args, **kwargs) + finally: + sys.stderr = outer + + +class Node: + """ + Mock an AST node. + """ + def __init__(self, lineno, col_offset=0): + self.lineno = lineno + self.col_offset = col_offset + + +class SysStreamCapturing: + """Context manager capturing sys.stdin, sys.stdout and sys.stderr. + + The file handles are replaced with a StringIO object. + """ + + def __init__(self, stdin): + self._stdin = io.StringIO(stdin or '', newline=os.linesep) + + def __enter__(self): + self._orig_stdin = sys.stdin + self._orig_stdout = sys.stdout + self._orig_stderr = sys.stderr + + sys.stdin = self._stdin + sys.stdout = self._stdout_stringio = io.StringIO(newline=os.linesep) + sys.stderr = self._stderr_stringio = io.StringIO(newline=os.linesep) + + return self + + def __exit__(self, *args): + self.output = self._stdout_stringio.getvalue() + self.error = self._stderr_stringio.getvalue() + + sys.stdin = self._orig_stdin + sys.stdout = self._orig_stdout + sys.stderr = self._orig_stderr + + +class LoggingReporter: + """ + Implementation of Reporter that just appends any error to a list. + """ + + def __init__(self, log): + """ + Construct a C{LoggingReporter}. + + @param log: A list to append log messages to. + """ + self.log = log + + def flake(self, message): + self.log.append(('flake', str(message))) + + def unexpectedError(self, filename, message): + self.log.append(('unexpectedError', filename, message)) + + def syntaxError(self, filename, msg, lineno, offset, line): + self.log.append(('syntaxError', filename, msg, lineno, offset, line)) + + +class TestIterSourceCode(TestCase): + """ + Tests for L{iterSourceCode}. + """ + + def setUp(self): + self.tempdir = tempfile.mkdtemp() + + def tearDown(self): + shutil.rmtree(self.tempdir) + + def makeEmptyFile(self, *parts): + assert parts + fpath = os.path.join(self.tempdir, *parts) + open(fpath, 'a').close() + return fpath + + def test_emptyDirectory(self): + """ + There are no Python files in an empty directory. + """ + self.assertEqual(list(iterSourceCode([self.tempdir])), []) + + def test_singleFile(self): + """ + If the directory contains one Python file, C{iterSourceCode} will find + it. + """ + childpath = self.makeEmptyFile('foo.py') + self.assertEqual(list(iterSourceCode([self.tempdir])), [childpath]) + + def test_onlyPythonSource(self): + """ + Files that are not Python source files are not included. + """ + self.makeEmptyFile('foo.pyc') + self.assertEqual(list(iterSourceCode([self.tempdir])), []) + + def test_recurses(self): + """ + If the Python files are hidden deep down in child directories, we will + find them. + """ + os.mkdir(os.path.join(self.tempdir, 'foo')) + apath = self.makeEmptyFile('foo', 'a.py') + self.makeEmptyFile('foo', 'a.py~') + os.mkdir(os.path.join(self.tempdir, 'bar')) + bpath = self.makeEmptyFile('bar', 'b.py') + cpath = self.makeEmptyFile('c.py') + self.assertEqual( + sorted(iterSourceCode([self.tempdir])), + sorted([apath, bpath, cpath])) + + def test_shebang(self): + """ + Find Python files that don't end with `.py`, but contain a Python + shebang. + """ + python = os.path.join(self.tempdir, 'a') + with open(python, 'w') as fd: + fd.write('#!/usr/bin/env python\n') + + self.makeEmptyFile('b') + + with open(os.path.join(self.tempdir, 'c'), 'w') as fd: + fd.write('hello\nworld\n') + + python3 = os.path.join(self.tempdir, 'e') + with open(python3, 'w') as fd: + fd.write('#!/usr/bin/env python3\n') + + pythonw = os.path.join(self.tempdir, 'f') + with open(pythonw, 'w') as fd: + fd.write('#!/usr/bin/env pythonw\n') + + python3args = os.path.join(self.tempdir, 'g') + with open(python3args, 'w') as fd: + fd.write('#!/usr/bin/python3 -u\n') + + python3d = os.path.join(self.tempdir, 'i') + with open(python3d, 'w') as fd: + fd.write('#!/usr/local/bin/python3d\n') + + python38m = os.path.join(self.tempdir, 'j') + with open(python38m, 'w') as fd: + fd.write('#! /usr/bin/env python3.8m\n') + + # Should NOT be treated as Python source + notfirst = os.path.join(self.tempdir, 'l') + with open(notfirst, 'w') as fd: + fd.write('#!/bin/sh\n#!/usr/bin/python\n') + + self.assertEqual( + sorted(iterSourceCode([self.tempdir])), + sorted([ + python, python3, pythonw, python3args, python3d, + python38m, + ])) + + def test_multipleDirectories(self): + """ + L{iterSourceCode} can be given multiple directories. It will recurse + into each of them. + """ + foopath = os.path.join(self.tempdir, 'foo') + barpath = os.path.join(self.tempdir, 'bar') + os.mkdir(foopath) + apath = self.makeEmptyFile('foo', 'a.py') + os.mkdir(barpath) + bpath = self.makeEmptyFile('bar', 'b.py') + self.assertEqual( + sorted(iterSourceCode([foopath, barpath])), + sorted([apath, bpath])) + + def test_explicitFiles(self): + """ + If one of the paths given to L{iterSourceCode} is not a directory but + a file, it will include that in its output. + """ + epath = self.makeEmptyFile('e.py') + self.assertEqual(list(iterSourceCode([epath])), + [epath]) + + +class TestReporter(TestCase): + """ + Tests for L{Reporter}. + """ + + def test_syntaxError(self): + """ + C{syntaxError} reports that there was a syntax error in the source + file. It reports to the error stream and includes the filename, line + number, error message, actual line of source and a caret pointing to + where the error is. + """ + err = io.StringIO() + reporter = Reporter(None, err) + reporter.syntaxError('foo.py', 'a problem', 3, 8, 'bad line of source') + self.assertEqual( + ("foo.py:3:8: a problem\n" + "bad line of source\n" + " ^\n"), + err.getvalue()) + + def test_syntaxErrorNoOffset(self): + """ + C{syntaxError} doesn't include a caret pointing to the error if + C{offset} is passed as C{None}. + """ + err = io.StringIO() + reporter = Reporter(None, err) + reporter.syntaxError('foo.py', 'a problem', 3, None, + 'bad line of source') + self.assertEqual( + ("foo.py:3: a problem\n" + "bad line of source\n"), + err.getvalue()) + + def test_syntaxErrorNoText(self): + """ + C{syntaxError} doesn't include text or nonsensical offsets if C{text} is C{None}. + + This typically happens when reporting syntax errors from stdin. + """ + err = io.StringIO() + reporter = Reporter(None, err) + reporter.syntaxError('', 'a problem', 0, 0, None) + self.assertEqual((":1:1: a problem\n"), err.getvalue()) + + def test_multiLineSyntaxError(self): + """ + If there's a multi-line syntax error, then we only report the last + line. The offset is adjusted so that it is relative to the start of + the last line. + """ + err = io.StringIO() + lines = [ + 'bad line of source', + 'more bad lines of source', + ] + reporter = Reporter(None, err) + reporter.syntaxError('foo.py', 'a problem', 3, len(lines[0]) + 7, + '\n'.join(lines)) + self.assertEqual( + ("foo.py:3:25: a problem\n" + + lines[-1] + "\n" + + " " * 24 + "^\n"), + err.getvalue()) + + def test_unexpectedError(self): + """ + C{unexpectedError} reports an error processing a source file. + """ + err = io.StringIO() + reporter = Reporter(None, err) + reporter.unexpectedError('source.py', 'error message') + self.assertEqual('source.py: error message\n', err.getvalue()) + + def test_flake(self): + """ + C{flake} reports a code warning from Pyflakes. It is exactly the + str() of a L{pyflakes.messages.Message}. + """ + out = io.StringIO() + reporter = Reporter(out, None) + message = UnusedImport('foo.py', Node(42), 'bar') + reporter.flake(message) + self.assertEqual(out.getvalue(), f"{message}\n") + + +class CheckTests(TestCase): + """ + Tests for L{check} and L{checkPath} which check a file for flakes. + """ + + @contextlib.contextmanager + def makeTempFile(self, content): + """ + Make a temporary file containing C{content} and return a path to it. + """ + fd, name = tempfile.mkstemp() + try: + with os.fdopen(fd, 'wb') as f: + if not hasattr(content, 'decode'): + content = content.encode('ascii') + f.write(content) + yield name + finally: + os.remove(name) + + def assertHasErrors(self, path, errorList): + """ + Assert that C{path} causes errors. + + @param path: A path to a file to check. + @param errorList: A list of errors expected to be printed to stderr. + """ + err = io.StringIO() + count = withStderrTo(err, checkPath, path) + self.assertEqual( + (count, err.getvalue()), (len(errorList), ''.join(errorList))) + + def getErrors(self, path): + """ + Get any warnings or errors reported by pyflakes for the file at C{path}. + + @param path: The path to a Python file on disk that pyflakes will check. + @return: C{(count, log)}, where C{count} is the number of warnings or + errors generated, and log is a list of those warnings, presented + as structured data. See L{LoggingReporter} for more details. + """ + log = [] + reporter = LoggingReporter(log) + count = checkPath(path, reporter) + return count, log + + def test_legacyScript(self): + from pyflakes.scripts import pyflakes as script_pyflakes + self.assertIs(script_pyflakes.checkPath, checkPath) + + def test_missingTrailingNewline(self): + """ + Source which doesn't end with a newline shouldn't cause any + exception to be raised nor an error indicator to be returned by + L{check}. + """ + with self.makeTempFile("def foo():\n\tpass\n\t") as fName: + self.assertHasErrors(fName, []) + + def test_checkPathNonExisting(self): + """ + L{checkPath} handles non-existing files. + """ + count, errors = self.getErrors('extremo') + self.assertEqual(count, 1) + self.assertEqual( + errors, + [('unexpectedError', 'extremo', 'No such file or directory')]) + + def test_multilineSyntaxError(self): + """ + Source which includes a syntax error which results in the raised + L{SyntaxError.text} containing multiple lines of source are reported + with only the last line of that source. + """ + source = """\ +def foo(): + ''' + +def bar(): + pass + +def baz(): + '''quux''' +""" + + # Sanity check - SyntaxError.text should be multiple lines, if it + # isn't, something this test was unprepared for has happened. + def evaluate(source): + exec(source) + try: + evaluate(source) + except SyntaxError as e: + if not PYPY and sys.version_info < (3, 10): + self.assertTrue(e.text.count('\n') > 1) + else: + self.fail() + + with self.makeTempFile(source) as sourcePath: + if PYPY: + message = 'end of file (EOF) while scanning triple-quoted string literal' + elif sys.version_info >= (3, 10): + message = 'unterminated triple-quoted string literal (detected at line 8)' # noqa: E501 + else: + message = 'invalid syntax' + + if PYPY or sys.version_info >= (3, 10): + column = 12 + else: + column = 8 + self.assertHasErrors( + sourcePath, + ["""\ +%s:8:%d: %s + '''quux''' +%s^ +""" % (sourcePath, column, message, ' ' * (column - 1))]) + + def test_eofSyntaxError(self): + """ + The error reported for source files which end prematurely causing a + syntax error reflects the cause for the syntax error. + """ + with self.makeTempFile("def foo(") as sourcePath: + if PYPY: + msg = 'parenthesis is never closed' + elif sys.version_info >= (3, 10): + msg = "'(' was never closed" + else: + msg = 'unexpected EOF while parsing' + + if PYPY or sys.version_info >= (3, 10): + column = 8 + else: + column = 9 + + spaces = ' ' * (column - 1) + expected = '{}:1:{}: {}\ndef foo(\n{}^\n'.format( + sourcePath, column, msg, spaces + ) + + self.assertHasErrors(sourcePath, [expected]) + + def test_eofSyntaxErrorWithTab(self): + """ + The error reported for source files which end prematurely causing a + syntax error reflects the cause for the syntax error. + """ + with self.makeTempFile("if True:\n\tfoo =") as sourcePath: + self.assertHasErrors( + sourcePath, + [f"""\ +{sourcePath}:2:7: invalid syntax +\tfoo = +\t ^ +"""]) + + def test_nonDefaultFollowsDefaultSyntaxError(self): + """ + Source which has a non-default argument following a default argument + should include the line number of the syntax error. However these + exceptions do not include an offset. + """ + source = """\ +def foo(bar=baz, bax): + pass +""" + with self.makeTempFile(source) as sourcePath: + if sys.version_info >= (3, 12): + msg = 'parameter without a default follows parameter with a default' # noqa: E501 + else: + msg = 'non-default argument follows default argument' + + if PYPY and sys.version_info >= (3, 9): + column = 18 + elif PYPY: + column = 8 + elif sys.version_info >= (3, 10): + column = 18 + elif sys.version_info >= (3, 9): + column = 21 + else: + column = 9 + last_line = ' ' * (column - 1) + '^\n' + self.assertHasErrors( + sourcePath, + [f"""\ +{sourcePath}:1:{column}: {msg} +def foo(bar=baz, bax): +{last_line}"""] + ) + + def test_nonKeywordAfterKeywordSyntaxError(self): + """ + Source which has a non-keyword argument after a keyword argument should + include the line number of the syntax error. However these exceptions + do not include an offset. + """ + source = """\ +foo(bar=baz, bax) +""" + with self.makeTempFile(source) as sourcePath: + if sys.version_info >= (3, 9): + column = 17 + elif not PYPY: + column = 14 + else: + column = 13 + last_line = ' ' * (column - 1) + '^\n' + columnstr = '%d:' % column + + message = 'positional argument follows keyword argument' + + self.assertHasErrors( + sourcePath, + ["""\ +{}:1:{} {} +foo(bar=baz, bax) +{}""".format(sourcePath, columnstr, message, last_line)]) + + def test_invalidEscape(self): + """ + The invalid escape syntax raises ValueError in Python 2 + """ + # ValueError: invalid \x escape + with self.makeTempFile(r"foo = '\xyz'") as sourcePath: + position_end = 1 + if PYPY and sys.version_info >= (3, 9): + column = 7 + elif PYPY: + column = 6 + elif (3, 9) <= sys.version_info < (3, 12): + column = 13 + else: + column = 7 + + last_line = '%s^\n' % (' ' * (column - 1)) + + decoding_error = """\ +%s:1:%d: (unicode error) 'unicodeescape' codec can't decode bytes \ +in position 0-%d: truncated \\xXX escape +foo = '\\xyz' +%s""" % (sourcePath, column, position_end, last_line) + + self.assertHasErrors( + sourcePath, [decoding_error]) + + @skipIf(sys.platform == 'win32', 'unsupported on Windows') + def test_permissionDenied(self): + """ + If the source file is not readable, this is reported on standard + error. + """ + if os.getuid() == 0: + self.skipTest('root user can access all files regardless of ' + 'permissions') + with self.makeTempFile('') as sourcePath: + os.chmod(sourcePath, 0) + count, errors = self.getErrors(sourcePath) + self.assertEqual(count, 1) + self.assertEqual( + errors, + [('unexpectedError', sourcePath, "Permission denied")]) + + def test_pyflakesWarning(self): + """ + If the source file has a pyflakes warning, this is reported as a + 'flake'. + """ + with self.makeTempFile("import foo") as sourcePath: + count, errors = self.getErrors(sourcePath) + self.assertEqual(count, 1) + self.assertEqual( + errors, [('flake', str(UnusedImport(sourcePath, Node(1), 'foo')))]) + + def test_encodedFileUTF8(self): + """ + If source file declares the correct encoding, no error is reported. + """ + SNOWMAN = chr(0x2603) + source = ("""\ +# coding: utf-8 +x = "%s" +""" % SNOWMAN).encode('utf-8') + with self.makeTempFile(source) as sourcePath: + self.assertHasErrors(sourcePath, []) + + def test_CRLFLineEndings(self): + """ + Source files with Windows CR LF line endings are parsed successfully. + """ + with self.makeTempFile("x = 42\r\n") as sourcePath: + self.assertHasErrors(sourcePath, []) + + def test_misencodedFileUTF8(self): + """ + If a source file contains bytes which cannot be decoded, this is + reported on stderr. + """ + SNOWMAN = chr(0x2603) + source = ("""\ +# coding: ascii +x = "%s" +""" % SNOWMAN).encode('utf-8') + with self.makeTempFile(source) as sourcePath: + self.assertHasErrors( + sourcePath, + [f"{sourcePath}:1:1: 'ascii' codec can't decode byte 0xe2 in position 21: ordinal not in range(128)\n"]) # noqa: E501 + + def test_misencodedFileUTF16(self): + """ + If a source file contains bytes which cannot be decoded, this is + reported on stderr. + """ + SNOWMAN = chr(0x2603) + source = ("""\ +# coding: ascii +x = "%s" +""" % SNOWMAN).encode('utf-16') + with self.makeTempFile(source) as sourcePath: + if sys.version_info < (3, 11, 4): + expected = f"{sourcePath}: problem decoding source\n" + else: + expected = f"{sourcePath}:1: source code string cannot contain null bytes\n" # noqa: E501 + + self.assertHasErrors(sourcePath, [expected]) + + def test_checkRecursive(self): + """ + L{checkRecursive} descends into each directory, finding Python files + and reporting problems. + """ + tempdir = tempfile.mkdtemp() + try: + os.mkdir(os.path.join(tempdir, 'foo')) + file1 = os.path.join(tempdir, 'foo', 'bar.py') + with open(file1, 'wb') as fd: + fd.write(b"import baz\n") + file2 = os.path.join(tempdir, 'baz.py') + with open(file2, 'wb') as fd: + fd.write(b"import contraband") + log = [] + reporter = LoggingReporter(log) + warnings = checkRecursive([tempdir], reporter) + self.assertEqual(warnings, 2) + self.assertEqual( + sorted(log), + sorted([('flake', str(UnusedImport(file1, Node(1), 'baz'))), + ('flake', + str(UnusedImport(file2, Node(1), 'contraband')))])) + finally: + shutil.rmtree(tempdir) + + def test_stdinReportsErrors(self): + """ + L{check} reports syntax errors from stdin + """ + source = "max(1 for i in range(10), key=lambda x: x+1)\n" + err = io.StringIO() + count = withStderrTo(err, check, source, "") + self.assertEqual(count, 1) + errlines = err.getvalue().split("\n")[:-1] + + if sys.version_info >= (3, 9): + expected_error = [ + ":1:5: Generator expression must be parenthesized", + "max(1 for i in range(10), key=lambda x: x+1)", + " ^", + ] + elif PYPY: + expected_error = [ + ":1:4: Generator expression must be parenthesized if not sole argument", # noqa: E501 + "max(1 for i in range(10), key=lambda x: x+1)", + " ^", + ] + else: + expected_error = [ + ":1:5: Generator expression must be parenthesized", + ] + + self.assertEqual(errlines, expected_error) + + +class IntegrationTests(TestCase): + """ + Tests of the pyflakes script that actually spawn the script. + """ + def setUp(self): + self.tempdir = tempfile.mkdtemp() + self.tempfilepath = os.path.join(self.tempdir, 'temp') + + def tearDown(self): + shutil.rmtree(self.tempdir) + + def getPyflakesBinary(self): + """ + Return the path to the pyflakes binary. + """ + import pyflakes + package_dir = os.path.dirname(pyflakes.__file__) + return os.path.join(package_dir, '..', 'bin', 'pyflakes') + + def runPyflakes(self, paths, stdin=None): + """ + Launch a subprocess running C{pyflakes}. + + @param paths: Command-line arguments to pass to pyflakes. + @param stdin: Text to use as stdin. + @return: C{(returncode, stdout, stderr)} of the completed pyflakes + process. + """ + env = dict(os.environ) + env['PYTHONPATH'] = os.pathsep.join(sys.path) + command = [sys.executable, self.getPyflakesBinary()] + command.extend(paths) + if stdin: + p = subprocess.Popen(command, env=env, stdin=subprocess.PIPE, + stdout=subprocess.PIPE, stderr=subprocess.PIPE) + (stdout, stderr) = p.communicate(stdin.encode('ascii')) + else: + p = subprocess.Popen(command, env=env, + stdout=subprocess.PIPE, stderr=subprocess.PIPE) + (stdout, stderr) = p.communicate() + rv = p.wait() + stdout = stdout.decode('utf-8') + stderr = stderr.decode('utf-8') + return (stdout, stderr, rv) + + def test_goodFile(self): + """ + When a Python source file is all good, the return code is zero and no + messages are printed to either stdout or stderr. + """ + open(self.tempfilepath, 'a').close() + d = self.runPyflakes([self.tempfilepath]) + self.assertEqual(d, ('', '', 0)) + + def test_fileWithFlakes(self): + """ + When a Python source file has warnings, the return code is non-zero + and the warnings are printed to stdout. + """ + with open(self.tempfilepath, 'wb') as fd: + fd.write(b"import contraband\n") + d = self.runPyflakes([self.tempfilepath]) + expected = UnusedImport(self.tempfilepath, Node(1), 'contraband') + self.assertEqual(d, (f"{expected}{os.linesep}", '', 1)) + + def test_errors_io(self): + """ + When pyflakes finds errors with the files it's given, (if they don't + exist, say), then the return code is non-zero and the errors are + printed to stderr. + """ + d = self.runPyflakes([self.tempfilepath]) + error_msg = '{}: No such file or directory{}'.format(self.tempfilepath, + os.linesep) + self.assertEqual(d, ('', error_msg, 1)) + + def test_errors_syntax(self): + """ + When pyflakes finds errors with the files it's given, (if they don't + exist, say), then the return code is non-zero and the errors are + printed to stderr. + """ + with open(self.tempfilepath, 'wb') as fd: + fd.write(b"import") + d = self.runPyflakes([self.tempfilepath]) + error_msg = '{0}:1:7: invalid syntax{1}import{1} ^{1}'.format( + self.tempfilepath, os.linesep) + self.assertEqual(d, ('', error_msg, 1)) + + def test_readFromStdin(self): + """ + If no arguments are passed to C{pyflakes} then it reads from stdin. + """ + d = self.runPyflakes([], stdin='import contraband') + expected = UnusedImport('', Node(1), 'contraband') + self.assertEqual(d, (f"{expected}{os.linesep}", '', 1)) + + +class TestMain(IntegrationTests): + """ + Tests of the pyflakes main function. + """ + def runPyflakes(self, paths, stdin=None): + try: + with SysStreamCapturing(stdin) as capture: + main(args=paths) + except SystemExit as e: + self.assertIsInstance(e.code, bool) + rv = int(e.code) + return (capture.output, capture.error, rv) + else: + raise RuntimeError('SystemExit not raised') diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/test_builtin.py b/venv/lib/python3.10/site-packages/pyflakes/test/test_builtin.py new file mode 100644 index 0000000..19fe949 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/test/test_builtin.py @@ -0,0 +1,30 @@ +""" +Tests for detecting redefinition of builtins. +""" +from pyflakes import messages as m +from pyflakes.test.harness import TestCase + + +class TestBuiltins(TestCase): + + def test_builtin_unbound_local(self): + self.flakes(''' + def foo(): + a = range(1, 10) + range = a + return range + + foo() + + print(range) + ''', m.UndefinedLocal) + + def test_global_shadowing_builtin(self): + self.flakes(''' + def f(): + global range + range = None + print(range) + + f() + ''') diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/test_code_segment.py b/venv/lib/python3.10/site-packages/pyflakes/test/test_code_segment.py new file mode 100644 index 0000000..79532b9 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/test/test_code_segment.py @@ -0,0 +1,129 @@ +from pyflakes import messages as m +from pyflakes.checker import (FunctionScope, ClassScope, ModuleScope, + Argument, FunctionDefinition, Assignment) +from pyflakes.test.harness import TestCase + + +class TestCodeSegments(TestCase): + """ + Tests for segments of a module + """ + + def test_function_segment(self): + self.flakes(''' + def foo(): + def bar(): + pass + ''', is_segment=True) + + self.flakes(''' + def foo(): + def bar(): + x = 0 + ''', m.UnusedVariable, is_segment=True) + + def test_class_segment(self): + self.flakes(''' + class Foo: + class Bar: + pass + ''', is_segment=True) + + self.flakes(''' + class Foo: + def bar(): + x = 0 + ''', m.UnusedVariable, is_segment=True) + + def test_scope_class(self): + checker = self.flakes(''' + class Foo: + x = 0 + def bar(a, b=1, *d, **e): + pass + ''', is_segment=True) + + scopes = checker.deadScopes + module_scopes = [ + scope for scope in scopes if scope.__class__ is ModuleScope] + class_scopes = [ + scope for scope in scopes if scope.__class__ is ClassScope] + function_scopes = [ + scope for scope in scopes if scope.__class__ is FunctionScope] + + # Ensure module scope is not present because we are analysing + # the inner contents of Foo + self.assertEqual(len(module_scopes), 0) + self.assertEqual(len(class_scopes), 1) + self.assertEqual(len(function_scopes), 1) + + class_scope = class_scopes[0] + function_scope = function_scopes[0] + + self.assertIsInstance(class_scope, ClassScope) + self.assertIsInstance(function_scope, FunctionScope) + + self.assertIn('x', class_scope) + self.assertIn('bar', class_scope) + + self.assertIn('a', function_scope) + self.assertIn('b', function_scope) + self.assertIn('d', function_scope) + self.assertIn('e', function_scope) + + self.assertIsInstance(class_scope['bar'], FunctionDefinition) + self.assertIsInstance(class_scope['x'], Assignment) + + self.assertIsInstance(function_scope['a'], Argument) + self.assertIsInstance(function_scope['b'], Argument) + self.assertIsInstance(function_scope['d'], Argument) + self.assertIsInstance(function_scope['e'], Argument) + + def test_scope_function(self): + checker = self.flakes(''' + def foo(a, b=1, *d, **e): + def bar(f, g=1, *h, **i): + pass + ''', is_segment=True) + + scopes = checker.deadScopes + module_scopes = [ + scope for scope in scopes if scope.__class__ is ModuleScope] + function_scopes = [ + scope for scope in scopes if scope.__class__ is FunctionScope] + + # Ensure module scope is not present because we are analysing + # the inner contents of foo + self.assertEqual(len(module_scopes), 0) + self.assertEqual(len(function_scopes), 2) + + function_scope_foo = function_scopes[1] + function_scope_bar = function_scopes[0] + + self.assertIsInstance(function_scope_foo, FunctionScope) + self.assertIsInstance(function_scope_bar, FunctionScope) + + self.assertIn('a', function_scope_foo) + self.assertIn('b', function_scope_foo) + self.assertIn('d', function_scope_foo) + self.assertIn('e', function_scope_foo) + self.assertIn('bar', function_scope_foo) + + self.assertIn('f', function_scope_bar) + self.assertIn('g', function_scope_bar) + self.assertIn('h', function_scope_bar) + self.assertIn('i', function_scope_bar) + + self.assertIsInstance(function_scope_foo['bar'], FunctionDefinition) + self.assertIsInstance(function_scope_foo['a'], Argument) + self.assertIsInstance(function_scope_foo['b'], Argument) + self.assertIsInstance(function_scope_foo['d'], Argument) + self.assertIsInstance(function_scope_foo['e'], Argument) + + self.assertIsInstance(function_scope_bar['f'], Argument) + self.assertIsInstance(function_scope_bar['g'], Argument) + self.assertIsInstance(function_scope_bar['h'], Argument) + self.assertIsInstance(function_scope_bar['i'], Argument) + + def test_scope_async_function(self): + self.flakes('async def foo(): pass', is_segment=True) diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/test_dict.py b/venv/lib/python3.10/site-packages/pyflakes/test/test_dict.py new file mode 100644 index 0000000..c8ee484 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/test/test_dict.py @@ -0,0 +1,193 @@ +""" +Tests for dict duplicate keys Pyflakes behavior. +""" + +from pyflakes import messages as m +from pyflakes.test.harness import TestCase + + +class Test(TestCase): + + def test_duplicate_keys(self): + self.flakes( + "{'yes': 1, 'yes': 2}", + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + ) + + def test_duplicate_keys_bytes_vs_unicode_py3(self): + self.flakes("{b'a': 1, u'a': 2}") + + def test_duplicate_values_bytes_vs_unicode_py3(self): + self.flakes( + "{1: b'a', 1: u'a'}", + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + ) + + def test_multiple_duplicate_keys(self): + self.flakes( + "{'yes': 1, 'yes': 2, 'no': 2, 'no': 3}", + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + ) + + def test_duplicate_keys_in_function(self): + self.flakes( + ''' + def f(thing): + pass + f({'yes': 1, 'yes': 2}) + ''', + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + ) + + def test_duplicate_keys_in_lambda(self): + self.flakes( + "lambda x: {(0,1): 1, (0,1): 2}", + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + ) + + def test_duplicate_keys_tuples(self): + self.flakes( + "{(0,1): 1, (0,1): 2}", + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + ) + + def test_duplicate_keys_tuples_int_and_float(self): + self.flakes( + "{(0,1): 1, (0,1.0): 2}", + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + ) + + def test_duplicate_keys_ints(self): + self.flakes( + "{1: 1, 1: 2}", + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + ) + + def test_duplicate_keys_bools(self): + self.flakes( + "{True: 1, True: 2}", + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + ) + + def test_duplicate_keys_bools_false(self): + # Needed to ensure 2.x correctly coerces these from variables + self.flakes( + "{False: 1, False: 2}", + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + ) + + def test_duplicate_keys_none(self): + self.flakes( + "{None: 1, None: 2}", + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + ) + + def test_duplicate_variable_keys(self): + self.flakes( + ''' + a = 1 + {a: 1, a: 2} + ''', + m.MultiValueRepeatedKeyVariable, + m.MultiValueRepeatedKeyVariable, + ) + + def test_duplicate_variable_values(self): + self.flakes( + ''' + a = 1 + b = 2 + {1: a, 1: b} + ''', + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + ) + + def test_duplicate_variable_values_same_value(self): + # Current behaviour is not to look up variable values. This is to + # confirm that. + self.flakes( + ''' + a = 1 + b = 1 + {1: a, 1: b} + ''', + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + ) + + def test_duplicate_key_float_and_int(self): + """ + These do look like different values, but when it comes to their use as + keys, they compare as equal and so are actually duplicates. + The literal dict {1: 1, 1.0: 1} actually becomes {1.0: 1}. + """ + self.flakes( + ''' + {1: 1, 1.0: 2} + ''', + m.MultiValueRepeatedKeyLiteral, + m.MultiValueRepeatedKeyLiteral, + ) + + def test_no_duplicate_key_error_same_value(self): + self.flakes(''' + {'yes': 1, 'yes': 1} + ''') + + def test_no_duplicate_key_errors(self): + self.flakes(''' + {'yes': 1, 'no': 2} + ''') + + def test_no_duplicate_keys_tuples_same_first_element(self): + self.flakes("{(0,1): 1, (0,2): 1}") + + def test_no_duplicate_key_errors_func_call(self): + self.flakes(''' + def test(thing): + pass + test({True: 1, None: 2, False: 1}) + ''') + + def test_no_duplicate_key_errors_bool_or_none(self): + self.flakes("{True: 1, None: 2, False: 1}") + + def test_no_duplicate_key_errors_ints(self): + self.flakes(''' + {1: 1, 2: 1} + ''') + + def test_no_duplicate_key_errors_vars(self): + self.flakes(''' + test = 'yes' + rest = 'yes' + {test: 1, rest: 2} + ''') + + def test_no_duplicate_key_errors_tuples(self): + self.flakes(''' + {(0,1): 1, (0,2): 1} + ''') + + def test_no_duplicate_key_errors_instance_attributes(self): + self.flakes(''' + class Test(): + pass + f = Test() + f.a = 1 + {f.a: 1, f.a: 1} + ''') diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/test_doctests.py b/venv/lib/python3.10/site-packages/pyflakes/test/test_doctests.py new file mode 100644 index 0000000..63cea4d --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/test/test_doctests.py @@ -0,0 +1,444 @@ +import textwrap + +from pyflakes import messages as m +from pyflakes.checker import ( + PYPY, + DoctestScope, + FunctionScope, + ModuleScope, +) +from pyflakes.test.test_other import Test as TestOther +from pyflakes.test.test_imports import Test as TestImports +from pyflakes.test.test_undefined_names import Test as TestUndefinedNames +from pyflakes.test.harness import TestCase, skip + + +class _DoctestMixin: + + withDoctest = True + + def doctestify(self, input): + lines = [] + for line in textwrap.dedent(input).splitlines(): + if line.strip() == '': + pass + elif (line.startswith(' ') or + line.startswith('except:') or + line.startswith('except ') or + line.startswith('finally:') or + line.startswith('else:') or + line.startswith('elif ') or + (lines and lines[-1].startswith(('>>> @', '... @')))): + line = "... %s" % line + else: + line = ">>> %s" % line + lines.append(line) + doctestificator = textwrap.dedent('''\ + def doctest_something(): + """ + %s + """ + ''') + return doctestificator % "\n ".join(lines) + + def flakes(self, input, *args, **kw): + return super().flakes(self.doctestify(input), *args, **kw) + + +class Test(TestCase): + + withDoctest = True + + def test_scope_class(self): + """Check that a doctest is given a DoctestScope.""" + checker = self.flakes(""" + m = None + + def doctest_stuff(): + ''' + >>> d = doctest_stuff() + ''' + f = m + return f + """) + + scopes = checker.deadScopes + module_scopes = [ + scope for scope in scopes if scope.__class__ is ModuleScope] + doctest_scopes = [ + scope for scope in scopes if scope.__class__ is DoctestScope] + function_scopes = [ + scope for scope in scopes if scope.__class__ is FunctionScope] + + self.assertEqual(len(module_scopes), 1) + self.assertEqual(len(doctest_scopes), 1) + + module_scope = module_scopes[0] + doctest_scope = doctest_scopes[0] + + self.assertIsInstance(doctest_scope, DoctestScope) + self.assertIsInstance(doctest_scope, ModuleScope) + self.assertNotIsInstance(doctest_scope, FunctionScope) + self.assertNotIsInstance(module_scope, DoctestScope) + + self.assertIn('m', module_scope) + self.assertIn('doctest_stuff', module_scope) + + self.assertIn('d', doctest_scope) + + self.assertEqual(len(function_scopes), 1) + self.assertIn('f', function_scopes[0]) + + def test_nested_doctest_ignored(self): + """Check that nested doctests are ignored.""" + checker = self.flakes(""" + m = None + + def doctest_stuff(): + ''' + >>> def function_in_doctest(): + ... \"\"\" + ... >>> ignored_undefined_name + ... \"\"\" + ... df = m + ... return df + ... + >>> function_in_doctest() + ''' + f = m + return f + """) + + scopes = checker.deadScopes + module_scopes = [ + scope for scope in scopes if scope.__class__ is ModuleScope] + doctest_scopes = [ + scope for scope in scopes if scope.__class__ is DoctestScope] + function_scopes = [ + scope for scope in scopes if scope.__class__ is FunctionScope] + + self.assertEqual(len(module_scopes), 1) + self.assertEqual(len(doctest_scopes), 1) + + module_scope = module_scopes[0] + doctest_scope = doctest_scopes[0] + + self.assertIn('m', module_scope) + self.assertIn('doctest_stuff', module_scope) + self.assertIn('function_in_doctest', doctest_scope) + + self.assertEqual(len(function_scopes), 2) + + self.assertIn('f', function_scopes[0]) + self.assertIn('df', function_scopes[1]) + + def test_global_module_scope_pollution(self): + """Check that global in doctest does not pollute module scope.""" + checker = self.flakes(""" + def doctest_stuff(): + ''' + >>> def function_in_doctest(): + ... global m + ... m = 50 + ... df = 10 + ... m = df + ... + >>> function_in_doctest() + ''' + f = 10 + return f + + """) + + scopes = checker.deadScopes + module_scopes = [ + scope for scope in scopes if scope.__class__ is ModuleScope] + doctest_scopes = [ + scope for scope in scopes if scope.__class__ is DoctestScope] + function_scopes = [ + scope for scope in scopes if scope.__class__ is FunctionScope] + + self.assertEqual(len(module_scopes), 1) + self.assertEqual(len(doctest_scopes), 1) + + module_scope = module_scopes[0] + doctest_scope = doctest_scopes[0] + + self.assertIn('doctest_stuff', module_scope) + self.assertIn('function_in_doctest', doctest_scope) + + self.assertEqual(len(function_scopes), 2) + + self.assertIn('f', function_scopes[0]) + self.assertIn('df', function_scopes[1]) + self.assertIn('m', function_scopes[1]) + + self.assertNotIn('m', module_scope) + + def test_global_undefined(self): + self.flakes(""" + global m + + def doctest_stuff(): + ''' + >>> m + ''' + """, m.UndefinedName) + + def test_nested_class(self): + """Doctest within nested class are processed.""" + self.flakes(""" + class C: + class D: + ''' + >>> m + ''' + def doctest_stuff(self): + ''' + >>> m + ''' + return 1 + """, m.UndefinedName, m.UndefinedName) + + def test_ignore_nested_function(self): + """Doctest module does not process doctest in nested functions.""" + # 'syntax error' would cause a SyntaxError if the doctest was processed. + # However doctest does not find doctest in nested functions + # (https://bugs.python.org/issue1650090). If nested functions were + # processed, this use of m should cause UndefinedName, and the + # name inner_function should probably exist in the doctest scope. + self.flakes(""" + def doctest_stuff(): + def inner_function(): + ''' + >>> syntax error + >>> inner_function() + 1 + >>> m + ''' + return 1 + m = inner_function() + return m + """) + + def test_inaccessible_scope_class(self): + """Doctest may not access class scope.""" + self.flakes(""" + class C: + def doctest_stuff(self): + ''' + >>> m + ''' + return 1 + m = 1 + """, m.UndefinedName) + + def test_importBeforeDoctest(self): + self.flakes(""" + import foo + + def doctest_stuff(): + ''' + >>> foo + ''' + """) + + @skip("todo") + def test_importBeforeAndInDoctest(self): + self.flakes(''' + import foo + + def doctest_stuff(): + """ + >>> import foo + >>> foo + """ + + foo + ''', m.RedefinedWhileUnused) + + def test_importInDoctestAndAfter(self): + self.flakes(''' + def doctest_stuff(): + """ + >>> import foo + >>> foo + """ + + import foo + foo() + ''') + + def test_offsetInDoctests(self): + exc = self.flakes(''' + + def doctest_stuff(): + """ + >>> x # line 5 + """ + + ''', m.UndefinedName).messages[0] + self.assertEqual(exc.lineno, 5) + self.assertEqual(exc.col, 12) + + def test_offsetInLambdasInDoctests(self): + exc = self.flakes(''' + + def doctest_stuff(): + """ + >>> lambda: x # line 5 + """ + + ''', m.UndefinedName).messages[0] + self.assertEqual(exc.lineno, 5) + self.assertEqual(exc.col, 20) + + def test_offsetAfterDoctests(self): + exc = self.flakes(''' + + def doctest_stuff(): + """ + >>> x = 5 + """ + + x + + ''', m.UndefinedName).messages[0] + self.assertEqual(exc.lineno, 8) + self.assertEqual(exc.col, 0) + + def test_syntaxErrorInDoctest(self): + exceptions = self.flakes( + ''' + def doctest_stuff(): + """ + >>> from # line 4 + >>> fortytwo = 42 + >>> except Exception: + """ + ''', + m.DoctestSyntaxError, + m.DoctestSyntaxError, + m.DoctestSyntaxError).messages + exc = exceptions[0] + self.assertEqual(exc.lineno, 4) + if not PYPY: + self.assertEqual(exc.col, 18) + else: + self.assertEqual(exc.col, 26) + + # PyPy error column offset is 0, + # for the second and third line of the doctest + # i.e. at the beginning of the line + exc = exceptions[1] + self.assertEqual(exc.lineno, 5) + if PYPY: + self.assertEqual(exc.col, 13) + else: + self.assertEqual(exc.col, 16) + exc = exceptions[2] + self.assertEqual(exc.lineno, 6) + self.assertEqual(exc.col, 13) + + def test_indentationErrorInDoctest(self): + exc = self.flakes(''' + def doctest_stuff(): + """ + >>> if True: + ... pass + """ + ''', m.DoctestSyntaxError).messages[0] + self.assertEqual(exc.lineno, 5) + self.assertEqual(exc.col, 13) + + def test_offsetWithMultiLineArgs(self): + (exc1, exc2) = self.flakes( + ''' + def doctest_stuff(arg1, + arg2, + arg3): + """ + >>> assert + >>> this + """ + ''', + m.DoctestSyntaxError, + m.UndefinedName).messages + self.assertEqual(exc1.lineno, 6) + self.assertEqual(exc1.col, 19) + self.assertEqual(exc2.lineno, 7) + self.assertEqual(exc2.col, 12) + + def test_doctestCanReferToFunction(self): + self.flakes(""" + def foo(): + ''' + >>> foo + ''' + """) + + def test_doctestCanReferToClass(self): + self.flakes(""" + class Foo(): + ''' + >>> Foo + ''' + def bar(self): + ''' + >>> Foo + ''' + """) + + def test_noOffsetSyntaxErrorInDoctest(self): + exceptions = self.flakes( + ''' + def buildurl(base, *args, **kwargs): + """ + >>> buildurl('/blah.php', ('a', '&'), ('b', '=') + '/blah.php?a=%26&b=%3D' + >>> buildurl('/blah.php', a='&', 'b'='=') + '/blah.php?b=%3D&a=%26' + """ + pass + ''', + m.DoctestSyntaxError, + m.DoctestSyntaxError).messages + exc = exceptions[0] + self.assertEqual(exc.lineno, 4) + exc = exceptions[1] + self.assertEqual(exc.lineno, 6) + + def test_singleUnderscoreInDoctest(self): + self.flakes(''' + def func(): + """A docstring + + >>> func() + 1 + >>> _ + 1 + """ + return 1 + ''') + + def test_globalUnderscoreInDoctest(self): + self.flakes(""" + from gettext import ugettext as _ + + def doctest_stuff(): + ''' + >>> pass + ''' + """, m.UnusedImport) + + +class TestOther(_DoctestMixin, TestOther): + """Run TestOther with each test wrapped in a doctest.""" + + +class TestImports(_DoctestMixin, TestImports): + """Run TestImports with each test wrapped in a doctest.""" + + +class TestUndefinedNames(_DoctestMixin, TestUndefinedNames): + """Run TestUndefinedNames with each test wrapped in a doctest.""" diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/test_imports.py b/venv/lib/python3.10/site-packages/pyflakes/test/test_imports.py new file mode 100644 index 0000000..fb5d2fd --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/test/test_imports.py @@ -0,0 +1,1207 @@ +from pyflakes import messages as m +from pyflakes.checker import ( + FutureImportation, + Importation, + ImportationFrom, + StarImportation, + SubmoduleImportation, +) +from pyflakes.test.harness import TestCase, skip + + +class TestImportationObject(TestCase): + + def test_import_basic(self): + binding = Importation('a', None, 'a') + assert binding.source_statement == 'import a' + assert str(binding) == 'a' + + def test_import_as(self): + binding = Importation('c', None, 'a') + assert binding.source_statement == 'import a as c' + assert str(binding) == 'a as c' + + def test_import_submodule(self): + binding = SubmoduleImportation('a.b', None) + assert binding.source_statement == 'import a.b' + assert str(binding) == 'a.b' + + def test_import_submodule_as(self): + # A submodule import with an as clause is not a SubmoduleImportation + binding = Importation('c', None, 'a.b') + assert binding.source_statement == 'import a.b as c' + assert str(binding) == 'a.b as c' + + def test_import_submodule_as_source_name(self): + binding = Importation('a', None, 'a.b') + assert binding.source_statement == 'import a.b as a' + assert str(binding) == 'a.b as a' + + def test_importfrom_relative(self): + binding = ImportationFrom('a', None, '.', 'a') + assert binding.source_statement == 'from . import a' + assert str(binding) == '.a' + + def test_importfrom_relative_parent(self): + binding = ImportationFrom('a', None, '..', 'a') + assert binding.source_statement == 'from .. import a' + assert str(binding) == '..a' + + def test_importfrom_relative_with_module(self): + binding = ImportationFrom('b', None, '..a', 'b') + assert binding.source_statement == 'from ..a import b' + assert str(binding) == '..a.b' + + def test_importfrom_relative_with_module_as(self): + binding = ImportationFrom('c', None, '..a', 'b') + assert binding.source_statement == 'from ..a import b as c' + assert str(binding) == '..a.b as c' + + def test_importfrom_member(self): + binding = ImportationFrom('b', None, 'a', 'b') + assert binding.source_statement == 'from a import b' + assert str(binding) == 'a.b' + + def test_importfrom_submodule_member(self): + binding = ImportationFrom('c', None, 'a.b', 'c') + assert binding.source_statement == 'from a.b import c' + assert str(binding) == 'a.b.c' + + def test_importfrom_member_as(self): + binding = ImportationFrom('c', None, 'a', 'b') + assert binding.source_statement == 'from a import b as c' + assert str(binding) == 'a.b as c' + + def test_importfrom_submodule_member_as(self): + binding = ImportationFrom('d', None, 'a.b', 'c') + assert binding.source_statement == 'from a.b import c as d' + assert str(binding) == 'a.b.c as d' + + def test_importfrom_star(self): + binding = StarImportation('a.b', None) + assert binding.source_statement == 'from a.b import *' + assert str(binding) == 'a.b.*' + + def test_importfrom_star_relative(self): + binding = StarImportation('.b', None) + assert binding.source_statement == 'from .b import *' + assert str(binding) == '.b.*' + + def test_importfrom_future(self): + binding = FutureImportation('print_function', None, None) + assert binding.source_statement == 'from __future__ import print_function' + assert str(binding) == '__future__.print_function' + + def test_unusedImport_underscore(self): + """ + The magic underscore var should be reported as unused when used as an + import alias. + """ + self.flakes('import fu as _', m.UnusedImport) + + +class Test(TestCase): + + def test_unusedImport(self): + self.flakes('import fu, bar', m.UnusedImport, m.UnusedImport) + self.flakes('from baz import fu, bar', m.UnusedImport, m.UnusedImport) + + def test_unusedImport_relative(self): + self.flakes('from . import fu', m.UnusedImport) + self.flakes('from . import fu as baz', m.UnusedImport) + self.flakes('from .. import fu', m.UnusedImport) + self.flakes('from ... import fu', m.UnusedImport) + self.flakes('from .. import fu as baz', m.UnusedImport) + self.flakes('from .bar import fu', m.UnusedImport) + self.flakes('from ..bar import fu', m.UnusedImport) + self.flakes('from ...bar import fu', m.UnusedImport) + self.flakes('from ...bar import fu as baz', m.UnusedImport) + + checker = self.flakes('from . import fu', m.UnusedImport) + + error = checker.messages[0] + assert error.message == '%r imported but unused' + assert error.message_args == ('.fu', ) + + checker = self.flakes('from . import fu as baz', m.UnusedImport) + + error = checker.messages[0] + assert error.message == '%r imported but unused' + assert error.message_args == ('.fu as baz', ) + + def test_aliasedImport(self): + self.flakes('import fu as FU, bar as FU', + m.RedefinedWhileUnused, m.UnusedImport) + self.flakes('from moo import fu as FU, bar as FU', + m.RedefinedWhileUnused, m.UnusedImport) + + def test_aliasedImportShadowModule(self): + """Imported aliases can shadow the source of the import.""" + self.flakes('from moo import fu as moo; moo') + self.flakes('import fu as fu; fu') + self.flakes('import fu.bar as fu; fu') + + def test_usedImport(self): + self.flakes('import fu; print(fu)') + self.flakes('from baz import fu; print(fu)') + self.flakes('import fu; del fu') + + def test_usedImport_relative(self): + self.flakes('from . import fu; assert fu') + self.flakes('from .bar import fu; assert fu') + self.flakes('from .. import fu; assert fu') + self.flakes('from ..bar import fu as baz; assert baz') + + def test_redefinedWhileUnused(self): + self.flakes('import fu; fu = 3', m.RedefinedWhileUnused) + self.flakes('import fu; fu, bar = 3', m.RedefinedWhileUnused) + self.flakes('import fu; [fu, bar] = 3', m.RedefinedWhileUnused) + + def test_redefinedIf(self): + """ + Test that importing a module twice within an if + block does raise a warning. + """ + self.flakes(''' + i = 2 + if i==1: + import os + import os + os.path''', m.RedefinedWhileUnused) + + def test_redefinedIfElse(self): + """ + Test that importing a module twice in if + and else blocks does not raise a warning. + """ + self.flakes(''' + i = 2 + if i==1: + import os + else: + import os + os.path''') + + def test_redefinedTry(self): + """ + Test that importing a module twice in a try block + does raise a warning. + """ + self.flakes(''' + try: + import os + import os + except: + pass + os.path''', m.RedefinedWhileUnused) + + def test_redefinedTryExcept(self): + """ + Test that importing a module twice in a try + and except block does not raise a warning. + """ + self.flakes(''' + try: + import os + except: + import os + os.path''') + + def test_redefinedTryNested(self): + """ + Test that importing a module twice using a nested + try/except and if blocks does not issue a warning. + """ + self.flakes(''' + try: + if True: + if True: + import os + except: + import os + os.path''') + + def test_redefinedTryExceptMulti(self): + self.flakes(""" + try: + from aa import mixer + except AttributeError: + from bb import mixer + except RuntimeError: + from cc import mixer + except: + from dd import mixer + mixer(123) + """) + + def test_redefinedTryElse(self): + self.flakes(""" + try: + from aa import mixer + except ImportError: + pass + else: + from bb import mixer + mixer(123) + """, m.RedefinedWhileUnused) + + def test_redefinedTryExceptElse(self): + self.flakes(""" + try: + import funca + except ImportError: + from bb import funca + from bb import funcb + else: + from bbb import funcb + print(funca, funcb) + """) + + def test_redefinedTryExceptFinally(self): + self.flakes(""" + try: + from aa import a + except ImportError: + from bb import a + finally: + a = 42 + print(a) + """) + + def test_redefinedTryExceptElseFinally(self): + self.flakes(""" + try: + import b + except ImportError: + b = Ellipsis + from bb import a + else: + from aa import a + finally: + a = 42 + print(a, b) + """) + + def test_redefinedByFunction(self): + self.flakes(''' + import fu + def fu(): + pass + ''', m.RedefinedWhileUnused) + + def test_redefinedInNestedFunction(self): + """ + Test that shadowing a global name with a nested function definition + generates a warning. + """ + self.flakes(''' + import fu + def bar(): + def baz(): + def fu(): + pass + ''', m.RedefinedWhileUnused, m.UnusedImport) + + def test_redefinedInNestedFunctionTwice(self): + """ + Test that shadowing a global name with a nested function definition + generates a warning. + """ + self.flakes(''' + import fu + def bar(): + import fu + def baz(): + def fu(): + pass + ''', + m.RedefinedWhileUnused, m.RedefinedWhileUnused, + m.UnusedImport, m.UnusedImport) + + def test_redefinedButUsedLater(self): + """ + Test that a global import which is redefined locally, + but used later in another scope does not generate a warning. + """ + self.flakes(''' + import unittest, transport + + class GetTransportTestCase(unittest.TestCase): + def test_get_transport(self): + transport = 'transport' + self.assertIsNotNone(transport) + + class TestTransportMethodArgs(unittest.TestCase): + def test_send_defaults(self): + transport.Transport() + ''') + + def test_redefinedByClass(self): + self.flakes(''' + import fu + class fu: + pass + ''', m.RedefinedWhileUnused) + + def test_redefinedBySubclass(self): + """ + If an imported name is redefined by a class statement which also uses + that name in the bases list, no warning is emitted. + """ + self.flakes(''' + from fu import bar + class bar(bar): + pass + ''') + + def test_redefinedInClass(self): + """ + Test that shadowing a global with a class attribute does not produce a + warning. + """ + self.flakes(''' + import fu + class bar: + fu = 1 + print(fu) + ''') + + def test_importInClass(self): + """ + Test that import within class is a locally scoped attribute. + """ + self.flakes(''' + class bar: + import fu + ''') + + self.flakes(''' + class bar: + import fu + + fu + ''', m.UndefinedName) + + def test_usedInFunction(self): + self.flakes(''' + import fu + def fun(): + print(fu) + ''') + + def test_shadowedByParameter(self): + self.flakes(''' + import fu + def fun(fu): + print(fu) + ''', m.UnusedImport, m.RedefinedWhileUnused) + + self.flakes(''' + import fu + def fun(fu): + print(fu) + print(fu) + ''') + + def test_newAssignment(self): + self.flakes('fu = None') + + def test_usedInGetattr(self): + self.flakes('import fu; fu.bar.baz') + self.flakes('import fu; "bar".fu.baz', m.UnusedImport) + + def test_usedInSlice(self): + self.flakes('import fu; print(fu.bar[1:])') + + def test_usedInIfBody(self): + self.flakes(''' + import fu + if True: print(fu) + ''') + + def test_usedInIfConditional(self): + self.flakes(''' + import fu + if fu: pass + ''') + + def test_usedInElifConditional(self): + self.flakes(''' + import fu + if False: pass + elif fu: pass + ''') + + def test_usedInElse(self): + self.flakes(''' + import fu + if False: pass + else: print(fu) + ''') + + def test_usedInCall(self): + self.flakes('import fu; fu.bar()') + + def test_usedInClass(self): + self.flakes(''' + import fu + class bar: + bar = fu + ''') + + def test_usedInClassBase(self): + self.flakes(''' + import fu + class bar(object, fu.baz): + pass + ''') + + def test_notUsedInNestedScope(self): + self.flakes(''' + import fu + def bleh(): + pass + print(fu) + ''') + + def test_usedInFor(self): + self.flakes(''' + import fu + for bar in range(9): + print(fu) + ''') + + def test_usedInForElse(self): + self.flakes(''' + import fu + for bar in range(10): + pass + else: + print(fu) + ''') + + def test_redefinedByFor(self): + self.flakes(''' + import fu + for fu in range(2): + pass + ''', m.ImportShadowedByLoopVar) + + def test_shadowedByFor(self): + """ + Test that shadowing a global name with a for loop variable generates a + warning. + """ + self.flakes(''' + import fu + fu.bar() + for fu in (): + pass + ''', m.ImportShadowedByLoopVar) + + def test_shadowedByForDeep(self): + """ + Test that shadowing a global name with a for loop variable nested in a + tuple unpack generates a warning. + """ + self.flakes(''' + import fu + fu.bar() + for (x, y, z, (a, b, c, (fu,))) in (): + pass + ''', m.ImportShadowedByLoopVar) + # Same with a list instead of a tuple + self.flakes(''' + import fu + fu.bar() + for [x, y, z, (a, b, c, (fu,))] in (): + pass + ''', m.ImportShadowedByLoopVar) + + def test_usedInReturn(self): + self.flakes(''' + import fu + def fun(): + return fu + ''') + + def test_usedInOperators(self): + self.flakes('import fu; 3 + fu.bar') + self.flakes('import fu; 3 % fu.bar') + self.flakes('import fu; 3 - fu.bar') + self.flakes('import fu; 3 * fu.bar') + self.flakes('import fu; 3 ** fu.bar') + self.flakes('import fu; 3 / fu.bar') + self.flakes('import fu; 3 // fu.bar') + self.flakes('import fu; -fu.bar') + self.flakes('import fu; ~fu.bar') + self.flakes('import fu; 1 == fu.bar') + self.flakes('import fu; 1 | fu.bar') + self.flakes('import fu; 1 & fu.bar') + self.flakes('import fu; 1 ^ fu.bar') + self.flakes('import fu; 1 >> fu.bar') + self.flakes('import fu; 1 << fu.bar') + + def test_usedInAssert(self): + self.flakes('import fu; assert fu.bar') + + def test_usedInSubscript(self): + self.flakes('import fu; fu.bar[1]') + + def test_usedInLogic(self): + self.flakes('import fu; fu and False') + self.flakes('import fu; fu or False') + self.flakes('import fu; not fu.bar') + + def test_usedInList(self): + self.flakes('import fu; [fu]') + + def test_usedInTuple(self): + self.flakes('import fu; (fu,)') + + def test_usedInTry(self): + self.flakes(''' + import fu + try: fu + except: pass + ''') + + def test_usedInExcept(self): + self.flakes(''' + import fu + try: fu + except: pass + ''') + + def test_redefinedByExcept(self): + expected = [m.RedefinedWhileUnused] + # The exc variable is unused inside the exception handler. + expected.append(m.UnusedVariable) + self.flakes(''' + import fu + try: pass + except Exception as fu: pass + ''', *expected) + + def test_usedInRaise(self): + self.flakes(''' + import fu + raise fu.bar + ''') + + def test_usedInYield(self): + self.flakes(''' + import fu + def gen(): + yield fu + ''') + + def test_usedInDict(self): + self.flakes('import fu; {fu:None}') + self.flakes('import fu; {1:fu}') + + def test_usedInParameterDefault(self): + self.flakes(''' + import fu + def f(bar=fu): + pass + ''') + + def test_usedInAttributeAssign(self): + self.flakes('import fu; fu.bar = 1') + + def test_usedInKeywordArg(self): + self.flakes('import fu; fu.bar(stuff=fu)') + + def test_usedInAssignment(self): + self.flakes('import fu; bar=fu') + self.flakes('import fu; n=0; n+=fu') + + def test_usedInListComp(self): + self.flakes('import fu; [fu for _ in range(1)]') + self.flakes('import fu; [1 for _ in range(1) if fu]') + + def test_usedInTryFinally(self): + self.flakes(''' + import fu + try: pass + finally: fu + ''') + + self.flakes(''' + import fu + try: fu + finally: pass + ''') + + def test_usedInWhile(self): + self.flakes(''' + import fu + while 0: + fu + ''') + + self.flakes(''' + import fu + while fu: pass + ''') + + def test_usedInGlobal(self): + """ + A 'global' statement shadowing an unused import should not prevent it + from being reported. + """ + self.flakes(''' + import fu + def f(): global fu + ''', m.UnusedImport) + + def test_usedAndGlobal(self): + """ + A 'global' statement shadowing a used import should not cause it to be + reported as unused. + """ + self.flakes(''' + import foo + def f(): global foo + def g(): foo.is_used() + ''') + + def test_assignedToGlobal(self): + """ + Binding an import to a declared global should not cause it to be + reported as unused. + """ + self.flakes(''' + def f(): global foo; import foo + def g(): foo.is_used() + ''') + + def test_usedInExec(self): + exec_stmt = 'exec("print(1)", fu.bar)' + self.flakes('import fu; %s' % exec_stmt) + + def test_usedInLambda(self): + self.flakes('import fu; lambda: fu') + + def test_shadowedByLambda(self): + self.flakes('import fu; lambda fu: fu', + m.UnusedImport, m.RedefinedWhileUnused) + self.flakes('import fu; lambda fu: fu\nfu()') + + def test_usedInSliceObj(self): + self.flakes('import fu; "meow"[::fu]') + + def test_unusedInNestedScope(self): + self.flakes(''' + def bar(): + import fu + fu + ''', m.UnusedImport, m.UndefinedName) + + def test_methodsDontUseClassScope(self): + self.flakes(''' + class bar: + import fu + def fun(self): + fu + ''', m.UndefinedName) + + def test_nestedFunctionsNestScope(self): + self.flakes(''' + def a(): + def b(): + fu + import fu + ''') + + def test_nestedClassAndFunctionScope(self): + self.flakes(''' + def a(): + import fu + class b: + def c(self): + print(fu) + ''') + + def test_importStar(self): + """Use of import * at module level is reported.""" + self.flakes('from fu import *', m.ImportStarUsed, m.UnusedImport) + self.flakes(''' + try: + from fu import * + except: + pass + ''', m.ImportStarUsed, m.UnusedImport) + + checker = self.flakes('from fu import *', + m.ImportStarUsed, m.UnusedImport) + + error = checker.messages[0] + assert error.message.startswith("'from %s import *' used; unable ") + assert error.message_args == ('fu', ) + + error = checker.messages[1] + assert error.message == '%r imported but unused' + assert error.message_args == ('fu.*', ) + + def test_importStar_relative(self): + """Use of import * from a relative import is reported.""" + self.flakes('from .fu import *', m.ImportStarUsed, m.UnusedImport) + self.flakes(''' + try: + from .fu import * + except: + pass + ''', m.ImportStarUsed, m.UnusedImport) + + checker = self.flakes('from .fu import *', + m.ImportStarUsed, m.UnusedImport) + + error = checker.messages[0] + assert error.message.startswith("'from %s import *' used; unable ") + assert error.message_args == ('.fu', ) + + error = checker.messages[1] + assert error.message == '%r imported but unused' + assert error.message_args == ('.fu.*', ) + + checker = self.flakes('from .. import *', + m.ImportStarUsed, m.UnusedImport) + + error = checker.messages[0] + assert error.message.startswith("'from %s import *' used; unable ") + assert error.message_args == ('..', ) + + error = checker.messages[1] + assert error.message == '%r imported but unused' + assert error.message_args == ('from .. import *', ) + + def test_localImportStar(self): + """import * is only allowed at module level.""" + self.flakes(''' + def a(): + from fu import * + ''', m.ImportStarNotPermitted) + self.flakes(''' + class a: + from fu import * + ''', m.ImportStarNotPermitted) + + checker = self.flakes(''' + class a: + from .. import * + ''', m.ImportStarNotPermitted) + error = checker.messages[0] + assert error.message == "'from %s import *' only allowed at module level" + assert error.message_args == ('..', ) + + def test_packageImport(self): + """ + If a dotted name is imported and used, no warning is reported. + """ + self.flakes(''' + import fu.bar + fu.bar + ''') + + def test_unusedPackageImport(self): + """ + If a dotted name is imported and not used, an unused import warning is + reported. + """ + self.flakes('import fu.bar', m.UnusedImport) + + def test_duplicateSubmoduleImport(self): + """ + If a submodule of a package is imported twice, an unused import warning + and a redefined while unused warning are reported. + """ + self.flakes(''' + import fu.bar, fu.bar + fu.bar + ''', m.RedefinedWhileUnused) + self.flakes(''' + import fu.bar + import fu.bar + fu.bar + ''', m.RedefinedWhileUnused) + + def test_differentSubmoduleImport(self): + """ + If two different submodules of a package are imported, no duplicate + import warning is reported for the package. + """ + self.flakes(''' + import fu.bar, fu.baz + fu.bar, fu.baz + ''') + self.flakes(''' + import fu.bar + import fu.baz + fu.bar, fu.baz + ''') + + def test_used_package_with_submodule_import(self): + """ + Usage of package marks submodule imports as used. + """ + self.flakes(''' + import fu + import fu.bar + fu.x + ''') + + self.flakes(''' + import fu.bar + import fu + fu.x + ''') + + def test_used_package_with_submodule_import_of_alias(self): + """ + Usage of package by alias marks submodule imports as used. + """ + self.flakes(''' + import foo as f + import foo.bar + f.bar.do_something() + ''') + + self.flakes(''' + import foo as f + import foo.bar.blah + f.bar.blah.do_something() + ''') + + def test_unused_package_with_submodule_import(self): + """ + When a package and its submodule are imported, only report once. + """ + checker = self.flakes(''' + import fu + import fu.bar + ''', m.UnusedImport) + error = checker.messages[0] + assert error.message == '%r imported but unused' + assert error.message_args == ('fu.bar', ) + assert error.lineno == 5 if self.withDoctest else 3 + + def test_assignRHSFirst(self): + self.flakes('import fu; fu = fu') + self.flakes('import fu; fu, bar = fu') + self.flakes('import fu; [fu, bar] = fu') + self.flakes('import fu; fu += fu') + + def test_tryingMultipleImports(self): + self.flakes(''' + try: + import fu + except ImportError: + import bar as fu + fu + ''') + + def test_nonGlobalDoesNotRedefine(self): + self.flakes(''' + import fu + def a(): + fu = 3 + return fu + fu + ''') + + def test_functionsRunLater(self): + self.flakes(''' + def a(): + fu + import fu + ''') + + def test_functionNamesAreBoundNow(self): + self.flakes(''' + import fu + def fu(): + fu + fu + ''', m.RedefinedWhileUnused) + + def test_ignoreNonImportRedefinitions(self): + self.flakes('a = 1; a = 2') + + @skip("todo") + def test_importingForImportError(self): + self.flakes(''' + try: + import fu + except ImportError: + pass + ''') + + def test_importedInClass(self): + """Imports in class scope can be used through self.""" + self.flakes(''' + class c: + import i + def __init__(self): + self.i + ''') + + def test_importUsedInMethodDefinition(self): + """ + Method named 'foo' with default args referring to module named 'foo'. + """ + self.flakes(''' + import foo + + class Thing(object): + def foo(self, parser=foo.parse_foo): + pass + ''') + + def test_futureImport(self): + """__future__ is special.""" + self.flakes('from __future__ import division') + self.flakes(''' + "docstring is allowed before future import" + from __future__ import division + ''') + + def test_futureImportFirst(self): + """ + __future__ imports must come before anything else. + """ + self.flakes(''' + x = 5 + from __future__ import division + ''', m.LateFutureImport) + self.flakes(''' + from foo import bar + from __future__ import division + bar + ''', m.LateFutureImport) + + def test_futureImportUsed(self): + """__future__ is special, but names are injected in the namespace.""" + self.flakes(''' + from __future__ import division + from __future__ import print_function + + assert print_function is not division + ''') + + def test_futureImportUndefined(self): + """Importing undefined names from __future__ fails.""" + self.flakes(''' + from __future__ import print_statement + ''', m.FutureFeatureNotDefined) + + def test_futureImportStar(self): + """Importing '*' from __future__ fails.""" + self.flakes(''' + from __future__ import * + ''', m.FutureFeatureNotDefined) + + +class TestSpecialAll(TestCase): + """ + Tests for suppression of unused import warnings by C{__all__}. + """ + def test_ignoredInFunction(self): + """ + An C{__all__} definition does not suppress unused import warnings in a + function scope. + """ + self.flakes(''' + def foo(): + import bar + __all__ = ["bar"] + ''', m.UnusedImport, m.UnusedVariable) + + def test_ignoredInClass(self): + """ + An C{__all__} definition in a class does not suppress unused import warnings. + """ + self.flakes(''' + import bar + class foo: + __all__ = ["bar"] + ''', m.UnusedImport) + + def test_ignored_when_not_directly_assigned(self): + self.flakes(''' + import bar + (__all__,) = ("foo",) + ''', m.UnusedImport) + + def test_warningSuppressed(self): + """ + If a name is imported and unused but is named in C{__all__}, no warning + is reported. + """ + self.flakes(''' + import foo + __all__ = ["foo"] + ''') + self.flakes(''' + import foo + __all__ = ("foo",) + ''') + + def test_augmentedAssignment(self): + """ + The C{__all__} variable is defined incrementally. + """ + self.flakes(''' + import a + import c + __all__ = ['a'] + __all__ += ['b'] + if 1 < 3: + __all__ += ['c', 'd'] + ''', m.UndefinedExport, m.UndefinedExport) + + def test_list_concatenation_assignment(self): + """ + The C{__all__} variable is defined through list concatenation. + """ + self.flakes(''' + import sys + __all__ = ['a'] + ['b'] + ['c'] + ''', m.UndefinedExport, m.UndefinedExport, m.UndefinedExport, m.UnusedImport) + + def test_tuple_concatenation_assignment(self): + """ + The C{__all__} variable is defined through tuple concatenation. + """ + self.flakes(''' + import sys + __all__ = ('a',) + ('b',) + ('c',) + ''', m.UndefinedExport, m.UndefinedExport, m.UndefinedExport, m.UnusedImport) + + def test_all_with_attributes(self): + self.flakes(''' + from foo import bar + __all__ = [bar.__name__] + ''') + + def test_all_with_names(self): + # not actually valid, but shouldn't produce a crash + self.flakes(''' + from foo import bar + __all__ = [bar] + ''') + + def test_all_with_attributes_added(self): + self.flakes(''' + from foo import bar + from bar import baz + __all__ = [bar.__name__] + [baz.__name__] + ''') + + def test_all_mixed_attributes_and_strings(self): + self.flakes(''' + from foo import bar + from foo import baz + __all__ = ['bar', baz.__name__] + ''') + + def test_unboundExported(self): + """ + If C{__all__} includes a name which is not bound, a warning is emitted. + """ + self.flakes(''' + __all__ = ["foo"] + ''', m.UndefinedExport) + + # Skip this in __init__.py though, since the rules there are a little + # different. + for filename in ["foo/__init__.py", "__init__.py"]: + self.flakes(''' + __all__ = ["foo"] + ''', filename=filename) + + def test_importStarExported(self): + """ + Report undefined if import * is used + """ + self.flakes(''' + from math import * + __all__ = ['sin', 'cos'] + csc(1) + ''', m.ImportStarUsed, m.ImportStarUsage, m.ImportStarUsage, m.ImportStarUsage) + + def test_importStarNotExported(self): + """Report unused import when not needed to satisfy __all__.""" + self.flakes(''' + from foolib import * + a = 1 + __all__ = ['a'] + ''', m.ImportStarUsed, m.UnusedImport) + + def test_usedInGenExp(self): + """ + Using a global in a generator expression results in no warnings. + """ + self.flakes('import fu; (fu for _ in range(1))') + self.flakes('import fu; (1 for _ in range(1) if fu)') + + def test_redefinedByGenExp(self): + """ + Re-using a global name as the loop variable for a generator + expression results in a redefinition warning. + """ + self.flakes('import fu; (1 for fu in range(1))', + m.RedefinedWhileUnused, m.UnusedImport) + + def test_usedAsDecorator(self): + """ + Using a global name in a decorator statement results in no warnings, + but using an undefined name in a decorator statement results in an + undefined name warning. + """ + self.flakes(''' + from interior import decorate + @decorate + def f(): + return "hello" + ''') + + self.flakes(''' + from interior import decorate + @decorate('value') + def f(): + return "hello" + ''') + + self.flakes(''' + @decorate + def f(): + return "hello" + ''', m.UndefinedName) + + def test_usedAsClassDecorator(self): + """ + Using an imported name as a class decorator results in no warnings, + but using an undefined name as a class decorator results in an + undefined name warning. + """ + self.flakes(''' + from interior import decorate + @decorate + class foo: + pass + ''') + + self.flakes(''' + from interior import decorate + @decorate("foo") + class bar: + pass + ''') + + self.flakes(''' + @decorate + class foo: + pass + ''', m.UndefinedName) diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/test_is_literal.py b/venv/lib/python3.10/site-packages/pyflakes/test/test_is_literal.py new file mode 100644 index 0000000..fbbb205 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/test/test_is_literal.py @@ -0,0 +1,222 @@ +from pyflakes.messages import IsLiteral +from pyflakes.test.harness import TestCase + + +class Test(TestCase): + def test_is_str(self): + self.flakes(""" + x = 'foo' + if x is 'foo': + pass + """, IsLiteral) + + def test_is_bytes(self): + self.flakes(""" + x = b'foo' + if x is b'foo': + pass + """, IsLiteral) + + def test_is_unicode(self): + self.flakes(""" + x = u'foo' + if x is u'foo': + pass + """, IsLiteral) + + def test_is_int(self): + self.flakes(""" + x = 10 + if x is 10: + pass + """, IsLiteral) + + def test_is_true(self): + self.flakes(""" + x = True + if x is True: + pass + """) + + def test_is_false(self): + self.flakes(""" + x = False + if x is False: + pass + """) + + def test_is_not_str(self): + self.flakes(""" + x = 'foo' + if x is not 'foo': + pass + """, IsLiteral) + + def test_is_not_bytes(self): + self.flakes(""" + x = b'foo' + if x is not b'foo': + pass + """, IsLiteral) + + def test_is_not_unicode(self): + self.flakes(""" + x = u'foo' + if x is not u'foo': + pass + """, IsLiteral) + + def test_is_not_int(self): + self.flakes(""" + x = 10 + if x is not 10: + pass + """, IsLiteral) + + def test_is_not_true(self): + self.flakes(""" + x = True + if x is not True: + pass + """) + + def test_is_not_false(self): + self.flakes(""" + x = False + if x is not False: + pass + """) + + def test_left_is_str(self): + self.flakes(""" + x = 'foo' + if 'foo' is x: + pass + """, IsLiteral) + + def test_left_is_bytes(self): + self.flakes(""" + x = b'foo' + if b'foo' is x: + pass + """, IsLiteral) + + def test_left_is_unicode(self): + self.flakes(""" + x = u'foo' + if u'foo' is x: + pass + """, IsLiteral) + + def test_left_is_int(self): + self.flakes(""" + x = 10 + if 10 is x: + pass + """, IsLiteral) + + def test_left_is_true(self): + self.flakes(""" + x = True + if True is x: + pass + """) + + def test_left_is_false(self): + self.flakes(""" + x = False + if False is x: + pass + """) + + def test_left_is_not_str(self): + self.flakes(""" + x = 'foo' + if 'foo' is not x: + pass + """, IsLiteral) + + def test_left_is_not_bytes(self): + self.flakes(""" + x = b'foo' + if b'foo' is not x: + pass + """, IsLiteral) + + def test_left_is_not_unicode(self): + self.flakes(""" + x = u'foo' + if u'foo' is not x: + pass + """, IsLiteral) + + def test_left_is_not_int(self): + self.flakes(""" + x = 10 + if 10 is not x: + pass + """, IsLiteral) + + def test_left_is_not_true(self): + self.flakes(""" + x = True + if True is not x: + pass + """) + + def test_left_is_not_false(self): + self.flakes(""" + x = False + if False is not x: + pass + """) + + def test_chained_operators_is_true(self): + self.flakes(""" + x = 5 + if x is True < 4: + pass + """) + + def test_chained_operators_is_str(self): + self.flakes(""" + x = 5 + if x is 'foo' < 4: + pass + """, IsLiteral) + + def test_chained_operators_is_true_end(self): + self.flakes(""" + x = 5 + if 4 < x is True: + pass + """) + + def test_chained_operators_is_str_end(self): + self.flakes(""" + x = 5 + if 4 < x is 'foo': + pass + """, IsLiteral) + + def test_is_tuple_constant(self): + self.flakes('''\ + x = 5 + if x is (): + pass + ''', IsLiteral) + + def test_is_tuple_constant_containing_constants(self): + self.flakes('''\ + x = 5 + if x is (1, '2', True, (1.5, ())): + pass + ''', IsLiteral) + + def test_is_tuple_containing_variables_ok(self): + # a bit nonsensical, but does not trigger a SyntaxWarning + self.flakes('''\ + x = 5 + if x is (x,): + pass + ''') diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/test_match.py b/venv/lib/python3.10/site-packages/pyflakes/test/test_match.py new file mode 100644 index 0000000..b237523 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/test/test_match.py @@ -0,0 +1,94 @@ +from sys import version_info + +from pyflakes.test.harness import TestCase, skipIf + + +@skipIf(version_info < (3, 10), "Python >= 3.10 only") +class TestMatch(TestCase): + def test_match_bindings(self): + self.flakes(''' + def f(): + x = 1 + match x: + case 1 as y: + print(f'matched as {y}') + ''') + self.flakes(''' + def f(): + x = [1, 2, 3] + match x: + case [1, y, 3]: + print(f'matched {y}') + ''') + self.flakes(''' + def f(): + x = {'foo': 1} + match x: + case {'foo': y}: + print(f'matched {y}') + ''') + + def test_match_pattern_matched_class(self): + self.flakes(''' + from a import B + + match 1: + case B(x=1) as y: + print(f'matched {y}') + ''') + self.flakes(''' + from a import B + + match 1: + case B(a, x=z) as y: + print(f'matched {y} {a} {z}') + ''') + + def test_match_placeholder(self): + self.flakes(''' + def f(): + match 1: + case _: + print('catchall!') + ''') + + def test_match_singleton(self): + self.flakes(''' + match 1: + case True: + print('true') + ''') + + def test_match_or_pattern(self): + self.flakes(''' + match 1: + case 1 | 2: + print('one or two') + ''') + + def test_match_star(self): + self.flakes(''' + x = [1, 2, 3] + match x: + case [1, *y]: + print(f'captured: {y}') + ''') + + def test_match_double_star(self): + self.flakes(''' + x = {'foo': 'bar', 'baz': 'womp'} + match x: + case {'foo': k1, **rest}: + print(f'{k1=} {rest=}') + ''') + + def test_defined_in_different_branches(self): + self.flakes(''' + def f(x): + match x: + case 1: + def y(): pass + case _: + def y(): print(1) + return y + ''') diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/test_other.py b/venv/lib/python3.10/site-packages/pyflakes/test/test_other.py new file mode 100644 index 0000000..aebdcea --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/test/test_other.py @@ -0,0 +1,2046 @@ +""" +Tests for various Pyflakes behavior. +""" + +from sys import version_info + +from pyflakes import messages as m +from pyflakes.test.harness import TestCase, skip, skipIf + + +class Test(TestCase): + + def test_duplicateArgs(self): + self.flakes('def fu(bar, bar): pass', m.DuplicateArgument) + + def test_localReferencedBeforeAssignment(self): + self.flakes(''' + a = 1 + def f(): + a; a=1 + f() + ''', m.UndefinedLocal, m.UnusedVariable) + + def test_redefinedInGenerator(self): + """ + Test that reusing a variable in a generator does not raise + a warning. + """ + self.flakes(''' + a = 1 + (1 for a, b in [(1, 2)]) + ''') + self.flakes(''' + class A: + a = 1 + list(1 for a, b in [(1, 2)]) + ''') + self.flakes(''' + def f(): + a = 1 + (1 for a, b in [(1, 2)]) + ''', m.UnusedVariable) + self.flakes(''' + (1 for a, b in [(1, 2)]) + (1 for a, b in [(1, 2)]) + ''') + self.flakes(''' + for a, b in [(1, 2)]: + pass + (1 for a, b in [(1, 2)]) + ''') + + def test_redefinedInSetComprehension(self): + """ + Test that reusing a variable in a set comprehension does not raise + a warning. + """ + self.flakes(''' + a = 1 + {1 for a, b in [(1, 2)]} + ''') + self.flakes(''' + class A: + a = 1 + {1 for a, b in [(1, 2)]} + ''') + self.flakes(''' + def f(): + a = 1 + {1 for a, b in [(1, 2)]} + ''', m.UnusedVariable) + self.flakes(''' + {1 for a, b in [(1, 2)]} + {1 for a, b in [(1, 2)]} + ''') + self.flakes(''' + for a, b in [(1, 2)]: + pass + {1 for a, b in [(1, 2)]} + ''') + + def test_redefinedInDictComprehension(self): + """ + Test that reusing a variable in a dict comprehension does not raise + a warning. + """ + self.flakes(''' + a = 1 + {1: 42 for a, b in [(1, 2)]} + ''') + self.flakes(''' + class A: + a = 1 + {1: 42 for a, b in [(1, 2)]} + ''') + self.flakes(''' + def f(): + a = 1 + {1: 42 for a, b in [(1, 2)]} + ''', m.UnusedVariable) + self.flakes(''' + {1: 42 for a, b in [(1, 2)]} + {1: 42 for a, b in [(1, 2)]} + ''') + self.flakes(''' + for a, b in [(1, 2)]: + pass + {1: 42 for a, b in [(1, 2)]} + ''') + + def test_redefinedFunction(self): + """ + Test that shadowing a function definition with another one raises a + warning. + """ + self.flakes(''' + def a(): pass + def a(): pass + ''', m.RedefinedWhileUnused) + + def test_redefined_function_shadows_variable(self): + self.flakes(''' + x = 1 + def x(): pass + ''', m.RedefinedWhileUnused) + + def test_redefinedUnderscoreFunction(self): + """ + Test that shadowing a function definition named with underscore doesn't + raise anything. + """ + self.flakes(''' + def _(): pass + def _(): pass + ''') + + def test_redefinedUnderscoreImportation(self): + """ + Test that shadowing an underscore importation raises a warning. + """ + self.flakes(''' + from .i18n import _ + def _(): pass + ''', m.RedefinedWhileUnused) + + def test_redefinedClassFunction(self): + """ + Test that shadowing a function definition in a class suite with another + one raises a warning. + """ + self.flakes(''' + class A: + def a(): pass + def a(): pass + ''', m.RedefinedWhileUnused) + + def test_redefinedIfElseFunction(self): + """ + Test that shadowing a function definition twice in an if + and else block does not raise a warning. + """ + self.flakes(''' + if True: + def a(): pass + else: + def a(): pass + ''') + + def test_redefinedIfFunction(self): + """ + Test that shadowing a function definition within an if block + raises a warning. + """ + self.flakes(''' + if True: + def a(): pass + def a(): pass + ''', m.RedefinedWhileUnused) + + def test_redefinedTryExceptFunction(self): + """ + Test that shadowing a function definition twice in try + and except block does not raise a warning. + """ + self.flakes(''' + try: + def a(): pass + except: + def a(): pass + ''') + + def test_redefinedTryFunction(self): + """ + Test that shadowing a function definition within a try block + raises a warning. + """ + self.flakes(''' + try: + def a(): pass + def a(): pass + except: + pass + ''', m.RedefinedWhileUnused) + + def test_redefinedIfElseInListComp(self): + """ + Test that shadowing a variable in a list comprehension in + an if and else block does not raise a warning. + """ + self.flakes(''' + if False: + a = 1 + else: + [a for a in '12'] + ''') + + def test_functionDecorator(self): + """ + Test that shadowing a function definition with a decorated version of + that function does not raise a warning. + """ + self.flakes(''' + from somewhere import somedecorator + + def a(): pass + a = somedecorator(a) + ''') + + def test_classFunctionDecorator(self): + """ + Test that shadowing a function definition in a class suite with a + decorated version of that function does not raise a warning. + """ + self.flakes(''' + class A: + def a(): pass + a = classmethod(a) + ''') + + def test_modernProperty(self): + self.flakes(""" + class A: + @property + def t(self): + pass + @t.setter + def t(self, value): + pass + @t.deleter + def t(self): + pass + """) + + def test_unaryPlus(self): + """Don't die on unary +.""" + self.flakes('+1') + + def test_undefinedBaseClass(self): + """ + If a name in the base list of a class definition is undefined, a + warning is emitted. + """ + self.flakes(''' + class foo(foo): + pass + ''', m.UndefinedName) + + def test_classNameUndefinedInClassBody(self): + """ + If a class name is used in the body of that class's definition and + the name is not already defined, a warning is emitted. + """ + self.flakes(''' + class foo: + foo + ''', m.UndefinedName) + + def test_classNameDefinedPreviously(self): + """ + If a class name is used in the body of that class's definition and + the name was previously defined in some other way, no warning is + emitted. + """ + self.flakes(''' + foo = None + class foo: + foo + ''') + + def test_classRedefinition(self): + """ + If a class is defined twice in the same module, a warning is emitted. + """ + self.flakes(''' + class Foo: + pass + class Foo: + pass + ''', m.RedefinedWhileUnused) + + def test_functionRedefinedAsClass(self): + """ + If a function is redefined as a class, a warning is emitted. + """ + self.flakes(''' + def Foo(): + pass + class Foo: + pass + ''', m.RedefinedWhileUnused) + + def test_classRedefinedAsFunction(self): + """ + If a class is redefined as a function, a warning is emitted. + """ + self.flakes(''' + class Foo: + pass + def Foo(): + pass + ''', m.RedefinedWhileUnused) + + def test_classWithReturn(self): + """ + If a return is used inside a class, a warning is emitted. + """ + self.flakes(''' + class Foo(object): + return + ''', m.ReturnOutsideFunction) + + def test_moduleWithReturn(self): + """ + If a return is used at the module level, a warning is emitted. + """ + self.flakes(''' + return + ''', m.ReturnOutsideFunction) + + def test_classWithYield(self): + """ + If a yield is used inside a class, a warning is emitted. + """ + self.flakes(''' + class Foo(object): + yield + ''', m.YieldOutsideFunction) + + def test_moduleWithYield(self): + """ + If a yield is used at the module level, a warning is emitted. + """ + self.flakes(''' + yield + ''', m.YieldOutsideFunction) + + def test_classWithYieldFrom(self): + """ + If a yield from is used inside a class, a warning is emitted. + """ + self.flakes(''' + class Foo(object): + yield from range(10) + ''', m.YieldOutsideFunction) + + def test_moduleWithYieldFrom(self): + """ + If a yield from is used at the module level, a warning is emitted. + """ + self.flakes(''' + yield from range(10) + ''', m.YieldOutsideFunction) + + def test_continueOutsideLoop(self): + self.flakes(''' + continue + ''', m.ContinueOutsideLoop) + + self.flakes(''' + def f(): + continue + ''', m.ContinueOutsideLoop) + + self.flakes(''' + while True: + pass + else: + continue + ''', m.ContinueOutsideLoop) + + self.flakes(''' + while True: + pass + else: + if 1: + if 2: + continue + ''', m.ContinueOutsideLoop) + + self.flakes(''' + while True: + def f(): + continue + ''', m.ContinueOutsideLoop) + + self.flakes(''' + while True: + class A: + continue + ''', m.ContinueOutsideLoop) + + def test_continueInsideLoop(self): + self.flakes(''' + while True: + continue + ''') + + self.flakes(''' + for i in range(10): + continue + ''') + + self.flakes(''' + while True: + if 1: + continue + ''') + + self.flakes(''' + for i in range(10): + if 1: + continue + ''') + + self.flakes(''' + while True: + while True: + pass + else: + continue + else: + pass + ''') + + self.flakes(''' + while True: + try: + pass + finally: + while True: + continue + ''') + + def test_breakOutsideLoop(self): + self.flakes(''' + break + ''', m.BreakOutsideLoop) + + self.flakes(''' + def f(): + break + ''', m.BreakOutsideLoop) + + self.flakes(''' + while True: + pass + else: + break + ''', m.BreakOutsideLoop) + + self.flakes(''' + while True: + pass + else: + if 1: + if 2: + break + ''', m.BreakOutsideLoop) + + self.flakes(''' + while True: + def f(): + break + ''', m.BreakOutsideLoop) + + self.flakes(''' + while True: + class A: + break + ''', m.BreakOutsideLoop) + + self.flakes(''' + try: + pass + finally: + break + ''', m.BreakOutsideLoop) + + def test_breakInsideLoop(self): + self.flakes(''' + while True: + break + ''') + + self.flakes(''' + for i in range(10): + break + ''') + + self.flakes(''' + while True: + if 1: + break + ''') + + self.flakes(''' + for i in range(10): + if 1: + break + ''') + + self.flakes(''' + while True: + while True: + pass + else: + break + else: + pass + ''') + + self.flakes(''' + while True: + try: + pass + finally: + while True: + break + ''') + + self.flakes(''' + while True: + try: + pass + finally: + break + ''') + + self.flakes(''' + while True: + try: + pass + finally: + if 1: + if 2: + break + ''') + + def test_defaultExceptLast(self): + """ + A default except block should be last. + + YES: + + try: + ... + except Exception: + ... + except: + ... + + NO: + + try: + ... + except: + ... + except Exception: + ... + """ + self.flakes(''' + try: + pass + except ValueError: + pass + ''') + + self.flakes(''' + try: + pass + except ValueError: + pass + except: + pass + ''') + + self.flakes(''' + try: + pass + except: + pass + ''') + + self.flakes(''' + try: + pass + except ValueError: + pass + else: + pass + ''') + + self.flakes(''' + try: + pass + except: + pass + else: + pass + ''') + + self.flakes(''' + try: + pass + except ValueError: + pass + except: + pass + else: + pass + ''') + + def test_defaultExceptNotLast(self): + self.flakes(''' + try: + pass + except: + pass + except ValueError: + pass + ''', m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except: + pass + ''', m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except ValueError: + pass + except: + pass + ''', m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except ValueError: + pass + except: + pass + except ValueError: + pass + ''', m.DefaultExceptNotLast, m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except ValueError: + pass + else: + pass + ''', m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except: + pass + else: + pass + ''', m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except ValueError: + pass + except: + pass + else: + pass + ''', m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except ValueError: + pass + except: + pass + except ValueError: + pass + else: + pass + ''', m.DefaultExceptNotLast, m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except ValueError: + pass + finally: + pass + ''', m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except: + pass + finally: + pass + ''', m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except ValueError: + pass + except: + pass + finally: + pass + ''', m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except ValueError: + pass + except: + pass + except ValueError: + pass + finally: + pass + ''', m.DefaultExceptNotLast, m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except ValueError: + pass + else: + pass + finally: + pass + ''', m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except: + pass + else: + pass + finally: + pass + ''', m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except ValueError: + pass + except: + pass + else: + pass + finally: + pass + ''', m.DefaultExceptNotLast) + + self.flakes(''' + try: + pass + except: + pass + except ValueError: + pass + except: + pass + except ValueError: + pass + else: + pass + finally: + pass + ''', m.DefaultExceptNotLast, m.DefaultExceptNotLast) + + def test_starredAssignmentNoError(self): + """ + Python 3 extended iterable unpacking + """ + self.flakes(''' + a, *b = range(10) + ''') + + self.flakes(''' + *a, b = range(10) + ''') + + self.flakes(''' + a, *b, c = range(10) + ''') + + self.flakes(''' + (a, *b) = range(10) + ''') + + self.flakes(''' + (*a, b) = range(10) + ''') + + self.flakes(''' + (a, *b, c) = range(10) + ''') + + self.flakes(''' + [a, *b] = range(10) + ''') + + self.flakes(''' + [*a, b] = range(10) + ''') + + self.flakes(''' + [a, *b, c] = range(10) + ''') + + # Taken from test_unpack_ex.py in the cPython source + s = ", ".join("a%d" % i for i in range(1 << 8 - 1)) + \ + ", *rest = range(1<<8)" + self.flakes(s) + + s = "(" + ", ".join("a%d" % i for i in range(1 << 8 - 1)) + \ + ", *rest) = range(1<<8)" + self.flakes(s) + + s = "[" + ", ".join("a%d" % i for i in range(1 << 8 - 1)) + \ + ", *rest] = range(1<<8)" + self.flakes(s) + + def test_starredAssignmentErrors(self): + """ + SyntaxErrors (not encoded in the ast) surrounding Python 3 extended + iterable unpacking + """ + # Taken from test_unpack_ex.py in the cPython source + s = ", ".join("a%d" % i for i in range(1 << 8)) + \ + ", *rest = range(1<<8 + 1)" + self.flakes(s, m.TooManyExpressionsInStarredAssignment) + + s = "(" + ", ".join("a%d" % i for i in range(1 << 8)) + \ + ", *rest) = range(1<<8 + 1)" + self.flakes(s, m.TooManyExpressionsInStarredAssignment) + + s = "[" + ", ".join("a%d" % i for i in range(1 << 8)) + \ + ", *rest] = range(1<<8 + 1)" + self.flakes(s, m.TooManyExpressionsInStarredAssignment) + + s = ", ".join("a%d" % i for i in range(1 << 8 + 1)) + \ + ", *rest = range(1<<8 + 2)" + self.flakes(s, m.TooManyExpressionsInStarredAssignment) + + s = "(" + ", ".join("a%d" % i for i in range(1 << 8 + 1)) + \ + ", *rest) = range(1<<8 + 2)" + self.flakes(s, m.TooManyExpressionsInStarredAssignment) + + s = "[" + ", ".join("a%d" % i for i in range(1 << 8 + 1)) + \ + ", *rest] = range(1<<8 + 2)" + self.flakes(s, m.TooManyExpressionsInStarredAssignment) + + # No way we can actually test this! + # s = "*rest, " + ", ".join("a%d" % i for i in range(1<<24)) + \ + # ", *rest = range(1<<24 + 1)" + # self.flakes(s, m.TooManyExpressionsInStarredAssignment) + + self.flakes(''' + a, *b, *c = range(10) + ''', m.TwoStarredExpressions) + + self.flakes(''' + a, *b, c, *d = range(10) + ''', m.TwoStarredExpressions) + + self.flakes(''' + *a, *b, *c = range(10) + ''', m.TwoStarredExpressions) + + self.flakes(''' + (a, *b, *c) = range(10) + ''', m.TwoStarredExpressions) + + self.flakes(''' + (a, *b, c, *d) = range(10) + ''', m.TwoStarredExpressions) + + self.flakes(''' + (*a, *b, *c) = range(10) + ''', m.TwoStarredExpressions) + + self.flakes(''' + [a, *b, *c] = range(10) + ''', m.TwoStarredExpressions) + + self.flakes(''' + [a, *b, c, *d] = range(10) + ''', m.TwoStarredExpressions) + + self.flakes(''' + [*a, *b, *c] = range(10) + ''', m.TwoStarredExpressions) + + @skip("todo: Too hard to make this warn but other cases stay silent") + def test_doubleAssignment(self): + """ + If a variable is re-assigned to without being used, no warning is + emitted. + """ + self.flakes(''' + x = 10 + x = 20 + ''', m.RedefinedWhileUnused) + + def test_doubleAssignmentConditionally(self): + """ + If a variable is re-assigned within a conditional, no warning is + emitted. + """ + self.flakes(''' + x = 10 + if True: + x = 20 + ''') + + def test_doubleAssignmentWithUse(self): + """ + If a variable is re-assigned to after being used, no warning is + emitted. + """ + self.flakes(''' + x = 10 + y = x * 2 + x = 20 + ''') + + def test_comparison(self): + """ + If a defined name is used on either side of any of the six comparison + operators, no warning is emitted. + """ + self.flakes(''' + x = 10 + y = 20 + x < y + x <= y + x == y + x != y + x >= y + x > y + ''') + + def test_identity(self): + """ + If a defined name is used on either side of an identity test, no + warning is emitted. + """ + self.flakes(''' + x = 10 + y = 20 + x is y + x is not y + ''') + + def test_containment(self): + """ + If a defined name is used on either side of a containment test, no + warning is emitted. + """ + self.flakes(''' + x = 10 + y = 20 + x in y + x not in y + ''') + + def test_loopControl(self): + """ + break and continue statements are supported. + """ + self.flakes(''' + for x in [1, 2]: + break + ''') + self.flakes(''' + for x in [1, 2]: + continue + ''') + + def test_ellipsis(self): + """ + Ellipsis in a slice is supported. + """ + self.flakes(''' + [1, 2][...] + ''') + + def test_extendedSlice(self): + """ + Extended slices are supported. + """ + self.flakes(''' + x = 3 + [1, 2][x,:] + ''') + + def test_varAugmentedAssignment(self): + """ + Augmented assignment of a variable is supported. + We don't care about var refs. + """ + self.flakes(''' + foo = 0 + foo += 1 + ''') + + def test_attrAugmentedAssignment(self): + """ + Augmented assignment of attributes is supported. + We don't care about attr refs. + """ + self.flakes(''' + foo = None + foo.bar += foo.baz + ''') + + def test_globalDeclaredInDifferentScope(self): + """ + A 'global' can be declared in one scope and reused in another. + """ + self.flakes(''' + def f(): global foo + def g(): foo = 'anything'; foo.is_used() + ''') + + def test_function_arguments(self): + """ + Test to traverse ARG and ARGUMENT handler + """ + self.flakes(''' + def foo(a, b): + pass + ''') + + self.flakes(''' + def foo(a, b, c=0): + pass + ''') + + self.flakes(''' + def foo(a, b, c=0, *args): + pass + ''') + + self.flakes(''' + def foo(a, b, c=0, *args, **kwargs): + pass + ''') + + def test_function_arguments_python3(self): + self.flakes(''' + def foo(a, b, c=0, *args, d=0, **kwargs): + pass + ''') + + +class TestUnusedAssignment(TestCase): + """ + Tests for warning about unused assignments. + """ + + def test_unusedVariable(self): + """ + Warn when a variable in a function is assigned a value that's never + used. + """ + self.flakes(''' + def a(): + b = 1 + ''', m.UnusedVariable) + + def test_unusedUnderscoreVariable(self): + """ + Don't warn when the magic "_" (underscore) variable is unused. + See issue #202. + """ + self.flakes(''' + def a(unused_param): + _ = unused_param + ''') + + def test_unusedVariableAsLocals(self): + """ + Using locals() it is perfectly valid to have unused variables + """ + self.flakes(''' + def a(): + b = 1 + return locals() + ''') + + def test_unusedVariableNoLocals(self): + """ + Using locals() in wrong scope should not matter + """ + self.flakes(''' + def a(): + locals() + def a(): + b = 1 + return + ''', m.UnusedVariable) + + @skip("todo: Difficult because it doesn't apply in the context of a loop") + def test_unusedReassignedVariable(self): + """ + Shadowing a used variable can still raise an UnusedVariable warning. + """ + self.flakes(''' + def a(): + b = 1 + b.foo() + b = 2 + ''', m.UnusedVariable) + + def test_variableUsedInLoop(self): + """ + Shadowing a used variable cannot raise an UnusedVariable warning in the + context of a loop. + """ + self.flakes(''' + def a(): + b = True + while b: + b = False + ''') + + def test_assignToGlobal(self): + """ + Assigning to a global and then not using that global is perfectly + acceptable. Do not mistake it for an unused local variable. + """ + self.flakes(''' + b = 0 + def a(): + global b + b = 1 + ''') + + def test_assignToNonlocal(self): + """ + Assigning to a nonlocal and then not using that binding is perfectly + acceptable. Do not mistake it for an unused local variable. + """ + self.flakes(''' + b = b'0' + def a(): + nonlocal b + b = b'1' + ''') + + def test_assignToMember(self): + """ + Assigning to a member of another object and then not using that member + variable is perfectly acceptable. Do not mistake it for an unused + local variable. + """ + # XXX: Adding this test didn't generate a failure. Maybe not + # necessary? + self.flakes(''' + class b: + pass + def a(): + b.foo = 1 + ''') + + def test_assignInForLoop(self): + """ + Don't warn when a variable in a for loop is assigned to but not used. + """ + self.flakes(''' + def f(): + for i in range(10): + pass + ''') + + def test_assignInListComprehension(self): + """ + Don't warn when a variable in a list comprehension is + assigned to but not used. + """ + self.flakes(''' + def f(): + [None for i in range(10)] + ''') + + def test_generatorExpression(self): + """ + Don't warn when a variable in a generator expression is + assigned to but not used. + """ + self.flakes(''' + def f(): + (None for i in range(10)) + ''') + + def test_assignmentInsideLoop(self): + """ + Don't warn when a variable assignment occurs lexically after its use. + """ + self.flakes(''' + def f(): + x = None + for i in range(10): + if i > 2: + return x + x = i * 2 + ''') + + def test_tupleUnpacking(self): + """ + Don't warn when a variable included in tuple unpacking is unused. It's + very common for variables in a tuple unpacking assignment to be unused + in good Python code, so warning will only create false positives. + """ + self.flakes(''' + def f(tup): + (x, y) = tup + ''') + self.flakes(''' + def f(): + (x, y) = 1, 2 + ''', m.UnusedVariable, m.UnusedVariable) + self.flakes(''' + def f(): + (x, y) = coords = 1, 2 + if x > 1: + print(coords) + ''') + self.flakes(''' + def f(): + (x, y) = coords = 1, 2 + ''', m.UnusedVariable) + self.flakes(''' + def f(): + coords = (x, y) = 1, 2 + ''', m.UnusedVariable) + + def test_listUnpacking(self): + """ + Don't warn when a variable included in list unpacking is unused. + """ + self.flakes(''' + def f(tup): + [x, y] = tup + ''') + self.flakes(''' + def f(): + [x, y] = [1, 2] + ''', m.UnusedVariable, m.UnusedVariable) + + def test_closedOver(self): + """ + Don't warn when the assignment is used in an inner function. + """ + self.flakes(''' + def barMaker(): + foo = 5 + def bar(): + return foo + return bar + ''') + + def test_doubleClosedOver(self): + """ + Don't warn when the assignment is used in an inner function, even if + that inner function itself is in an inner function. + """ + self.flakes(''' + def barMaker(): + foo = 5 + def bar(): + def baz(): + return foo + return bar + ''') + + def test_tracebackhideSpecialVariable(self): + """ + Do not warn about unused local variable __tracebackhide__, which is + a special variable for py.test. + """ + self.flakes(""" + def helper(): + __tracebackhide__ = True + """) + + def test_ifexp(self): + """ + Test C{foo if bar else baz} statements. + """ + self.flakes("a = 'moo' if True else 'oink'") + self.flakes("a = foo if True else 'oink'", m.UndefinedName) + self.flakes("a = 'moo' if True else bar", m.UndefinedName) + + def test_if_tuple(self): + """ + Test C{if (foo,)} conditions. + """ + self.flakes("""if (): pass""") + self.flakes(""" + if ( + True + ): + pass + """) + self.flakes(""" + if ( + True, + ): + pass + """, m.IfTuple) + self.flakes(""" + x = 1 if ( + True, + ) else 2 + """, m.IfTuple) + + def test_withStatementNoNames(self): + """ + No warnings are emitted for using inside or after a nameless C{with} + statement a name defined beforehand. + """ + self.flakes(''' + bar = None + with open("foo"): + bar + bar + ''') + + def test_withStatementSingleName(self): + """ + No warnings are emitted for using a name defined by a C{with} statement + within the suite or afterwards. + """ + self.flakes(''' + with open('foo') as bar: + bar + bar + ''') + + def test_withStatementAttributeName(self): + """ + No warnings are emitted for using an attribute as the target of a + C{with} statement. + """ + self.flakes(''' + import foo + with open('foo') as foo.bar: + pass + ''') + + def test_withStatementSubscript(self): + """ + No warnings are emitted for using a subscript as the target of a + C{with} statement. + """ + self.flakes(''' + import foo + with open('foo') as foo[0]: + pass + ''') + + def test_withStatementSubscriptUndefined(self): + """ + An undefined name warning is emitted if the subscript used as the + target of a C{with} statement is not defined. + """ + self.flakes(''' + import foo + with open('foo') as foo[bar]: + pass + ''', m.UndefinedName) + + def test_withStatementTupleNames(self): + """ + No warnings are emitted for using any of the tuple of names defined by + a C{with} statement within the suite or afterwards. + """ + self.flakes(''' + with open('foo') as (bar, baz): + bar, baz + bar, baz + ''') + + def test_withStatementListNames(self): + """ + No warnings are emitted for using any of the list of names defined by a + C{with} statement within the suite or afterwards. + """ + self.flakes(''' + with open('foo') as [bar, baz]: + bar, baz + bar, baz + ''') + + def test_withStatementComplicatedTarget(self): + """ + If the target of a C{with} statement uses any or all of the valid forms + for that part of the grammar (See + U{http://docs.python.org/reference/compound_stmts.html#the-with-statement}), + the names involved are checked both for definedness and any bindings + created are respected in the suite of the statement and afterwards. + """ + self.flakes(''' + c = d = e = g = h = i = None + with open('foo') as [(a, b), c[d], e.f, g[h:i]]: + a, b, c, d, e, g, h, i + a, b, c, d, e, g, h, i + ''') + + def test_withStatementSingleNameUndefined(self): + """ + An undefined name warning is emitted if the name first defined by a + C{with} statement is used before the C{with} statement. + """ + self.flakes(''' + bar + with open('foo') as bar: + pass + ''', m.UndefinedName) + + def test_withStatementTupleNamesUndefined(self): + """ + An undefined name warning is emitted if a name first defined by the + tuple-unpacking form of the C{with} statement is used before the + C{with} statement. + """ + self.flakes(''' + baz + with open('foo') as (bar, baz): + pass + ''', m.UndefinedName) + + def test_withStatementSingleNameRedefined(self): + """ + A redefined name warning is emitted if a name bound by an import is + rebound by the name defined by a C{with} statement. + """ + self.flakes(''' + import bar + with open('foo') as bar: + pass + ''', m.RedefinedWhileUnused) + + def test_withStatementTupleNamesRedefined(self): + """ + A redefined name warning is emitted if a name bound by an import is + rebound by one of the names defined by the tuple-unpacking form of a + C{with} statement. + """ + self.flakes(''' + import bar + with open('foo') as (bar, baz): + pass + ''', m.RedefinedWhileUnused) + + def test_withStatementUndefinedInside(self): + """ + An undefined name warning is emitted if a name is used inside the + body of a C{with} statement without first being bound. + """ + self.flakes(''' + with open('foo') as bar: + baz + ''', m.UndefinedName) + + def test_withStatementNameDefinedInBody(self): + """ + A name defined in the body of a C{with} statement can be used after + the body ends without warning. + """ + self.flakes(''' + with open('foo') as bar: + baz = 10 + baz + ''') + + def test_withStatementUndefinedInExpression(self): + """ + An undefined name warning is emitted if a name in the I{test} + expression of a C{with} statement is undefined. + """ + self.flakes(''' + with bar as baz: + pass + ''', m.UndefinedName) + + self.flakes(''' + with bar as bar: + pass + ''', m.UndefinedName) + + def test_dictComprehension(self): + """ + Dict comprehensions are properly handled. + """ + self.flakes(''' + a = {1: x for x in range(10)} + ''') + + def test_setComprehensionAndLiteral(self): + """ + Set comprehensions are properly handled. + """ + self.flakes(''' + a = {1, 2, 3} + b = {x for x in range(10)} + ''') + + def test_exceptionUsedInExcept(self): + self.flakes(''' + try: pass + except Exception as e: e + ''') + + self.flakes(''' + def download_review(): + try: pass + except Exception as e: e + ''') + + def test_exceptionUnusedInExcept(self): + self.flakes(''' + try: pass + except Exception as e: pass + ''', m.UnusedVariable) + + @skipIf(version_info < (3, 11), 'new in Python 3.11') + def test_exception_unused_in_except_star(self): + self.flakes(''' + try: + pass + except* OSError as e: + pass + ''', m.UnusedVariable) + + def test_exceptionUnusedInExceptInFunction(self): + self.flakes(''' + def download_review(): + try: pass + except Exception as e: pass + ''', m.UnusedVariable) + + def test_exceptWithoutNameInFunction(self): + """ + Don't issue false warning when an unnamed exception is used. + Previously, there would be a false warning, but only when the + try..except was in a function + """ + self.flakes(''' + import tokenize + def foo(): + try: pass + except tokenize.TokenError: pass + ''') + + def test_exceptWithoutNameInFunctionTuple(self): + """ + Don't issue false warning when an unnamed exception is used. + This example catches a tuple of exception types. + """ + self.flakes(''' + import tokenize + def foo(): + try: pass + except (tokenize.TokenError, IndentationError): pass + ''') + + def test_augmentedAssignmentImportedFunctionCall(self): + """ + Consider a function that is called on the right part of an + augassign operation to be used. + """ + self.flakes(''' + from foo import bar + baz = 0 + baz += bar() + ''') + + def test_assert_without_message(self): + """An assert without a message is not an error.""" + self.flakes(''' + a = 1 + assert a + ''') + + def test_assert_with_message(self): + """An assert with a message is not an error.""" + self.flakes(''' + a = 1 + assert a, 'x' + ''') + + def test_assert_tuple(self): + """An assert of a non-empty tuple is always True.""" + self.flakes(''' + assert (False, 'x') + assert (False, ) + ''', m.AssertTuple, m.AssertTuple) + + def test_assert_tuple_empty(self): + """An assert of an empty tuple is always False.""" + self.flakes(''' + assert () + ''') + + def test_assert_static(self): + """An assert of a static value is not an error.""" + self.flakes(''' + assert True + assert 1 + ''') + + def test_yieldFromUndefined(self): + """ + Test C{yield from} statement + """ + self.flakes(''' + def bar(): + yield from foo() + ''', m.UndefinedName) + + def test_f_string(self): + """Test PEP 498 f-strings are treated as a usage.""" + self.flakes(''' + baz = 0 + print(f'\x7b4*baz\N{RIGHT CURLY BRACKET}') + ''') + + def test_assign_expr(self): + """Test PEP 572 assignment expressions are treated as usage / write.""" + self.flakes(''' + from foo import y + print(x := y) + print(x) + ''') + + def test_assign_expr_generator_scope(self): + """Test assignment expressions in generator expressions.""" + self.flakes(''' + if (any((y := x[0]) for x in [[True]])): + print(y) + ''') + + def test_assign_expr_nested(self): + """Test assignment expressions in nested expressions.""" + self.flakes(''' + if ([(y:=x) for x in range(4) if [(z:=q) for q in range(4)]]): + print(y) + print(z) + ''') + + +class TestStringFormatting(TestCase): + + def test_f_string_without_placeholders(self): + self.flakes("f'foo'", m.FStringMissingPlaceholders) + self.flakes(''' + f"""foo + bar + """ + ''', m.FStringMissingPlaceholders) + self.flakes(''' + print( + f'foo' + f'bar' + ) + ''', m.FStringMissingPlaceholders) + # this is an "escaped placeholder" but not a placeholder + self.flakes("f'{{}}'", m.FStringMissingPlaceholders) + # ok: f-string with placeholders + self.flakes(''' + x = 5 + print(f'{x}') + ''') + # ok: f-string with format specifiers + self.flakes(''' + x = 'a' * 90 + print(f'{x:.8}') + ''') + # ok: f-string with multiple format specifiers + self.flakes(''' + x = y = 5 + print(f'{x:>2} {y:>2}') + ''') + + def test_invalid_dot_format_calls(self): + self.flakes(''' + '{'.format(1) + ''', m.StringDotFormatInvalidFormat) + self.flakes(''' + '{} {1}'.format(1, 2) + ''', m.StringDotFormatMixingAutomatic) + self.flakes(''' + '{0} {}'.format(1, 2) + ''', m.StringDotFormatMixingAutomatic) + self.flakes(''' + '{}'.format(1, 2) + ''', m.StringDotFormatExtraPositionalArguments) + self.flakes(''' + '{}'.format(1, bar=2) + ''', m.StringDotFormatExtraNamedArguments) + self.flakes(''' + '{} {}'.format(1) + ''', m.StringDotFormatMissingArgument) + self.flakes(''' + '{2}'.format() + ''', m.StringDotFormatMissingArgument) + self.flakes(''' + '{bar}'.format() + ''', m.StringDotFormatMissingArgument) + # too much string recursion (placeholder-in-placeholder) + self.flakes(''' + '{:{:{}}}'.format(1, 2, 3) + ''', m.StringDotFormatInvalidFormat) + # ok: dotted / bracketed names need to handle the param differently + self.flakes("'{.__class__}'.format('')") + self.flakes("'{foo[bar]}'.format(foo={'bar': 'barv'})") + # ok: placeholder-placeholders + self.flakes(''' + print('{:{}} {}'.format(1, 15, 2)) + ''') + # ok: not a placeholder-placeholder + self.flakes(''' + print('{:2}'.format(1)) + ''') + # ok: not mixed automatic + self.flakes(''' + '{foo}-{}'.format(1, foo=2) + ''') + # ok: we can't determine statically the format args + self.flakes(''' + a = () + "{}".format(*a) + ''') + self.flakes(''' + k = {} + "{foo}".format(**k) + ''') + + def test_invalid_percent_format_calls(self): + self.flakes(''' + '%(foo)' % {'foo': 'bar'} + ''', m.PercentFormatInvalidFormat) + self.flakes(''' + '%s %(foo)s' % {'foo': 'bar'} + ''', m.PercentFormatMixedPositionalAndNamed) + self.flakes(''' + '%(foo)s %s' % {'foo': 'bar'} + ''', m.PercentFormatMixedPositionalAndNamed) + self.flakes(''' + '%j' % (1,) + ''', m.PercentFormatUnsupportedFormatCharacter) + self.flakes(''' + '%s %s' % (1,) + ''', m.PercentFormatPositionalCountMismatch) + self.flakes(''' + '%s %s' % (1, 2, 3) + ''', m.PercentFormatPositionalCountMismatch) + self.flakes(''' + '%(bar)s' % {} + ''', m.PercentFormatMissingArgument,) + self.flakes(''' + '%(bar)s' % {'bar': 1, 'baz': 2} + ''', m.PercentFormatExtraNamedArguments) + self.flakes(''' + '%(bar)s' % (1, 2, 3) + ''', m.PercentFormatExpectedMapping) + self.flakes(''' + '%s %s' % {'k': 'v'} + ''', m.PercentFormatExpectedSequence) + self.flakes(''' + '%(bar)*s' % {'bar': 'baz'} + ''', m.PercentFormatStarRequiresSequence) + # ok: single %s with mapping + self.flakes(''' + '%s' % {'foo': 'bar', 'baz': 'womp'} + ''') + # ok: does not cause a MemoryError (the strings aren't evaluated) + self.flakes(''' + "%1000000000000f" % 1 + ''') + # ok: %% should not count towards placeholder count + self.flakes(''' + '%% %s %% %s' % (1, 2) + ''') + # ok: * consumes one positional argument + self.flakes(''' + '%.*f' % (2, 1.1234) + '%*.*f' % (5, 2, 3.1234) + ''') + + def test_ok_percent_format_cannot_determine_element_count(self): + self.flakes(''' + a = [] + '%s %s' % [*a] + '%s %s' % (*a,) + ''') + self.flakes(''' + k = {} + '%(k)s' % {**k} + ''') + + +class TestAsyncStatements(TestCase): + + def test_asyncDef(self): + self.flakes(''' + async def bar(): + return 42 + ''') + + def test_asyncDefAwait(self): + self.flakes(''' + async def read_data(db): + await db.fetch('SELECT ...') + ''') + + def test_asyncDefUndefined(self): + self.flakes(''' + async def bar(): + return foo() + ''', m.UndefinedName) + + def test_asyncFor(self): + self.flakes(''' + async def read_data(db): + output = [] + async for row in db.cursor(): + output.append(row) + return output + ''') + + def test_asyncForUnderscoreLoopVar(self): + self.flakes(''' + async def coro(it): + async for _ in it: + pass + ''') + + def test_loopControlInAsyncFor(self): + self.flakes(''' + async def read_data(db): + output = [] + async for row in db.cursor(): + if row[0] == 'skip': + continue + output.append(row) + return output + ''') + + self.flakes(''' + async def read_data(db): + output = [] + async for row in db.cursor(): + if row[0] == 'stop': + break + output.append(row) + return output + ''') + + def test_loopControlInAsyncForElse(self): + self.flakes(''' + async def read_data(db): + output = [] + async for row in db.cursor(): + output.append(row) + else: + continue + return output + ''', m.ContinueOutsideLoop) + + self.flakes(''' + async def read_data(db): + output = [] + async for row in db.cursor(): + output.append(row) + else: + break + return output + ''', m.BreakOutsideLoop) + + def test_asyncWith(self): + self.flakes(''' + async def commit(session, data): + async with session.transaction(): + await session.update(data) + ''') + + def test_asyncWithItem(self): + self.flakes(''' + async def commit(session, data): + async with session.transaction() as trans: + await trans.begin() + ... + await trans.end() + ''') + + def test_matmul(self): + self.flakes(''' + def foo(a, b): + return a @ b + ''') + + def test_formatstring(self): + self.flakes(''' + hi = 'hi' + mom = 'mom' + f'{hi} {mom}' + ''') + + def test_raise_notimplemented(self): + self.flakes(''' + raise NotImplementedError("This is fine") + ''') + + self.flakes(''' + raise NotImplementedError + ''') + + self.flakes(''' + raise NotImplemented("This isn't gonna work") + ''', m.RaiseNotImplemented) + + self.flakes(''' + raise NotImplemented + ''', m.RaiseNotImplemented) + + +class TestIncompatiblePrintOperator(TestCase): + """ + Tests for warning about invalid use of print function. + """ + + def test_valid_print(self): + self.flakes(''' + print("Hello") + ''') + + def test_invalid_print_when_imported_from_future(self): + exc = self.flakes(''' + from __future__ import print_function + import sys + print >>sys.stderr, "Hello" + ''', m.InvalidPrintSyntax).messages[0] + + self.assertEqual(exc.lineno, 4) + self.assertEqual(exc.col, 0) + + def test_print_augmented_assign(self): + # nonsense, but shouldn't crash pyflakes + self.flakes('print += 1') + + def test_print_function_assignment(self): + """ + A valid assignment, tested for catching false positives. + """ + self.flakes(''' + from __future__ import print_function + log = print + log("Hello") + ''') + + def test_print_in_lambda(self): + self.flakes(''' + from __future__ import print_function + a = lambda: print + ''') + + def test_print_returned_in_function(self): + self.flakes(''' + from __future__ import print_function + def a(): + return print + ''') + + def test_print_as_condition_test(self): + self.flakes(''' + from __future__ import print_function + if print: pass + ''') diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/test_type_annotations.py b/venv/lib/python3.10/site-packages/pyflakes/test/test_type_annotations.py new file mode 100644 index 0000000..4c8b998 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/test/test_type_annotations.py @@ -0,0 +1,799 @@ +""" +Tests for behaviour related to type annotations. +""" + +from sys import version_info + +from pyflakes import messages as m +from pyflakes.test.harness import TestCase, skipIf + + +class TestTypeAnnotations(TestCase): + + def test_typingOverload(self): + """Allow intentional redefinitions via @typing.overload""" + self.flakes(""" + import typing + from typing import overload + + @overload + def f(s: None) -> None: + pass + + @overload + def f(s: int) -> int: + pass + + def f(s): + return s + + @typing.overload + def g(s: None) -> None: + pass + + @typing.overload + def g(s: int) -> int: + pass + + def g(s): + return s + """) + + def test_typingExtensionsOverload(self): + """Allow intentional redefinitions via @typing_extensions.overload""" + self.flakes(""" + import typing_extensions + from typing_extensions import overload + + @overload + def f(s: None) -> None: + pass + + @overload + def f(s: int) -> int: + pass + + def f(s): + return s + + @typing_extensions.overload + def g(s: None) -> None: + pass + + @typing_extensions.overload + def g(s: int) -> int: + pass + + def g(s): + return s + """) + + def test_typingOverloadAsync(self): + """Allow intentional redefinitions via @typing.overload (async)""" + self.flakes(""" + from typing import overload + + @overload + async def f(s: None) -> None: + pass + + @overload + async def f(s: int) -> int: + pass + + async def f(s): + return s + """) + + def test_overload_with_multiple_decorators(self): + self.flakes(""" + from typing import overload + dec = lambda f: f + + @dec + @overload + def f(x: int) -> int: + pass + + @dec + @overload + def f(x: str) -> str: + pass + + @dec + def f(x): return x + """) + + def test_overload_in_class(self): + self.flakes(""" + from typing import overload + + class C: + @overload + def f(self, x: int) -> int: + pass + + @overload + def f(self, x: str) -> str: + pass + + def f(self, x): return x + """) + + def test_aliased_import(self): + """Detect when typing is imported as another name""" + self.flakes(""" + import typing as t + + @t.overload + def f(s: None) -> None: + pass + + @t.overload + def f(s: int) -> int: + pass + + def f(s): + return s + """) + + def test_not_a_typing_overload(self): + """regression test for @typing.overload detection bug in 2.1.0""" + self.flakes(""" + def foo(x): + return x + + @foo + def bar(): + pass + + def bar(): + pass + """, m.RedefinedWhileUnused) + + def test_variable_annotations(self): + self.flakes(''' + name: str + age: int + ''') + self.flakes(''' + name: str = 'Bob' + age: int = 18 + ''') + self.flakes(''' + class C: + name: str + age: int + ''') + self.flakes(''' + class C: + name: str = 'Bob' + age: int = 18 + ''') + self.flakes(''' + def f(): + name: str + age: int + ''', m.UnusedAnnotation, m.UnusedAnnotation) + self.flakes(''' + def f(): + name: str = 'Bob' + age: int = 18 + foo: not_a_real_type = None + ''', m.UnusedVariable, m.UnusedVariable, m.UnusedVariable, m.UndefinedName) + self.flakes(''' + def f(): + name: str + print(name) + ''', m.UndefinedName) + self.flakes(''' + from typing import Any + def f(): + a: Any + ''', m.UnusedAnnotation) + self.flakes(''' + foo: not_a_real_type + ''', m.UndefinedName) + self.flakes(''' + foo: not_a_real_type = None + ''', m.UndefinedName) + self.flakes(''' + class C: + foo: not_a_real_type + ''', m.UndefinedName) + self.flakes(''' + class C: + foo: not_a_real_type = None + ''', m.UndefinedName) + self.flakes(''' + def f(): + class C: + foo: not_a_real_type + ''', m.UndefinedName) + self.flakes(''' + def f(): + class C: + foo: not_a_real_type = None + ''', m.UndefinedName) + self.flakes(''' + from foo import Bar + bar: Bar + ''') + self.flakes(''' + from foo import Bar + bar: 'Bar' + ''') + self.flakes(''' + import foo + bar: foo.Bar + ''') + self.flakes(''' + import foo + bar: 'foo.Bar' + ''') + self.flakes(''' + from foo import Bar + def f(bar: Bar): pass + ''') + self.flakes(''' + from foo import Bar + def f(bar: 'Bar'): pass + ''') + self.flakes(''' + from foo import Bar + def f(bar) -> Bar: return bar + ''') + self.flakes(''' + from foo import Bar + def f(bar) -> 'Bar': return bar + ''') + self.flakes(''' + bar: 'Bar' + ''', m.UndefinedName) + self.flakes(''' + bar: 'foo.Bar' + ''', m.UndefinedName) + self.flakes(''' + from foo import Bar + bar: str + ''', m.UnusedImport) + self.flakes(''' + from foo import Bar + def f(bar: str): pass + ''', m.UnusedImport) + self.flakes(''' + def f(a: A) -> A: pass + class A: pass + ''', m.UndefinedName, m.UndefinedName) + self.flakes(''' + def f(a: 'A') -> 'A': return a + class A: pass + ''') + self.flakes(''' + a: A + class A: pass + ''', m.UndefinedName) + self.flakes(''' + a: 'A' + class A: pass + ''') + self.flakes(''' + T: object + def f(t: T): pass + ''', m.UndefinedName) + self.flakes(''' + T: object + def g(t: 'T'): pass + ''') + self.flakes(''' + a: 'A B' + ''', m.ForwardAnnotationSyntaxError) + self.flakes(''' + a: 'A; B' + ''', m.ForwardAnnotationSyntaxError) + self.flakes(''' + a: '1 + 2' + ''') + self.flakes(''' + a: 'a: "A"' + ''', m.ForwardAnnotationSyntaxError) + + def test_variable_annotation_references_self_name_undefined(self): + self.flakes(""" + x: int = x + """, m.UndefinedName) + + def test_TypeAlias_annotations(self): + self.flakes(""" + from typing_extensions import TypeAlias + from foo import Bar + + bar: TypeAlias = Bar + """) + self.flakes(""" + from typing_extensions import TypeAlias + from foo import Bar + + bar: TypeAlias = 'Bar' + """) + self.flakes(""" + from typing_extensions import TypeAlias + from foo import Bar + + class A: + bar: TypeAlias = Bar + """) + self.flakes(""" + from typing_extensions import TypeAlias + from foo import Bar + + class A: + bar: TypeAlias = 'Bar' + """) + self.flakes(""" + from typing_extensions import TypeAlias + + bar: TypeAlias + """) + self.flakes(""" + from typing_extensions import TypeAlias + from foo import Bar + + bar: TypeAlias + """, m.UnusedImport) + + def test_annotating_an_import(self): + self.flakes(''' + from a import b, c + b: c + print(b) + ''') + + def test_unused_annotation(self): + # Unused annotations are fine in module and class scope + self.flakes(''' + x: int + class Cls: + y: int + ''') + self.flakes(''' + def f(): + x: int + ''', m.UnusedAnnotation) + # This should only print one UnusedVariable message + self.flakes(''' + def f(): + x: int + x = 3 + ''', m.UnusedVariable) + + def test_unused_annotation_in_outer_scope_reassigned_in_local_scope(self): + self.flakes(''' + x: int + x.__dict__ + def f(): x = 1 + ''', m.UndefinedName, m.UnusedVariable) + + def test_unassigned_annotation_is_undefined(self): + self.flakes(''' + name: str + print(name) + ''', m.UndefinedName) + + def test_annotated_async_def(self): + self.flakes(''' + class c: pass + async def func(c: c) -> None: pass + ''') + + def test_postponed_annotations(self): + self.flakes(''' + from __future__ import annotations + def f(a: A) -> A: pass + class A: + b: B + class B: pass + ''') + + self.flakes(''' + from __future__ import annotations + def f(a: A) -> A: pass + class A: + b: Undefined + class B: pass + ''', m.UndefinedName) + + self.flakes(''' + from __future__ import annotations + T: object + def f(t: T): pass + def g(t: 'T'): pass + ''') + + def test_type_annotation_clobbers_all(self): + self.flakes('''\ + from typing import TYPE_CHECKING, List + + from y import z + + if not TYPE_CHECKING: + __all__ = ("z",) + else: + __all__: List[str] + ''') + + def test_return_annotation_is_class_scope_variable(self): + self.flakes(""" + from typing import TypeVar + class Test: + Y = TypeVar('Y') + + def t(self, x: Y) -> Y: + return x + """) + + def test_return_annotation_is_function_body_variable(self): + self.flakes(""" + class Test: + def t(self) -> Y: + Y = 2 + return Y + """, m.UndefinedName) + + def test_positional_only_argument_annotations(self): + self.flakes(""" + from x import C + + def f(c: C, /): ... + """) + + def test_partially_quoted_type_annotation(self): + self.flakes(""" + from queue import Queue + from typing import Optional + + def f() -> Optional['Queue[str]']: + return None + """) + + def test_partially_quoted_type_assignment(self): + self.flakes(""" + from queue import Queue + from typing import Optional + + MaybeQueue = Optional['Queue[str]'] + """) + + def test_nested_partially_quoted_type_assignment(self): + self.flakes(""" + from queue import Queue + from typing import Callable + + Func = Callable[['Queue[str]'], None] + """) + + def test_quoted_type_cast(self): + self.flakes(""" + from typing import cast, Optional + + maybe_int = cast('Optional[int]', 42) + """) + + def test_type_cast_literal_str_to_str(self): + # Checks that our handling of quoted type annotations in the first + # argument to `cast` doesn't cause issues when (only) the _second_ + # argument is a literal str which looks a bit like a type annotation. + self.flakes(""" + from typing import cast + + a_string = cast(str, 'Optional[int]') + """) + + def test_quoted_type_cast_renamed_import(self): + self.flakes(""" + from typing import cast as tsac, Optional as Maybe + + maybe_int = tsac('Maybe[int]', 42) + """) + + def test_quoted_TypeVar_constraints(self): + self.flakes(""" + from typing import TypeVar, Optional + + T = TypeVar('T', 'str', 'Optional[int]', bytes) + """) + + def test_quoted_TypeVar_bound(self): + self.flakes(""" + from typing import TypeVar, Optional, List + + T = TypeVar('T', bound='Optional[int]') + S = TypeVar('S', int, bound='List[int]') + """) + + def test_literal_type_typing(self): + self.flakes(""" + from typing import Literal + + def f(x: Literal['some string']) -> None: + return None + """) + + def test_literal_type_typing_extensions(self): + self.flakes(""" + from typing_extensions import Literal + + def f(x: Literal['some string']) -> None: + return None + """) + + def test_annotated_type_typing_missing_forward_type(self): + self.flakes(""" + from typing import Annotated + + def f(x: Annotated['integer']) -> None: + return None + """, m.UndefinedName) + + def test_annotated_type_typing_missing_forward_type_multiple_args(self): + self.flakes(""" + from typing import Annotated + + def f(x: Annotated['integer', 1]) -> None: + return None + """, m.UndefinedName) + + def test_annotated_type_typing_with_string_args(self): + self.flakes(""" + from typing import Annotated + + def f(x: Annotated[int, '> 0']) -> None: + return None + """) + + def test_annotated_type_typing_with_string_args_in_union(self): + self.flakes(""" + from typing import Annotated, Union + + def f(x: Union[Annotated['int', '>0'], 'integer']) -> None: + return None + """, m.UndefinedName) + + def test_literal_type_some_other_module(self): + """err on the side of false-negatives for types named Literal""" + self.flakes(""" + from my_module import compat + from my_module.compat import Literal + + def f(x: compat.Literal['some string']) -> None: + return None + def g(x: Literal['some string']) -> None: + return None + """) + + def test_literal_union_type_typing(self): + self.flakes(""" + from typing import Literal + + def f(x: Literal['some string', 'foo bar']) -> None: + return None + """) + + def test_deferred_twice_annotation(self): + self.flakes(""" + from queue import Queue + from typing import Optional + + + def f() -> "Optional['Queue[str]']": + return None + """) + + def test_partial_string_annotations_with_future_annotations(self): + self.flakes(""" + from __future__ import annotations + + from queue import Queue + from typing import Optional + + + def f() -> Optional['Queue[str]']: + return None + """) + + def test_forward_annotations_for_classes_in_scope(self): + # see #749 + self.flakes(""" + from typing import Optional + + def f(): + class C: + a: "D" + b: Optional["D"] + c: "Optional[D]" + + class D: pass + """) + + def test_idomiatic_typing_guards(self): + # typing.TYPE_CHECKING: python3.5.3+ + self.flakes(""" + from typing import TYPE_CHECKING + + if TYPE_CHECKING: + from t import T + + def f() -> T: + pass + """) + # False: the old, more-compatible approach + self.flakes(""" + if False: + from t import T + + def f() -> T: + pass + """) + # some choose to assign a constant and do it that way + self.flakes(""" + MYPY = False + + if MYPY: + from t import T + + def f() -> T: + pass + """) + + def test_typing_guard_for_protocol(self): + self.flakes(""" + from typing import TYPE_CHECKING + + if TYPE_CHECKING: + from typing import Protocol + else: + Protocol = object + + class C(Protocol): + def f() -> int: + pass + """) + + def test_typednames_correct_forward_ref(self): + self.flakes(""" + from typing import TypedDict, List, NamedTuple + + List[TypedDict("x", {})] + List[TypedDict("x", x=int)] + List[NamedTuple("a", a=int)] + List[NamedTuple("a", [("a", int)])] + """) + self.flakes(""" + from typing import TypedDict, List, NamedTuple, TypeVar + + List[TypedDict("x", {"x": "Y"})] + List[TypedDict("x", x="Y")] + List[NamedTuple("a", [("a", "Y")])] + List[NamedTuple("a", a="Y")] + List[TypedDict("x", {"x": List["a"]})] + List[TypeVar("A", bound="C")] + List[TypeVar("A", List["C"])] + """, *[m.UndefinedName]*7) + self.flakes(""" + from typing import NamedTuple, TypeVar, cast + from t import A, B, C, D, E + + NamedTuple("A", [("a", A["C"])]) + TypeVar("A", bound=A["B"]) + TypeVar("A", A["D"]) + cast(A["E"], []) + """) + + def test_namedtypes_classes(self): + self.flakes(""" + from typing import TypedDict, NamedTuple + class X(TypedDict): + y: TypedDict("z", {"zz":int}) + + class Y(NamedTuple): + y: NamedTuple("v", [("vv", int)]) + """) + + @skipIf(version_info < (3, 11), 'new in Python 3.11') + def test_variadic_generics(self): + self.flakes(""" + from typing import Generic + from typing import TypeVarTuple + + Ts = TypeVarTuple('Ts') + + class Shape(Generic[*Ts]): pass + + def f(*args: *Ts) -> None: ... + + def g(x: Shape[*Ts]) -> Shape[*Ts]: ... + """) + + @skipIf(version_info < (3, 12), 'new in Python 3.12') + def test_type_statements(self): + self.flakes(""" + type ListOrSet[T] = list[T] | set[T] + + def f(x: ListOrSet[str]) -> None: ... + + type RecursiveType = int | list[RecursiveType] + + type ForwardRef = int | C + + type ForwardRefInBounds[T: C] = T + + class C: pass + """) + + @skipIf(version_info < (3, 12), 'new in Python 3.12') + def test_type_parameters_functions(self): + self.flakes(""" + def f[T](t: T) -> T: return t + + async def g[T](t: T) -> T: return t + + def with_forward_ref[T: C](t: T) -> T: return t + + def can_access_inside[T](t: T) -> T: + print(T) + return t + + class C: pass + """) + + @skipIf(version_info < (3, 12), 'new in Python 3.12') + def test_type_parameters_do_not_escape_function_scopes(self): + self.flakes(""" + from x import g + + @g(T) # not accessible in decorators + def f[T](t: T) -> T: return t + + T # not accessible afterwards + """, m.UndefinedName, m.UndefinedName) + + @skipIf(version_info < (3, 12), 'new in Python 3.12') + def test_type_parameters_classes(self): + self.flakes(""" + class C[T](list[T]): pass + + class UsesForward[T: Forward](list[T]): pass + + class Forward: pass + + class WithinBody[T](list[T]): + t = T + """) + + @skipIf(version_info < (3, 12), 'new in Python 3.12') + def test_type_parameters_do_not_escape_class_scopes(self): + self.flakes(""" + from x import g + + @g(T) # not accessible in decorators + class C[T](list[T]): pass + + T # not accessible afterwards + """, m.UndefinedName, m.UndefinedName) + + @skipIf(version_info < (3, 12), 'new in Python 3.12') + def test_type_parameters_TypeVarTuple(self): + self.flakes(""" + def f[*T](*args: *T) -> None: ... + """) + + @skipIf(version_info < (3, 12), 'new in Python 3.12') + def test_type_parameters_ParamSpec(self): + self.flakes(""" + from typing import Callable + + def f[R, **P](f: Callable[P, R]) -> Callable[P, R]: + def g(*args: P.args, **kwargs: P.kwargs) -> R: + return f(*args, **kwargs) + return g + """) diff --git a/venv/lib/python3.10/site-packages/pyflakes/test/test_undefined_names.py b/venv/lib/python3.10/site-packages/pyflakes/test/test_undefined_names.py new file mode 100644 index 0000000..c2d2d87 --- /dev/null +++ b/venv/lib/python3.10/site-packages/pyflakes/test/test_undefined_names.py @@ -0,0 +1,819 @@ +import ast + +from pyflakes import messages as m, checker +from pyflakes.test.harness import TestCase, skip + + +class Test(TestCase): + def test_undefined(self): + self.flakes('bar', m.UndefinedName) + + def test_definedInListComp(self): + self.flakes('[a for a in range(10) if a]') + + def test_undefinedInListComp(self): + self.flakes(''' + [a for a in range(10)] + a + ''', + m.UndefinedName) + + def test_undefinedExceptionName(self): + """Exception names can't be used after the except: block. + + The exc variable is unused inside the exception handler.""" + self.flakes(''' + try: + raise ValueError('ve') + except ValueError as exc: + pass + exc + ''', m.UndefinedName, m.UnusedVariable) + + def test_namesDeclaredInExceptBlocks(self): + """Locals declared in except: blocks can be used after the block. + + This shows the example in test_undefinedExceptionName is + different.""" + self.flakes(''' + try: + raise ValueError('ve') + except ValueError as exc: + e = exc + e + ''') + + @skip('error reporting disabled due to false positives below') + def test_undefinedExceptionNameObscuringLocalVariable(self): + """Exception names obscure locals, can't be used after. + + Last line will raise UnboundLocalError on Python 3 after exiting + the except: block. Note next two examples for false positives to + watch out for.""" + self.flakes(''' + exc = 'Original value' + try: + raise ValueError('ve') + except ValueError as exc: + pass + exc + ''', + m.UndefinedName) + + def test_undefinedExceptionNameObscuringLocalVariable2(self): + """Exception names are unbound after the `except:` block. + + Last line will raise UnboundLocalError. + The exc variable is unused inside the exception handler. + """ + self.flakes(''' + try: + raise ValueError('ve') + except ValueError as exc: + pass + print(exc) + exc = 'Original value' + ''', m.UndefinedName, m.UnusedVariable) + + def test_undefinedExceptionNameObscuringLocalVariableFalsePositive1(self): + """Exception names obscure locals, can't be used after. Unless. + + Last line will never raise UnboundLocalError because it's only + entered if no exception was raised.""" + self.flakes(''' + exc = 'Original value' + try: + raise ValueError('ve') + except ValueError as exc: + print('exception logged') + raise + exc + ''', m.UnusedVariable) + + def test_delExceptionInExcept(self): + """The exception name can be deleted in the except: block.""" + self.flakes(''' + try: + pass + except Exception as exc: + del exc + ''') + + def test_undefinedExceptionNameObscuringLocalVariableFalsePositive2(self): + """Exception names obscure locals, can't be used after. Unless. + + Last line will never raise UnboundLocalError because `error` is + only falsy if the `except:` block has not been entered.""" + self.flakes(''' + exc = 'Original value' + error = None + try: + raise ValueError('ve') + except ValueError as exc: + error = 'exception logged' + if error: + print(error) + else: + exc + ''', m.UnusedVariable) + + @skip('error reporting disabled due to false positives below') + def test_undefinedExceptionNameObscuringGlobalVariable(self): + """Exception names obscure globals, can't be used after. + + Last line will raise UnboundLocalError because the existence of that + exception name creates a local scope placeholder for it, obscuring any + globals, etc.""" + self.flakes(''' + exc = 'Original value' + def func(): + try: + pass # nothing is raised + except ValueError as exc: + pass # block never entered, exc stays unbound + exc + ''', + m.UndefinedLocal) + + @skip('error reporting disabled due to false positives below') + def test_undefinedExceptionNameObscuringGlobalVariable2(self): + """Exception names obscure globals, can't be used after. + + Last line will raise NameError on Python 3 because the name is + locally unbound after the `except:` block, even if it's + nonlocal. We should issue an error in this case because code + only working correctly if an exception isn't raised, is invalid. + Unless it's explicitly silenced, see false positives below.""" + self.flakes(''' + exc = 'Original value' + def func(): + global exc + try: + raise ValueError('ve') + except ValueError as exc: + pass # block never entered, exc stays unbound + exc + ''', + m.UndefinedLocal) + + def test_undefinedExceptionNameObscuringGlobalVariableFalsePositive1(self): + """Exception names obscure globals, can't be used after. Unless. + + Last line will never raise NameError because it's only entered + if no exception was raised.""" + self.flakes(''' + exc = 'Original value' + def func(): + global exc + try: + raise ValueError('ve') + except ValueError as exc: + print('exception logged') + raise + exc + ''', m.UnusedVariable) + + def test_undefinedExceptionNameObscuringGlobalVariableFalsePositive2(self): + """Exception names obscure globals, can't be used after. Unless. + + Last line will never raise NameError because `error` is only + falsy if the `except:` block has not been entered.""" + self.flakes(''' + exc = 'Original value' + def func(): + global exc + error = None + try: + raise ValueError('ve') + except ValueError as exc: + error = 'exception logged' + if error: + print(error) + else: + exc + ''', m.UnusedVariable) + + def test_functionsNeedGlobalScope(self): + self.flakes(''' + class a: + def b(): + fu + fu = 1 + ''') + + def test_builtins(self): + self.flakes('range(10)') + + def test_builtinWindowsError(self): + """ + C{WindowsError} is sometimes a builtin name, so no warning is emitted + for using it. + """ + self.flakes('WindowsError') + + def test_moduleAnnotations(self): + """ + Use of the C{__annotations__} in module scope should not emit + an undefined name warning when version is greater than or equal to 3.6. + """ + self.flakes('__annotations__') + + def test_magicGlobalsFile(self): + """ + Use of the C{__file__} magic global should not emit an undefined name + warning. + """ + self.flakes('__file__') + + def test_magicGlobalsBuiltins(self): + """ + Use of the C{__builtins__} magic global should not emit an undefined + name warning. + """ + self.flakes('__builtins__') + + def test_magicGlobalsName(self): + """ + Use of the C{__name__} magic global should not emit an undefined name + warning. + """ + self.flakes('__name__') + + def test_magicGlobalsPath(self): + """ + Use of the C{__path__} magic global should not emit an undefined name + warning, if you refer to it from a file called __init__.py. + """ + self.flakes('__path__', m.UndefinedName) + self.flakes('__path__', filename='package/__init__.py') + + def test_magicModuleInClassScope(self): + """ + Use of the C{__module__} magic builtin should not emit an undefined + name warning if used in class scope. + """ + self.flakes('__module__', m.UndefinedName) + self.flakes(''' + class Foo: + __module__ + ''') + self.flakes(''' + class Foo: + def bar(self): + __module__ + ''', m.UndefinedName) + + def test_magicQualnameInClassScope(self): + """ + Use of the C{__qualname__} magic builtin should not emit an undefined + name warning if used in class scope. + """ + self.flakes('__qualname__', m.UndefinedName) + self.flakes(''' + class Foo: + __qualname__ + ''') + self.flakes(''' + class Foo: + def bar(self): + __qualname__ + ''', m.UndefinedName) + + def test_globalImportStar(self): + """Can't find undefined names with import *.""" + self.flakes('from fu import *; bar', + m.ImportStarUsed, m.ImportStarUsage) + + def test_definedByGlobal(self): + """ + "global" can make an otherwise undefined name in another function + defined. + """ + self.flakes(''' + def a(): global fu; fu = 1 + def b(): fu + ''') + self.flakes(''' + def c(): bar + def b(): global bar; bar = 1 + ''') + + def test_definedByGlobalMultipleNames(self): + """ + "global" can accept multiple names. + """ + self.flakes(''' + def a(): global fu, bar; fu = 1; bar = 2 + def b(): fu; bar + ''') + + def test_globalInGlobalScope(self): + """ + A global statement in the global scope is ignored. + """ + self.flakes(''' + global x + def foo(): + print(x) + ''', m.UndefinedName) + + def test_global_reset_name_only(self): + """A global statement does not prevent other names being undefined.""" + # Only different undefined names are reported. + # See following test that fails where the same name is used. + self.flakes(''' + def f1(): + s + + def f2(): + global m + ''', m.UndefinedName) + + @skip("todo") + def test_unused_global(self): + """An unused global statement does not define the name.""" + self.flakes(''' + def f1(): + m + + def f2(): + global m + ''', m.UndefinedName) + + def test_del(self): + """Del deletes bindings.""" + self.flakes('a = 1; del a; a', m.UndefinedName) + + def test_delGlobal(self): + """Del a global binding from a function.""" + self.flakes(''' + a = 1 + def f(): + global a + del a + a + ''') + + def test_delUndefined(self): + """Del an undefined name.""" + self.flakes('del a', m.UndefinedName) + + def test_delConditional(self): + """ + Ignores conditional bindings deletion. + """ + self.flakes(''' + context = None + test = True + if False: + del(test) + assert(test) + ''') + + def test_delConditionalNested(self): + """ + Ignored conditional bindings deletion even if they are nested in other + blocks. + """ + self.flakes(''' + context = None + test = True + if False: + with context(): + del(test) + assert(test) + ''') + + def test_delWhile(self): + """ + Ignore bindings deletion if called inside the body of a while + statement. + """ + self.flakes(''' + def test(): + foo = 'bar' + while False: + del foo + assert(foo) + ''') + + def test_delWhileTestUsage(self): + """ + Ignore bindings deletion if called inside the body of a while + statement and name is used inside while's test part. + """ + self.flakes(''' + def _worker(): + o = True + while o is not True: + del o + o = False + ''') + + def test_delWhileNested(self): + """ + Ignore bindings deletions if node is part of while's test, even when + del is in a nested block. + """ + self.flakes(''' + context = None + def _worker(): + o = True + while o is not True: + while True: + with context(): + del o + o = False + ''') + + def test_globalFromNestedScope(self): + """Global names are available from nested scopes.""" + self.flakes(''' + a = 1 + def b(): + def c(): + a + ''') + + def test_laterRedefinedGlobalFromNestedScope(self): + """ + Test that referencing a local name that shadows a global, before it is + defined, generates a warning. + """ + self.flakes(''' + a = 1 + def fun(): + a + a = 2 + return a + ''', m.UndefinedLocal) + + def test_laterRedefinedGlobalFromNestedScope2(self): + """ + Test that referencing a local name in a nested scope that shadows a + global declared in an enclosing scope, before it is defined, generates + a warning. + """ + self.flakes(''' + a = 1 + def fun(): + global a + def fun2(): + a + a = 2 + return a + ''', m.UndefinedLocal) + + def test_intermediateClassScopeIgnored(self): + """ + If a name defined in an enclosing scope is shadowed by a local variable + and the name is used locally before it is bound, an unbound local + warning is emitted, even if there is a class scope between the enclosing + scope and the local scope. + """ + self.flakes(''' + def f(): + x = 1 + class g: + def h(self): + a = x + x = None + print(x, a) + print(x) + ''', m.UndefinedLocal) + + def test_doubleNestingReportsClosestName(self): + """ + Test that referencing a local name in a nested scope that shadows a + variable declared in two different outer scopes before it is defined + in the innermost scope generates an UnboundLocal warning which + refers to the nearest shadowed name. + """ + exc = self.flakes(''' + def a(): + x = 1 + def b(): + x = 2 # line 5 + def c(): + x + x = 3 + return x + return x + return x + ''', m.UndefinedLocal).messages[0] + + # _DoctestMixin.flakes adds two lines preceding the code above. + expected_line_num = 7 if self.withDoctest else 5 + + self.assertEqual(exc.message_args, ('x', expected_line_num)) + + def test_laterRedefinedGlobalFromNestedScope3(self): + """ + Test that referencing a local name in a nested scope that shadows a + global, before it is defined, generates a warning. + """ + self.flakes(''' + def fun(): + a = 1 + def fun2(): + a + a = 1 + return a + return a + ''', m.UndefinedLocal) + + def test_undefinedAugmentedAssignment(self): + self.flakes( + ''' + def f(seq): + a = 0 + seq[a] += 1 + seq[b] /= 2 + c[0] *= 2 + a -= 3 + d += 4 + e[any] = 5 + ''', + m.UndefinedName, # b + m.UndefinedName, # c + m.UndefinedName, m.UnusedVariable, # d + m.UndefinedName, # e + ) + + def test_nestedClass(self): + """Nested classes can access enclosing scope.""" + self.flakes(''' + def f(foo): + class C: + bar = foo + def f(self): + return foo + return C() + + f(123).f() + ''') + + def test_badNestedClass(self): + """Free variables in nested classes must bind at class creation.""" + self.flakes(''' + def f(): + class C: + bar = foo + foo = 456 + return foo + f() + ''', m.UndefinedName) + + def test_definedAsStarArgs(self): + """Star and double-star arg names are defined.""" + self.flakes(''' + def f(a, *b, **c): + print(a, b, c) + ''') + + def test_definedAsStarUnpack(self): + """Star names in unpack are defined.""" + self.flakes(''' + a, *b = range(10) + print(a, b) + ''') + self.flakes(''' + *a, b = range(10) + print(a, b) + ''') + self.flakes(''' + a, *b, c = range(10) + print(a, b, c) + ''') + + def test_usedAsStarUnpack(self): + """ + Star names in unpack are used if RHS is not a tuple/list literal. + """ + self.flakes(''' + def f(): + a, *b = range(10) + ''') + self.flakes(''' + def f(): + (*a, b) = range(10) + ''') + self.flakes(''' + def f(): + [a, *b, c] = range(10) + ''') + + def test_unusedAsStarUnpack(self): + """ + Star names in unpack are unused if RHS is a tuple/list literal. + """ + self.flakes(''' + def f(): + a, *b = any, all, 4, 2, 'un' + ''', m.UnusedVariable, m.UnusedVariable) + self.flakes(''' + def f(): + (*a, b) = [bool, int, float, complex] + ''', m.UnusedVariable, m.UnusedVariable) + self.flakes(''' + def f(): + [a, *b, c] = 9, 8, 7, 6, 5, 4 + ''', m.UnusedVariable, m.UnusedVariable, m.UnusedVariable) + + def test_keywordOnlyArgs(self): + """Keyword-only arg names are defined.""" + self.flakes(''' + def f(*, a, b=None): + print(a, b) + ''') + + self.flakes(''' + import default_b + def f(*, a, b=default_b): + print(a, b) + ''') + + def test_keywordOnlyArgsUndefined(self): + """Typo in kwonly name.""" + self.flakes(''' + def f(*, a, b=default_c): + print(a, b) + ''', m.UndefinedName) + + def test_annotationUndefined(self): + """Undefined annotations.""" + self.flakes(''' + from abc import note1, note2, note3, note4, note5 + def func(a: note1, *args: note2, + b: note3=12, **kw: note4) -> note5: pass + ''') + + self.flakes(''' + def func(): + d = e = 42 + def func(a: {1, d}) -> (lambda c: e): pass + ''') + + def test_metaClassUndefined(self): + self.flakes(''' + from abc import ABCMeta + class A(metaclass=ABCMeta): pass + ''') + + def test_definedInGenExp(self): + """ + Using the loop variable of a generator expression results in no + warnings. + """ + self.flakes('(a for a in [1, 2, 3] if a)') + + self.flakes('(b for b in (a for a in [1, 2, 3] if a) if b)') + + def test_undefinedInGenExpNested(self): + """ + The loop variables of generator expressions nested together are + not defined in the other generator. + """ + self.flakes('(b for b in (a for a in [1, 2, 3] if b) if b)', + m.UndefinedName) + + self.flakes('(b for b in (a for a in [1, 2, 3] if a) if a)', + m.UndefinedName) + + def test_undefinedWithErrorHandler(self): + """ + Some compatibility code checks explicitly for NameError. + It should not trigger warnings. + """ + self.flakes(''' + try: + socket_map + except NameError: + socket_map = {} + ''') + self.flakes(''' + try: + _memoryview.contiguous + except (NameError, AttributeError): + raise RuntimeError("Python >= 3.3 is required") + ''') + # If NameError is not explicitly handled, generate a warning + self.flakes(''' + try: + socket_map + except: + socket_map = {} + ''', m.UndefinedName) + self.flakes(''' + try: + socket_map + except Exception: + socket_map = {} + ''', m.UndefinedName) + + def test_definedInClass(self): + """ + Defined name for generator expressions and dict/set comprehension. + """ + self.flakes(''' + class A: + T = range(10) + + Z = (x for x in T) + L = [x for x in T] + B = dict((i, str(i)) for i in T) + ''') + + self.flakes(''' + class A: + T = range(10) + + X = {x for x in T} + Y = {x:x for x in T} + ''') + + def test_definedInClassNested(self): + """Defined name for nested generator expressions in a class.""" + self.flakes(''' + class A: + T = range(10) + + Z = (x for x in (a for a in T)) + ''') + + def test_undefinedInLoop(self): + """ + The loop variable is defined after the expression is computed. + """ + self.flakes(''' + for i in range(i): + print(i) + ''', m.UndefinedName) + self.flakes(''' + [42 for i in range(i)] + ''', m.UndefinedName) + self.flakes(''' + (42 for i in range(i)) + ''', m.UndefinedName) + + def test_definedFromLambdaInDictionaryComprehension(self): + """ + Defined name referenced from a lambda function within a dict/set + comprehension. + """ + self.flakes(''' + {lambda: id(x) for x in range(10)} + ''') + + def test_definedFromLambdaInGenerator(self): + """ + Defined name referenced from a lambda function within a generator + expression. + """ + self.flakes(''' + any(lambda: id(x) for x in range(10)) + ''') + + def test_undefinedFromLambdaInDictionaryComprehension(self): + """ + Undefined name referenced from a lambda function within a dict/set + comprehension. + """ + self.flakes(''' + {lambda: id(y) for x in range(10)} + ''', m.UndefinedName) + + def test_undefinedFromLambdaInComprehension(self): + """ + Undefined name referenced from a lambda function within a generator + expression. + """ + self.flakes(''' + any(lambda: id(y) for x in range(10)) + ''', m.UndefinedName) + + def test_dunderClass(self): + code = ''' + class Test(object): + def __init__(self): + print(__class__.__name__) + self.x = 1 + + t = Test() + ''' + self.flakes(code) + + +class NameTests(TestCase): + """ + Tests for some extra cases of name handling. + """ + def test_impossibleContext(self): + """ + A Name node with an unrecognized context results in a RuntimeError being + raised. + """ + tree = ast.parse("x = 10") + # Make it into something unrecognizable. + tree.body[0].targets[0].ctx = object() + self.assertRaises(RuntimeError, checker.Checker, tree) diff --git a/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/INSTALLER b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/LICENSE b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/LICENSE new file mode 100644 index 0000000..353924b --- /dev/null +++ b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/LICENSE @@ -0,0 +1,19 @@ +Copyright Jason R. Coombs + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/METADATA b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/METADATA new file mode 100644 index 0000000..fe760b1 --- /dev/null +++ b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/METADATA @@ -0,0 +1,119 @@ +Metadata-Version: 2.1 +Name: setuptools +Version: 58.1.0 +Summary: Easily download, build, install, upgrade, and uninstall Python packages +Home-page: https://github.com/pypa/setuptools +Author: Python Packaging Authority +Author-email: distutils-sig@python.org +License: UNKNOWN +Project-URL: Documentation, https://setuptools.readthedocs.io/ +Keywords: CPAN PyPI distutils eggs package management +Platform: UNKNOWN +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: System :: Archiving :: Packaging +Classifier: Topic :: System :: Systems Administration +Classifier: Topic :: Utilities +Requires-Python: >=3.6 +License-File: LICENSE +Provides-Extra: certs +Provides-Extra: docs +Requires-Dist: sphinx ; extra == 'docs' +Requires-Dist: jaraco.packaging (>=8.2) ; extra == 'docs' +Requires-Dist: rst.linker (>=1.9) ; extra == 'docs' +Requires-Dist: jaraco.tidelift (>=1.4) ; extra == 'docs' +Requires-Dist: pygments-github-lexers (==0.0.5) ; extra == 'docs' +Requires-Dist: sphinx-inline-tabs ; extra == 'docs' +Requires-Dist: sphinxcontrib-towncrier ; extra == 'docs' +Requires-Dist: furo ; extra == 'docs' +Provides-Extra: ssl +Provides-Extra: testing +Requires-Dist: pytest (>=4.6) ; extra == 'testing' +Requires-Dist: pytest-checkdocs (>=2.4) ; extra == 'testing' +Requires-Dist: pytest-flake8 ; extra == 'testing' +Requires-Dist: pytest-cov ; extra == 'testing' +Requires-Dist: pytest-enabler (>=1.0.1) ; extra == 'testing' +Requires-Dist: mock ; extra == 'testing' +Requires-Dist: flake8-2020 ; extra == 'testing' +Requires-Dist: virtualenv (>=13.0.0) ; extra == 'testing' +Requires-Dist: pytest-virtualenv (>=1.2.7) ; extra == 'testing' +Requires-Dist: wheel ; extra == 'testing' +Requires-Dist: paver ; extra == 'testing' +Requires-Dist: pip (>=19.1) ; extra == 'testing' +Requires-Dist: jaraco.envs ; extra == 'testing' +Requires-Dist: pytest-xdist ; extra == 'testing' +Requires-Dist: sphinx ; extra == 'testing' +Requires-Dist: jaraco.path (>=3.2.0) ; extra == 'testing' +Requires-Dist: pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy") and extra == 'testing' +Requires-Dist: pytest-mypy ; (platform_python_implementation != "PyPy") and extra == 'testing' + +.. image:: https://img.shields.io/pypi/v/setuptools.svg + :target: `PyPI link`_ + +.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg + :target: `PyPI link`_ + +.. _PyPI link: https://pypi.org/project/setuptools + +.. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg + :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22 + :alt: tests + +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/psf/black + :alt: Code style: Black + +.. image:: https://img.shields.io/readthedocs/setuptools/latest.svg + :target: https://setuptools.readthedocs.io + +.. image:: https://img.shields.io/badge/skeleton-2021-informational + :target: https://blog.jaraco.com/skeleton + +.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white + :target: https://codecov.io/gh/pypa/setuptools + +.. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat + :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme + +See the `Installation Instructions +`_ in the Python Packaging +User's Guide for instructions on installing, upgrading, and uninstalling +Setuptools. + +Questions and comments should be directed to the `distutils-sig +mailing list `_. +Bug reports and especially tested patches may be +submitted directly to the `bug tracker +`_. + + +Code of Conduct +=============== + +Everyone interacting in the setuptools project's codebases, issue trackers, +chat rooms, and mailing lists is expected to follow the +`PSF Code of Conduct `_. + + +For Enterprise +============== + +Available as part of the Tidelift Subscription. + +Setuptools and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. + +`Learn more `_. + + +Security Contact +================ + +To report a security vulnerability, please use the +`Tidelift security contact `_. +Tidelift will coordinate the fix and disclosure. + + diff --git a/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/RECORD b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/RECORD new file mode 100644 index 0000000..12514fa --- /dev/null +++ b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/RECORD @@ -0,0 +1,296 @@ +_distutils_hack/__init__.py,sha256=X3RUiA6KBPoEmco_CjACyltyQbFRGVUpZRAbSkPGwMs,3688 +_distutils_hack/__pycache__/__init__.cpython-310.pyc,, +_distutils_hack/__pycache__/override.cpython-310.pyc,, +_distutils_hack/override.py,sha256=Eu_s-NF6VIZ4Cqd0tbbA5wtWky2IZPNd8et6GLt1mzo,44 +distutils-precedence.pth,sha256=fqf_7z_ioRfuEsaO1lU2F_DX_S8FkCV8JcSElZo7c3M,152 +pkg_resources/__init__.py,sha256=P3PNN3_m8JJrYMp-i-Sq-3rhK5vuViqqjn1UXKHfe7Q,108202 +pkg_resources/__pycache__/__init__.cpython-310.pyc,, +pkg_resources/_vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pkg_resources/_vendor/__pycache__/__init__.cpython-310.pyc,, +pkg_resources/_vendor/__pycache__/appdirs.cpython-310.pyc,, +pkg_resources/_vendor/__pycache__/pyparsing.cpython-310.pyc,, +pkg_resources/_vendor/appdirs.py,sha256=MievUEuv3l_mQISH5SF0shDk_BNhHHzYiAPrT3ITN4I,24701 +pkg_resources/_vendor/packaging/__about__.py,sha256=PNMsaZn4UcCHyubgROH1bl6CluduPjI5kFrSp_Zgklo,736 +pkg_resources/_vendor/packaging/__init__.py,sha256=6enbp5XgRfjBjsI9-bn00HjHf5TH21PDMOKkJW8xw-w,562 +pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-310.pyc,, +pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-310.pyc,, +pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-310.pyc,, +pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-310.pyc,, +pkg_resources/_vendor/packaging/__pycache__/_typing.cpython-310.pyc,, +pkg_resources/_vendor/packaging/__pycache__/markers.cpython-310.pyc,, +pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-310.pyc,, +pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc,, +pkg_resources/_vendor/packaging/__pycache__/tags.cpython-310.pyc,, +pkg_resources/_vendor/packaging/__pycache__/utils.cpython-310.pyc,, +pkg_resources/_vendor/packaging/__pycache__/version.cpython-310.pyc,, +pkg_resources/_vendor/packaging/_compat.py,sha256=MXdsGpSE_W-ZrHoC87andI4LV2FAwU7HLL-eHe_CjhU,1128 +pkg_resources/_vendor/packaging/_structures.py,sha256=ozkCX8Q8f2qE1Eic3YiQ4buDVfgz2iYevY9e7R2y3iY,2022 +pkg_resources/_vendor/packaging/_typing.py,sha256=x59EhQ57TMT-kTRyLZV25HZvYGGwbucTo6iKh_O0tMw,1812 +pkg_resources/_vendor/packaging/markers.py,sha256=YSntQkMnKyw1_FG6oRNNnGxLL6bAxcGXOtuFE-YTS3k,9518 +pkg_resources/_vendor/packaging/requirements.py,sha256=R8K4H4xX_iD4LvpGw1U3ouuPbGN-wzsFgD7brhAM71Y,4929 +pkg_resources/_vendor/packaging/specifiers.py,sha256=uYp9l13F0LcknS6d4N60ytiBgFmIhKideOq9AnsxTco,31944 +pkg_resources/_vendor/packaging/tags.py,sha256=NKMS37Zo_nWrZxgsD6zbXsXgc9edn9m160cBiLmHJdE,24067 +pkg_resources/_vendor/packaging/utils.py,sha256=RShlvnjO2CtYSD8uri32frMMFMTmB-3ihsq1-ghzLEw,1811 +pkg_resources/_vendor/packaging/version.py,sha256=Cnbm-OO9D_qd8ZTFxzFcjSavexSYFZmyeaoPvMsjgPc,15470 +pkg_resources/_vendor/pyparsing.py,sha256=mahtkgcp3grNAD0re_9R0DLvBnvjzpeLwgJqT-3H1CE,232056 +pkg_resources/extern/__init__.py,sha256=3PixaT9Tzzd4NoyV6CVhGd7S_9Z-U5yvMWAftZKvC6k,2362 +pkg_resources/extern/__pycache__/__init__.cpython-310.pyc,, +pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-310.pyc,, +pkg_resources/tests/data/my-test-package-source/setup.py,sha256=Mrezl3nqxkYkjCYpIxmjhhg4AR8hgi4QZdEYmk-I7R8,104 +setuptools-58.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools-58.1.0.dist-info/LICENSE,sha256=2z8CRrH5J48VhFuZ_sR4uLUG63ZIeZNyL4xuJUKF-vg,1050 +setuptools-58.1.0.dist-info/METADATA,sha256=jjOLGyArpWjlz4JTmU_TEhFruOOTABRjZYqBzJXus5A,4852 +setuptools-58.1.0.dist-info/RECORD,, +setuptools-58.1.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools-58.1.0.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92 +setuptools-58.1.0.dist-info/entry_points.txt,sha256=wpnhLrbtyk4hZ1qCCw48cCSxoQPzULMhIuaFqsB7GxQ,2636 +setuptools-58.1.0.dist-info/top_level.txt,sha256=d9yL39v_W7qmKDDSH6sT4bE0j_Ls1M3P161OGgdsm4g,41 +setuptools/__init__.py,sha256=l7ULo8jGk-4-8jbacmJ58cYpSRX4swS1ccbJaJVAGdM,7448 +setuptools/__pycache__/__init__.cpython-310.pyc,, +setuptools/__pycache__/_deprecation_warning.cpython-310.pyc,, +setuptools/__pycache__/_imp.cpython-310.pyc,, +setuptools/__pycache__/archive_util.cpython-310.pyc,, +setuptools/__pycache__/build_meta.cpython-310.pyc,, +setuptools/__pycache__/config.cpython-310.pyc,, +setuptools/__pycache__/dep_util.cpython-310.pyc,, +setuptools/__pycache__/depends.cpython-310.pyc,, +setuptools/__pycache__/dist.cpython-310.pyc,, +setuptools/__pycache__/errors.cpython-310.pyc,, +setuptools/__pycache__/extension.cpython-310.pyc,, +setuptools/__pycache__/glob.cpython-310.pyc,, +setuptools/__pycache__/installer.cpython-310.pyc,, +setuptools/__pycache__/launch.cpython-310.pyc,, +setuptools/__pycache__/monkey.cpython-310.pyc,, +setuptools/__pycache__/msvc.cpython-310.pyc,, +setuptools/__pycache__/namespaces.cpython-310.pyc,, +setuptools/__pycache__/package_index.cpython-310.pyc,, +setuptools/__pycache__/py34compat.cpython-310.pyc,, +setuptools/__pycache__/sandbox.cpython-310.pyc,, +setuptools/__pycache__/unicode_utils.cpython-310.pyc,, +setuptools/__pycache__/version.cpython-310.pyc,, +setuptools/__pycache__/wheel.cpython-310.pyc,, +setuptools/__pycache__/windows_support.cpython-310.pyc,, +setuptools/_deprecation_warning.py,sha256=jU9-dtfv6cKmtQJOXN8nP1mm7gONw5kKEtiPtbwnZyI,218 +setuptools/_distutils/__init__.py,sha256=lpQAphR_7uhWC2fbSEps4Ja9W4YwezN_IX_LJEt3khU,250 +setuptools/_distutils/__pycache__/__init__.cpython-310.pyc,, +setuptools/_distutils/__pycache__/_msvccompiler.cpython-310.pyc,, +setuptools/_distutils/__pycache__/archive_util.cpython-310.pyc,, +setuptools/_distutils/__pycache__/bcppcompiler.cpython-310.pyc,, +setuptools/_distutils/__pycache__/ccompiler.cpython-310.pyc,, +setuptools/_distutils/__pycache__/cmd.cpython-310.pyc,, +setuptools/_distutils/__pycache__/config.cpython-310.pyc,, +setuptools/_distutils/__pycache__/core.cpython-310.pyc,, +setuptools/_distutils/__pycache__/cygwinccompiler.cpython-310.pyc,, +setuptools/_distutils/__pycache__/debug.cpython-310.pyc,, +setuptools/_distutils/__pycache__/dep_util.cpython-310.pyc,, +setuptools/_distutils/__pycache__/dir_util.cpython-310.pyc,, +setuptools/_distutils/__pycache__/dist.cpython-310.pyc,, +setuptools/_distutils/__pycache__/errors.cpython-310.pyc,, +setuptools/_distutils/__pycache__/extension.cpython-310.pyc,, +setuptools/_distutils/__pycache__/fancy_getopt.cpython-310.pyc,, +setuptools/_distutils/__pycache__/file_util.cpython-310.pyc,, +setuptools/_distutils/__pycache__/filelist.cpython-310.pyc,, +setuptools/_distutils/__pycache__/log.cpython-310.pyc,, +setuptools/_distutils/__pycache__/msvc9compiler.cpython-310.pyc,, +setuptools/_distutils/__pycache__/msvccompiler.cpython-310.pyc,, +setuptools/_distutils/__pycache__/py35compat.cpython-310.pyc,, +setuptools/_distutils/__pycache__/py38compat.cpython-310.pyc,, +setuptools/_distutils/__pycache__/spawn.cpython-310.pyc,, +setuptools/_distutils/__pycache__/sysconfig.cpython-310.pyc,, +setuptools/_distutils/__pycache__/text_file.cpython-310.pyc,, +setuptools/_distutils/__pycache__/unixccompiler.cpython-310.pyc,, +setuptools/_distutils/__pycache__/util.cpython-310.pyc,, +setuptools/_distutils/__pycache__/version.cpython-310.pyc,, +setuptools/_distutils/__pycache__/versionpredicate.cpython-310.pyc,, +setuptools/_distutils/_msvccompiler.py,sha256=jR0JM5A1JMnZ6xMDicQzhXWgXTVXs1lWAeUexC1z198,20813 +setuptools/_distutils/archive_util.py,sha256=qW-uiGwYexTvK5e-iSel_31Dshx-CqTanNPK6snwf98,8572 +setuptools/_distutils/bcppcompiler.py,sha256=OJDVpCUmX6H8v_7lV1zifV1fcx92Cr2dhiUh6989UJI,14894 +setuptools/_distutils/ccompiler.py,sha256=G2tn9Q3zQ0VUNfW1LM-nrnLt_6OhtiUunugCv85D1PQ,47607 +setuptools/_distutils/cmd.py,sha256=eco6LAGUtobLuPafuhmgKgkwRRL_WY8KJ4YeDCHpcls,18079 +setuptools/_distutils/command/__init__.py,sha256=2TA-rlNDlzeI-csbWHXFjGD8uOYqALMfyWOhT49nC6g,799 +setuptools/_distutils/command/__pycache__/__init__.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/bdist.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/bdist_msi.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/bdist_wininst.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/build.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/build_clib.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/build_ext.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/build_py.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/build_scripts.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/check.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/clean.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/config.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/install.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/install_data.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/install_egg_info.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/install_headers.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/install_lib.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/install_scripts.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/py37compat.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/register.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/sdist.cpython-310.pyc,, +setuptools/_distutils/command/__pycache__/upload.cpython-310.pyc,, +setuptools/_distutils/command/bdist.py,sha256=2z4eudRl_n7m3lG9leL0IYqes4bsm8c0fxfZuiafjMg,5562 +setuptools/_distutils/command/bdist_dumb.py,sha256=BTur9jcIppyP7Piavjfsk7YjElqvxeYO2npUyPPOekc,4913 +setuptools/_distutils/command/bdist_msi.py,sha256=EVFQYN_X-ExeeP8gmdV9JcINsuUGsLJUz9afMU0Rt8c,35579 +setuptools/_distutils/command/bdist_rpm.py,sha256=gjOw22GhDSbcq0bdq25cTb-n6HWWm0bShLQad_mkJ4k,21537 +setuptools/_distutils/command/bdist_wininst.py,sha256=iGlaI-VfElHOneeczKHWnSN5a10-7IMcJaXuR1mdS3c,16030 +setuptools/_distutils/command/build.py,sha256=1AF-dxN_NlOEyoydBz19AwpeWYPSYCZvOLJSN_PdatY,5773 +setuptools/_distutils/command/build_clib.py,sha256=bgVTHh28eLQA2Gkw68amApd_j7qQBX4MTI-zTvAK_J4,8022 +setuptools/_distutils/command/build_ext.py,sha256=hX4ksYXRC-Q3fEvLrANIG97mq3twO6ZwkMhfANNK3Yg,31683 +setuptools/_distutils/command/build_py.py,sha256=hXesMrH_epNj6K8SUtJdipgEis3EdICKeZ8VWe_ndck,16495 +setuptools/_distutils/command/build_scripts.py,sha256=urdn6wPxPMW5dLqpqFkZ8dqaFG1tf9TiAao6U9LCoEI,5963 +setuptools/_distutils/command/check.py,sha256=5qDtI75ccZg3sAItQWeaIu8y3FR314O4rr9Smz4HsEo,5637 +setuptools/_distutils/command/clean.py,sha256=2TCt47ru4hZZM0RfVfUYj5bbpicpGLP4Qhw5jBtvp9k,2776 +setuptools/_distutils/command/config.py,sha256=2aTjww3PwjMB8-ZibCe4P7B-qG1hM1gn_rJXYyxRz6c,13117 +setuptools/_distutils/command/install.py,sha256=oaYyzj2vAGb_HKqdFts7rY0gx80W9MrqPQCZpfvGj2k,27534 +setuptools/_distutils/command/install_data.py,sha256=YhGOAwh3gJPqF7em5XA0rmpR42z1bLh80ooElzDyUvk,2822 +setuptools/_distutils/command/install_egg_info.py,sha256=0kW0liVMeadkjX0ZcRfMptKFen07Gw6gyw1VHT5KIwc,2603 +setuptools/_distutils/command/install_headers.py,sha256=XQ6idkbIDfr1ljXCOznuVUMvOFpHBn6cK0Wz9gIM2b4,1298 +setuptools/_distutils/command/install_lib.py,sha256=9AofR-MO9lAtjwwuukCptepOaJEKMZW2VHiyR5hU7HA,8397 +setuptools/_distutils/command/install_scripts.py,sha256=_CLUeQwGJRcY2kik7azPMn5IdtDCrjWdUvZ1khlG6ck,2017 +setuptools/_distutils/command/py37compat.py,sha256=qzRhhvTihqx_PZZt2ZYECxh1X3Oj255VqatzelYFAKw,671 +setuptools/_distutils/command/register.py,sha256=2jaq9968rt2puRVDBx1HbNiXv27uOk8idE_4lPf_3VM,11712 +setuptools/_distutils/command/sdist.py,sha256=qotJjAOzyhJjq2-oDImjNFrOtaSneEFDJTB-sEk1wnU,19005 +setuptools/_distutils/command/upload.py,sha256=BLO1w7eSAqsCjCLXtf_CRVSjwF1WmyOByGVGNdcQ8oY,7597 +setuptools/_distutils/config.py,sha256=dtHgblx9JhfyrKx1-J7Jlxw_f7s8ZbPFQii2UWMTZpY,4827 +setuptools/_distutils/core.py,sha256=jbdOkpOK09xi-56vhhwvn3fYdhLb5DJO8q3K1fnQz0Q,8876 +setuptools/_distutils/cygwinccompiler.py,sha256=QpmRAopZOYEKww_iCWTu3KLjs9gggyl90E0fagAxqCM,16938 +setuptools/_distutils/debug.py,sha256=N6MrTAqK6l9SVk6tWweR108PM8Ol7qNlfyV-nHcLhsY,139 +setuptools/_distutils/dep_util.py,sha256=GuR9Iw_jzZRkyemJ5HX8rB_wRGxkIBcBm1qh54r7zhk,3491 +setuptools/_distutils/dir_util.py,sha256=UwhBOUTcV65GTwce4SPuTXR8Z8q3LYEcmttqcGb0bYo,7778 +setuptools/_distutils/dist.py,sha256=Biuf6ca8uiFfMScRFsYUKtb5neMPtxKxRtXn50_1f3U,50421 +setuptools/_distutils/errors.py,sha256=Yr6tKZGdzBoNi53vBtiq0UJ__X05CmxSdQJqOWaw6SY,3577 +setuptools/_distutils/extension.py,sha256=bTb3Q0CoevGKYv5dX1ls--Ln8tlB0-UEOsi9BwzlZ-s,10515 +setuptools/_distutils/fancy_getopt.py,sha256=OPxp2CxHi1Yp_d1D8JxW4Ueq9fC71tegQFaafh58GGU,17784 +setuptools/_distutils/file_util.py,sha256=0hUqfItN_x2DVihR0MHdA4KCMVCOO8VoByaFp_a6MDg,8148 +setuptools/_distutils/filelist.py,sha256=Z9f5hvepZnpniZ2IFmCnWIjdviWozs8sbARBhWajwoM,13407 +setuptools/_distutils/log.py,sha256=hWBmdUC2K927QcVv3REMW3HMPclxccPQngxLSuUXQl0,1969 +setuptools/_distutils/msvc9compiler.py,sha256=X623B92g0v8A3BEM9qpRf396AEd_hfjkfDUVTKu0hcE,30453 +setuptools/_distutils/msvccompiler.py,sha256=qruALeGRq8-CjtjE2tLQ8W26QnchcYedWzFme8AxZ4Q,23540 +setuptools/_distutils/py35compat.py,sha256=-sk1vBIsOgH-AobjIYbK_OEjdJF_54Ul_D1EiE9XM_c,455 +setuptools/_distutils/py38compat.py,sha256=II7ddBxOijC7uNN4z_46HYUjwYTJYMNiLJoGTormZm0,212 +setuptools/_distutils/spawn.py,sha256=4uE9k3VZWijxy7E_Rlcmh1MoamaPJ8rajdNBagKxjgU,3498 +setuptools/_distutils/sysconfig.py,sha256=mrtbAa9QXYXrNEe2HGKFyes2oJTNqImcgJGWiXnxOtQ,21630 +setuptools/_distutils/text_file.py,sha256=PsuAJeWdKJoLSV_6N6IpB5-0Pa84KzLUucJMFRazw3I,12483 +setuptools/_distutils/unixccompiler.py,sha256=VmkjwPXyVI8_nbHLqrGgS7xgf12JNeWXkWHcx1iRIj0,14980 +setuptools/_distutils/util.py,sha256=6UsgxxG3pzfimk2JHa5LBIHHddmBT-YdxoocXLlL6g4,20373 +setuptools/_distutils/version.py,sha256=8NogP6NPPQpp3EUMZcT9czEHia-ehqPo8spo_e7AgUU,12514 +setuptools/_distutils/versionpredicate.py,sha256=ZxpEA-TQv88mUWc6hetUO4qSqA2sa7ipjZ3QEK5evDk,5133 +setuptools/_imp.py,sha256=HmF91IbitRfsD5z-g4_wmcuH-RahyIONbPgiCOFgtzA,2392 +setuptools/_vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/__pycache__/__init__.cpython-310.pyc,, +setuptools/_vendor/__pycache__/ordered_set.cpython-310.pyc,, +setuptools/_vendor/__pycache__/pyparsing.cpython-310.pyc,, +setuptools/_vendor/more_itertools/__init__.py,sha256=C7sXffHTXM3P-iaLPPfqfmDoxOflQMJLcM7ed9p3jak,82 +setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-310.pyc,, +setuptools/_vendor/more_itertools/__pycache__/more.cpython-310.pyc,, +setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-310.pyc,, +setuptools/_vendor/more_itertools/more.py,sha256=DlZa8v6JihVwfQ5zHidOA-xDE0orcQIUyxVnCaUoDKE,117968 +setuptools/_vendor/more_itertools/recipes.py,sha256=UkNkrsZyqiwgLHANBTmvMhCvaNSvSNYhyOpz_Jc55DY,16256 +setuptools/_vendor/ordered_set.py,sha256=dbaCcs27dyN9gnMWGF5nA_BrVn6Q-NrjKYJpV9_fgBs,15130 +setuptools/_vendor/packaging/__about__.py,sha256=PNMsaZn4UcCHyubgROH1bl6CluduPjI5kFrSp_Zgklo,736 +setuptools/_vendor/packaging/__init__.py,sha256=6enbp5XgRfjBjsI9-bn00HjHf5TH21PDMOKkJW8xw-w,562 +setuptools/_vendor/packaging/__pycache__/__about__.cpython-310.pyc,, +setuptools/_vendor/packaging/__pycache__/__init__.cpython-310.pyc,, +setuptools/_vendor/packaging/__pycache__/_compat.cpython-310.pyc,, +setuptools/_vendor/packaging/__pycache__/_structures.cpython-310.pyc,, +setuptools/_vendor/packaging/__pycache__/_typing.cpython-310.pyc,, +setuptools/_vendor/packaging/__pycache__/markers.cpython-310.pyc,, +setuptools/_vendor/packaging/__pycache__/requirements.cpython-310.pyc,, +setuptools/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc,, +setuptools/_vendor/packaging/__pycache__/tags.cpython-310.pyc,, +setuptools/_vendor/packaging/__pycache__/utils.cpython-310.pyc,, +setuptools/_vendor/packaging/__pycache__/version.cpython-310.pyc,, +setuptools/_vendor/packaging/_compat.py,sha256=MXdsGpSE_W-ZrHoC87andI4LV2FAwU7HLL-eHe_CjhU,1128 +setuptools/_vendor/packaging/_structures.py,sha256=ozkCX8Q8f2qE1Eic3YiQ4buDVfgz2iYevY9e7R2y3iY,2022 +setuptools/_vendor/packaging/_typing.py,sha256=x59EhQ57TMT-kTRyLZV25HZvYGGwbucTo6iKh_O0tMw,1812 +setuptools/_vendor/packaging/markers.py,sha256=BCCxZbt8xgysH8v5pqbLkdtQnRZHIGkJQqlNBGek4nQ,9509 +setuptools/_vendor/packaging/requirements.py,sha256=VHydZdk8m3qFxReomNwKr71cmpjantEV_xOhkEyyINI,4917 +setuptools/_vendor/packaging/specifiers.py,sha256=uYp9l13F0LcknS6d4N60ytiBgFmIhKideOq9AnsxTco,31944 +setuptools/_vendor/packaging/tags.py,sha256=NKMS37Zo_nWrZxgsD6zbXsXgc9edn9m160cBiLmHJdE,24067 +setuptools/_vendor/packaging/utils.py,sha256=RShlvnjO2CtYSD8uri32frMMFMTmB-3ihsq1-ghzLEw,1811 +setuptools/_vendor/packaging/version.py,sha256=Cnbm-OO9D_qd8ZTFxzFcjSavexSYFZmyeaoPvMsjgPc,15470 +setuptools/_vendor/pyparsing.py,sha256=mahtkgcp3grNAD0re_9R0DLvBnvjzpeLwgJqT-3H1CE,232056 +setuptools/archive_util.py,sha256=maJDbozRbDeSPw53VT0cb_IS3W0Ap73lJR8tX8RZDx0,7077 +setuptools/build_meta.py,sha256=x7FI1UPKCKxBBSopXocfGDnJa98rQO8atKXSwJtdid8,10280 +setuptools/cli-32.exe,sha256=dfEuovMNnA2HLa3jRfMPVi5tk4R7alCbpTvuxtCyw0Y,65536 +setuptools/cli-64.exe,sha256=KLABu5pyrnokJCv6skjXZ6GsXeyYHGcqOUT3oHI3Xpo,74752 +setuptools/cli.exe,sha256=dfEuovMNnA2HLa3jRfMPVi5tk4R7alCbpTvuxtCyw0Y,65536 +setuptools/command/__init__.py,sha256=e-8TJOikUe3St0fw2b2p9u5EDdSxl5zHUBJJKifbcQ8,217 +setuptools/command/__pycache__/__init__.cpython-310.pyc,, +setuptools/command/__pycache__/alias.cpython-310.pyc,, +setuptools/command/__pycache__/bdist_egg.cpython-310.pyc,, +setuptools/command/__pycache__/bdist_rpm.cpython-310.pyc,, +setuptools/command/__pycache__/build_clib.cpython-310.pyc,, +setuptools/command/__pycache__/build_ext.cpython-310.pyc,, +setuptools/command/__pycache__/build_py.cpython-310.pyc,, +setuptools/command/__pycache__/develop.cpython-310.pyc,, +setuptools/command/__pycache__/dist_info.cpython-310.pyc,, +setuptools/command/__pycache__/easy_install.cpython-310.pyc,, +setuptools/command/__pycache__/egg_info.cpython-310.pyc,, +setuptools/command/__pycache__/install.cpython-310.pyc,, +setuptools/command/__pycache__/install_egg_info.cpython-310.pyc,, +setuptools/command/__pycache__/install_lib.cpython-310.pyc,, +setuptools/command/__pycache__/install_scripts.cpython-310.pyc,, +setuptools/command/__pycache__/py36compat.cpython-310.pyc,, +setuptools/command/__pycache__/register.cpython-310.pyc,, +setuptools/command/__pycache__/rotate.cpython-310.pyc,, +setuptools/command/__pycache__/saveopts.cpython-310.pyc,, +setuptools/command/__pycache__/sdist.cpython-310.pyc,, +setuptools/command/__pycache__/setopt.cpython-310.pyc,, +setuptools/command/__pycache__/test.cpython-310.pyc,, +setuptools/command/__pycache__/upload.cpython-310.pyc,, +setuptools/command/__pycache__/upload_docs.cpython-310.pyc,, +setuptools/command/alias.py,sha256=1sLQxZcNh6dDQpDmm4G7UGGTol83nY1NTPmNBbm2siI,2381 +setuptools/command/bdist_egg.py,sha256=-upiB6fFtm8cQSQj1LRDVpG1-T143DsXCvV0fh03u7U,16604 +setuptools/command/bdist_rpm.py,sha256=PxrgoHPNaw2Pw2qNjjHDPC-Ay_IaDbCqP3d_5N-cj2A,1182 +setuptools/command/build_clib.py,sha256=fWHSFGkk10VCddBWCszvNhowbG9Z9CZXVjQ2uSInoOs,4415 +setuptools/command/build_ext.py,sha256=SNK042HfB2ezlDQbSVRGFqI1IM5A4AsjU1wpV3fgskE,13212 +setuptools/command/build_py.py,sha256=UydjclXl6FSyrPjXOOwZD-gHby0tIKoP-qu5itvyP0g,8276 +setuptools/command/develop.py,sha256=5_Ss7ENd1_B_jVMY1tF5UV_y1Xu6jbVzAPG8oKeluGA,7012 +setuptools/command/dist_info.py,sha256=5t6kOfrdgALT-P3ogss6PF9k-Leyesueycuk3dUyZnI,960 +setuptools/command/easy_install.py,sha256=uK0hIXMflGuefmQuA8c6lwwT7Np0uVXRWhxPiextgb4,85344 +setuptools/command/egg_info.py,sha256=se-FhYI1sZMzKd6lndV_-vNkJ31hX4HY4ZcMUu71l9k,25335 +setuptools/command/install.py,sha256=8doMxeQEDoK4Eco0mO2WlXXzzp9QnsGJQ7Z7yWkZPG8,4705 +setuptools/command/install_egg_info.py,sha256=bMgeIeRiXzQ4DAGPV1328kcjwQjHjOWU4FngAWLV78Q,2203 +setuptools/command/install_lib.py,sha256=Uz42McsyHZAjrB6cw9E7Bz0xsaTbzxnM1PI9CBhiPtE,3875 +setuptools/command/install_scripts.py,sha256=o0jN_ex7yYYk8W5clymTFOXwkFMKzW9q_zd9Npcex7M,2593 +setuptools/command/launcher manifest.xml,sha256=xlLbjWrB01tKC0-hlVkOKkiSPbzMml2eOPtJ_ucCnbE,628 +setuptools/command/py36compat.py,sha256=7yLWzQj179Enx3pJ8V1cDDCzeLMFMd9XJXlK-iZTq5Y,4946 +setuptools/command/register.py,sha256=kk3DxXCb5lXTvqnhfwx2g6q7iwbUmgTyXUCaBooBOUk,468 +setuptools/command/rotate.py,sha256=SvsQPasezIojPjvMnfkqzh8P0U0tCj0daczF8uc3NQM,2128 +setuptools/command/saveopts.py,sha256=za7QCBcQimKKriWcoCcbhxPjUz30gSB74zuTL47xpP4,658 +setuptools/command/sdist.py,sha256=pEMF0GMVuaznNK6GFamK4GSXG9_qef0ic8z7jEsPmKo,5967 +setuptools/command/setopt.py,sha256=okxhqD1NM1nQlbSVDCNv6P7Y7g680sc2r-tUW7wPH1Y,5086 +setuptools/command/test.py,sha256=qGY-Hx1RPCndlVh2rsrEs5479CgmxRsrEflVLr98jVA,8088 +setuptools/command/upload.py,sha256=XT3YFVfYPAmA5qhGg0euluU98ftxRUW-PzKcODMLxUs,462 +setuptools/command/upload_docs.py,sha256=ba5kOyedD_u62weinrxqqnvpuQvBIuamXehJG6tAvO0,7218 +setuptools/config.py,sha256=sm9ZbziX9DlOugcVlIbhqttMJwxwznGEsk82D8MVaDM,23123 +setuptools/dep_util.py,sha256=BDx1BkzNQntvAB4alypHbW5UVBzjqths000PrUL4Zqc,949 +setuptools/depends.py,sha256=iHfZdLdlCu2BllSF9bRg7NU0oqbPWMH8ljm4BuwQDY0,5474 +setuptools/dist.py,sha256=cZtPPzGEhSomPH_vXH_DeCFetjJ9B8Hv8VUCG0KbZh8,43087 +setuptools/errors.py,sha256=MVOcv381HNSajDgEUWzOQ4J6B5BHCBMSjHfaWcEwA1o,524 +setuptools/extension.py,sha256=NMM46XjNdVelWemc0x8CyVKA5Ks6Zm3xTWSA2SS6xZM,1684 +setuptools/extern/__init__.py,sha256=Hhf9W73WAitw9TdRJfDIb6YFjmK56CF61afds1Mg0HY,2407 +setuptools/extern/__pycache__/__init__.cpython-310.pyc,, +setuptools/glob.py,sha256=1oZjbfjAHSXbgdhSuR6YGU8jKob9L8NtEmBYqcPTLYk,4873 +setuptools/gui-32.exe,sha256=XBr0bHMA6Hpz2s9s9Bzjl-PwXfa9nH4ie0rFn4V2kWA,65536 +setuptools/gui-64.exe,sha256=aYKMhX1IJLn4ULHgWX0sE0yREUt6B3TEHf_jOw6yNyE,75264 +setuptools/gui.exe,sha256=XBr0bHMA6Hpz2s9s9Bzjl-PwXfa9nH4ie0rFn4V2kWA,65536 +setuptools/installer.py,sha256=jbhb7ZVkNV_bSUMgfnLcZw0IHr6REFnKF4o7_1Jqxm0,3567 +setuptools/launch.py,sha256=TyPT-Ic1T2EnYvGO26gfNRP4ysBlrhpbRjQxWsiO414,812 +setuptools/monkey.py,sha256=0e3HdVKXHL415O7np-AUqhEFXPPuDdJKbI47chQ_DE4,5217 +setuptools/msvc.py,sha256=3LLt938e6OR7wWPzIvCQu7LCWZSIKqoKV6w3r8jV3kY,50561 +setuptools/namespaces.py,sha256=PMqGVPXPYQgjUTvEg9bGccRAkIODrQ6NmsDg_fwErwI,3093 +setuptools/package_index.py,sha256=2A1O7fpTXcfeD5IV4HWrIoEXXkgq5k8t9aWrjx90Vnw,39886 +setuptools/py34compat.py,sha256=KYOd6ybRxjBW8NJmYD8t_UyyVmysppFXqHpFLdslGXU,245 +setuptools/sandbox.py,sha256=mR83i-mu-ZUU_7TaMgYCeRSyzkqv8loJ_GR9xhS2DDw,14348 +setuptools/script (dev).tmpl,sha256=RUzQzCQUaXtwdLtYHWYbIQmOaES5Brqq1FvUA_tu-5I,218 +setuptools/script.tmpl,sha256=WGTt5piezO27c-Dbx6l5Q4T3Ff20A5z7872hv3aAhYY,138 +setuptools/unicode_utils.py,sha256=aOOFo4JGwAsiBttGYDsqFS7YqWQeZ2j6DWiCuctR_00,941 +setuptools/version.py,sha256=og_cuZQb0QI6ukKZFfZWPlr1HgJBPPn2vO2m_bI9ZTE,144 +setuptools/wheel.py,sha256=0P8tSk105uF_Ub-30N2HU2X2v7MKDSdjpeQlRRW3SkI,8288 +setuptools/windows_support.py,sha256=5GrfqSP2-dLGJoZTq2g6dCKkyQxxa2n5IQiXlJCoYEE,714 diff --git a/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/REQUESTED b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/WHEEL b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/WHEEL new file mode 100644 index 0000000..5bad85f --- /dev/null +++ b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.37.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/entry_points.txt b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/entry_points.txt new file mode 100644 index 0000000..9466bf6 --- /dev/null +++ b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/entry_points.txt @@ -0,0 +1,56 @@ +[distutils.commands] +alias = setuptools.command.alias:alias +bdist_egg = setuptools.command.bdist_egg:bdist_egg +bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm +build_clib = setuptools.command.build_clib:build_clib +build_ext = setuptools.command.build_ext:build_ext +build_py = setuptools.command.build_py:build_py +develop = setuptools.command.develop:develop +dist_info = setuptools.command.dist_info:dist_info +easy_install = setuptools.command.easy_install:easy_install +egg_info = setuptools.command.egg_info:egg_info +install = setuptools.command.install:install +install_egg_info = setuptools.command.install_egg_info:install_egg_info +install_lib = setuptools.command.install_lib:install_lib +install_scripts = setuptools.command.install_scripts:install_scripts +rotate = setuptools.command.rotate:rotate +saveopts = setuptools.command.saveopts:saveopts +sdist = setuptools.command.sdist:sdist +setopt = setuptools.command.setopt:setopt +test = setuptools.command.test:test +upload_docs = setuptools.command.upload_docs:upload_docs + +[distutils.setup_keywords] +dependency_links = setuptools.dist:assert_string_list +eager_resources = setuptools.dist:assert_string_list +entry_points = setuptools.dist:check_entry_points +exclude_package_data = setuptools.dist:check_package_data +extras_require = setuptools.dist:check_extras +include_package_data = setuptools.dist:assert_bool +install_requires = setuptools.dist:check_requirements +namespace_packages = setuptools.dist:check_nsp +package_data = setuptools.dist:check_package_data +packages = setuptools.dist:check_packages +python_requires = setuptools.dist:check_specifier +setup_requires = setuptools.dist:check_requirements +test_loader = setuptools.dist:check_importable +test_runner = setuptools.dist:check_importable +test_suite = setuptools.dist:check_test_suite +tests_require = setuptools.dist:check_requirements +use_2to3 = setuptools.dist:invalid_unless_false +zip_safe = setuptools.dist:assert_bool + +[egg_info.writers] +PKG-INFO = setuptools.command.egg_info:write_pkg_info +dependency_links.txt = setuptools.command.egg_info:overwrite_arg +depends.txt = setuptools.command.egg_info:warn_depends_obsolete +eager_resources.txt = setuptools.command.egg_info:overwrite_arg +entry_points.txt = setuptools.command.egg_info:write_entries +namespace_packages.txt = setuptools.command.egg_info:overwrite_arg +requires.txt = setuptools.command.egg_info:write_requirements +top_level.txt = setuptools.command.egg_info:write_toplevel_names + +[setuptools.finalize_distribution_options] +keywords = setuptools.dist:Distribution._finalize_setup_keywords +parent_finalize = setuptools.dist:_Distribution.finalize_options + diff --git a/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/top_level.txt b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/top_level.txt new file mode 100644 index 0000000..b5ac107 --- /dev/null +++ b/venv/lib/python3.10/site-packages/setuptools-58.1.0.dist-info/top_level.txt @@ -0,0 +1,3 @@ +_distutils_hack +pkg_resources +setuptools diff --git a/venv/lib/python3.10/site-packages/setuptools/__init__.py b/venv/lib/python3.10/site-packages/setuptools/__init__.py new file mode 100644 index 0000000..9d6f0bc --- /dev/null +++ b/venv/lib/python3.10/site-packages/setuptools/__init__.py @@ -0,0 +1,242 @@ +"""Extensions to the 'distutils' for large or complex distributions""" + +from fnmatch import fnmatchcase +import functools +import os +import re + +import _distutils_hack.override # noqa: F401 + +import distutils.core +from distutils.errors import DistutilsOptionError +from distutils.util import convert_path + +from ._deprecation_warning import SetuptoolsDeprecationWarning + +import setuptools.version +from setuptools.extension import Extension +from setuptools.dist import Distribution +from setuptools.depends import Require +from . import monkey + + +__all__ = [ + 'setup', + 'Distribution', + 'Command', + 'Extension', + 'Require', + 'SetuptoolsDeprecationWarning', + 'find_packages', + 'find_namespace_packages', +] + +__version__ = setuptools.version.__version__ + +bootstrap_install_from = None + + +class PackageFinder: + """ + Generate a list of all Python packages found within a directory + """ + + @classmethod + def find(cls, where='.', exclude=(), include=('*',)): + """Return a list all Python packages found within directory 'where' + + 'where' is the root directory which will be searched for packages. It + should be supplied as a "cross-platform" (i.e. URL-style) path; it will + be converted to the appropriate local path syntax. + + 'exclude' is a sequence of package names to exclude; '*' can be used + as a wildcard in the names, such that 'foo.*' will exclude all + subpackages of 'foo' (but not 'foo' itself). + + 'include' is a sequence of package names to include. If it's + specified, only the named packages will be included. If it's not + specified, all found packages will be included. 'include' can contain + shell style wildcard patterns just like 'exclude'. + """ + + return list( + cls._find_packages_iter( + convert_path(where), + cls._build_filter('ez_setup', '*__pycache__', *exclude), + cls._build_filter(*include), + ) + ) + + @classmethod + def _find_packages_iter(cls, where, exclude, include): + """ + All the packages found in 'where' that pass the 'include' filter, but + not the 'exclude' filter. + """ + for root, dirs, files in os.walk(where, followlinks=True): + # Copy dirs to iterate over it, then empty dirs. + all_dirs = dirs[:] + dirs[:] = [] + + for dir in all_dirs: + full_path = os.path.join(root, dir) + rel_path = os.path.relpath(full_path, where) + package = rel_path.replace(os.path.sep, '.') + + # Skip directory trees that are not valid packages + if '.' in dir or not cls._looks_like_package(full_path): + continue + + # Should this package be included? + if include(package) and not exclude(package): + yield package + + # Keep searching subdirectories, as there may be more packages + # down there, even if the parent was excluded. + dirs.append(dir) + + @staticmethod + def _looks_like_package(path): + """Does a directory look like a package?""" + return os.path.isfile(os.path.join(path, '__init__.py')) + + @staticmethod + def _build_filter(*patterns): + """ + Given a list of patterns, return a callable that will be true only if + the input matches at least one of the patterns. + """ + return lambda name: any(fnmatchcase(name, pat=pat) for pat in patterns) + + +class PEP420PackageFinder(PackageFinder): + @staticmethod + def _looks_like_package(path): + return True + + +find_packages = PackageFinder.find +find_namespace_packages = PEP420PackageFinder.find + + +def _install_setup_requires(attrs): + # Note: do not use `setuptools.Distribution` directly, as + # our PEP 517 backend patch `distutils.core.Distribution`. + class MinimalDistribution(distutils.core.Distribution): + """ + A minimal version of a distribution for supporting the + fetch_build_eggs interface. + """ + + def __init__(self, attrs): + _incl = 'dependency_links', 'setup_requires' + filtered = {k: attrs[k] for k in set(_incl) & set(attrs)} + distutils.core.Distribution.__init__(self, filtered) + + def finalize_options(self): + """ + Disable finalize_options to avoid building the working set. + Ref #2158. + """ + + dist = MinimalDistribution(attrs) + + # Honor setup.cfg's options. + dist.parse_config_files(ignore_option_errors=True) + if dist.setup_requires: + dist.fetch_build_eggs(dist.setup_requires) + + +def setup(**attrs): + # Make sure we have any requirements needed to interpret 'attrs'. + _install_setup_requires(attrs) + return distutils.core.setup(**attrs) + + +setup.__doc__ = distutils.core.setup.__doc__ + + +_Command = monkey.get_unpatched(distutils.core.Command) + + +class Command(_Command): + __doc__ = _Command.__doc__ + + command_consumes_arguments = False + + def __init__(self, dist, **kw): + """ + Construct the command for dist, updating + vars(self) with any keyword parameters. + """ + _Command.__init__(self, dist) + vars(self).update(kw) + + def _ensure_stringlike(self, option, what, default=None): + val = getattr(self, option) + if val is None: + setattr(self, option, default) + return default + elif not isinstance(val, str): + raise DistutilsOptionError( + "'%s' must be a %s (got `%s`)" % (option, what, val) + ) + return val + + def ensure_string_list(self, option): + r"""Ensure that 'option' is a list of strings. If 'option' is + currently a string, we split it either on /,\s*/ or /\s+/, so + "foo bar baz", "foo,bar,baz", and "foo, bar baz" all become + ["foo", "bar", "baz"]. + """ + val = getattr(self, option) + if val is None: + return + elif isinstance(val, str): + setattr(self, option, re.split(r',\s*|\s+', val)) + else: + if isinstance(val, list): + ok = all(isinstance(v, str) for v in val) + else: + ok = False + if not ok: + raise DistutilsOptionError( + "'%s' must be a list of strings (got %r)" % (option, val) + ) + + def reinitialize_command(self, command, reinit_subcommands=0, **kw): + cmd = _Command.reinitialize_command(self, command, reinit_subcommands) + vars(cmd).update(kw) + return cmd + + +def _find_all_simple(path): + """ + Find all files under 'path' + """ + results = ( + os.path.join(base, file) + for base, dirs, files in os.walk(path, followlinks=True) + for file in files + ) + return filter(os.path.isfile, results) + + +def findall(dir=os.curdir): + """ + Find all files under 'dir' and return the list of full filenames. + Unless dir is '.', return full filenames with dir prepended. + """ + files = _find_all_simple(dir) + if dir == os.curdir: + make_rel = functools.partial(os.path.relpath, start=dir) + files = map(make_rel, files) + return list(files) + + +class sic(str): + """Treat this string as-is (https://en.wikipedia.org/wiki/Sic)""" + + +# Apply monkey patches +monkey.patch_all() diff --git a/venv/lib/python3.10/site-packages/setuptools/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9248dd2b4fbf63a46433bb762b1cc9ba0685afc9 GIT binary patch literal 8602 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e669ed1fba173a955e44d209c847b195e97a2d0c GIT binary patch literal 559 zcmZWmy-ve05O&&%Ruz>PIx={zL~9T$LKQ+{>rxO>7srX+#*o^<=L8jr3EqG=VB>9= zv+@>9T+)gbanhad=ex80o$d9y1m*4db5Y{?RRz1!!eERFeKc1@5*fUrD)Q2t1+p_bx@b5TIzB z3IIB{jy|r7RBrJ=wV`1Mzq7)yTen^(8aA!y80)di=|V|5cXo*_|1S;0BPxuf0x0Bh zLN(Nr3Jp3+6^&LnVlML3kLvtn&?-Be8?jWJmtD@6R_1Bt?{of;i*!?Ib1rSn`3G@( zNJVYF@7N6}2h7<-`;19d80Cix?UOtjMoySGK^j=0Ou#t!KOb!IYXl;**RPP>bxG%z*L|7 E0KzPs)Bpeg literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/__pycache__/_imp.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/__pycache__/_imp.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73dbfc91e5f9ecb07b199651baeb57740ab277a6 GIT binary patch literal 2085 zcmZuy-EZ4A5Em&~mgUd%bL}=%7|^92nz&mBv>1wEt?O(lS|?~4AQ1)#vPj2rWJw_D ztO;abSo*fd0o!Zx*#BnFeBD$2g#tr&l$ylZMnNa??nwUbct0ws*KG~jZ?ivlwkn$T zmm17B9R}aQ%Lxdgxf($PN61C_7rT1?HQ=igBPvZy*F+l8-7+b;7BSrlDZ4hY+$yOM z`;F$-$O5U7+8gB7p;spj=ru@_w7}LRctdMnI@q#b(xq^cMsz}B;fpYdon+_?!?13fyerhajcC?u?~H6T$yDaUHhcOp^98hUQAs4a&=n^KPa3CuaKNy8EW&6@z_r+)hqNPk$@~9O$ zX-q{JwRLG0xMe8?H!e-(LD^f4T?Rz&+|DMajCWWv3Psu>bT6i2X(tq;>0oKVU~|}I zr?W@ny${z9CV0DpXPknrf^mppG)_ns$hOK^Y!neoN?J(;=C+ zgfT81nZy8n`54bIDb1kHW`?koMpO>*tOPxqn7f!i%u4LBsOA=9TpQP6g~y_i&oD{Z z&}QYC75|v~Tj0MA{@Zi@P4M3qt$+DH1%J%`P_t&HSQuYAx}2HEh*WOCdRZ9|*2Y)% zG?oxMMx;8k=5z<*>P(LpK4`9i*P*x$np2;TK=Z4(G1D_$TouP&8WdViHmMz0gJ~Fv zr7&iS9TG8#*`WP#UI((en%8uXv4qLm$meH^$})_6AsDN|G}cseTdK4R3Py>qD&8!< zOx2Jy#C}SpnXqstj1_?ZaS-{OvzjtDR&q$ij*2bo+uq8{HMiH7%_jJKB|9pD2>z!$(k)$+kS6EBMy^sf1P? zHo;51;EipBe>Px+7G@7%u?u9raO-^z)_F4XIuIGn6ZuHbv||K!9`3WN;N3Rzx?rC` zpE)3;rEcy30&DB%8DU>3ySl>WB3<~;9sfNza0>)P1lVhceFK9)VLWXHbksP%d_IHD z8D1dVMZ5xM`XOLt55W!4s0*$Dsulp`a|ag2!{mQK+6rVrqdv@^Udo<#XlP|G>4={rg`B$pk8vDO~KX63a^5Q({qx+e+m4 v)dA*NDK2}5bqE`L~mP8bW literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/__pycache__/archive_util.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/__pycache__/archive_util.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c560a8ed48e4b8ff84b8f639e74019c89fb72c1 GIT binary patch literal 5855 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 Jm+wo^s_x}gI`T3H8&(H1rlZ}ft!}yQ9nEp7p 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/__pycache__/dep_util.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/__pycache__/dep_util.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8ecbbce1d8c357e48749d1faeadb5cda0aece9fc GIT binary patch literal 866 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/__pycache__/dist.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/__pycache__/dist.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8c09e335583eead3e1f48aa84e2fdec610e63d47 GIT binary patch literal 36262 zcmc(I3ve9gec#>Q-V=uhK@fb1l1`u~01^RG4@)vdQKI>fXh|T$hZvo#oQ~K9c;Mmg z`0auuRtH%&X$8AGut#yVs{)jGo3cd z%d{o-_xpdld$$MBah=Q*nA_XO_kH_4{_n?k&HnyE0)L-c`K|dAKb1&)i5J~}Ib1xA zkMnsWk+2f;$#TLc-c|^{Q`j+w*X?L_ditlWF>*BWZ zw#Dt`?Tb6gJETmme#hd@@=iI=*Y8}st9+N77wUH}mdd5Yd&>97bsye6Rvwe{Vtv=* zz2$r5yuZGC@xJnXaz23b@$$Hw57s9ZC(DyKAF?*p?_YeN{D9my>U+w2q)$`wJzU?j zI9;BWXPfJL7x$I-$@xhA!NrHl4+V7|EE%zBUYD88Su9%_$ncNW-{sL zanEg@Z#L_=NFO=+zO&EVNcx*xRc$!+s%uy3&BlDQaJCrWyMX4w&PUi?aG{LE>`Ahb$inAN7x_D$xXD-ujXbSf9Ro#?aWqNHgBB9P-fj1ZRMa3xRGyFXD?Rg zYmIqa^fi@bE8D6#Hs3$E)TmurvMcsw6u0fhSCbe#?(dX$xEQ;0#BM2jw#osWtEz@> zX7Ea_VKuKf6=$i{YAQC>KX1F0rADjj&R(!B+}PZzqRq-|voTkjUsBQnZf9T6L-y`N z7nWM`j%oX>zkEhztOW<_B;IJxrxtVe4G&++{7vflWVLQ z$%LC~C$1&2?8c0@{YbOaXu74@YQ0`^FVvjU+)`tfBb_w;+!Z}q$2WQAk8=LkPlnox z7hqVa*}8Khq3*)f&GO!}4*IoMH80fM)?UlL+_2rL`I>uS>HO4rz|ZUjOyl0mcH{Ei zdhPt)*0Ot{*?4&R!F_w3nrlz#X|SEWossXg@b>A}vOiFX&GSPXBL`bd=8~#}lh{;% zK6j?#K3uqoHtA^MT52WP#`jV}ZE``ouO)fiPE?FGCnq)I4=vhm)vCJHN-)PaQx8o) z2pG?z169{mY6$JAdvE~EnvPwc^Nq#JG6VW>Hy-&T>~3#UkKu_!9>ZSel9{BLRP3Ff z1+=(!!}T)?z@g&n%E7Rbtn2%6(oU=<))Fg87hS)G6~1VwAq>jco>(>35~mYZYBkll zcFomva0iU!BPg|&TuaUwYaDReJ9bJVLFv@7!&AVhl3*0psdRq1r0m7!WuDjVs>Sas zSXtY_LfHTs;BG1C__QLxDR$LQ7G@?he!*$gYi_;PupK{Dw;O(@PGZyY&4p&I;pbey z{uNbi`5DW$F!V`7jk9)Is`O6hV1VvRXpRW~6pA|J$2p^zEGF+yss~v)wdl;N?a~a8 zsBX=&L*ZWvC%l$<+=i2OqMh8HSTWjQ+nB=w$zq$NG3D(zg#niWlr3Grg{?}`-~f<7=vdcb zc3L`23?md{$qn6Qz;GYC3orm26SciZZrklrwPBU2tyUe2swrnUmD4krdcIqxP`!s| ze3?E7FyGZZfUsU?C?`-_hEgy%6d>f|xU+635pCLur-Wg^XmU*kGoQfx7cC4z=HKw% z`^^WUv7|)$rECX$#VJ*tQk}GdER3jH!NbY!waLiZIK5-rtjET>(b}8~2UL^+VQrq^ zfVzn-0Vx8ea6oGyxI|12Oa=sG6uM%}s7Fu%1f!2#YgL!)&8p?61tT#10zr?WL~rj# zb?<@-Q3oq1Dl<+(BEWMHch=2#1UzTZbpQ{j#fm|2u>kkigzSMY7$AcNNT4a_DLGHe zxhdxvIZw-Z*23~=~r=vK3c_V$%|?AsyjsB#ybb4g`h`PzqIPez5Z*)>LzPojirX&&3N~q zv^gT@Lvp?)Xmt}>HPksC2#ljmFH`F1MpH%oy!1t{(%M|}>2 zfI3tFtmUUrK44%4j0{BbW!#C;pnlxQ;6pm({3=EkNG`_55_2GtmT^6|l4_@{lxAVq zAgAKW@@X2^V1rURi|dSjZsk_Yws|D+%H|IkE9sSti)ZZ&C{b!9 z+s<0~rKCF6PPNl*P_AU+(!*{Jb@Oa%C5QJG+Mr*Y-GzdB8P|P03-0u-7S|GJIlq#} zlOpI(epGsR=~ZiBwIA&atU<0?DYOgfDoPBtgPN;@QZKvGhr2^T2jq*cpCag{P z-h_H7SySE_#+~8Voz1wjId*3RcSiIb7j(@6JyQP+t&gI=qd|YSs$apKt+=x_xU)_D zdt7b97_uuxJlobTN?*Q!*7)Y_c)GpyJM+?;HxsKntQ~lA$68_(8|qL&p065mO4(kN#R35gae2kEP*FEyc7FQ5k~ zQ+OdFaq4-wh4)3bg0eGsFjLMxAJX$9Aw55P>Upp4q-v6ROz|SK+u4J8QO8iDoO>>y z>wfNJMAQ#QMBUGwis(7o2U4S^reNkPoMer!j3t58$TZC&bI%-Ouu)UDyX$`%LBUJR-Q{vNa?qU&s zkyXP9(N}nlo;p$WBX;O#FH{{-2I1AP zs$y^L$$sHR8qS|)S;~CnK^R`Z)~j_5>W)@BOm?H3XBjWWvk4IScB0+aL{rtZ07Nu<+z{^GfmxReI03`lR>B zZdF=ba@^8+yHs1G?WTGjV%hj&(^{(A`#E*ac!}~jwA_h#SVwlN$;rImPtpO2sJWz| z^ZJFO4OcCnga+&SX)*Np8NHx>o_L{cR)rU-2I}*HLui^dw&>b{k%WsV&(#11KAHAS z8amW#xDX2G8+OZ2uG1ukU}KuSSm_Ml4>)(Eqz0B@C^?!mxHz{A!+1CMhH*=MHy*_% zol00V>0Ezr3lswg+%Bf?n&A{U*;Wz;1c(}K<6_F$987;}-H~lG0e`+Q5 zdP=6>^u|C%Yjexs8DJ738JA#js)lndXqfPJcdbuVG`Ui9E-2$f3o?ThDbyf@I4-P7 zwr@)9H0)^**@*h;8V}cb_y`Xl<$+Ut!&D#Rc{Ic70PStYx*7gHJde#Vtr8S^1gtHbw2hUN*4*2vYh?8)FyY-0RiG`l&9$Vn-K98Z zw9V1PRsisaad#C$(OU8YDT*-=UeanW#Fo_Mq}uD63+dGige0?_rr>a?V5Pw_Gu}k^ zJd@ChnWhvP)k;-mbNXwR_aIGrq1{(3IN(PPWX6)l2B*|ioqAyJC2wS1gTN0zIqiMd zxkIOBVB-a|R$N!h1~rADmHK!!Y@`&`-ctf51Vv$j++V`NRUI3hP_VYT01~tT2~{kB zu=~wSW))}H9|ExrDXLRJpJY}2f&vn{HKLQBCkl!E7zU^2ya=?Dxt?V&_ca{o-?R+V zFx7BifI<_ry`>!BTpBjYy44F8d5w1{{g>#BLp=esP*XynTm~p--WoDV?~EjnFKK?m zc*Fc_^+PBa0}i5J0UrU5BRKK;T^Mjy4QjHhCZsxOyU7Ho9Sl35cAD0umhTCWEe%=+ zExt`816Tz}mhv9xUVKfELM~QXgxQBw4Ku6P|9i&cCB`GlSS`^&PX?owVe4yRWdvif zmVh3O6#^Z^44iZ@l*|rL#P`TcN&)wQwO1_Fu+xZ;v51*2b*$Vl*W}e(mhEsHbqM{ywiWLFM?|D025vP6x zR~s7iH0^&)T0yZ%Sj!?BK10_NOKW0~(VEC)FRAxUcd@lzmknq=>)#p9MiG+CaMFBN z{S?Ljt;H=3Y~)4`Qq z-)ZzVQoj`qiJD!ddgxX!e2;|ivDB!;u~eDkw8BZN7gYv3XL0GG(uZ*y}Qq1&R}~7L!lV0=@5NafpNoI+yH(wog#dZO#K~D zsV7RW*>py(+|a-WA)1#nlLbLZ!C3VfOs4t-4wU6)g`K!v-UpyV2pSE3pD4@I1O)VEjtD$}l^?T=iP|thR=zBToLnvq%!<4Z( z-6>4>H`FiSW^B4+44$@%b<+(e2N-*584(#GKc`{RN(ER0q8hMtBThs?<<)YfMZLoz zLnqbRYDl#FXBdQkfeqD z9L7gvW356!eaKUk6;2S?aqfWO81nQItwy2#RShHwSRRQl>H-ha%^N)HL4rW%>9q4a zJ4p!}-AkIc)aP&->mETqlEBNjh`Lu~_vjoYt%IB`A{V6b9WWSzucKVbg`>l{2jvWw zYs1LOk}ljH+KCFS$fOj1X^0dN4%DY_g8*HU6y&5pvs zKqO#F1Tk4Oisk^mxMt-iFZ#)K4)Flmf`L?ME&L8HBptB@NX(R?&3A`PsIP!K69{I0 zUHvj1#+H`o70D!;3uE~PsbDeIfy?D=a*c)5stKVCS6C=m14In-`aW>wfr$@H<2ZT0 z_j0%5A{-?YT(xo_EA>REpDaNVZZ_aNot}c0P(@S+I8uC3y0jMP^Mdhvd&&8LHEeCh^FeFG+Jf&PJR7yP%Ck*DsMc^0sb(%Z%2sfRvSYPY4st?sjQxYc+NZZ#2v zTTKSxR`(;o>Us3*0qX^82H$(E6V^$5Pg&n#ox=CDb=o?E@4Z$Quy;;j4HDI7V0ekC z-d7MBQwlH!jfpVUQ-J zSVZmUStH}Zid?bJV*+7=5xAF*=~;nEz2=Cyu+z0}0eCtDyIvcH0NnNo1{v}NrN zv4nt)zj&uhPl~-|LfNO!;QZw=t2rwMtbwH;40kJCbKD?Jkx*7un(Ga;FjOKzz zwK;&A?jn~wYANidn2CCjf!!nMhDhQB&=jy)nboMFqX5C<8kq#9xDG-Sn++i!0*HDN z_h9sa;m~O{F(r-psF{sd5+tJ+$4eMd!$ts_6~R?U&=f+(mk@*qLGW*)GoaX%W`RCx zsiDa>%8c{TI1HJH-e{mTS#BIa4x$-Ac_5GWx(kUCL}5A`q_ahGKa8FIP3H$ ztb>l%V;PNQX96k2x?q|_Yr`h zn~a*Wny6)UrU_6Z;Vzsb?W>T*)bXYuX*ME3NVdA?Gn)Tk4n#r>Sjh%h9nO@-ZoDTF zh#9^iccbnBIVo*p8iXA4i{wyytXbR%jo=tW5FWu6A};K#Th6W?!7wdEQ1>KyS3u{M z8n9lJ#>d9SOA}lLd$Hv%M?KSm_#_vfR7E!tE~H~u6+}QwKn&etoF=eY%vgcs?f#?u5#p;1$Rg{%Rvk}G( z124~8h+dj?o2q65P#F@)PU4#!8APZwzIVJE2k4=o2&P5)rb3SPyr-iiev zoV(4aJE2>7s%w(n3*gc&iGy2Pw5J2YeOy?v@D~Cg#=!-LxE1=T2?W3^aYkbfoMwrT z<#5%(kXRD&Wfz*3#$YZk2u-cE1jm1{b}=phHXY6rM%B%rWC9FhGYe9 zf$(1VE@1(n5qR;^`~|V4p;I-?IirNMaDkebc`%k)SDFe)V8ERyf1s}tNgRO*7AJ5u z?IBA<5E}#yt{B^Dg6Bx=oV3OT@8)hA6=xw&$Nnf_AI9fxYKT<$ZX|VlZkJXih6VBS zLOnGq?XOWgKN>eo8goRsyk9kG4~*S-L5m$5AUMwGdr?4aSvrs)9Hv#A6oN zX82*8+EeWE(>Qp!Fo0;XPrE$wPIbSFf-;V!nv4oIfg+DvLD) zNaEd89%_xb=FeaW#1c4?Hem^5Si}g;Wbb;rV$id3?R85+B|U|Y^RIDm5e^08nFK^T zg&M9ZSfEya4H3ojyuz}qQhkS$5LYIGr^M3)k23G45W2ieR(_EVr0P_PPD518*iIBrjuSujf!-g4VE*FrVNpNG_nM7-yUC8GbXd zuz6u*4fl9f8Nt0RYYBvi(ae%VT2VI#_j8V#t*B-brdZ2v*#gM;psB20LQZf>(v2|zQ>+Qz4hOYox#ejN4+d0FSCB+8NDZ(-big}m<1_*a zA&DU~gm(R9@O-HI=aG^|{eX3vV1O_T(J@|{u&3vzORe*2vLle55y>%VVS=DA!JMS& zaDgVFy;d)R^FlCUq7Arqm;A!+)obXTki$-^$ly`Gi#gJ^-rwihmw5Q^Jp4Nxx|i3_ zXl>Kah5#5Rrs@w-;rF<%q<6#FyI|h!p_dy&<2tlweObRVIDxeup34P^T7q?+IbB7D zL%VQeF-E415HiW{0)2$bdIBzM!_BVd+QvfOGHMC8a4qo@$?p}~#w-m9rG~S1awfn4 zidEyU1sr7sMl@KzUW?GfS{c`brB8ePh=4&}A3{lLv)Zje_mtp>s`9Mk>isM(krO51 zsBnZl&C5ck@s0d}>W@(9i=4+HoQ%L#JtX-l+kh2j(!0AG->28(acnlxN+OSs%;p?U zI=}r3!K{YL2_SF+0e4g^VRHz4+hL(VGA4Qur6>}a^9hwrY$DUHF*3!}??Q7GelRD}Msh_2jM^Ba>d1Rj`S&Q(`BZ3KmEOloZ5twv- z_}RwN;(1u!{LGA;Y_zWaK;UM4QAfLIzi(%;zk-I;pWrZ=)WFb#Ab*TUf69gBeIy;> z-vGHY^CN#vf@h?_UTzI!jIWtF@2>bV_mbw=Dr?EMXO$Uib}fb6F}Qs3F)B%}y#>hv zcPB{!8HfaVVVIdrNFGF#i(gH|&HM#r?4gk|gcW za2k6SMDI8VS`kTtQ97FG2>=Mw`!epm%e5cDNioehTCh6P#QGa=Fuk!CvDdNM*pib( zMjo;YxRAw_C2wUZN;1?F?&d@V?#*DKOPc+0>D!RtfygAEkn8~jnb9d&Z7lV!7p-d4@Sx5vMwMUH2HLUxu!x?o zs`FLv($dmZxc+rG)5_Q@uXgjWp!ojial9T%cR>XgnK5Uw_6&s8K~@wJ6MjO>$w&{nYG15<>xUSl}_WuWUhk>Nd zFiwUt1%&Vxu=)iC8N6%0(<@GX6DW+q0Ev4FA0h5^uwva3)b|jvg|lnPtsuz3nsrPo zv=LOhS8NY1n2oFr2604!dq5_GD;F)C7;?Hy=UwwIc=tW%3Q*xE@Fi6A2C|G$ymwaq z9MA9JtdM+d%ODE@(sAhjneJMJ*r2m0Ou*;BogctK5{wA&&|E;>;I(h{S!pIfy7cW! zyc1+TlU{ykT?lmn(2EOsC5jj!h7M{o}vS^m|tzFgP66jWn^t5-5o))g~}|WCAlE#_t+cJry~C1=cC#O zxn2zZL(~A2)@`>6x4ifL?K?F&q^T*xcsrqReg^hs=&I_6aog|H7ZRnYz%+uOpLba0 zZ5{;V{(@%`Y$72hq}2#PxtDjpfkSyfs4O8w$ZR>^IYnk-2$oK{$hoiESEW?f5_L4q zKV#FJj!~TC3PULp-6F_u&e(}>ByYa!?frk8nwYjpfZ|6;Fz1}cwhDkrbjXtt>OKSa zE?qCDIu1vYUEL&qaY0(KAiHKLSc)33Ou^{Fd(fZTDYYGDKLh5M?TD?yH7O&FiO|hT z5i=?grjQsjnhH}KS%9@mH0+dj;4qdC2{VBogN`?3uLikaf!hKbQOv?{53{s(Vg=@G z3jyV(*Z2JK!$)UcK79I>qxXBc!zWI@gbaoIz3j}1GkAboht8gP_Qa{v_XE1VgfWT1 zRQ)TS2?z=#Z^orR1fJf4Rhl+L39AbA-m`p~3-9W>J!D{O$0!o?U0ZnG&s89ep>W3! z*uG(!2F{ANynExT5(#^;CSprOQXYZY04_A+YYX!srSrZJf!o1@2gOr15r0e1ASYfP zml-^Lbo`ac$*6MI-RR!8+@NU35;Cx-#MbZcX}b6M(HXuydQWV`DGZW8>F~npt>h*}hg598zf zGTI^-)f0Y$dg z7>90xQ!@gyk$Vt%gICZ#|6jrfc~e88xjuxPDRXsGI}4?SN#4V9mT%|q?p;jMw(=JZ zXQ^F4PE|r(zH||#H@CCx0#fRs7q5=sNfze?oNtNF)9t=Fqn&RT4kRvJyz~m{j8fyh zG=-@$aXyz#0PC)=UFUB47*Tu_N~&CsuOh}u1P5I@IQv}BwbMj z;r3Cm03((JY99T8_2ntBWW=7>oj8#z)#WZ8Y=?kA@6De;nyx`;b4eW0ayP>!7aXMA>HW}F1B5Z@vcE|^V+qrht>$9)g zvs3!QH@WSGZ!(YtX*O_Y%y?rl+*&_-6O;RIrkC8gsmI}a06m#)GDgK4DS^N1-IQJ< zIiZ_L0WLAUc*b&q?5xc(-_JOta4>E%^q?tZS?Xdnh)))u)IJEcj6@l|T%zENxXW)q68 z`Yej7ud;kzcEMoJ;oH$_E)-r}%h3td`U3v8Syzn3{uXW}2D`s=0iFh0q9sVp-?9kH zbR{S)-o9D%U44zND7ar-Uq^rZfhP2I=Y%;7yU5I@B?mifjMTv~7-)@w-P-YAQ7 zGo*!HR9YlqX6<68kj~u77{)uf5!m^VQ;j@o>;{s9@M$KuLHOMHP7zVia4H%@u>CQs znmdLVUn}$#VDjCO=3X1jJp?B)M({*O>6?G$m0|$7K__CN)MTKMWM|<58|NfJfuI9( z*P>Mz2xN;9q9Axx0nLLj?j4#SpI=u@|6BKBr&=oLUgSDaNOU^mL3LZ36PZsIxi+%`nj-y zUV&l)Reps)#0CI1W)a{4CQnd$H$ww)ItTDT7(K4dTV}e4K5dABvuHH>L*ofr14ICL z1SiZ*WmG-bmBa+Vtt>{9b5N7Ph!7L7yj?Tjd8p#r$d7C{^%c~;Iox42;gB$TTGRX? z+3o@SC$#Bk8=P#fpgo(^Yh^pgums|SjxkUv)NnqAc6w*%2@K|UIYacyGKqkxjhLZ# zy?f$_vB7f1FvCQB%23fn5HpYoPtQ0u-h%+CF$BIt`V2WObT$LhQ+g8A;6B(Cd$y z5MtURz+!iW#P4%9#WV?$qoIrQxdC)-NXTQ8O3^YBFP}x@dNLt8Vsarmat|FE-{_<> z6x|A()^I|@M4gX8kTUV%?mmXvBc)PEh0nCp;pBS-WHqF(qx}UK?I4_H&m|gtfY;3O zp%7YEvM(hX5SBayP%LCua#4v>x&-XxxuC?8H1@f97ziQ0wsRnD7u$Jt(FG8+VIbU| zaQoUB3UMNm-itC>l<`o;lQO1$E>E{$$1|o68S10@8ER6H&Aa^|l@O)dCP%@9BM5st z(C2~WH3)miUxu*Pk3EHw?E-{7>@)OwL4-Z(FWKsUz;s6P-f8$-NYMgXDvqu300k?E z%S6aFH*Or)&xN;*BSP$bRro9!;2t#;$b8uL6_I2u3DvjjwoU|)VA!r8$cb2Ua5;BE z8Iv7S#Hve4?cB5I4f zyQis+o;~C3D$)Hfaec96B#R5G?f15n@VDDR;5ZJtkGq}8btIkCjAl*sE)Rm`Wcz^u z(@!>g>F6yyy#>ry&}|ald)Cp;kjI5`RF|3>Stq>*B}0}(Y&SM?3i_-`6~h{_*MzeK z15U6Cq=l1%nlXgaLUCA)qYEOYsuIs=7W4;${P6JoI-~OeKBvQ0`)Bv?lJcRBvY}Wg z>5vFEBLl_0aC(smWueTgMevjk{0|m}Wq{kis7HB`=j-`yNWG9od4|mkU>66N zH|94K2t`8Zowl!%xV|4P=8D`=$AsU9;Vs;rU_|6QZsQ_*$8ocQ6wfFfVs9NvgYXYS z{==>l<{JZ$7MZ7Meq{qj*ZbCEF`~=~ie$ijxS$=5_PV!{(D`AN!!@@@HQoZ5BC(~u zi*J+PL9+i#qPI!3X=lUZFu0hM1~DnM<`QCY5z1QcICUB8$vq2uYIacq*g2-KjL@D& zVv>7BV9R0J>!Vy|npo8RJo_@wa;&2_^OO2&hL7Ux%@1}_(2A56HMe3mM0O~q4G89$ zTRCiC)Z=_zFWARyD8#jBJ|D*gQ?0R`C1#HPa?Gae2>(`!rYYDW3XmUI0;C_-7G%%E znlLC^pqk!Yr?Bf#9cEzYOAvD*VaB{gXP_X8{TnnJI?U!^<36l+V-B`L(hkfYbXiMUUe5cIh{hjc1{|_Im#|?tI0fS9Wv^U# zpRuzfcSC^|toQPkr(m#ARZdJOr%soSRzcP-G@BPCoJ-R;vQ@;DKmoT)$g+?f4RqKw zC^%n+&{Av|C9zrL+}!bi8V(H*u+}t@&~X|ud06LC5R4MNe4e=s3P~wMC$jw@1dFV2 zU&lY-At)@=QKloCa(B-|Y8qPuAdaj7`G=rJCzybSe0a4hZYf&dqKvi$VCYA&_ZIov|JtpJ53 zCJ6W!Y^#irFqj~$uJ}lyTz8{=f2enc_HqP7G&7qs3UFd^H#TNZ_aa&tof*t*Y#up> z{2azd8ncoY=-?4na2fLnjr|WJfIG+Z$7o-0h;yQ`m1JuIB&E!Cq96f*dMr_0k)xPX zRwsZ5v04Ol$gF_^%~&rcPlyMsV>s-3iPrJyjzKC7kq4^2evjaQXi{^C;OYSXX@q(0 zdg!r7-?Ki*E9zRg{~@>ea0S_I%ztvQyiZ{|ASAtsFH%i<V9T(DG?+0+7__I%8dx#Q z!MvUVQA9q`jOiIlcJ14NNi! z@fA`M?XP%(Rm&&Iq1qw*=25cmr+)&^hf^ zpmGn#!c#HFg6LT@UV0i#((wwXjvhMl!qI8>s_Q4Oc(Z4yHH4{0NT$?#VIe{hg*7}Q zHW8#b*wqsn0s?zG1X+NXEEvEK;M0MMF!u^OLVz($<^}Ii?@PdEM5mE-RC!U8q5|B> zM4y(8aBZZx1+SDQ_CAY*3SeEB!pDROzT1LY2XCwBKG7)fPK3x62_NF$n!HDQ39I<%+FV5*<*+istjSJYQflz`I8Ei zwEg5T-Q`gZX-hS za~K~93F!8H!LkE1yCy*+Ug;PmCQuqKZjd@EWJP2sDgY#|ccT*<}t z!vN#NSuc1P7g429jRPiHV7pDj+ZjWt9_cAIAPS+8Aj*}1-2wC*mI=D5aJ3zDo!dS! zEP=Qp;^-FQ2~E8aQ#F-Iaj#{QY5?jSpz+r9?L8p$UM)Tkhol1gD84Pyf+iM=OAo(LhKMEdrATy&9biIs(}1X2Y{_*Rf-6V^dY zEAN0v8}J#X-83Q|;EqOi8h#OgGZ7OX$Z?bm0cNO#9{NBFT4gkg&W&y|z0qhdqGlT% zeVay5Vg~~Zj5i8N?~WMo#GAeCFjb8`S@>3ZDpuWa@@NQ9b=K`!jRx*rNB`6!PI{!2 zZg3Gx0*XX`Aw)liJ8wUYgSH=nV{V5%kjWc>a6q%M6)p(yO>WY+71lVor@FS~saX`UzFQ#HgqwkPBu`?G4bqW18)9^s9Q45N> z)o4hlJJC~j4>lZOs1x^MKzABZ->?OYg&mBqKwKtM*O?T^6z(h{HbJe;icK`w;ecJ> zUpXJW5nCwgIOknJDddcWlZ%|D*^tQo1|D^?;^1J=3($+&mw>LH0BVb(I5bFiCK$9~ ze%*_?a>9v<@hdV-RMo+|3pimaW5HAI zWyGflFp>Cn)-}|_!Bg&W#HU8^6lMW9EBPB9S^nCL1l$FQi{07DRIA~o3^J5y&(zc) zD5}06eT`91j)b&oGd^#R;UJNu{Y;*CGXZBQ6U!2BQi8=glE)sBYo#lbEizDRyVz4K!}?1K(e7NKuf{9j4xOH0n+u>1}(jxNDJq ztHU#whs)8us3$**o~UKqzims-ec?O|avm12x_TyCi16yX!=kN7pu5hhGSfB+1JZ*rI7}C}ZXEQVx za5coOVarzXtxLJU@Ot1Bv}Q)vn(Y-5A1<-5X2!}hy&k?E1s zsJ6)-I>E@J?Y$uVeoLy5)YGaEeVCE%@OPmL={|9yWTpSs3Q;h||8ELW@P56QVn-ng zZ+|-qQ8=W(3x!D9lBN7+3Q_pRm_npJ-bFNe)u5n87ugcR@d;Gi;zu1buFvMPz= zVSJo_iUURnbqsn=1-J_=Fimw1L0Z`DfN$nA zD~ncg;+#1*50hv+2W2uhBL-kUE8)Smb4Gp`x4a`Xj6wXx4?NmVCE8T=W*BfH8}0cf z9ypT)KVLy!AB+wNFdfhl;h~3CJ;2p~xXWKYynr+}ov!`|m@vN+dK?8$JBk)i?VBxV zoo6p^d>;?ApQ`WW;SnC*!^5X=@YDDSka_(2BP_JKA3e*jeh{S$z^cTf(yW?G;REf6 zq0A#t$Z|Iaa{L)68d}YyY1}S6xzo`Yr(~>P_8}m2@AIlV@8ai#q^aEvV72|02Z)w)4q-6&aLv-0<%`ShJ_X{Q7&kA z0PW_PGSX)4MQHptd0p;5E$d{?co3%I=4iX$4!1An=t8kbE$Jm?>_*7zXoo?2RWR{!EM! z*fK-79a7}5+nwIL6RIASfItorQy7v&#RNA#HHF0 z{zy6z_M?0ecghKa&5{;=CwwwjM;>py3!I z(zQ*VG>eaO6^9QAU2Xx%fQD&miIPqS&&EQsH5A+hrIow*iOU6}b%)%&6GnPaPL~0& z6YUfcb|u}Q%PCEBJ$}`SW)9GC3)%Yop>p1pR(6W+jlK3?;!a6|9wF1YoeUVD1`KxH z@~coW{4S2zfM#kpZ{4~D7mTpC*SIWg9)u-+FGi}ZP<^-;?DK%7xj3&@Wu=(A@DvJ_ z^MUIR@uP7Tsa{9Hqg&NU(^)U;-8e(ShDM2nxmmLZKG$tEbM6?kBvzfbHSdpj(20PON_hHp?;vEQGPp z2l|;(k6G!~<4EB}U=^Me5r<7rAkJ6&(M|@87p!&-Pb+C}q|@R#?J*3>k!5$v1>VFB zpWzq$vYxLu(FM+nA6>RM#lD}KEtbZxz)1dDo}x2jETkO~MVgqJx?tB^Qvp5IUJFn$ zs2x@2nGil$J*+s%?I%g*f(lVXM7=#xX_jCV1swJ;v2brd2|o#PvuTriqJ(fq7NV6d zYDH4uJFzK3mG}$nTL@Gp(#0Of51!T<4?iS7=_|J<2h>hJ?dLc`hpMCfgQMD}#OOQ@ zA|wskev)xq3l=CfCbiE1VvnCVr?_(oeD=7fejShlXFh+-#!=7kVn7JYdF<_hU+rtm z`x$PBGUUWk+ctvUm13@ocSE8YSL>)j{pHlzJK+QhHM9-G{!wz4OMN?_)N^i-@=E-h8- z)SPjJtR2MoR4RI#fnn4u7f$G37&>jcde5`}h`W08y)W|Y4{^Zml1MVE&1zj${Soi~ zF%Mtnf!nyKKj-1kcz}yhN1-Z+2@p(qnBajKDvF5}>IEK7@NkBQ5AeWXBK0Z{b3BL- zTtv5vyrkn)(ZwQyx%vUVh}wywp+ZsVP;c=-xlH{S52QYd)84fdvM8da;C_NWSmy#x zatZ9U_Xq+gAid%L>t+sYq(673QGh7l2f1!IH)0IpJDb~)%Nm=(Vg_?3a@%sbLVsa8 z*PrV%hVir?&o}2X_~zeeZc8qo+k`t?asQ6oL~)orB=*N%JdKYS^5ef!K@Y9`AeN^N zQxFy-E3=rWI9JcpvKnT~aPwH8pip{z3$As=U2vD-@YlCw8$P|+A+iD*^%}OuJJLx> zJg3{|E&>8c>K}9devXHq=b;1CotdO#piRie2Q!&VO0OqhRQp+jxTg{2U*NG0s3AL0 ze~Lr7pUg=o>3Rl{9P1~gtrFm=CcvDtvPUu|WD?)zE_)gk8}#6!Pd zMv3hf9p)vf?Ysx_qqjW=ohjjlqW??hB|ONp$9Q0PxcpqbI>@tgJiN@q>pY0~AfRcEZqE_P7~*{GAPq!0)W8nPpI7w7}X m!c?x1JBYi5+yL@ni@3x8fm|O5NIExI#MUf{4|e`Xw)|h`n>*%wtofWlt?T|`m-j@ImXSmEMDj=%>S%y4VO?Zf0 zCc}eEXjBjUTr~}o+=H;U_{#4_3TvflIr0iw6#{v|6n(wu4%)r0cklx$V(vE zHA8d3%4=%XVUXu|Q5cWsEAQxNCS0M#dKVD8fW(Z;>VP9scgbT4E_YU1(L=rUaC?O~ z%sBDxi$yfdvP`lDvTTU6Z0scN=UMi#WA&})ILo*yv+M`aGwhgGe?Fw|4QP{URSDas z9C`_Mxe>PNie;ghEGw*6+Jo%VS`=x!wUv_3lBZ8nBP=XiECt(uNq3z{eflP8w|atc z?zs_(P|e6J@Rp0kR3D>ZIQ`e7+hNuC6UZ>X?4%V9_&M<}c7(^B!yINW#zbGbK{Q9G KA~K&oocskhDFQ?Q literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/__pycache__/extension.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/__pycache__/extension.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9bcec94cc19ddae3f469b99d001d4d358583a50d GIT binary patch literal 1955 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 A6951J literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/__pycache__/launch.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/__pycache__/launch.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f2f81a53ede9ebaddc3f54cb6bc094e9793d8f6 GIT binary patch literal 916 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 DmY1P_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/__pycache__/package_index.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/__pycache__/package_index.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..043f12bfe72156328f9646203086553600809afc GIT binary patch literal 32501 zcmb7t33OXmdLG`x1MmQX;3A1yEXxojS%f8$w!F)fY%P?nu}sNYyuk8+Al@Sh3IwS8 zKv9IjiN|urp3HcbY|YZvy?5`s>wo|Kzo_)~CPMi8j1M&&z}jmfv2wdFgWjmvi;n~?9GY>#{= zvq|~x&8FnLFWWEQ1C8%N`3{#hEpES#ogK6i^JLB#XZ?QQb(k;cX3~KpIk>v_b=|x z?w9LWX=E{z&B(P~dSLND_JCZ+O9vN6v!h1H4X=+mi47w=E>}Hnc;UefGy9O-CGq@_ zT=nYb3lC=>aZ>A#ZiKRr&4rx4FBsX!o&M|-&Or7__sNCB&fvmf*I0P!Ga+}2v*|rE zJK=10w!9t69&v`8t@u9bY;(5b`)TL6v%|UPZ6o^(u68>2;_4W#b~*Rq>bPUN_c-Qk z*hxFPaeu-YcJ|<{lhT*HjXqAgC!KxH{cneE7}-I)(Jfc~!P#Qj$vJH`d4Al> z&$_vCe$n-la(T^Fp0rV|3zfRTP_!`F1tCGZMtr`w*8~-+}x3o z*G7+xX7i)92S=aGjUCwi`hm>e+KzeU&R+H&ID*e>`-fkDdgQf_?jJsyMrQ5CL_W>z zBg1$&ya$hlkK$?q7Zc<8qnFE*YEV{^5%e9zPl$whjsR$Ri>TrFey$#WVSPM00`y5A>@Q}J@M z6_s07C4bXW9#fN>;q%-|v0N;BRewvdTy@owa;thVE3$qc^Z|xy6P{aLUaD3qC2#zV z*7aB}*I3wGZY_OowK`uZkD`H6ac2CDrPbVGexah)YLPeA#@<-Vm{~h`<|kT}6byoC z;}3{7M5KHIAMY_FwP-c8Zq!2?#>=4#AuCihS9chpHNyzi>?#m%Jv3_!VI$X#w@e4m zKW3~LE1`@zReNZvQcdU6m(HI#n0BvYq}UN@!rsAjMWs~>^wQpvTR5EFr!tmGp-Dd? z)8i*z%9oa10X8*==NZ$tSkyP%_d{wop4=>qU-AHD9S+)gEMYOl$-XNY7+qzle)^Xg#!n33H6g;WcwD zyk^ynbrgxt83kle78wA)G! zOD#R9*2aJ8wSqnuN^rLC{*S2$V}dI4=$}X zU@yb<9GR+=-GfXrX@Gfpsp5IXnUb3xbFaH;qMJ;3YHI4H#rs-f3{d~@Azn`v|N8dr z+dz?gP>bt~(WTYmpW|`yYe+u$J0!Ifb4K%v&SQ`8wc=m!VZ8aQ*4xVG+h0L;ChSK_ zl@(X{wp(_*6@Uc*ADg!-*O`cKv14jKmczF=C_joFf?@gA6408!m`;XKL~Td%G(O&5 zBz8DqB+LXBKZ+0kMUD153wQEH2N=ZhW)vR*gX_4ch8D1(++S*lYkawzHI74?E#2raD-+9gE*xr6RhN6Rq3VLh6aSjklvtY{R^4uGwp`x?PXW zl7!h)H;wTRFiW>)Rrkcr6$%JcjP=!IJK?OBzd zBQa73P=D9#`~9FI*p#y%U>c3Sj6z;NlBCgZ49UkvY8&bqJS-5E1%I4!ehT<_vq(OU ziLV1~VN$U7sz76abmK<&Wa#w>cB1uC$Ov8St%ucU)m#tPu@~1O^@tj;S|}M=2Zy1R-#AKZQ=632*suc3VOe9IbPn|#Z>8wKxQO8+;QwV@01tta29D~f1HhfIU>?jY zo?66zPNZ%CjCWRLlhlp6xe=Z-F6j57C^69}F;NX;{fsrN)w;D2^2X;tu4G-q3z2$w zAzF<&v8^G;e$Q&YAIJNbsy5#P4z{@I>Xu_J^JyIGYyl=B)kHmdBZ|6uu+H1CfzY>l z3~yH0<7%=VyJ7T%bid^-^zla61pHhGU45Co$RuiqziB8S7IM;+a+(*!PB-l_01ugq zDRn<)tOg7^H+Rz*#l^~eNkfL^+pU#fQWZj!X8&RhB(09&U9}fUrdN&dniR?JomG{^ zT=1?UJ@b2uUanAC1lvgjuAXP%GfcSG1f>ZeDQ+k~G5N~H$*Bvc&rV$cqv)11w)zO4 z+d==;Dc(j_$Q@>F;OiW7)IljkEQ{T|=!f0wcc9zjD6)i)_Xv`NnKTBCesd78Mrbqf z&%(c`X@5NtOW_&muyxyxBv{TcZ&_i*8anU*aRSFJ@JBeV3XI$^s^$XVhG>{r0BdFh zJGV*5zKJc|T)ez6Izsg#(hEhX_sxo@CUBu%L;`lk4p?!Sq^^C|xv_(ipU0aXXWqnA zShp3CV1f6+AGa7exB@=j$B=xyxybk+&asmBQJph$9Gk7))4QwLgAk2taSVuC)?tS@8Ne)n0o z>?%kJ>3j+3z6`j!=BAt6uHY*#U71biJMd#gxQ0X`jX$uG?%{NCHa#7H>U6s3;RQ~M zx9U~h#paA3Os`g!(_r(Lfp-h}Qb}r+Kv0=*8U@9>+W-Y$7 zdfB-=cG=lG1#mExt4`u2UXDHJ8%x~~5ucdDR9;_FNBZsI*d(l zvP$03vF2+Za05(foDl{!5oU*ip+*lE*mzVujxRr)FR%I$u+Vd^I)?`uUswy3Vz9>r ziZ$fE&H{pAScQ6$NtVg(W-`nx5}@zF#~VUozL^->Wmx8rX&QU6l}#h@4L~%@+%c&f zYM3wTP5Uk&_8mwbRM5O_1MOqmVnV|;y-F`b+$L}=mqq4-utC0+%bDjI0~pDfddr1* zO?9jDF3NbzC6Q5r0`fYl@)$NcDC4MJ!zaTKSssDlB<4^wXy0!v$m@t zUtgniu3FW|0toJU zY$LP|)!c@0!^BEP91z`WA#aZp=C^vH8b=*qz)(lunpsUO^sFcAp=vK`OOZ*q5p1fF ztH4btl?D@FtoI4i76rbFUJ0w$P)k49hv)_vzPgF~53lDbCnk7n@)Sfsz(wiE@O)*_ zU4nLJSTsKJC}5F?)1_khiU)j_o@SA0;2%N?p$)RHchfkSwS)K7gP0b*{mfeLM0Nh? zbEr9e4)4|ad3&;sis9EGPc1Ah4Yei%ZlA70Ea;i{^@dqb79 zB*Ki|!PaxF7PtC8#z>{=Xapbm z;c9-)4`bL_3kg~VQS92<{w7gFfs7NwmvS;Gzm9smG!pa8l$A7gfG($uord|Q4Z+DK zy~Z>1P3!Aw6@@zX5$;2Tn5hwffoO{8GN?p)HV^e*tGgF|Wo!a->TM6(iac?RkzC^NAxAf2S|ZW;)k z?5Nus-joa}6PDrmcF?MC2SvMw9Mwhs93v2HZAEHZx`wPvKzQ@*oN(y5oS(?$7Awwj z$;EXtm%F;0FOhY`T`ZS#DurB5y@@K-4JMypvb!@G=It9uejgu?+@Bq?4BN7!$*4Rp z;8DjPC;1tCyyHlMtp(+}Xd1Ag^ahK%F}=m02)7%XEbiD&9GflSB%B_6_c%#xx?aEM zIm~mg!3Hdto=wrNl^r1s_C|ol~_zsvGh%T;k z^fjnsp_B!wxdS-Z_Y>?p87$!RP!3EybSR)8xDG>T3*{^af|tsp0JIkIW>5SWFQEza z!)15Hw|EETP@~btN~=%fHT5|rt$F4YbIG8rt>$vKaHpvzkXXW~ZGNsbcqnCcp$_6m z#L$#HIOz?=4?67_)b7u%YLKQ-@a6L#guGY;H%Z{2HQ8UKyRjD zDy-X$&%4*P2|w4 z3Z1zi-?vdxeJc`h1m0ZtBoJx9W~oI6lHS^2`!obdDXHFJHSaR{B$HQ=_%SL2AZMv> z=OYTBeovtU`3PF0`HG{yi;v%A!m)lhg8CG4{}vz7niD}mf``0rLSnZQb~qVUEK$Ix zafSG`UOS23s0=?Aj1odIVM z-*IP?vssYX7H3G1*j8s7zLU9jR+r?@b z%I-khv|Ae4d$iRuyHndMv-gU9GL+rbuutCCut}!f-54S5l3;?f!?41hK;3(slg=c* z_d2JXXYswydCobF@B5vPIM3sI|2r^5WJiEMUQ}B#ueGO+bt)vq@Bxwt<)c@CfiJz{ z&ZNljjzgL;9+I=8Sse3&wd0Nl~IU16UoB9a5M&fFP5iUfYU2m?H`Vc9%3FDHMB<9?bQ4HBs$> z>J4ZU=3z((x!yUJO;!6A`WFUpHAuVxD})+D%QuaBW|N}0A`mSqF+VOt7ZY8QLod4y zZ#+La>q37T-1P<~BAFD~BlA$J$7oH0>Cq=s zURiR>ew3-Jz4mNwDDmKvkr&3n55jagZsvPe8>jSgCGI zP=N;U^R~mFB{Z0B3eY1#zTKVXkl42wgMOchn>6 zLmS{%WmG5!9b065D-3%vs)noEZkXOr zqCH(_^`7;eR5e4U-Lw`*fA3x2RgYHhtH;;VPD)F@YYFsucO8x(Fj#yEJ7yR?-UIdY zA655a#C;CbnNB|>;IE+EKFkL!L2EJgHuz))Y7>)GCWwZPyE>hxYOSgG3^x2h5q=l* zt1wSMqoRsXi$D)Db+MK@CDsbce6ZtswZwT>93Xf-(G+Q2x(!gvw$DSUeO`KWG<|{M zZ(xN@qwaJWR^!0_vAg(r0AFp}v1Ksmgtl~hiWmf z@vs#>1j;o}LwnVa7U!Vwb4Bv@EegILd?#wo+^;qO=6(W$&Ru|S#tV~vKh)<1*MqS> zaFeh~G}ln^B=)ad<%%D1+?nM$^#weW{SIxJBdj%g*GHu1 ze*C$M7td+C_7_>h_c9TgJ2sDrqeUz{hY8-#CL@JX1%^oo-g!rr`6P}!IEBD^=0_V+ z{1R(eU_#5By2^z3Rg3pM!H|G!RECe&k@zvx12#|jy+OX9zf6zDK++)yJ$j)rWXu9) zybA2@8?)L{w9Lx>B@@AQn5puWZglj^$bJBm?Y)GHlu1L8EykjxTw7oZ2Vp|Ob0`IH zC#g0mZG*xf3DX`G{!sMet&|xx`(X;Ofy%ZaZzm0Yw`yZX}Lu*2stf^WrohHQgNBF*2i_6a9bta`Qq03@F z@T1~Tfz^QGuQ9-NRUpypwag>5xPh{YrI6MSQu$;(WBipjrWB1Gz^aRqfR>5XsB zf&@VY0@+J9VNt`WewBrHH+maqj_!7%esk&0p+q6bYwfOn{BG1DZ4;SEiaH7nJjWePW{^ziMmN-=(H z*2WJm6X;k{Yk?gu7q&;;oYe-A_*FCs?hGaonm0#@NTwi<3&{T#>JkPG4_@W<1QI_& zM}gID;Cu~PALGPq#syT1u#*9Me8UXGK=^kML2uW_I;Ms!Sq?2~g=I^d-ZYtHY(I)+ zfOOf~f9f~b3vMK^jK~qkEI&rq5~^c+J1T8RXnv1YuWENbSl1O8yJo{(!|+obRd{ud zhb}7Miwx(DP;mW)4L6NVl%_Sic&1x4pxmM5ejjk>D zdwBKqIVgS1#2a_+N5e1-z`6P@SC<)*q6!tP;jKdBbg1}TCkQ%^JJJIdj z(-!<1B##sdEN@86D%N`M2E?!pv<=2S#pOjBxnVS1hTzwy#V1)E#Z4|emBKuPE@t{# z+(jFid4#2eFL{htvP6&bieiRJGWn-S#3vDo_&m&T8f*6AX@DI6Gp@4(Q)hE89J_ep zx!eVKwVa-sJR_z?*dwmMJ^|6FYmNMfh+N;zRU)yngjiYTP9u7ITNtDY$dZmjwZV>c zl9xKR5amQdm8{Rt<3bEum~(*k&b4q2;^jJ4NAz~^3Ifdni>(=S0`<$Gs}Z5CTtqgEXy0EZ!x(Bim|A9FSim+@hA}!5uwMSSKy0v+j|jQ#TlCLX>y-6 zheD5s)}rMI>P!;VLaYj{_rl!8Ep@1xTJLjUC4tc&8y;vj2LENv=4xHJ=ARozc=2o& zx^MpZJ97| zSMQr`Gqf8$(8C|*)dxs^g(D{x$B6OIzE#`RvDA00MaTFEQ2Y>md&K%cbNm>P+=uFh z!nR$&76e5yHARwb12Lenfxy}?XgvTy7<2L11!{%FFGR*hrxnKQ zS<`r%vX2n_80Z&U0*(X*dbnNnCL_ew;P7Q${GR18c4N(fBDV&nI;IcEzW-8GBwbHhuZ&6XrG(;^?ie zozwAB2SMPjA<83kdFPREu+#(LoBKx)FsFEX2#9=uh8%HZ+*S{3*FcmLaT5$Rc&n=^ zve-4M9xTMOGwr(~hq zC~!K0zhG)k;DL7rNx;W|Du7OHP~|7moVOQrGR#S#}e|;M18; z-Khji1DnEmXz}SO=t(|-(P^Rj2CsgB2_+WjiONKk61E_wBJ}|Cgz%U425oyq9tsU60_3j-wp^5gV zP+^^X%rJNC0(Sc{m?bE6v5(a@y6lj*q!khhT|C3nT>xIOPXch|9RRJ~=cWj8VVD#g zCp`_q=1m8V4pd2KqryrNC=)8a1`I>VF4L{WBiEa{8KKyF7@F`OLf^C~Em|uIT%v~) z)B(*pT%*cPfCDTxch}9If^rU`G!TH$ufO9wk{z_ctedx^jM)gA-$+>I-z8(9s(;lb zT6MmC2j|nANp2m^ph{NZPfCo+yFi5v0|e%lWTf^usYsgL1#yH`0hWI~1;LDvz>K(K zb7N4Evfm;OdzmSKjZBG5gh)PuL*L@O$nKRyw(#HJS&xZ<5=%wlD@rSM2XHhR>wpZ7 zg(yw-t|pk+jiK!r6UG8j&lG?8GIarf3w;LzC6Lpc`g+f3;0x zER>V{rQT(#_HeTh2MhjzY(rat^oUkEFBUz-{{VYAPm`ny+7m)5B=s-QZ$)a^f$=OF zDetO6`AZZX;0%$lLbC|(H`9pTqD)Y`uVbd}Bt9LqfGWiZJ~C0-SG z6^UT;g<_D|7T4uSK81BW!$<(IAZ2G9h%V6Kr>7Y~C7W^@np|ih;IG!^9+?)GQA~by zUVGlA@z;2V+Iei-e0qBNd@Fiu8jiCP!60E>`82)I8tzh{KD^X1U`>n+&~Ju=>DIX2 z>G0C10T`D4>xkNtn8ko`WMD{|y>HeuQXF%~M1W~DNS&{L7(IOB($W)jzw9=v6Z@FSjshjKLoqe>bxcCDB%AydN8&T)n;XSGhiCwi91j4XGa4~`y2vn4mO~uZQdakVG5UL zWb^2rr3sBekG1`bi`5DCS~#MIvb6P5UKI&#;L$2d3llRfuu}OV14N1tJOWlET`3fn zQPNqKofq^7Q`VXyt)=-xASY3bO~IP*Z+S!9CluE2g{PU0To!?Jk{Qo15uq10r*cl9 zvrQHEYs}umWDxhj|kbZeClF#F40rem#gn_YgaiP$vdy z0on`!SMW3iV36+3-Nx)-00m;?;E$@CCa3P>=3N7-iH3|@41E%04EE5(JE3=scg%Of z?^v@DV$!$cjI>jGQQ9Cu!?!4FK;k4|2v*vdHx301!-dBA42l}sZew_YnR^!mQSv5& z8d~p3iL$~DH0-$OOANtHv4yA;e~+w1 zPre?8cZKl%fRB!yDdx+D3AvLjA(@BXeF$7q$lg>ydb%agV zqDmOWU7{c1XaJ5+XEggQVhc4&!mfi9Yk2`yev&&SSn^UCfj@d}rxEt;!ifeZu4b#v zx&)*e1%!i;_H@J$w3$%ZkclAF!OEUqmY5$s*J6jFdT)BVSsNLQe3dFM-6ic-;IzQK z)_*~q=(%LvX#2dW4hEZiB0rn(@xC1iJe@+o7twbmhJ^xyXbhgBoooSO1iVuAyo+dv zy7{gNt<^AgKlKJ;Vs`MXZcc=*!tbdLC4Xg1-m$J2OJnbblk^x2t5bLb!rDUgU6`iH zP1em^tiey33k+mDRW}>qiai0_e*c9l#ib<Drg%dx9(WpKq z!j6mSg;-q20}ceB+X^-m+n$KTBqZ?DMTEgsL;{wtiE;w226T|Z=@W(bBYvW_$l72X z^Vmg~VG9zytl|dRY6(Cd>byh(Li$DWkqW1%9pyhns6v+*M%4Z-%c4n5;s@Wf{#9whFM6hC zdxRfpsMW;O#mUoi+0RnLytQ$4gcC}uPjWLSa>%r{Qw4!g4hD2cP)FlhTmcZ#1@(me zjU-}=x@4+5r?$gWP^4D0a{?ca%|p(?UJ+5#+Mv0F-du+2gHIMHpBAk152K4s>PI{W zcI+QS^-fNnJ3o2i*u}|{PXQNb&U$+K&c3$e-*ROIGzX3od2))UDyoSsWUjamh@HEZf1A%GBKs9-~Z8*E4PL0_~S)SlC< zP0MR7q=nc+SzQ6Jz~I&d8nuNWAkZSPu^X$QVT0=eMvh$HCkYtb^8L0=-Bh5i~8G#6TnKp7PgGpDJpGmcCv zqhT=PHMlXz*f4>rNx6sFQzE}4nxT|fguk8U;}E=UdXv?p$j}Xr3Q~0{c*{Y&n1eE( zy>BfJue(0_06Nz8&_aLXdq7GK($L1|voLm1_uFnar@Ri!`PFvIIiF#aZ&f!r@Tk-V zJUXi2KEdxy&r|_Z()`2hieBadzQx{5*Vfl#410vW36u1B^D0Nop0bSKd4X@&@zBW{I%_RYN0c7@V$_ z+#v-DM*zbElo18E5Q0zKr)o>OA83!PZ5nYys4&nSfb&FH68RVC5BA@oGT0BKG&@_o zPQ@tH9*jh73ix_XpcORZ(Ghqj+88)GQo6iIYn~;0Vgh}pz(<=G2n`4cp8!N}MQ8!kv;Pw}Pv#^})13?mMJ$P0?z_iwE1kN*{^)wWHNgx)3F1Nt zXe%);*28b1&Q~$|weZKnoCAHeV!&-DxqwK4)mIxWKr8ez$YoIWj*@+=A8(Yr2d$PG zt%eu+rCr3R;AAEujQ($;WulpZ)%V-#`_5*4gU$M&8$x}9-(-E8s+$*jF=PL=QR{Z} z^5=tEn{y+5{QGJI07gfLA>9 zuhc4yr7wch*5_8W&SoNRJBXJvTg2bZPiXmxJ@Hf0A2I+rQ1yBBBj~fZ5iwSwy5vU- zr6Ra}KXJM&R%a+>giuQ~kCvPTlXYS@-$uDfDujK+80S5l7TJ3|?_7|cosD{HzT;YbO%j6*v0jca!`ixI){m=N!yxFCYznNCCa2MHRE z`YD`mHyDP~{hRbd0eTXTBT(Vnk^{>$&fWn6gJty=&clOEmCv`u__k$2GPoU-HE(tK zuLLXEAtq3jOXMJk;s4+Q5Cki9;4`Q00mZgJRd;|M!ahm=6MWO}49X6j=OxRgBd2=7 zmJPbAMsUhg$cf3BO*n``y!OO%AC%K@>?@}C1kev?Daszj)`$UZKo9`^Gn@o+pOsvm ztoH(P?N%<{K|qgs1y9M=2k-Pki8HScoIu(OS67(%oD_Z5QD+E8RhT@950so7K;ykk z|5VK!8}p5^o5p3|$YoQE1=kvS_@Cv}bC?WuKN7f_T`SitBnJ>TQmoc2BnN8Y`MCp{ z>$;3W7c&Fu85Tz58Q4`sq>SLMjdz^pEzRuhmH^b*ev5h$pdR!hH$SI6=YE)PC1KA# zMAL`xp5pHLD69NQW)9>SPrSH^lPTZB-Q+&%aA;cr z6AfQ+j26D)Y7e%tMRv0aYdAw}WK#%*+h}MhLA{NuJU6DRoMy#wW)r$iMjaYs zq0Fz@Hi5Xy6{T|_J79^LSI+ned_3yvs84aAK^DY9t+7B7wG=pXG{R_d&LEC5BuczW z3lkvhY88Tw)}P=kN;wjbuE)@RM7*o@C`#K>Iu6TMLOY-Ht=1jdi4$Uhpcx5(_XJrd zAhaaV3R0AR9U@B@LE5@pa;?`%){}K`C5&<}TTX91u@zVK9=b&{aEAg>Jw6*20#q7I1Wzz;eDWoksSg=I(*@!siwjV^7oP`AfS44T)4r|QNrnR zX4g7cBGtn;jc01+__%}(i+l1-<8W;!Tyvly6iFM7%(!Fd5H!CI?rO>Q+}i$=ICWR3msDx&XYk70qb}HE0i5=~X->qmlCM2HEzsmbZuJ-oC6Uxt#W+J?6zt zN?3;`0>`nrxckX7 zbZeVp@iyi`GVgIBd8!E_A4Ck&8yCLAL_Z7$)9O=1ri7r}e?-bb;35jEvJ|C)Y9{17TV2QNrVnSbcIX{d3gxW z>0%2u2AhEA2~)Xc-@++EopD4hDuAAS=vt_cqT;*Ek7Dd*ZKs}{c^qtYm&qAwK5q?_ zQ<1vFgH|{<8e#1~xzW+Wio?lSUg9i`(&!1yrKZu0$}`#BIp9gQj{&P0UVNCMVt%e; zd!xK)z@Npp%oMkGr|W)Gbpc^=fKC1slmE-4s|U>ZHcmNNzM*bgg~WD$Xyb~4u4qVt zW@ORt)(kV=<3Jq_bf9Br(XjjvXyey8io3PJjL&^Y8zdQE_Wm*7{U=Dsy`Iutw@#fp z1+&koQ<+TnnJ?eQ;-6>o%S?WP37L5HKbbJgDlY&LEjMPSkk zEz7{^fW)GG+6!<13H;i3vjbmeBAae2uBevwF5*JYqJc#?aVwEZJeugYdvP93zddN* zn~2)+RG%HkU7sDb6XqT%b;j|{b7By%I^C| z_KbkntY3favV#+?j*XteiB|R3F0YIo9>vvDPZOG&e*{OYrKVw@+6)jG92f(biuvftB(uF(cD;F{a!RBXNXdfsEVkw zqcd!y*_i}x8fWDa>l*n%WQ#%Zq?{wD`DdxO=r+wOb2#V~UOF%tH2g%49zBW(>frFf z5vgEo3}#dO?GH|p85?V!!B1Io^ue)*#tt=pb76nyD^FJ|S71Xqa!h{BL2hP_93MWq zqD0Y7e{&~^yKEi?a7?NE(S-2J5M)On9(2L3UJXAaXGG` zWBvnR;2H?6ZXI|U9CvzmBjF~#K#7DtZL_9WQtj3&$Y}nt?l?a8;p0&hr_iv0)5!2` zz6;eURI0u0=a;_B5^y?U4&0EN*DDQ_7*>Y?82$i`mS}`>R*Q=+2&q2+LsaJ@0PqZ& zR0Sm2o=VBdHOc~pT|C2)Ir`levGn_LTBQ{f{V~oUfm269;0yw@_DpAymSV8$-4D%> z_8Of~6^sWgMHyepVRwg_@ad1TZE`=5jP2U~Z?e^(a;cEj=+Q0lid7@@Ta*G| z3Je21>MDwLKuH9zun#Bj5zmYk+sh?qd<|B!?L0Z2A4d^_F$0 zsZwF_(fOH|FFjUx_EfF#uyd`j_~McM+6VCroSStwv~M?@1NDi{aK?vI9BNMI;aRvs zwI`Vom~3IuL?}MI!(=4v5j~`(E9oQYW@irXPajC{Z}#VbhaPN}#}WA>4?UQnb@-0K zH0x>%K#s?hH+>_anR~m%+^fg9lu$pC!C-M zInj6rKZ?Gz4zr`Y0WKeLFyP{Gf=H8J!+EE6(2{QlO*P_rR1KY1Z!nP&OTu9bkMi3b zE#aR(zJY^Kn?q=xY}K(_P>YzmI2qzc@o|vYg%Ho=#<#)mX0OyL+kA^Hbv7)=K*BPf z%l!^pr_u!{+EQ85)xMOuqkYcF3AUd^0tF3PzJYT}gs|7P?;8nbBI6z2H`1I8k96c3 zPBXe|k8n;X05+HVJ$8r-i_Q#oOon9hHzVFbZrcfeEpD&Q;qvH=w&BXaWwNg$<2PBm zAlndxb<4Jrmg4gQs_ghfxzIECcx3xpNA}U9CmVJxZJ)!DbrBtuj)VH}gEq*EIdM!w z!cQ;+9RYo_#kr2@W4%OpCs_A+BqUdJn8YuLxCt()ag0Aq^%NP!FGy0@1nHpzy{akq z5G0|;Vx*0P7-HFRR=u28AFb^ZI3_Hg!S8r!H2AS`cy}xnRV(-e;Ms&sZAZp03L&;Y zP{B>(W3^c04Fn4E$21D~Srtm4h-t-naxj2na9R=L_nptL=+U0zaaBrl-y%kej6aQ$ zg0Hx~1m_JxhoZlv`Vx}H9>EW`=yMZ1oFQLmTR&Mk^78)+Qzrn|4}ZrY>dNUWv8grB zci%4rCGIXxyeMs2JjlBt`Z&Bs~v`w?%v)5E#C14+m-tLb;%ie_lvAeu*huqlIdy(o;X3$m(&C1nH z1|!NdXtMaMaR;>u?`}Ztf+d3;fm7ZBYQR==@@1O`2>FvJ#`DOaL*0$`+ScGx$oWf- zhDd_iy%hdMZ$ZXyji+-8JBC6?Yw|J=$WVCbE1~T5UTBVB6ahyg+@~500;#XU5tO*I z_UY!fMa%&mB*c!fNSz5xJ02@Gdm2Gua4pe^o7Z_*$>PU_@p zXc{R-WC`+W)zt1%8CIX>JVkhnmM4a_4!aBI8Yj`Ax~@s|`{-FL@TD92dN84bJSY{0 zRyp9IHKAR_r=T?K!tq1^psNZ7R#jb(I`nb?G9xA+Za$R6|4x2pVpBhOsH*zSfRG-!@Hm) z_*w!cTZ=xI-tnq^gXUD|amDfJIF3Z=0n&-rdlq`|>vQH>k{%jP1gAJ8o2NL$F|kn` zT@$~70}fC&Tu;D`AdXeABJ@fh`|7=@GllE^^#QRc^ws;;2ce3LlX{f#%XgB)mUWI@ z-NYO)F@5Mke?6|gzcJeWh0PoM^{#=n!L?0mo7c9i4b=zWfoiJnuMgH?G{*M;w8oq2 zo9kQZL!Eu7_vbd(`vJu9+9PM-M3BxiI2fl?9|DxhF`)->PCU;4q~c9jZ}NzQ4jovh zK7whlZ7NsFa6rQOpaq1jtLowO{{6sEhmePZM0rZtR=wvsnKKbO{~KI;SoYh)7GGE%4|_R%;XU!FEAlMX>g;r zhek33yb`Sq`BOE;7&8VYU4js)Z+~r#{Ojr3X(k^G}$t2WmeueA7GRoAZaV_!+Y*zSu^7 z5#RD-Wq8cfS`KyZoQLox&iV;?>|+v+5(${3Z648L>eGiPsKRvuB$!4H5@Hys=|o}f zKxrC4Ec~(`YPo~+!G6@7&t6;*hjS<4hpTW@6s!=Yq9qLb0elSbz2Nk4ZK`Se(bCv! zhlQhbUVnz>8r%U;Uf-`pveD6_T1sjb+J6vQnYMCcV#$~SE1FQ44JeU7h(Q)Eavm>n z&Tuehsn~sHkAT1ih&n{H2;Acy44kSD} zlSF3gDahhU_+eTW2;YrxUmw`u&o`xNkDo_m15lDUIi8>Rt zntzN+Ki^POwR_?zMhyqJw%n$w}@65B$17!a-8%mwSXyj}aiOs3S zaSSA|A?*L+PEm_faVHhtiRuJToFcq68Fd^p>#-^I&rrF>g}=e8-(oV&MEnW9#4C^y zpe;-p;>mooh+|_fNZ|bGv#ROSni+S7`Yn7izl%KqkpShEtZ_}p<5|QW=277o#Azt+|Nim@phWt*RA7|)| z{9Ljaqx}Bnz3zo4P9uJ7wk&a*a$zkLd|LV0Wvu?V^5 z*^_FB?S3Bw%xU+%)$6VFdx%w0VF!X$o} zIvdIHgkSZ8m~cPY@K->v03eme=;?6p?X2e+Cfk@CXYw+W9Zcq!6q&3td4tKPn2=Re zUtzMqs%UW#wYO+BMM))chWb`!2*)6sOm-6~qGlzC-Zfu|31T1?(hm0IWsgU;> zBv!+@M!VSDEhT}TFc@>7|0NJ-z<2|kv1OsWX+=Q1kr%xUrAOS}mgs?9 p^_mu(wFmpR_wNpUOYjdQJ&fNXOxk^^ErSF7_uJ!18^3X2{XY$}%`E@` literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/__pycache__/py34compat.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/__pycache__/py34compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f5b10d6742e5a91610b16acb304e9c6ea09a97f GIT binary patch literal 491 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 EfBHaz-~a#s literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/__pycache__/unicode_utils.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/__pycache__/unicode_utils.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee7e208aa18646abc2a40f4f56e7214dabf34de8 GIT binary patch literal 1121 zcmZXTL2uJA6o73fO|veWrd4o`kU&IQ7Z4W?2qCd@EE3Z+trD8D*lnYwPOzPoR_zJ? z0e@gUa^Syk&Xp5?VG@J)l6D*5$j|okv-95fp0lm37J>F<@qPHsBIE}y?luOCSJ3qy z2u?UnNxvRxpK`{n&!o?|%^NUU+~G|aZB7qK;QoXYq!&{hRt@Ja^w-e!I}nDKGE`O4#b6puKth`>}D5y%JFd9hSRG0UL!VHpBz}$%O`k-o}!R{(y2UQ;H zwAl&^yzdP3DHxZnIFdYp%nMywps12r3lFc@Ufq3Kd%X*~8oOgtkGa%kjP4+M%6{9w zR2%kV^mN^DepBHOU@>z5CYe)&S%IX}oi#{&Cs46$7Memyf0h1Q8i_QSANhkq#wN*R zl=>=z+K{3bFol1)iMU%;Y#lKx9jJ1ksnGj>18f;JMG{cx4`Ev)9mcSl90*Bai3JVS oz?0i3u&}BytF1e?;VV!TGxx4j*Z=?k literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/__pycache__/version.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/__pycache__/version.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53ab6a953a97dc6cc0f3ce335086b7c5d37f4085 GIT binary patch literal 333 zcmYjLK}y9i5KY?3Z|g6JJCE=e{ZVu&;>N8T5wRepZH6|sCLu}tt>7I5FQ7|r<2qYc zUcrr~MbH`M&CKHsZ$y&B$i?&Hd;R44$F%&9&@HE~^pOLKDDF^(9wI<5n0l}H*30}W z$6lZSK``!NG$r*j|9WOOXcc_AOLT5y4W^eyh)&x@&s#1we6?j0+19xNEqYafwmUVL zoHA_`D|^EPw~GOko`&r_{~hz(MrZdG$Vu>qROAe1__`sN+R2F$4KtEZ7&w@;W~S-O zv{VJJ8pdlf03S%lN+L(o2!6Oe*e9A9NM%vAMGcz#J?q4?|5}bVJiZgO@8ASGN4<0q NBG22!OB`eG`vJ=pi}a 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/__pycache__/windows_support.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/__pycache__/windows_support.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36480518c333529491a0dc4faa44434fa28cfdae GIT binary patch literal 1034 zcmZWo&u`N(6tGotRX0Xzf%fmn==(Hf<6I+iB_4 zUf6CN`3JTm{|YD0xpLaSzy+RD1_Pet=g-#j=P%!j>H4~fAU-X=4!$S|eUpp(p~B)7 z4E_{SfC3yLXE|dB2TGt`Ax9xfparEXbcr1`z-?5~Z=o8sd@QG5Au-&5Uc=yzAPIDh zZ-8;EGIPn)MsozGwN_s4hDkuD+=sf~Ax}#d7Y5fL1+p5qKBJ0~YaSc$Tpv&6%%toh zeJA!ACyd*S4nvXJ0huI3Y!5;)%zE2B<|Y0xOa}IZBojLddv-b#Lz>j8JI`z$3bLJg z{@5E3ZgV2CR8Sgmd%6_o@+?g$6V-H<8+(x#_X2OfEX7Hs8oGFVS4fj+R^5xJ??rqc zz_Jun8)@W;K4o#P^BET;uHanjXNmvk3z!aM`PzM|lDtE1uVDjgn5_c*%WG+lw4m_1 z2|$3)mlz{~N6JVYX$uUfG}4P)?kjWb8U(v|d0SBt= z&&5a6f@l+Ai6OCuVGxkS@`PYvFB8O~u(0}J1c+Hd$cQf}n^n!?)DfexH54L!Y1>?Y zyL3WWKcdsBPh^$|v@Z5?sF03B01bHv21>eO3U(8a% ztKd)pZl(LJ%35x^ZWzl3xo)m6i*jB17)6dTCM+RQZP(d^&o~0D2Y2#$*D>z69KHFr z+wPn?rF!?|w4NLAcNLd7+TqDbGcPlc3%5H)H%uCgQC87%O-gkh{>Phd9UV6t?m?$> zdVF}+X}E8W>-9z}R~Zri_Im|PC9d>PHkWTgGFD8yiA}62rlQHl|6p6NUD22U6WfqU i78kqs_=>ks{6xlHOoJ>U`|=fW`S1;7U_({(4g3>~pa?+# literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_deprecation_warning.py b/venv/lib/python3.10/site-packages/setuptools/_deprecation_warning.py new file mode 100644 index 0000000..086b64d --- /dev/null +++ b/venv/lib/python3.10/site-packages/setuptools/_deprecation_warning.py @@ -0,0 +1,7 @@ +class SetuptoolsDeprecationWarning(Warning): + """ + Base class for warning deprecations in ``setuptools`` + + This class is not derived from ``DeprecationWarning``, and as such is + visible by default. + """ diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__init__.py b/venv/lib/python3.10/site-packages/setuptools/_distutils/__init__.py new file mode 100644 index 0000000..7dac55b --- /dev/null +++ b/venv/lib/python3.10/site-packages/setuptools/_distutils/__init__.py @@ -0,0 +1,15 @@ +"""distutils + +The main package for the Python Module Distribution Utilities. Normally +used from a setup script as + + from distutils.core import setup + + setup (...) +""" + +import sys + +__version__ = sys.version[:sys.version.index(' ')] + +local = True diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dbcf36161273bae65c98b70994ef0da17fde853e GIT binary patch literal 465 zcmYjNu};G<5KYpCmY}XkY&TM*#voRN7+66_v`ZE%jos$Ji6h&oC=w%Izz@K{z~3-u zW#Sh)aZRg=ll)G1zNdHZ^k5Kq6mKuz^A+Wvb@4w!Dz50+69VBSp72GW{KS|3Lm+}R zzIR0D!+#Bqyre6-NhpGQZx}v*3bd|vsB9FCa|uO?B~)qln9e24v;jxWyQRx@2{&5Q zO2RcU3{Htey$Mm#p|ml;tu{rf)H15A6fiTofE28Bbpf+?J`s`Y*zpPe#`PL8&> ov8>(CX{{{dJ1>lLEYWcuSIee3ABky@0{{R3 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aea8965e95a59f8396fc0762c707a1de44b4f196 GIT binary patch literal 13844 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 CGZjVv literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..752117c42aaf6448180f93ecc2c9183f59e1e9d7 GIT binary patch literal 6572 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 IGIiPpF@vfznw-U=^CEAS~)Fv>A#!wuQ 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2513dedce1d354e4afeef0af0165299960fbdd0b GIT binary patch literal 13959 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 urOFLi7s%G^BeZ|FUcKM1 zYSYclmV?hPAN+aryDvD-U+H1}Q^CWx@zp;^5jw|C=!RbG9=rVO9een##FdGE?7Q^N zkE^%ow;InWoCfkRCHl9i;e9Ddeh{s`MlZrEXDsM@y4UJ7Sn60~4i* z*q@D~!B|A4ut5;V5H(ckgavVbp$96On(m*-`dzk@i?TIx$8h|M_7Mq}ze7Xj9%Bxan8P!6L66Gw?y8GvdmXVo;Agomw<;Wy`I z*UhWnx$*kjZ=m9S2}PS$UCxi^dNDn!n{UqF{O()VR}IY@_l-<66g~Yzrh}2ZA};P1 z%hck|C{Fu9+)JlMzbi23WpRhfqJiqKaLX%2%i-bSyDcF^s?NwcI2g-#YR8h8SH%DA zcrdW`(oYeE(ZY&r4G<;EkB1rs^mTmo1r)})>pu1t&WG*;*Hn!E$hqJkxZIoFYVM^v z_osmw=Z$`#WfDweUVZ!4Yj51h{gXiHu9t6EBlP%P%|86bQQMIGPkHpVmP#L~bR3!K zQ7BImX%0q_8E5^2z6z4TI7&uGCo(xXilhF~bPjJPUp~D2@{x{=JeUT9doZ;=;;1rd z8tbFp(zizx?}yWQ-WhNhlHBM$w1OWvpS)6?@w zAO6hip`6MDW@yAgGRolY0T#0S)KH`B{5^d2pAg6k=P`0C1?$398w=FG=_H=PbBG{5 zan(!4yIXneo9f+KSa|_qjXvHrC-nJkm)omh?E~)x$O`>y&S_(TK95}A3F;5Lcbr7{ zj%mz);5rW~u5)@mtnK}xaUIiEL$eufJaS!X+v2uX*hasY`kmI$y8WT^z=sCULxY|9&k7ATOw;Tx zyu0Tfx#1>h@I33VHeXx)3bMDJki8Arzh)hL_4m^{K)R8>W{C6aq1hMq>cQFqZeDK5&q51#qVhLKPw72+Re1dR;|w7|*YW0f5Dz7t2`( z21wHesY+fIfSi!!Op*Jf7^KNC8lg3o8o0@Aq;7(vag~e-eEK-P2 zD+8^~FZSjAft(t+LWvG=lXd8HiEdEDFi}Flv8cdU#vnBN)#}T0ubFQMXq(}(i8x&Y&vrGmED1&GsXS0IkD{?fiVHUw2 z@TJL=rBLt%9J$WDE{P@2gLSFn8M9tR9L!mk^_LA|^jupkR>j6cD*$eQP`360@&s9I zRx_}ieKLNjLT8w!y?&tJ11o>o04)k$%cD5LO7hFp@vs~U!`xnraw}(o{Z&%XVyky3 zClE9d3+RZYe^&+wuthKo>f2sIPvyX3G=AZv=wU`In{!%-yadjT=o{Pk=^&j^=9x%PBn~sqZKe0@q~s}z8}4OIv$jvY^#hb58rflzXYxJRbO=BAVpB=>mBL`Gw=$l@v+m{cJ*7AEGg zh1v&&R|iY~@WH7s2iSQ}n0sA~Gj^tAqt1b=f=efqiOyNmkMuX8_2B6E7N2v%hNAvQWY$)<}H9CfecHJklUTP+sK@}E7_p1UYM zF?6HQi5~L}FkVQ=rbwr!D_O16=1Ok8sCGY_R}lG%D7b1+(WHV1Twc+0uxudINxs+P zr8AW;lX<>Je&@Y>i_V-k$Vz$Z)?6Doxp6--`ED@^5IODf((`j1pgp_N9s{wW15RF@ zDyW_BhS_9VY;MfPe6<|HD+aa25_gwVzote!F`pgmaiNW9#|+$E=eysN^L`qr@Vli| z^7{90S!HY5gfK*2ohh7N@~x#*`+AFxlSGo0eXbxNyS2PZDM#nkdvxZ_{Sa2jD-%7! z;p<*r0W|Sh$`(7kHa6ZjP}K%S>!R;AT;FSW7w~(|_52-o3$-@dT5j!=#zXJljXL`H z=!5o#=eu6DjXvoA(EG%%l&yZn!?DTVZU3Wzw?4^ox4gzf-}Bt|Csgj>$@`aISGP!! z3M@0IpjLi}tdrNTQ1T4}3cm1&LK0`tW3tXRMuG(L4&#)F&KLCk0RU+MwykBfTsG8cM`ndj~v+y5zL~6sT4^sOGls#!& zcJ!+=*OJ>GTgqE8Uat~X12?HHmh~CNB~4J*#{5p%J0Sw!#Ow|Tdkd5w=V43vL06l> zVbyWo0-X!aa!_n%w4@U`qw5v~q){o~jNoh=sWc&0#(9VHg+hb_QlCj5D0vyd`H|8t zcDF9`sD)LeXBGq=0Y1zOm>3Nc)HE|JnIfs&U6g)gcf=FN7YB_RO?xBMD` zC1$uL5FL464lw;yo~MHpa!48E&dcw1(81CeC7EA@#fVaSA{1ocFjE0vFj@X#6$YNc zpruj}3Fv2~N~kB(!RpLSOLBYZ2_-IHd72hLv9ofYq6iBj>n^9}tW7z7efU(Y46z=nVt*B2>{~?88CRBa#j~|#UCG+d(6JOj5q_tj z!h91*PFnX80;AkVdTlxyw@(Y#OiOUu8Lq-)xyUj05wp4CdbTiDrn4ZXgRedAy~SCG zdEL|PSaS68!U@;0F$|A@p7569`N|U#XRD=8EGg#>U0;0_SfIW}#n-90jpFnRQG$4l zLcvjM4__1<7TP=DD=KgF7}R?`rcyW6S1>U5RR8q&4D-h|AY&qt(ix~=Le~Ynw-6`? z2VyGKIGAETU9{UgNpVfgOSWfm9$Z{nzuMi%TR)_Y#3-#^C55k0ag`?b2PtkG{StU!(R(fz6FrqabNnxdswT~0QD^b{fhUWMimh6)&2{h4luCm-DHz@ zFXZ)JFH8rpCzCT;R=!O*VciwVem1fMYG>6diHYfaYt=$E=6JYRTn@&;SpgfJd~K-R z;fi=czPIX%gN?mQS9QEm8&uF`tu;1Vaf^M@D>96|X0&6LZA?OVfosO2duPQosd3Hz n1LRx8y*2)?19s48fEU4l?MfS_g0X5~Ml~Ns^P7#@)=&Niz4j-> literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..df81cda93e1d17d4dc25f961dac5a736dfff0119 GIT binary patch literal 8753 zcmbVS+jHAiddH0*2tpJk%aZNf5NEwI6O*!X*(7c@>qK!9H;L@}5+|5s7zhWVD1iWT z09qCXO1E`(rrVjFX}eFI&dx}keQ5gHf1rOtpYhl}<)wds+l~7B4nR`UrhO=7d^k6p z>-YV>%W*U_V@mk_cK_dcFTN{D|3R7KKMk4dc;bHtVUi;;nJIzn$l|Ryig>GzinkhQ zgNjob=#D<9I#s!7Yd8k#w4gRH9aEH5g8IO6ERoiOnL)#83}&6#LDOjt=A1cEUJd34 zXPh%4Z3GL0v(8zhYs~ysauz?3Se;qlO3d=j$Evf0{0wU#-|&}^KgVXB^Q`GyU~|q> zY@VILH&6SCdrnY zm|Jehf)jn%!-yx;n!5d9{l2|skH@r=$bQfdS+pB>Z2M+nyFnbGHcZ@p7@PFLC;hOu z`^wAHQHsHLxBA|eeSEM%(Qq=_2WxBg<=7qgwi}zpTJ3&lhf%xC3?k;YI_CE{eQCX= z=9Syg&<}I%_RZTja?9KDy`63}N`|APCFe6ImWl#%m-iFDyNRu9Y5Dwn<88h1$oFn= z9`U>}nRAi1%DpUd&HLd_8107dqXSWbKCO?VDE2?~dEAde+CzC?$|R=jsQhgzLt0&;5^YKPm2zI%mou4Fb`<_J(|ht= z3ArkAFEFFb)sTCUnPsky+$yum+zfJWum2u}LU=H?#{~s2oVqc2wbsV@F@5OnwEX*}JsNDS24Myc* zDl`|bJB;EYftKG%d;wE^GF-VIqq7wrZS|Ak3iBU^e$wt?(W8wvb|&<;z{)ER{qW%m zwrXW4_UM()>eZDPEY}{o-j3Vz`iv7J5Uy4($pdH8>2S`dDN!IvRMZ&-%B<+1vC(;3= zDw8uMQx7#+N|eXa7s|f2U&*8csEbU?Dx1opbSTSGrX|`)=Fg+1!j!C1lqULi^}t{% z(+-tP>ekA9h3O)1GA)y~YY!#fOX}!bMH>sx44wv!f!bMC1x4vLO1B%E>Y}t%jEE9u z>{R&YD6ip*W~egprnbyP4P*6vJ*+VcR3EpZGNk7i^;cVj$|>KJH<6z$^G&>)nNBNY zbHAxTd5vfLJJeWg9vJaEcBY3t>duRGLph<91k5<|7)aEer*!M=dU~k1#F$(DfBNVB!U?+U4#LX)~?944Lh`c{Q(=rB5`Jyz->lj<;Oy zvnMm{0cz|vt-J4~3s`r1P%x_9zGb%`xZu$XCrXPC#&z{$b!p>R2IGHM$&Im|&FkY- zH;$m&N~PZQ9zDvq0+-NnT&Owf_Fi z54srVED{$$~3md^r9k15(XpFwH2P*iPCTa{p_k4R}&yI)g zZb%GCC;~+R6Cz~XkIBRceV_TP^F-}%?}^qysZ%YhQ>ER<6Olr%h(0*&39k`(0i@h02AwAIKXP(q2kTw~U5tOkOHDlD=&*mJo}|niR(ene`=-cM zhL*@xL{1r=5jm(MQe@kTP*m_`ps0QgwT6S*QR5cgnmGJlCzWmepo)W2&r_cbkv9ab zK?TC(g!-G^Z;BE#Yh<%zY#u86bK?@Q%97>hxPE5u>NW$BC-@0?}ZYmrF;>}Aje}-CF?RMc- zwDDnDX}8e{xG-)tbIprjuIb<^AN>0!T07>A&u*;UzxU3&AK&1w)5sl=TpPN{7I3D| zLwGp35f1~HhG0!&!;O7Wrfo<4FxO#)qc1?I@FILpCUb$!8i9T5tl)5`P7DkTg!|{^ z)pD`UY%x*c<%mwrvH$~fk}xJ z>A?^?N^*(OPst^}k0JjBPfTMs^acddQVrP0$`L(H6Hp5%o!1uShNj5c4~A;V7NA-? zGSM2qt!s4?AgmK?7cl%^>B4E)rQOa?8kPjQ^a#oQXCw%8M-tbWvaj}}eJztA6CdtF zYRR<|RLuaqLf!zc8JU1Ey_wcimZXO=ZzUB-TD34g34}8^Z{j;W(;>OU={n5H8<}=c z73BbU;(u}ww`(MwBq3j$r|M7DK{l%C3-2%%kFBoQh6=Q~C(xIWmmFh~maniZ{tl6M zLDGw(!tE9HHtAt|`BJ=WU*6==KqOl&MKl#3wM@b9e4RSD4U!vS#0MUj+-U%hrw1Q% zQeXVfh}N(S1ZLVH_E3s{iYiji8hGNIGLJW@cTKU7w}>8r&pDRY1;^ zw9Iw-i2_Ps*D$6e_PaGph8N8lhL_pxBGNGmC~bASUyt0Ntf_XpEb_Wt{xkY;1H@S< zOi_~D>9*wyr5SUg)R{Zh7KcA@6BG%;dFtY zjl6j})RbO7;dPePlK|8I9nKPNCwzY(Kf+hyY)&|pgu`TK2-*K9Bu+b(&`8kCkkzwz zlM#j#Q}?w{VcNbnsr`vSfXa@{f5PX*0_= zOtKkr?Rw;{ndF4hTexl5ZJ`1wjKFOo&kc$u9pqZi;OkId)n=>b^h~m&r;#tj9r~M;oSi1r=F1l z$K61&_{X2e_$^B?LcwLLG^^K$yb6-n`*GJRL!O*am%l;eWg58{wGxM z7LlJ5xek)o#qwbB!EHIlxPoWNo_~e}pHy^HS%7`6mDE&-Q?)|ig^Cc$;)twu-Lkaw z{AuQ!nCa_$6Wz6R-ouM;5$O}zCL$!4#yvKdsSpLII7btrW`F<+w79V zVeWO|D!>{{XOlWOTF%sMi$W6An-1(iI79tL#k|Cu+>n;#?kZRhMRv(EAOZG9oa0Ex zfk;H16FA*)#}Snz)5+zr4IB+A{7UYwuuLG+LcAwdM_lkQypN74YVII3$3uK-BSeQU zFB4Xd5GE)+!`2mhcgyEcenrKy-H+`k6k!OO)@Bq05xkUQ9GEX?2K(h&(R3zL>!WLv07?)=JNPbQr`z3MU%PSV-a9wf zuOV!XK+6adZnqI98Se&+HUvv1A(>)!%jFuynp}HpG;qT~GqJ=RGV=w^2QIgh+ zz~)G7dbxk=5rW33z<`L9*vW2$81Ww5K5;ux#F#JM`sm^{+Xr|c{IHC8Y^RI~EKhF` zZ2Uz3#i$o?LKp4J{lPHUD~5Ix)MN8b2cjnjij#t2gFeLOl>7nEx;S0-#mRUl#_D!) z*|FB`UMwQlLIohGU&Bm`D2StCI_ZUDGq=HM#Coy4jH+d)vPNca`t*-C5tYjhRDCf} zdQO;9(>}%(%V}X`QN&D~WZA@Cp0-%@qEWyoo+b{JdZL)wdTS=HO@hmO2pHhxZ1OoG zS3vT!MgH$0mVxi6Sfr`m{)JzEiOamClwQxgWZ*IpDt2bniw`$ zHbY^_Bl?H<5gc*v80ZNAei768gz)Y%64qH0HoQp|mReZlWVKtG^~0jl02o_x^N8GR zPG80IAeX;jFMZJgxh!bw#g>Q8Ccg?&1f&8F6C^08aR^kTE0qM7Dvxo02|Bbq>0r^az7onjluudne6CSEa?Mey4!Q@H9=7-OXURFgf(8dQQgT;SPKg2}~ z>=Zry{rd=R2u?c|b8|z8)cBr=LL%_Ngmiu74cJ$7@g>Ay3m8#~*v%3EqXFcT5rB}4 zZ$^lMj#=I=ygdOF1>d-dw7lp(o;H^HUXW7zcnG)iRuFl(`F$ISabo~wMW{|BD2z=!8lUQ%zk<$w zOTE%;jmo?%O8#gqCk_W|!14589Me7MfqW?8&J<2BL`zNA%Cmt6^Eu2=Z1F@eZn z3mRjWpmJiqLUM%jS{Rod#CK@Rach8UJU=Eozo==coaPDECtou+5SEF_^o8dpOx3?a z<>?g;Q1%bw6(i5Q{ld|G=cHX2>14r8^R(Q zbY@yhu6vjMkAMgk<;`i0z~i_Gk`fdaky0`eow;eNlBWt$ot>5!5mq7cBwvN89#HBE zk%vSc5g|lIkhQ#}_zNl`sS~FwHsIJcO|0GAc&qSp-^P9wHn=7ktAKxbp>(*<6>hiE XydeE~^SZW5zNDd;D~4j6wT%A(fwVs` literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/debug.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/debug.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0eb43af80fe53e641ebf633c75b7205633c8199 GIT binary patch literal 261 zcmYj~u};G<5Qgm}K!sGn$SZV64Pr$Ip(0cXv7}kDR7rg}hG1LvB~k~TfRPt~k+OWhvuawLURX8I^CV9sy2JD%CCNlZrRVsPG zCh0Gw?6EqT&5K33m_HQD+1+hRH(#{TlPofOqgYdT1 z=!As90Om?#+c$aRYqM&#QDUGwqSK9VYizB#oL-!Zpb>IcuU={eK?K0wp|xEQOQ{3) csA-hY^lIwXadh=+W#7Ryr`I7PjM!=R4~h;*_W%F@ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..48856c018d34e5faf313fa0c219b418b95a56fad GIT binary patch literal 2782 zcmZ`*Pmkla6&EF0cD&x{BuF+{v|#)UVRBEgho#57Me~g;6DBD{h;7Jv^wt zsaRB^+}gsP{fNUxf10rNr4ROw{}C2HG)9{|rjOm#!;|hm;I@Ck;G(bC(|8ws&+M^F zB=hT()_0;O?3=KTcMRWOqu|Iyre$xFUB?WvPkXd;7vGJp6TiYfze;z>F1<_<%$_)A zQS_;Djj6aZjpD_UkF9P@uEtz_4Sy}Cz!a8mv{Brs9H+<8H(D0U0-%L&O75vM4GI7RSWIb!MZnokb)O(t+*8%#l=dIp{;JJl``Iq zgXd>n%cr7%%Kwe|GtQACywWb13xbbdBSi4=Z|&GS`t$c65v|D3@B?cH4?dfJ{Mknz ze>my4v9@hm3%72w5H&-IZTn(j{o54ibB2;T>9tu1aGQmQ`PXf>Ar!sUJ>UKzGQYy^ z{}i*&tul6I^ty2MOsYqfa;K}pt((Q^!iXwg7u9O^NL7z!WwDsmTesHLJ7;g*pV`8x z(^}-02$h{#B)N84mv%Nk6cF@<0y?X=ZLd;S%G`og`!a@6ma-wsej3Fo8^uTLhz(-% zB0l^wX4m-Yq8+e_kv(CTi5WQ*H(_-ZUB|c+7l$2B*ay*{?_Q@a*+skbF80&-BsQ~M z{1h0c)%T1=y96u$jaCou?BZRrBqE3(|NBc(UUGM(eFay9iqa#tsCX@mC`(nM_EGr= z5oKM8e9c4f3DN$%9x4Q4UI6R4Hb&W6SCT|Retrh2fZD#-k>%zxtS@xIN>2gGtAD#ApM_ zz-TcVL$XP)(HOvC331&n0iyvSz|Z))*Gcpsaeo)f^fESYR3prKm`xtOidlx)eKZ#6 z^E$BC>&SK)@t}D>e0%t+Z!mrFPt@-7oEQQzCfMl4o$BSO6i)Fg6e38`)+%@0X`}`% z2;||jNFV`20*!~<0ZSiM9P|dtx&i|1)U(lE`?HMu96r?}WrFr+R8C>v^S7ta^Pt?P zqsVg5|q;?4}6E?OQSb%*cK9$N;C*epL;P;|Lx}+ajAHNZf0!*qCmyFeGySsy_TDqz30~O z3_nnV+)~6(q}iUDraGbKr{070aajhv=t8_kxKUIHh1Zn}gKR+~V!c6aOX^(|Yu%I* zt&h@wiMq{2LyfPh8)~)Sjn4ZiUo_5Z@?u@XggNJcoxL0kk0C=1OysTs=0T0p|ZF!2kdN literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d038275b89878713c4e7cd54a78f1337ac116bae GIT binary patch literal 5893 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dist.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/dist.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b55e4568ef99fbe56c1afb16932ed0e547fac1c7 GIT binary patch literal 34058 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/errors.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/errors.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eb1ca494d6305d8cb567499b8e5f23bea3f58e38 GIT binary patch literal 5003 zcmb7IO>Y~=8Kxv!qG(y7CE2kZ$DSxoL^&eaHirgn5!6-fv`Atbk&PBc3ud@8B&S;L zY-V;v(LhhlrRXugB7dako(1&OpWst_>hr#{T*`4vA_{iRXJ%*S{dnGwiM?{AUcukD zfBwhd-&ZP?e-XI&R|WVb9{=%DrJ^b?DxX%=l3Mbx=HyB?5zNu~j-(tK8{Iz<5{fA6E{V@^555By zQ)f?&(q8DZNT->xi5I!oO7tco8*1_E=?XEjDvz~q3-Q=y8j~`c&DM)qF_IJEr14t# zOeRV?NL}vyb72yZN|%`^kEJ^l#}l9F(Ze&73FGUz&t)7J>y_wRCxV#aFzK|gy;Eaz zkB>+=ov0Rsb^BiQWgchsrXI9KPbv}F(Fn)4Vv}eg-5?+7B=ZODdi~kZ_(B()DZK1M z7fU*maC?1cN21+s3o}Zs%f$UX`dCBqOxOhH>N6Vmbw3&PZ0yB&Xt6YrBiIlsW69WL zL$OyHZcjiE61A9kNS5DgM;AFxzu_L{`Ktzg=*o*FaD7=Vy;xDp@ZZY$X1OEp@bd06 zSio5ex%vWjn>j=1Qxmrze^))Pb-N^4w|idic7u!Xd!yU^8kR0**1BC~qi*-RimTyd ze*I_Ac@De!jjN&@At@dQK+M&?JM-sZLHivFUZvNj9{}N9`Z~sN+qh zTd9mr?f$c>YiruqBz;M6<4atwCZb5)BK%EI#jredxUD(gTW=zRh8=1boA1 zJuQYdR^R~dlBb9dNp0EPGy{H zoI#eQI?f5gB-jwlhgnBbA#`;%);cNn;a$QyWKJ_MiR9x8N^yP{K5{0_4&NZzA=FFy zCL{^=Ij7$-dWY6fp6b@b=0sRzD9TIl;r)}uj_-4lpd<`6i!&j;36v%#zkcjk@1y>O zwxeX=F;yOR0v5tDQq6PwHe7rk&n%;?IvQK(_E}<{9r*I=M{tVf77I2(qZFaifPPA& z?4Uj(HTPl^W~9pynXl=?CZE#4Brv{F;zUoz7Tr|Y%upKM=XJK8d%uM-Cwa%GoJYo_wBCix$$R6h}v4l`Cu8 zJY!K+`IwA#m0pAv8f%vH9-iqa80xFnlAgvmYA}@Gh64pIkul}3fs-TAoVuEbeZl63&v~2BLKSBI{w?kVekg3lw zvB_wtSvKdC2++?{FXe}vdJ}!B9Yuhr%z{u4`RY=)(^~q|dVlby{DR z(hyoG&Bkl?|H%bWis1Vna(J7&NG}%WHUxNHibH6jIJM7BFF5A2i=sFU)(S~COKKZ% z)pF8J1m9BMw3F@q2@Md(9Vf?mCVK}`{l1iu&_Ws4KL<;Kkbk@&WZ=#lP7A^mSsGov z4atu(A+^{nCEVDxOP?6^yL#f7RXUe*q4>0r&s_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/extension.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/extension.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a52190d1e2a82c0d345306d109a0da07b96c2d0f GIT binary patch literal 7017 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 Lj4HNoHi!QKGI#-{ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1e5a6827ce875b60d0041ebbbb85588a14282502 GIT binary patch literal 10643 zcmb7KPiz}kdY^wB4u_O1IkIeJlg(I-L(ws*WVahMTH8rrC)osDC5^qCtsE~g;v14< zku&t0p=7bc-Ly{ju;`@?7AOi7kPGw>bbBj`0()qC>8XdJKraInD9~PXUSJPFTlM$7 z#~D(zlWi&S@y+}HzW05<@6VfXVZm1L`E2~pod<6!%74(q?5Bu_*YS=16A4px6s9t* zr|ziYSKHCVufC&;Ut`C>uih)%R+zD4diqh36+ClQd8F=G;>q;z*VaTy$+M5jtjMfK z+D_$dg_W57iNfrM+Rg$iv&tvR&LUf2i=QZ-cJIth<)ON>#LloKlrOVob{4;9(d#L; zf?g}=^^~{5&h2SDV5>Xl*!i2v-Sa!E-g$PxTU|wORY893=z_QGo%2>7YL8S|_E1rk z`#)gXErq_dr`=anY}JqAVeI#!M%xWqhs}-`hlAL*KjiLU;Bm+0;V@uM-1VF&b_3>e z=EycqKV-w6hblLA20YyNnHPzM?XcGi5B#8GyNvm<9|msEX?t!wV`aa zFrL#3gN}nK(JI1h7|-`GUx-P%9v6+X+OE6rIbE+ez*0DdkFGdT=*+I$X@$cca|U7T z1+nk;dWRUmaatUcdyb3h{-Ea}JB-{8b~NnwT~2K-=Szq@tSiR&yTcg!3ESv4aHGg$ zbw6;z-FsduwvWLi%63gn)yt!`J8pgSMt$e*#%o)X>`V1m>vu2LM#c{>MbD2aKis$! z)vjHn^!YE;da5>C)PMG)>OJ~&js`ZvtZ0cw#J@D$r;S@HTDcjmQeRB`#N&V zf=Mo><+q40-WF`({wp}&%+r2n)s*|2oh!{kt7s>P3ZfRh=>_d6_-oQ87 zMv|zB(o}o}DRTD|zK|$K+9LppDAPr1bf~@{Qd5)^MQVw(B+6~3+)_SQw`=9JBFWQ? zU7SJwe;jkt8<*x9_E; z*xmD@rpr6|Tp?#3|6EIr$m_K^X@JiazJi}G`kUX2JRWWGu|^ad)^| z-{p{qF7Rh_-wXCPd;ad`;4ton!8aQ(zqA?ou~#3stvvutvN~@C!)Hl4+Q#r6M&<(^Tc3T^Oy*h+`w`)`D2(A3C@KzT)sUkf8%R zQt7ae)1WO%W0el{9*&i%YsyvSzD37U)3!McRMWYIpR~{d7jr?En#P}^B2%83Ad*bZ zp_rGD{0_bm^|Mu5T~dvc(S=h>ojK4i=e4uwFL@38C6-JJ<0gu+1Uexx7pHb}i%6G1 zYvKSX63J8FN2ACQM=D56Pv~(KMuZ^gs4CY4-4nEXek+Ni05Y@bUG<dualS#ZU)u828=H*=Wm zqQx%-eT>oC?D?N+)gqE)9}*W5P$4cKArpfMV)daG72j1zOh{1xb)1j1F$s$f0nztW z{%i~znnZ|%Xd+T1JXH50>NHVjWOet;LZI~R(S{%FLjy4964V(4XDg#SJvc!aJIrfC z;jz(6kF}I~mwj1}S|PRl$PdWWZF#A|Ag^fwh~AF`m+_~uzfAm!a0=?)OdA)1l}VkBx(4bDS%;cpTx3R~ zwkN7Hwh}EaJ=FN?=%Hb>!k)t4ifx9c2@>e6I8>rLXsL^q-$P3sEv-Ebr8X-i8DjI^ioUtlcE zGaV~lI$EZAqklxrnSB4s(OD`*&!@!RbpCJ1t4HNTm;1vLu#;gYu-}$h5fZ*M`m^`L z!BFTUV!VBq`{6Khm>av~G7nqA0|!&WW8d?3>Nq#xMZ+QAJ#=QA zyIl{O3@TmvQY?f}zyc$(`t)CutPnY5;HqOpH2Nf6;W(%@1G? zMzHh{sE`KElLp$rQfO~DO*p3Hz+|He&(8raVa+V`qM#a&-pnSNC73iuNHcC^R6_&= zTSfFF81{EXW@1!;6?%uY6}~{{RH1~-LVg}eYI1LYD2gz`Qys)k?e7x`O7pZzO>`WF z(2)FV)NP3pg0fVH^&s`5of#zDOACEBZgu%3YIX)mttiY|VXmeIHB1ZQaPO1@@F_Y(`$)`!2{ntaRuR8s-Yy!ex0Zog+YTnM^9h9R7t(ld8*uJm?i_Dztqlmth zqlKi1b(WG6KTJwvDqBo2di1lzVm5mH(3$9A7BOttISRhhcB<5) zN)aBy8p0g1TBG4$&_nR^3Zjz`^lEe%HPCSX&dXbOs}09_XBs1_$~fd#3?W0F1Q&sK z;JhasshbFQ%77@Lv>XBiF89c+%4U_M`ZjeER#=O|W)l2llbP_{ zl&tP_wpKVeoIvPI9Cy;R2LQg}Kuxu}`G&C6p4X1yRmI^DmOGm&uxg!7|0+4M`tjg@#}B?VR{%>>`YfJUsuT2e{ijf@v&R?|ivH+(|t8e&BXf0!&lQk@)Hbs?}xHyVC$ndJ&zaB`%m)TcskX)C~D3mi*hv7YOFxB zW7Q?l0JB1CfgUv1{lB>XZc-K&{~x~X1szcU>Mi(OOQ+>%th*EL~o)(ru-@KkT8;ei;`E6Y#)=8Dd6&Wn{qdijLt~t z%WmMd_{&sUad5S9seUbO7~Sy?IKr6M3q2$+@*a9`P^+Z_pM zXC$PVT?AS^fL`ByK#VR!p|8<0UZ-wqFD;?CdEm3So7zN@EKg%)`CY#wt|9^igQ!i! z-=N+GwUGmeK*79tA+#pXrb%bBMzZzW=x10q!5;o9lV5-uEXF0xxIm>M3-$3ERuOif_kJSh-wOE zgOdzqgTPLhtul#Zr>YH_zePJYqnLqTxJM6#1C9t8sszN`p(3LV#}76ZX*TZ<-QJ|8*le<} z)ogMKh{-#HHOf6l$wf*oQ6d6do0KD(2p!BxSMd)iq22L4N~U^E`~v}~l7{ax#tZ7;sZsr6&G40I|2Fu#rr!lnu!(MXIV1WkpLZ{SpL z8joO%N&@I&9JyFpC*qYwsj8y1lDVgX(cecce-BA&%BbGV9%%V#r9E@sAJRz>?vuAu zQF(;yDUC|nG+!;zlNRBODnQ*0hY@yW^5$qvzgmo7 z$ykYvqXGqL9%RQ7ruiL0ljNf4^>2vD@K18=K@7U zH8KFh3fJH!Q9S}&fO-BQR0e`P)PfbE(8TjKB|soM+Qi5olNv$!a5@qzB*L-FMntFx zZVSOa&4iGam@gmkV|vD{`jN@3qaxin$(~Uy(Lw#v=x=fy+z?mYTa#BMVB`|SIk-*; zfbsR~&K;>5?n=kx7CevGsZt*}6|j5}-0a0Z+4}TP&i+R#$Wr zQ3>N$M#VB#5wTc86a?{!e>c{}Sf?nBap&&2l$m?3AKVB7yf=Vg_v80mU=&}GZolbrevQ?f1daX* ztK=_G)89uz^gQ*^@$@>r5#0gKzC+Vd+7v?3#alE6N=VyUV~r3Da;;K8 z;y!+{K5evjBYS0O&VA1(f@5(TvNaQIAifpub?%l-uAUKUIPiNtx&)!u4Deo*KSD!n zj=~QOyvM}JGQ+*U(BK2)pL8NZm;NnrpwJXLxb9@MA`Lk~$^3nUZBV#Jqx2~WC$ zXnk_T8uoX>1LraeFFS|f(1`{f_AhWJWQ>B-h_WDNec&EOuh|>7aNkM>vK#F=-=*sz zypZj@-j5&N>Y~xmkKgG(!irhOfgNP|X; za<9le{%tBM^${i(qQjr3L5b&tK2L4LIq*sw-c9lNh)M}jgeVDG%M&B1O4Wn3AZ#yA z*fk@V`H7|0RcU!4h6sir>&Z|q*us1@7uBR?yJX)wA2X zJ>8S4o}J9l6QVds9N@$W35necf`iek`#0en|QLy=5bs-Lj8`8?^0-V zOLs~-^_ijBweDDWws@IWxc!sToiabl9bWrDzf-B|Rh=K>b9^3ecD0VTgvQ9tpk|2&G>%@Y^Jzuy<5N)wI zViMn>&uEccbv}Z<+Kr~3Ev`@GUBk##A!32vQW$S#6))}$v1(M`b_Hi)5be_2F*)qE z<1p~tFdR;Lo246>Nz<|thCd>wcqP(Nd@A@RS6;!Nd{2k7^l=G)=IFywCDBri8+VOy z>9!UfH?>3`p4YW8+%>8u1}~*rYVDLd#tH4N{ytngw%)Y{`any}9c#aw>Ib^G3MuA( zg`Rb7DrJ2}ika$?bHAFFAF%qTGwZ8Q(*3q~TT4yxbF6m`G+j$e;@7Z6J#&2%{@tYU-_DHxZZba5 z23pf`zkp-7f+J?hb{-e3A%)jqNz58tCXH8EJ5IJ)w=Wac&Syk!7tzDmYtfMT6e|wH z2XPirl=%T92^C_?O!zLR&W?z?x!`4nm>h^eMdU;YCc1(2r4saLEJD}1o472HO5hqT zPyC1l5%aeD(XM21hc(*$PRAE58I1gf64V|hzGO?>@3{RiVK01fw+Tr%V&-CXx0jH- zuFHMe>$V$lTnslFCfj7N+jB*t%vPd=zts=jd{?+QwBH+Q{&Xla2JP8l4^EmHzBxK`xRm@?IBz2O^x-J^L0Lc1+N@hu^XC|r2EG06tyfBu2vx0jpysU&c z$Z9k0&CCw*jsxF-#hreSdg{X+nna(5!zO zwrShCspOdV=*iKI`{FFreuVp^c{ZBKhb*FZg?j%~sE72Rb@j2W(t=76<7(F&J6&sB z>z2oLT}vuEHZVau(B-+r;byAkxTpGS3hiD@_3@l~ucx~Do}>8(##oQa>V2N(jpu*> z8!2Ise%Fv2X_;HQmbjiA*qISmM( z4REOxY)b$#BUFBc0jqs60G2MZAeo|eu9;>)-O}}r0x-lbq@A<86%nPK2;fd(`Y>8wRc-vI=D-8|cEaqZ(*dvVP44kAJ zNC}d{+Cd^IDJYu;+knD7qz`gMx=osudqjCrNoY*X zO9G@R<N7fn`C5oC>>?1l8+$9=6Yv4Ccbwh38$#27VY8r`GRr*gMs+TpSj8 zQHhEpI1uhE76+4q<}nfzmiSf35Z7P2dwp}6^}$?JfJWfid&Q+9W2a1=!Pi*EaJ5qV8`Z`zrM zD=w<*C4Dzkz=7jd7Sa8U`$-RhM+dj8E-N`67i1dd0=03b)_1ZWZy`R#!9 z3f<}E=(!-;bHji$w176!pz5h2W?iw>?*ffRHLS<~m9L-`fO<`oX**}L#VKo9<$h1q zXaeP2R|OI_W`_ zXobc7c7H3Y=kbHH1-NGR*ZrX)f|>IMZ6kj+g9!L}gjU&Z}xKpa@N7 zp}K@N%i9K2HW$P(OcBRv-rN*x3Es2$>8pZGP)h}m;sqrWsNM#tgw=TnC|^9z3*ejB zY`NHh0q#n~GH=e1s4AVD0)i`em2aV`pFgSB4MQ)3*wss>PH*#u4T5HazSZ$v2SKw- zCqV@l3=<=^`HUid4v{$1_{8|cu0EsYJEjdfXPPHL>yGKRA-)U+9u@hM51kM>N~!Ov()y2z+vs2p#$4e_TNAbIQib@t^S1}*GDcIX|jZGtvwTUss`X*z%I(9~O;_QPb z60cG<@)9`I{P26IHfyM~&!n}TBX1ewI#^>pt?n#bxOIe+uEBN zFO6&O)*>targ}Ve#2>*TX{N#JKg1rD&PC!*;3bpD~x$qsd*3U~Gwi2*9xs%qYE zru>eo{VG@1L;hUH%*7n;%ILKxPh)M+Twn^SRjSl4fx=EJc0~|;PBne=XjTDLBDGKS zSZ1Nnj$#GLVvYPr75E{rizU2fT*c`?Y=cXC97RLShEgqQ&g_Z4Oz)`N z>py%-jxtOg)8DaL*3md{y$$CZ_fM3>2FcU~{i@n5tDBlPM5pqbn=>opup2)RRaz|` zd##p=$!y_}q^MtrWX?FM)9yTymmyNIfjmIz_>}q?n^lrl`PqIIbf6#lUm-&zLt|>T ZrBX0{fk71Ab1dT}M8tiAqrF$Z{6AP7c)I`q literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9629e54040e54c6b061b20d83aebd829a3b42a1a GIT binary patch literal 10833 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

K!64J&WXvFw?@kH^nb||~ z8?9u_Am(E8Q&(-)#g03a;sh1KYSQs~0-lecjEGO00Z0a)xFBNzO>=JH?VC4lEnndK zAPi~SnsZmL-@JD9^$Yw1wB-+X`HKGm8k|AFTy1)ebVPxE#0POf z!sDspLMNg1Pb4A8#5RUVLXc9?fq`{+u1GoP8c7QMu?d+0lMHeLs2NvHm}yW*IJ2Ol z)F%k1JTXlJiphLJ{w|z9&T7;H%1IePpB`DGBdXYwaR|?;x7io{q}`#f&?`g^lqW&4 zHOlKq&w;9LURr+hf{=e7O0yJ6H&D9=1mZ}~9>v!26vp*wY*T3-IWP+;+A&Vt_v7aj zU{=IdG^dL_tP`7EfLV4-6bNdFp%E4*hoy*1AS%yAtnJh(=q3#l;(t!Xfj5|W3SGss zJ4A0nBrIdj%@ciZ^Rw^!$Xn6F#Y&Szhe&}hdcPA*Rs6VmcrH0nNyON(tB+Elkxa?U^b&}uBYCFi?aDbIIABv|(P@MvMM7;+ z#^CAYU^dk%4Fs^{l8{nGIFh_Gct#Bi15%U2dEIxa#=~tOFQ_xAcx;*&X1j*GAFPU8 zOp(-i+CG70J|W|q^yo;xNh)szbOBo4!r>sfe-mwyQT7GpQeKO2KE{C$2ObqSj(V;h z%rUkFI-)`a^v1z%7(vpxyxkDU&4Lo zXJ5Scy2yB063J-y=3$$I{=LAz*Zv8BFYmP}hqHG8LC_+0*fiu&i_Py{4In9y?bOX^ z>kmkt?}k2PNQBr3U<#~{uuA8}p|UB{UnX8q<{Z2V@OTEZ);mat6KQ&2;EG#Bz8>_e zSk3+iy>a_0gcG9CehpU%La$>4ND*vWJMUT;R%|w(CTB{~L&^a1YB2}lkLT}z0c0YZ z$Xs*i^kpipQ1Ky(IDIwt;zBZtpG*UVWYS=@-0ck(nml80RYG^ zAgFT@B9zu!f(n5#NV*~khY*E83_`FT08)GxS8KFKlyid=I6!M1yP!Wg;DQF3_Qi}a zFm$gpyF?9WO*FiR)_iJlQKs|bh(vaAWfAU0`p6TypvW5){(ZXV2!DkJr0wIcqKHz3 z0;`pf;x`z(fp~!u_{kz^t9GA%i@N_h63kt@+LZi4^M?G7dL2*}aNzfQ#-6@N;_cd7Uu6@N*^Us3V5 zRFEo@+ePc&vnK+}5me*LDE=8=pOmSYpfHx6GQc*%M$*atA*+dgMnZpJCvvxqsIP;; zeyZ9iAFFQ@O1FNjK10X;KkL8DB~vqXgtTx9qcDf8i(iUaEAXq4l*;0=rPK5??c402B8kRivyDcD>*4-PMX;n z?RM?_bWG-KkYN_3JC~&;{dd%8Ae$Hx%`w-ZODI1yN_T!dBocI^RQ#hMk)-RSJHIL6 zQ*?h)OiKRbWI(>YNb_|}@sle2yeh8YmnV@<9$m+xB!3FZ-&%@>MScGEty_o?i?(P) zG+nzff9YD``lb0duP!dMyIs4qw6w5PxOL;kvJ||Nn1ak3o}n78pvV*yDJUW$D;8H+ z^UlzX3hT9UkOl=z*Zs9!XG@+&S&?~BCeQvN@vFaqLQmwZ!$=oFJQPMVNC`w`2xA<6 zUC~11)zbzkt>dRK`g`jC=p&KpXT3sF9%j3$|M>p_ DpcB?^ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/py35compat.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/py35compat.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..84bfc6d00f0426a29b3c669696d914359db38a37 GIT binary patch literal 637 zcmah{!HU#C5baJf8b$|1g}pXx7ZwDoXBGBlHTAlRs_LqGiJi@+jO5GVXY+$Ib`_o5l9BV4G(00vO!1B_ zZ*IQiDpBcYwoD)et};kIrOQn54{Sd9McM3q9r2$eWK2lkk%s344LdMo7yKeQ@I6<2 zllez`_BD;K?)hVO!oG3N_Ke=kE}L_}!5bk(rvnPR7PakrX;jf^148;{=)qtR9-Oyo zsI_SXwjk=kdkRbiiFK%ZeJN2}BLW~&QV^Q#U0AF;*@T5B64*5_Mt(NW#*_l%i@?!uWN^e_@u2ir!fJLLR9ahE4OH;Shw%mf* zmYrUeZilTkr;C>_%AgSnC+m%DAe1!V;LzGGl$D~T2h?P`-RUb@-AP=y-T1Vsj$>7E zkZSF1UulEjod?3|IC&&J#L==e=Q)4KGw$z`J3je;?R?_nA23eCup(Y-2;rvoZUZP0 ky`NF|xcDu&7fbTjJ$;7`-b6;j1A?4U|1_B| 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 C#Wa2Z literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..777c18fd972cd80b7beebb43bb440f668251b903 GIT binary patch literal 8480 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c8152f4077207cd9f71a575bdf098454671672f9 GIT binary patch literal 6838 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/util.cpython-310.pyc b/venv/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/util.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f55b3444123f0e428a0dfc05875ae87a5942d532 GIT binary patch literal 14224 zcmaJ|OK=?5b?x8uGzK4nAPJHpB{e}pgOTtdDTUWSNu~-lQvwq`YEfl`5|oTg